02-04-2010, 03:41 PM
Hiho!
Is there any way of get a processclassname, from a running process and change it?
Like:
Cuz alot of ots is have their own client, and all bot I know search for process with the name tibiaclient else no client found.
Is there any way of get a processclassname, from a running process and change it?
Like:
Code:
Dim Proc as process
If proc.classname<> "tibiaclient" then
proc.classname = "tibiaclient"Cuz alot of ots is have their own client, and all bot I know search for process with the name tibiaclient else no client found.

