[Help] I am making a mountain climb hack

07/20/2010 02:01 gunman353#1
I am making a few hacks for Perfect Shaiya. For the mountain climb portain i already have found the X and Y addresses in cheat engine. But what would i have to do to use the X and Y to modify the game.exe. That is what has me confused. Whar do i need to do next?
07/20/2010 12:11 phize#2
You need to find out what is accessing one of those addresses and go from there.
Though there really is not much point trying to do this if you do not have at least a basic concept of how memory and the asm language works.
07/20/2010 16:22 gunman353#3
Quote:
Originally Posted by Synsia View Post
You need to find out what is accessing one of those addresses and go from there.
Though there really is not much point trying to do this if you do not have at least a basic concept of how memory and the asm language works.
I already have the hack working in cheat engine lol.. But when i go to edit game.exe with Olly and find my adress than change it the same way i did in cheat engine all it does is outs a game.udd on my desktop. The address in memory viewer is 0043F97A. So i change it to jmp in ollydbg but it does not liek save it to game.exe?
07/20/2010 22:01 angeloft#4
Quote:
Originally Posted by gunman353 View Post
I am making a few hacks for Perfect Shaiya. For the mountain climb portain i already have found the X and Y addresses in cheat engine. But what would i have to do to use the X and Y to modify the game.exe. That is what has me confused. Whar do i need to do next?
If u do it, i will give you my thanks if you can upload the game.exe here :)
i want a climb hack :D
07/20/2010 22:30 phize#5
Quote:
Originally Posted by gunman353 View Post
I already have the hack working in cheat engine lol.. But when i go to edit game.exe with Olly and find my adress than change it the same way i did in cheat engine all it does is outs a game.udd on my desktop. The address in memory viewer is 0043F97A. So i change it to jmp in ollydbg but it does not liek save it to game.exe?
Olly doesn't change modifications by itself you need to rightclick on the line and click Edit -> Copy to executable.
A new window will pop, rightclick and pick Save file.