Page 1 of 1

freeze program thread

Posted: Wed Jun 27, 2012 12:56 pm
by kircinek
hello
i need freeze game for some time
what i can call example dll kernel32.dll functions
SuspendThread()
ResumeThread()

or another way to get this result

ty for help

Re: freeze program thread

Posted: Wed Jun 27, 2012 8:52 pm
by Administrator
You would need to call those functions from within the process itself. You would need to inject a DLL for that.