In order to cheat using this method, you will need to have T Search, easily avalable or a HexEditor (which can easily be found at
http://www.download.com
memory hacking or hacking games with T Search or a hex editor is just like re writing some of the program, giving extra lives or adding inventory. unfortunately these hacks dont work for mmorpgs because we can only hack the clientside and not the server so people are hacking memory offsets. memory hacking doesnt change the code in the exe file on the drive but5 only in memory stack. But you can also hack game exe files and games saves using the hex editors.
where it says adress is where we are going in the code
[No Falling Damage]
Description="No Falling Damage"
Version="2005.06.09"
address0=506C7E
normal0="0F84"
crack0="90E9"
so lets say the code looks like this
506C7A 984KF9CODEBLABLA
506C7D MORECODE9348548
506C7E HERESTHECODE0F84 OK LAST 4 DIGITS IN THIS LINE ARE
THE NORMAL CODE IN THE ADRESS. WE WANT TO CHANGE IT TO THE CRACKED CODE USING THE MODEL ABOVE US. SO NOW THE LINE WE ARE HEX EDITING SHOULD BE CHANGED FROM THIS:
506C7E HERESTHECODE0F84
TO THIS:
506C7E HERESTHECODE90E9
THE SEQUENCE HERE WAS THE LAST 4 DIGITS. BUT COULD BE SEQUENCED ANYWHERE IN THE ADRESS STATED.
err caps...
used to have to scan thru code manually now most hex editors you enter the adress and you right there. much easier this way considering code could be huge. Now each individual game is a bit diffrent as to what you can do because there are only so many people spending the time hunting down the offsets using proggies like t search and others that look for changing areas in the code when certain things happen like getting a free guy or taking damage or comparing one set of code to another after changing items or etc...... memory and hex hacking is fun. Usually ends up in some glitching because of unintended things happening. pretty simple but good luck and be careful.