elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   Perfect World (https://www.elitepvpers.com/forum/perfect-world/)
-   -   PW Client Renamer [MultiBox] (https://www.elitepvpers.com/forum/perfect-world/160758-pw-client-renamer-multibox.html)

fr0stbladex 08/22/2008 02:15

PW Client Renamer [MultiBox]
 
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.

da_bluex 08/22/2008 16:53

well, there are still about 20 tools like that. use search function >.<

fr0stbladex 08/27/2008 03:07

Quote:

Originally Posted by da_bluex (Post 1370771)
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. : /

silkytail 08/27/2008 09:16

do you have better one ? :)

cheatftw 08/27/2008 11:16

anyone can make his own rename with simple autoIT script like:

WinWaitActive("Element Client")
WinSetTitle("Element Client", "", "Super_Buber_Title")

dagd 11/14/2009 21:19

works cool dude xD

blinko 11/15/2009 16:19

Quote:

Originally Posted by cheatftw (Post 1382763)
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


♥Hime♥ 11/15/2009 17:40

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

zaphirot 07/31/2010 12:59

Thx iam so need this program:mofo:

toni2004560 08/03/2010 12:28

Would greatly appreciate if somebody can upload a renamer that works with chinese words


All times are GMT +2. The time now is 01:10.

Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.