Need Help With CE Trainer.
Can I Decompile CE Trainer and Get All Of Adress that Trainer use ?
Anyone Can ?
---------- Post added at 05:57 AM ---------- Previous post was at 04:16 AM ----------
And here is Another problem for me (alot of problem maybe)
I have this code :
But I Cannot Assign It to my Cheat Table any idea ?
(ADD [EBX+00000150],2000 = -2000 Gravity )
Anyone Can ?
---------- Post added at 05:57 AM ---------- Previous post was at 04:16 AM ----------
And here is Another problem for me (alot of problem maybe)
I have this code :
Code:
alloc(newmem,2048) //2kb should be enough label(returnhere) label(originalcode) label(exit) 04235e69: jmp newmem nop returnhere: newmem: //this is allocated memmory, you have read,write execute access //place your code here ADD [EBX+00000150],2000 originalcode: //fstp dword ptr [ebx+00000150] exit: jmp returnhere
(ADD [EBX+00000150],2000 = -2000 Gravity )
