Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8935369
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T09:58:17+00:00 2026-06-15T09:58:17+00:00

Tibia is an online multiplayer game which works via a C++ client ( image

  • 0

Tibia is an online multiplayer game which works via a C++ client (image). There are some cheating tools that allow, for example, changing the look of your char, using recovery items when your HP hits a certain point and even depicting the map without aesthetics (image).

How can those software access the internal memory used by Tibia and how do they figure out where specific information is stored?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T09:58:18+00:00Added an answer on June 15, 2026 at 9:58 am

    As you might know, all instructions/data of an application are saved at specific offsets in memory, usually set by the compiler. Using debuggers/disassemblers (eg. ollydbg) or memory “searchers” (eg. CheatEngine), you can view these.
    One easy process would be searching memory for a given value (ingame health for example) and then change it through game dynamics and repeat the search till you have the memory address of the value in question, which usually is static i.e: doesn’t change till the executable gets updated. (In reality techniques like ASLR are used to randomize but can be circumvented)

    Now using that acquired address, you can produce a handler which deals with it either through using the Windows API to perform mouseclicks/keystrokes or through calling the ingame functions, which addresses and arguments can also be found by debugging. (Example: if health < 50%, call this function)

    Another way is to use a proxy through which all traffic is routed, and where you can inject outgoing packets to perform actions, or parse incoming ones to deduce conditions.

    Obviously, I can’t provide sample code but you could start by reading about reverse engineering basics and packetsniffing, and practice by solving crackmes and following tutorials for cheating on single player games like the ones on the CheatEngine forums.

    You could also check this chatlog about botting and countermeasures as explained to a non-programmer:
    http://pastebin.com/6WWif7gK
    (Start at :20)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

which is the best practice to identify if a registrationId is actually used by
I have created an application that read messages with voice. I would like to
Current code: public static void WhoIsOnline(string worldName, WhoIsOnlineReceived callback) { string url = http://www.tibia.com/community/?subtopic=worlds&world=
I have an SMS broadcast receiver in my application with a static boolean value
I have found no way to translate a simple select like SELECT * FROM
I would like to launch the market from a preference screen but when I
I have a state machine with many states A--B--C--D--E . I have many transitions
I want to compare two strings for any match ie; my two string are
I just stumbled over a very interesting problem. Giving the following code: using System;
I am trying to capture audio/* mimetype action.View intents and forward them to another

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.