Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


how to make a label receive one address

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking
View previous topic :: View next topic  
Author Message
Chaosmessias
How do I cheat?
Reputation: 0

Joined: 10 Dec 2008
Posts: 8

PostPosted: Thu Mar 24, 2016 7:21 pm    Post subject: how to make a label receive one address Reply with quote

hello
i need some help with auto assembly code,
i have this address: 07620e48

that i have found with the array of byte search
now i want to know how to make a auto assembly script that makes a label with that pointer(so when i go to add adress manually and write pointer it goes to 07620e48)

my code does not work =(

Code:
aobscan(aob1,?? 00 00 00 63 00 00 00 0D 00)
alloc(pointer,4)
registersymbol(pointer)
label(pointer)




aob1:
pointer:
mov pointer, aob1


may someone tell me how to make the address found on a aob scan be the one on a registered symbol?
(sorry about my english)



address.png
 Description:
 Filesize:  13.29 KB
 Viewed:  3832 Time(s)

address.png


Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 140

Joined: 06 Jul 2014
Posts: 4299

PostPosted: Thu Mar 24, 2016 8:42 pm    Post subject: Reply with quote

Instructions need to be executed in order to do whatever they're suppose to do. You could create a thread to run them, but that's overcomplicating things. Just do this instead:
Code:
aobscan(aob1,?? 00 00 00 63 00 00 00 0D 00)
registersymbol(aob1)

That's all you need to do. Now, if you click on "Add Address Manually" and put in "aob1", you'll get the address 07620E48. Just make absolutely certain that the first address it finds is always going to be the one you're looking for. Check all memory (not just writable). If you need to, expand your AoB signature to include more bytes. If you need to include some bytes before that address but want to register a symbol later on in the signature, you can do something like this:
Code:
aobscan(aob1,?? ?? ?? ?? ?? 00 00 00 63 00 00 00 0D 00)
label(myAoB)
registersymbol(myAoB)

aob1+4:
myAoB:

_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
Chaosmessias
How do I cheat?
Reputation: 0

Joined: 10 Dec 2008
Posts: 8

PostPosted: Thu Mar 24, 2016 9:31 pm    Post subject: Reply with quote

thank you!
but how do i make it a pointer?
Back to top
View user's profile Send private message
ParkourPenguin
I post too much
Reputation: 140

Joined: 06 Jul 2014
Posts: 4299

PostPosted: Thu Mar 24, 2016 9:35 pm    Post subject: Reply with quote

If that address points to another address, then click on "Add Address Manually", check the "Pointer" checkbox, paste the registered symbol (i.e. aob1) into the textbox at the bottom, set the offset(s), and click on "Ok".
_________________
I don't know where I'm going, but I'll figure it out when I get there.
Back to top
View user's profile Send private message
Chaosmessias
How do I cheat?
Reputation: 0

Joined: 10 Dec 2008
Posts: 8

PostPosted: Thu Mar 24, 2016 9:45 pm    Post subject: Reply with quote

ok
thank you for the help!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Gamehacking All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites