Joined: 09 May 2003 Posts: 25701 Location: The netherlands
Posted: Sat Oct 08, 2005 3:05 pm Post subject:
This is a copy memory function
movsd copies 4 bytes at the location esi is pointing at to the location that edi is pointing at, and then increases the two registers with 4
But I have to mention that copy instructions like that only happen in crc checks and when a packet is copied to another location for handling.
There isn't any other path to it ? _________________
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
Really bothering me.. Have downloaded allot of tuts on asm, and trying to find my delphi.. If its anything like c# perhaps i got a chance there..
Wish i could help alittle with the ce development..
Because its nice you take so much of your time here on forum and making the utility..
But well let me get back to the problem..
I have found a strange system that it uses..
Like the adress allways ends with BEC.. like this the last adress i found..
06D26BEC
But when i restart the app.. Its a new code .. like 07d45BEC or something like that..
The screenshots i made are all i can get out of it..
btw its flash if that helps...
Updated trainer post: http://forum.cheatengine.org/viewtopic.php?t=3744
There is the post to the video (3-4mb) with a working godmode.. I made a hour ago.. But trying to find the pointer so i dont have to look after the value everytime..
The only thing i have to do is change add eax,al -< sub eax.al
And thats the thing.. Its so simple to do when scanning for the adress.. But the pointer value.. Omg ..
Joined: 09 May 2003 Posts: 25701 Location: The netherlands
Posted: Sat Oct 08, 2005 5:31 pm Post subject:
It is possible to make one, but you'll have to understand some programming and some basic memory scanning fundamentals as well.
you could for example write a trainer that scans the memory of iexplore.exe for a sequence of bytes that identify the routine the instruction is in. Then when you've found it edit that instruction.
Thats how the unrandomizer in ce works as well: It scans the memory for routines that it recognizes as randomize routines and then edit it _________________
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
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum