Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Perfect World
You last visited: Today at 21:55

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

Advertisement



Find Addresses

Discussion on Find Addresses within the Perfect World forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jan 2012
Posts: 7
Received Thanks: 0
Find Addresses

After studying some tutorials forum here I was able to find the memory addresses for freezing, HP, MP, and experience. But now I'm caught not know how to find the other addresses required to use the WQ. Someone could teach me?


Here are the addresses I have ever found:

UnFreeze= 92EFB8
Code:
;~script in autoit
Func MP()
$proces_ID=ProcessExists("ELEMENTCLIENT.EXE")
$handle=_MemoryOpen($proces_ID)
$temp = _MemoryRead(0x00D2EB04,$Handle)
$temp = _MemoryRead($temp+0x28,$Handle )
$temp = _MemoryRead($temp+0x51C,$Handle )

$temp1 = _MemoryRead(0x00D2EB04,$Handle)
$temp1 = _MemoryRead($temp1+0x28,$Handle )
$temp1 = _MemoryRead($temp1+0x4D0,$Handle )

GUICtrlSetData($Label3," MP: "&$temp1&"/"&$temp)

_MemoryClose($handle)

EndFunc

Func HP()
$proces_ID=ProcessExists("ELEMENTCLIENT.EXE")
$handle=_MemoryOpen($proces_ID)
$temp = _MemoryRead(0x00D2EB04,$Handle)
$temp = _MemoryRead($temp+0x28,$Handle )
$temp = _MemoryRead($temp+0x518,$Handle )

$temp1 = _MemoryRead(0x00D2EB04,$Handle)
$temp1 = _MemoryRead($temp1+0x28,$Handle )
$temp1 = _MemoryRead($temp1+0x4CC,$Handle )


GUICtrlSetData($Label2," HP: "&$temp1&"/"&$temp)

_MemoryClose($handle)

EndFunc



Func XP()
$proces_ID=ProcessExists("ELEMENTCLIENT.EXE")
$handle=_MemoryOpen($proces_ID)
 $temp = _MemoryRead(0x00D2EB04,$Handle)
$temp = _MemoryRead($temp+0x28,$Handle)
$temp = _MemoryRead($temp+0x4D4,$Handle )

GUICtrlSetData($Label4," XP: "&$temp)

_MemoryClose($handle)

EndFunc
orve is offline  
Reply

Tags
baseaddress, offset finder, prophet bot, wq bot


Similar Threads Similar Threads
[HELP] How to Find ASM addresses?
06/30/2011 - WarRock - 1 Replies
could anyone point me at the right direction on how to find the right address of an asm in ida pro?? anyoneee??
Anyone tried find addresses for a....
08/21/2009 - 12Sky2 - 2 Replies
hey for now we have speed hack taken from phurba, atack speed hack phurba as well, but did anyone tried to take atack damage from dmg weapon ? and def from def weapon ?. As well did anyone tried to hack the time from buffs like let say max is 180 second and did anyone try change it to 999 second ?
Cant find addresses
07/24/2009 - Grand Chase - 9 Replies
Hey im new here and im trying to get the 1 hit kill hack to work on MLE 1348 but for some reason when i scan 16256 in practice mode no addresses appear on the side. Any1 have a solution to this problem?
Why my UCE cannot find the addresses?
06/02/2009 - Grand Chase Philippines - 5 Replies
This is how the problem goes. One scenario: I have tried following the procedures on how to do the damage hack. And so in practice mode. I have tried using MK Ronan and scan the value 16256 in exact value on 4 bytes. The time I scan it, I see 3 addresses and one of those 3 has the exact value of what I input. the second one, I casted Holy Bless. And find the value of 16281. The next scan doesn't prompted any address. So I thought the first address I scan from 16256 is the one. I rescan...



All times are GMT +1. The time now is 21:57.


Powered by vBulletin®
Copyright ©2000 - 2025, 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 ©2025 elitepvpers All Rights Reserved.