blizzedout Posted February 14, 2006 Posted February 14, 2006 Is this possible? like for a cmd to change a process name
FuryCell Posted February 14, 2006 Posted February 14, 2006 (edited) you could just rename the exe , but that can't be done while the program is running. Edited February 14, 2006 by SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
blizzedout Posted February 14, 2006 Author Posted February 14, 2006 (edited) you could just rename the exe , but that can't be done while the program is running.so there is not way to rename the process ... Some guy told me it was possible.Is there a way to hide a process from windows task manager? Edited February 14, 2006 by blizzedout
blizzedout Posted February 14, 2006 Author Posted February 14, 2006 (edited) anyone Edited February 14, 2006 by blizzedout
Oxin8 Posted February 14, 2006 Posted February 14, 2006 you're playing with fire now.... people don't like talk of virus like things.... ~My Scripts~ *********_XInput UDF for Xbox 360 ControllerSprayPaint_MouseMovePlus
blizzedout Posted February 14, 2006 Author Posted February 14, 2006 you're playing with fire now.... people don't like talk of virus like things.... ... has nothing to do with a virus ... I want to make a script that renames WoW's Process name. so far it can hide it and unhide it. just cant get it to dissapper off the process list func hide() WinSetState ( "World of Warcraft", "", @SW_MINIMIZE ) WinSetState ( "World of Warcraft", "", @SW_HIDE ) endfunc func show() Winsetstate ( "World of Warcraft", "", @SW_SHOW ) WinSetState ( "World of Warcraft", "", @SW_MAXIMIZE ) endfunc
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