Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Perfect World
You last visited: Today at 16:17

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

Advertisement



[Request] Guide for modding elementclient!

Discussion on [Request] Guide for modding elementclient! within the Perfect World forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2009
Posts: 31
Received Thanks: 0
Exclamation [Request] Guide for modding elementclient!

i have been wondering how to mod client permanently so the jump/zoom and especially video freeze would be implemented without playing around with CE or whatever third program
if any1 kind enough and wanna teach/show some basics then help is appreaciated

can pm me aswell if too shy to share knowledges for public
illegaal117 is offline  
Old 11/06/2010, 10:07   #2
 
Interest07's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 862
Received Thanks: 575
You find the addresses of the values you wish to freeze or whatever, then see what piece of code modifies them. Then you open elementclient in for example ollydbg, go to the piece of code where this happens and change the code so it always changes it to the value you desire.

For example unfreeze in PWI:

Code:
.text:00430D96 85 D2                                         test    edx, edx
.text:00430D98 0F 95 C0                                      setnz   al
.text:00430D9B 84 C0                                         test    al, al
.text:00430D9D 88 85 8C 04 00 00                             mov     [ebp+48Ch], al
This is where the game checks if the client is active, then sets al to 1 if it is, to 0 otherwise. So you'd change the code to always set it to 1, regardless of the result of test edx, edx. For example change the code at 0x430D98 address to

Code:
b0 01 
90
Interest07 is offline  
Old 11/06/2010, 18:01   #3
 
elite*gold: 0
Join Date: Jan 2009
Posts: 31
Received Thanks: 0
Cool Progress assured:)

yeap got it all working now and implemented that to my elementclient big thanks to zenvoid who pushed me to right direction
used cheat engine and simple hex editor
illegaal117 is offline  
Reply


Similar Threads Similar Threads
Aion Modding Guide
04/05/2024 - Aion Guides & Strategies - 12 Replies
Brought to you by InfiniteAion.com! Always wanted to mod AION but didn't know how? In this guide, I will show you how. Things needed to get started: ~Photoshop ~Dds Thumbnail Viewer Download (XP & Vista x86 32-bit) ~Mystic Thumbs (Vista x64) ~.dds tool (Used to open .dds and save in PS)
*Der Große Modding Guide [Daily Update]*
01/03/2011 - WarRock Guides, Tutorials & Modifications - 94 Replies
Vorwort: http://www.mcg-re.de/cms/images/ladebalken_fast.g if Huhu Liebe WarRock Sektion.. Wie ihr vielleicht schon mitbekommen habt ist Unser "theit123" Der Autor von diesem Thread Gebannt ... Da dachte ich: Mache ich mal den Guide weiter , natürlich mit Daily Updates ;)
Plz help MOD elementclient
10/01/2009 - PW Hacks, Bots, Cheats, Exploits - 5 Replies
Hi! Need add filter for priest 'Heal only my clan' (if target eneme then heal/baf me). Now i all time change target for heal and baf, and all time need to choose the purpose. And I want heal/buf myself but my purpose would be an enemy. This filter is built in 1.4.1 + versions, but in my it is not present. I attachment elementclient.exe. I saw built in filter in version 1.3.6, but for my version not found. Help me guru codes!!!
Need PWI v140 elementclient.exe
05/21/2009 - Perfect World - 5 Replies
Please, some1, who plays on PWI attach here or upload somewhere file elementclient.exe from PWI v.140. Thanx.



All times are GMT +2. The time now is 16:17.


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.

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