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 


Find out what addresses this instruction accesses in Lua

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

Joined: 21 Jan 2019
Posts: 27

PostPosted: Thu Feb 07, 2019 6:24 am    Post subject: Find out what addresses this instruction accesses in Lua Reply with quote

how to "Find out what addresses this instruction accesses" in Lua script?

Code:
debug_setBreakpoint("Address",function()
 print(string.format("%X",RCX))
 --debug_removeBreakpoint("Address")
end)


this is work. but only print 1 address

i want print founded addresses and if address is same as before, ignore.

result ex)
print 1 = "2C8BC9BC272"
print 2 = "2C8BC9BA662"
if done -> stop debug
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 457

Joined: 09 May 2003
Posts: 25262
Location: The netherlands

PostPosted: Thu Feb 07, 2019 6:56 am    Post subject: Reply with quote

foundlist={}

and in your breakpoint function
Code:

if foundlist[RCX]==nil then
   print(string.format("%X",RCX))
   foundlist[RCX]=true
end

_________________
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
Back to top
View user's profile Send private message MSN Messenger
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