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 


Lua breakpoint?
Goto page Previous  1, 2
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine Lua Scripting
View previous topic :: View next topic  
Author Message
Freiza
Grandmaster Cheater
Reputation: 22

Joined: 28 Jun 2010
Posts: 662

PostPosted: Wed May 09, 2012 7:14 am    Post subject: Reply with quote

Like this:

Code:
debugProcess()  -- Attach Debugger to the process.
myaddress=getAddress("WriteFile");
function debugger_onBreakpoint()

  if(EIP==myaddress) then
    return 0 --Break
  else
    return 1  --Not Break
  end
end

debug_setBreakpoint("WriteFile")  -- Address where to set breakpoint


When ever the writefile code will run it will break it.

_________________
Back to top
View user's profile Send private message Send e-mail
eorenmh
How do I cheat?
Reputation: 0

Joined: 07 May 2012
Posts: 4

PostPosted: Wed May 09, 2012 7:17 am    Post subject: Reply with quote

Freiza wrote:
Like this:

Code:
debugProcess()  -- Attach Debugger to the process.
myaddress=getAddress("WriteFile");
function debugger_onBreakpoint()

  if(EIP==myaddress) then
    return 0 --Break
  else
    return 1  --Not Break
  end
end

debug_setBreakpoint("WriteFile")  -- Address where to set breakpoint


When ever the writefile code will run it will break it.


gee many thanks!! Smile
will try it soon....
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
Goto page Previous  1, 2
Page 2 of 2

 
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