PW Client Renamer [MultiBox]

08/22/2008 02:15 fr0stbladex#1
PW Client Renamer is a small application i made in AutoIt that simply renames the window of PW from "Element Client" to "Element Multi-Client" so you can launch multiple windows.

New: PW Client Re-Renamer.
This has been added for those botters who want to have multiple windows but need the windows to be called "Element Client" or their bot will not work.
(You basically use it after you named the window to "Element Multi-Client" so it renames the window back to "Element Client" for some bots to work.)

NOTE: Read the README for use. It will guide you thrue making the No-Patcher/Launcher Shortcut. (Important)

Download:
[Only registered and activated users can see links. Click Here To Register...]

~fr0stbladex.
08/22/2008 16:53 da_bluex#2
well, there are still about 20 tools like that. use search function >.<
08/27/2008 03:07 fr0stbladex#3
Quote:
Originally Posted by da_bluex View Post
well, there are still about 20 tools like that. use search function >.<
Im new to this forum and the first thing i post with helpful intent gets 1 reply and its a flame.. nice first impression about these forums. : /
08/27/2008 09:16 silkytail#4
do you have better one ? :)
08/27/2008 11:16 cheatftw#5
anyone can make his own rename with simple autoIT script like:

WinWaitActive("Element Client")
WinSetTitle("Element Client", "", "Super_Buber_Title")
11/14/2009 21:19 dagd#6
works cool dude xD
11/15/2009 16:19 blinko#7
Quote:
Originally Posted by cheatftw View Post
anyone can make his own rename with simple autoIT script like:

WinWaitActive("Element Client")
WinSetTitle("Element Client", "", "Super_Buber_Title")
lol..lets try again. The client is all chinese characters if i remember correctly.
And Using The code piece you posted above wouldn't work properly
So the correct process would be..

Code:
$wList = WinList()
$PID = ProcessExists("elementclient.exe")
For $i = 1 to $wList[0][0]
     $WPID = WinGetProcess($wList[$i][0])
     
     If $WPID = $PID then
        WinSetTitle($wList[$i][0],"",<New Title Here>)
     EndIf
Next
11/15/2009 17:40 ♥Hime♥#8
yeah but everyone who knows it a bit can do it
so no need to pst like 100 threads

and at threadmaker
u should read rules before posting
07/31/2010 12:59 zaphirot#9
Thx iam so need this program:mofo:
08/03/2010 12:28 toni2004560#10
Would greatly appreciate if somebody can upload a renamer that works with chinese words