Quote:
Originally Posted by onilink00
Oh **** kazpa's work was great
I have been trying with rayden but is useless, do you guys use any specific program for these things?
|
To figure out addresses and offsets of functions / values use one or more of the following:
IDA Pro, CheatEngine, MHS, ollydbg.
In order to use those addresses you found, simply write a program in any language you desire:
C++, C#, AutoIt, AutoHotkey, Delphi, VBA
As long as you know how to call certain win api (namely read and write process memory, and createRemoteThread) from the programming language of your choice, there's no limit to the language.
What you'll be looking for specifically in the game client is the packet sending function, the various places your location is stored and perhaps the height of your destination coordinates if you want to do it really well. It's quite simple really.