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 


Hi, how would I use a debugger and get accessed adresses LUA

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

Joined: 04 Jul 2015
Posts: 105

PostPosted: Tue Feb 02, 2016 8:58 am    Post subject: Hi, how would I use a debugger and get accessed adresses LUA Reply with quote

Hi, so I want to be able to get all the accessed addresses from an instruction, it's only ONE address that accesses this instruction, and I would like a code that prints out the address that accesses the instruction so I can make a hack out of it without having to do it manually.
Thanks
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Tue Feb 02, 2016 4:05 pm    Post subject: Reply with quote

Code:
debug_setBreakpoint(0x12345678, function()
  print(ECX)
  debug_continueFromBreakpoint(co_run)
  return 1
end)
Back to top
View user's profile Send private message
Stacktrace
Expert Cheater
Reputation: 1

Joined: 04 Jul 2015
Posts: 105

PostPosted: Tue Feb 02, 2016 7:36 pm    Post subject: Reply with quote

Zanzer wrote:
Code:
debug_setBreakpoint(0x12345678, function()
  print(ECX)
  debug_continueFromBreakpoint(co_run)
  return 1
end)


Hmm, that didn't do much. Nor did it breakpoint the address at all. Hey, I really appreciate all the help you've given me so far though. Do you know what the problem is?
Back to top
View user's profile Send private message
Zanzer
I post too much
Reputation: 126

Joined: 09 Jun 2013
Posts: 3278

PostPosted: Tue Feb 02, 2016 10:00 pm    Post subject: Reply with quote

You didn't plug in your own address? You don't have CE 6.5?
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