Jump to content

Recommended Posts

Posted

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]

Posted

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]
Posted

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]
Posted (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 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]

Posted

@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]

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...