Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Perfect World
You last visited: Today at 12:02

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Make your own PW Multiclient

Discussion on Make your own PW Multiclient within the Perfect World forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2008
Posts: 12
Received Thanks: 10
Talking Make your own PW Multiclient

Want to make your own multiclient? Here is my source code for a Perfect World multiclient. Feel free to modify it in any way. This is made in Visual Basic (you'll need to have visual basic installed on your computer, obviously).

yeyetcute is offline  
Thanks
6 Users
Old 04/19/2009, 07:29   #2
 
elite*gold: 0
Join Date: Apr 2008
Posts: 12
Received Thanks: 10
More than a 100 views but no replies or comments? If it works, a simple thanks would be nice. If it doesn't work, maybe we can work out some bugs.
yeyetcute is offline  
Thanks
1 User
Old 04/21/2009, 20:28   #3
 
elite*gold: 0
Join Date: Apr 2009
Posts: 16
Received Thanks: 0
You could atleast tell us how to make one?
RyanH100 is offline  
Old 04/22/2009, 03:15   #4
 
elite*gold: 0
Join Date: Apr 2008
Posts: 12
Received Thanks: 10
To make a multi-client for Perfect World (or some other games as well), what we need to do is to change the title of the window of the game, from "Element Client" to anything we want (e.g. pw1, pw, etc...). Once the title has been changed, we can now open another client (thus, the multi-client).

For the multi-client to work:
1. First, you must have opened the game (and preferrably in window mode, not in full screen mode).
2. Once you're in the login, just run the multi-client I made, and press the button (there are only two buttons on the multi-client, the X button and the more obvious Create another client button).
3. Open another client. It's that simple.

This multi-client was made in MS Visual Basic, so, you'll need MS VB to open and modify it. If you don't have MS VB, I can't help you there. I'll just post the code here so you can try to modify it in MS Office (VBA) if you don't have MS VB.

For those who have MS VB, you're in luck. Just open the project file and the multi-client will be at your disposal.

Here's the code:


Option Explicit

Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
Private Declare Function SendMessageSTRING Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As String) As Long

Private Const WM_SETTEXT = &HC

Private Sub cmdRename_Click()
Dim lPWHwnd As Long
Dim sCaption As String

lPWHwnd = FindWindow(vbNullString, "Element Client")
If lPWHwnd = 0 Then Exit Sub
sCaption = "pw"
SendMessageSTRING lPWHwnd, WM_SETTEXT, 256, sCaption
End Sub
yeyetcute is offline  
Thanks
3 Users
Old 05/15/2009, 12:25   #5
 
elite*gold: 0
Join Date: May 2009
Posts: 1
Received Thanks: 0
Hi yeyet

Works very fine. And so simple. Thanks for great work.

Greets Imak
imak2008 is offline  
Old 05/23/2009, 06:53   #6
 
elite*gold: 0
Join Date: Jan 2009
Posts: 3
Received Thanks: 0
Very nice! Thank you for this!
hellbread is offline  
Old 05/26/2009, 02:59   #7
 
elite*gold: 0
Join Date: May 2009
Posts: 8
Received Thanks: 0
thanks a Lot DUDE!
evoLutiion123 is offline  
Old 06/22/2009, 05:46   #8
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1
Received Thanks: 0
THANK A LOT IT REALLY WORKs
apoloxxx is offline  
Old 06/26/2009, 20:58   #9
 
elite*gold: 0
Join Date: May 2009
Posts: 1
Received Thanks: 0
Thanks alot man
lozdy is offline  
Old 06/27/2009, 03:02   #10
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
i've tried opening the source in visual basic pro 2008, it asked me to upgrade the source and i did, it run ok and function properly by renaming element client to pw.

the project pwmulti treeview has 4 items, such as : My Project, _UpgradeReport.htm, assemblyinfo.vb, and Form1.vb , but where can i edit/view the source you described above.

btw it's my first time with vb lol, i'm so noob
Smurfin is offline  
Old 07/25/2009, 05:03   #11
 
elite*gold: 0
Join Date: Jul 2009
Posts: 1
Received Thanks: 0
dosen't work
i click 'create a client' and nothing happens
i'm on windows vista, guess its not compatible with that
ahliah is offline  
Old 07/25/2009, 07:02   #12
 
elite*gold: 0
Join Date: Jan 2009
Posts: 2
Received Thanks: 0
It works i have vista to u must run it as admin than click again on elemen client wooow thx dude i cann kiss u !!!! Thank u man^^
Denmo93 is offline  
Old 07/28/2009, 06:57   #13
 
elite*gold: 0
Join Date: Apr 2008
Posts: 12
Received Thanks: 10
Quote:
Originally Posted by Smurfin View Post
i've tried opening the source in visual basic pro 2008, it asked me to upgrade the source and i did, it run ok and function properly by renaming element client to pw.

the project pwmulti treeview has 4 items, such as : My Project, _UpgradeReport.htm, assemblyinfo.vb, and Form1.vb , but where can i edit/view the source you described above.

btw it's my first time with vb lol, i'm so noob
I'm not very familiar with Visual Basic Pro 2008, but I guess it's basically the same with Visual Basic 6 (which I used to create the multi-client). Try opening the code of Form1.vb, because that is where the sub-routines are.

And by the way, thanks also to those who tried and tested this multi-client. I'm glad to know that it still works, even after several patches has been made to PW.
yeyetcute is offline  
Reply


Similar Threads Similar Threads
Make your own MultiClient
09/19/2011 - CO2 Exploits, Hacks & Tools - 24 Replies
Instead of redownloading it every patch, just learn how to do it. 1) Get a Hex Editor (http://www.softcircuits.com/cygnus). 2) Open the Editor, use the find function (Ctrl + F) to find the word "English" somewhere. 3) Change the word "English" to "Chinese" Done.
How to make multiclient!
11/06/2010 - CO2 Guides & Templates - 6 Replies
Needs: - Hex editor, here free hex editor Let's start, - First open hex editor - Then click Open and find Conquer.exe (example: C:\Program Files\Conquer 2.0\Conquer.exe) and open it. - Now click Edit -> Find then write word English and click Find. - Then you see this word - Change it English to english example here - Now Save and go to conquer, open more than 2 conquer windows... voila!!!
how do you make multiclient
07/10/2008 - Conquer Online 2 - 1 Replies
hey i was just wondering how you make a multiclient? i have filealyzer but i really don't know what to do with it...any help would be sweet. thanks :)
How to make multiclient!
05/02/2008 - CO2 Exploits, Hacks & Tools - 27 Replies
Needs: - Hex editor, here free hex editor Let's start, - First open hex editor - Then click Open and find Conquer.exe (example: C:\Program Files\Conquer 2.0\Conquer.exe) and open it. - Now click Edit -> Find then write word English and click Find. - Then you see this word - Change it English to english example here - Now Save and go to conquer, open more than 2 conquer windows... voila!!! :D



All times are GMT +1. The time now is 12:03.


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

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.