Gambit007 How do I cheat?
Reputation: 0
Joined: 31 Jul 2012 Posts: 4
|
Posted: Tue Jul 31, 2012 3:37 pm Post subject: Experience Level Hacking Help... |
|
|
I am kind of new to cheat engine and am in need of some help. I am try to make it so that every time I kill a monster in a certain game i can have an extra say 10000 experience points per kill. I tried changing the value of the experience points to level up but it doesn't seem to work since its an online mmo. I know i am not allowed to name the multiplayer game, so i will not. I would just like to know if it is possible to somehow Inject a code to assist my character in leveling up. The code goes something like this...
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
mov [edx+68],ecx
mov ecx,[ebp-10]
I am confused on how to add an extra 10K experience per kill or if it is even possible. I completed the tutorial but this is a bit harder... Any help will be appreciated Thank you.
|
|