ehdgoanf Advanced Cheater
Reputation: 0
Joined: 23 Jun 2006 Posts: 98
|
Posted: Mon Nov 27, 2006 5:30 pm Post subject: Can Anybody Help Me Edit This Code? |
|
|
Okay,, I am trying to hack this game, which I won't mention here, and I was able to pull off a gold hack.
Yes, I could buy stuff with hacked gold and sell the item for money..=]
Anyways,, here's my problem..
I tried to hack "kill count" because a lot of the items are based upon how many you kill.
I was able to get the address to kill count by searching using CE.
Then I right-clicked on the address and went to "Find what writes to this address"
So, after that, I found a code that goes like:
| Code: | | code :75ba5b5d - a5 - movsd |
I did a little research about "movs" and it meant "Move Data from String To String" and "d" meant either "byte, word, or double word".
In this case, I am assuming "D" is a byte since the kill count goes up by 1.
Now,, my question is.. Is there any way I could modify this code to make the kill count go up by 10, 100, or even 1000?
Seems pretty easy to do, but seeing how I know nothing about assembly language, it is kinda difficult for me..
So, if anybody could help me or guide me to right direction, that would be great!
Thanks a bunch!
|
|