Posted: Sun Mar 13, 2016 11:32 am Post subject: how to disable function and change the debugger
hello
i tried to disable a function by adding timer and add that function in it
so when i disable the timer ... the function disable with it ... it didn't work
first question is there any way to disable a function ?
second question is there anyway to change the debugger method by lua script ? (the debugger that cheat engine use)
there's a function i call when the program start (UDF2.show)
the problem is when i close the UDF2 it show agine cuz the program keep calling the func over and over
he's it
function FormActivate(sender)
UDF2.show()
end
function FormClick(sender)
UDF2.close()
end
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