TProgramming Forums

Full Version: change processclass name
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hiho!

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.
Just change it through some HexEditor Tongue
(02-04-2010 07:52 PM)Diathial Wrote: [ -> ]Just change it through some HexEditor Tongue
cant find the string Confused
Do you know base client version?
(02-05-2010 06:58 AM)Diathial Wrote: [ -> ]Do you know base client version?
I found it Tongue my mistake, searched for CMainFrame and take that value and change to tibiaclient and search for the old value and change it to tibiaclient. THX
Reference URL's