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 


AOB is found at this address script ?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
theboy181
Advanced Cheater
Reputation: 0

Joined: 26 Jan 2018
Posts: 93

PostPosted: Sat Oct 26, 2019 6:26 pm    Post subject: AOB is found at this address script ? Reply with quote

Is is possible to make a LUA script that can search for an AOB, then locate where in memory that AOB was found then write it in a message-box displaying it's memory location where it can be copied, or back into the description as it's value?
Back to top
View user's profile Send private message
MikeNoey
Advanced Cheater
Reputation: 0

Joined: 08 Jun 2018
Posts: 64

PostPosted: Wed Oct 30, 2019 10:31 am    Post subject: Reply with quote

I use this to find AoB addresses. This script wont work if there are more than 1 results from the scan aka AoB.Count > 1 and AoB[0] represents the first address from the scan. If you wanted to find and change 2 addresses you would do AoB[1] for the 2nd address etc.


Code:
local AoB = AOBScan("42 00 00 00 1E 01 00 00 53 30 30")
if (AoB == nil or AoB.Count > 1) then --> Ends function earlier if the AoB was not found, or if multiply aobs were found.
   return
end
local AoBAddress = AoB[0]



As for displaying it in a message box I guess you would print it so

Code:
print(AoBAddress)
Back to top
View user's profile Send private message
theboy181
Advanced Cheater
Reputation: 0

Joined: 26 Jan 2018
Posts: 93

PostPosted: Wed Oct 30, 2019 12:21 pm    Post subject: Reply with quote

I was able to get that working! Thank you !
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting 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