ImNewHere Cheater
Reputation: 0
Joined: 09 Sep 2010 Posts: 28
|
Posted: Fri Dec 03, 2010 6:17 am Post subject: Very Little Help With Cheat |
|
|
Hello there
Im new in the cheat engine business, but I already know how to create
cheats and how to use the "Find out what write".. kinda, plus minus.
Anyway, I have a little problem:
I made a little cheat to a game. ammo cheat. little game, 3MB.
after I found that ammo address, I did "Find out what writes"..
then I shot one more time and got an address.
Then I did "Show on disassembler" then > Ctrl+A (auto assemble)
then I did "Code injection" and entered the code address and I got this code:
Quote: | alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
0040FC31:
jmp newmem
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
mov [esi+1c],eax
pop esi
pop ebp
exit:
jmp returnhere |
|
|
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25806 Location: The netherlands
|
Posted: Fri Dec 03, 2010 7:58 am Post subject: |
|
|
try writing "mov eax,#100" at newmem
it might affect everything including the enemies, but for ammo that usually isn't such a problem
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|