Jump to content

Recommended Posts

Posted

I wanted to use the function ProcessExists("process") in my FastGaming proggy but found that one of the games (WarRock) hides its process (well, I can't find it in the tasklist) so I can't detect when it's running and when it stops. Anyone got a solution other than using WinExists('title")?

Thanks

  • Moderators
Posted

I wanted to use the function ProcessExists("process") in my FastGaming proggy but found that one of the games (WarRock) hides its process (well, I can't find it in the tasklist) so I can't detect when it's running and when it stops. Anyone got a solution other than using WinExists('title")?

Thanks

I would suggest looking a bit deeper, than just the Task Manager. I use ProcExp.exe by systernals: Then look at where the .exe are being processed from... You'll find alot of times it's not a hidden exe, but renamed. Otherwise it's basically using the RootKit method of hiding and your AntiVirus software should find it (If not you could try ProcessGuard).

Another route may be looking in the registry if there is a unique string that is given when the .exe is running.

Look forward to seeing how you actually get around this :lmao: .

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.

Posted

Yeah, I have the sysinternals tool but it's hidden from that too. I did think it may be a rootkit thing but am hoping it's not. I'll dig around some more like you suggested.

Posted

Yeah, the f'king thing is a rootkit - both RootKit Revealer and Blacklight picked it up as such. How retarded is that - writing a game that uses rootkit technology.

BTW, my virus detector (Avast) was OK with it.

  • Moderators
Posted

Yeah, the f'king thing is a rootkit - both RootKit Revealer and Blacklight picked it up as such. How retarded is that - writing a game that uses rootkit technology.

BTW, my virus detector (Avast) was OK with it.

Ha, is that anger at it being one, or frustration on not knowing how to create one :lmao: .

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.

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...