alex OF DEATH Posted August 13, 2006 Posted August 13, 2006 Is it possible to 'freeze' a process with autoit?
Xenobiologist Posted August 13, 2006 Posted August 13, 2006 Is it possible to 'freeze' a process with autoit?HI,I don't know. Maybe a DLLCall. Do you know a C++ func or vb script that can do that?So long,Mega Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
alex OF DEATH Posted August 13, 2006 Author Posted August 13, 2006 HI,I don't know. Maybe a DLLCall. Do you know a C++ func or vb script that can do that?So long,MegaI don't even truly know what DLL's are used for and what they do/how they work.
Moderators SmOke_N Posted August 13, 2006 Moderators Posted August 13, 2006 Is it possible to 'freeze' a process with autoit?This topic leads to a lot of different things... what "specifically" are you trying to do (in detail)? Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
alex OF DEATH Posted August 13, 2006 Author Posted August 13, 2006 Well, im trying to bypass an anti game hacking program called X-trap. I want to freeze xtrap after it launches, so it's launched but can't do anything. Possible?
tAKTelapis Posted August 14, 2006 Posted August 14, 2006 i can only assume that forcing the program to lie dormant whilst still running would result in something giving up the ghost on the system. normally when a process crashes it becomes un-responsive, and in turn locks the whole system up.
alex OF DEATH Posted August 14, 2006 Author Posted August 14, 2006 But we don't know if it will or not, do we? So is it possible or not?
Moderators SmOke_N Posted August 14, 2006 Moderators Posted August 14, 2006 But we don't know if it will or not, do we?So is it possible or not?ProcessGuard could stop it. Do a google. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
alex OF DEATH Posted August 14, 2006 Author Posted August 14, 2006 I know ProcessGuard can do it. I haven't tested it myself, but Many people said it didnt work. Either way, I want to incorporate it into an autoit program, so Process guard wouldnt work.
Klaatu Posted August 14, 2006 Posted August 14, 2006 Either way, I want to incorporate it into an autoit program, so Process guard wouldnt work.Why not, since you can control Process Guard with AutoIt too? My Projects:DebugIt - Debug your AutoIt scripts with DebugIt!
alex OF DEATH Posted August 14, 2006 Author Posted August 14, 2006 If you have to have PG on your computer for it to work, I don't want it.
omglol Posted August 14, 2006 Posted August 14, 2006 I know ProcessGuard can do it. I haven't tested it myself, but Many people said it didnt work. But we don't know if it will or not, do we? maybe If X-trap Starts Do("Freeze that mofo") Endif Nah sorry, can't help with that, anyways if a game is protected with X-trap and the x-trap stops running it'll stop the game aswell, otherwise evryone could turn it off right? ah well, good luck with it i, wouldn't know how to.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now