Delta Posted November 19, 2007 Posted November 19, 2007 Is there a way to find a hidden process? I have a game called Project torque that hides its process to prevent hacking. The downside to this is that if the game lock's up i cant end task it. Does anyone know if its possible to show the process the game is using and kill it? [size="1"]Please stop confusing "how to" with "how do"[/size]
FireLord Posted November 19, 2007 Posted November 19, 2007 Not sure that this can be done in AutoIt. Try c++ though, it can definately be done with it. [center]See the Helpfile[/center] While Alive() DrinkWine(); }[center][/center]
Delta Posted November 20, 2007 Author Posted November 20, 2007 Ok i suppose i could try it [size="1"]Please stop confusing "how to" with "how do"[/size]
FireLord Posted November 20, 2007 Posted November 20, 2007 Do you know any C? If you don't, better start learning because I wouldn't call unhiding a hidden process in C++ a 5 minuted task.Links:cprogramming.com^ Just a little something to get you started if you don't have a book. [center]See the Helpfile[/center] While Alive() DrinkWine(); }[center][/center]
Sardith Posted November 20, 2007 Posted November 20, 2007 (edited) There really isn't anything to 'detect'. This will do what you want... WinKill("[CLASS:INVICTUS]"); Kills a Project Torque processoÝ÷ Ù(zz-z«¨µéÚ Edited November 20, 2007 by Sardith [font="Verdana"]Valik:Get it straight - I'm not here to say please, I'm here to help - if my help's not appreciated then lotsa luck, gentlemen.[/font]
Sardith Posted November 20, 2007 Posted November 20, 2007 @Deltaforce229 Did that method work for you? [font="Verdana"]Valik:Get it straight - I'm not here to say please, I'm here to help - if my help's not appreciated then lotsa luck, gentlemen.[/font]
Delta Posted November 20, 2007 Author Posted November 20, 2007 Yes it did thank you very much! [size="1"]Please stop confusing "how to" with "how do"[/size]
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