Register for your free account! | Forgot your password?

You last visited: Today at 19:23

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

Advertisement



Pointer collection

Discussion on Pointer collection within the PW Hacks, Bots, Cheats, Exploits forum part of the Perfect World category.

Reply
 
Old 07/24/2009, 05:43   #376
 
elite*gold: 0
Join Date: Mar 2008
Posts: 22
Received Thanks: 2
hmm. It works, but how do I make it stop following....
Everytime I try to do it my char stops but keeps running in one spot.
geasiki is offline  
Thanks
1 User
Old 07/24/2009, 08:02   #377
 
elite*gold: 0
Join Date: Mar 2008
Posts: 109
Received Thanks: 64
Check what are the values of the flags and parameters when in idle state, and set it that way.
vuduy is offline  
Old 07/24/2009, 11:06   #378
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
thanks to anyone who mailed me on how to utilize vuduy's autofollow method and managed to stuff it in smurfit. Now ep will be able to maintain height and always autofollow.

--
I just tried it myself and managed to make my priest follow me by using memory write, but while the priest is following, if there is an obstacle that stops her from following for example npc/wall, then the script won't work anymore unless I use the proper ingame button's [follow] first, then the script will work again, there must be something missing, maybe it has 'stuck' state lol, how do i fix this ?

thankss a lott! this is really interesting and very useful ^^)
Smurfin is offline  
Old 07/25/2009, 17:20   #379
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
I have a CheatEngine table for PW, it contains script for enabling walk-thru walls.

It looks like this :
Code:
[ENABLE]
004052D3:
fld st(0)
mov [ecx+08],eax
[DISABLE]
004052D3:
fld st(1)
mov [ecx+08],eax
Does anyone have any clue on how to convert it to a script in autoit language ? Does that script only involve one 'memory address' [004052D3] , or it might link to other memory address but handled by the asm code above ? I'd like to use memory write to enable and disable it, so I can pass the script to several PW clients using autoit

btw what does that [004052D3] called ? is it a pointer ? I don't quite understand the terms in this hacking things, all I know is a base address, an offset, pointer [base add+offset]

please bear with me lol , i'm totally new to this

*oh btw I got the script from a local hacking forum, , thanks to psychangel for posting it there.
Smurfin is offline  
Thanks
1 User
Old 07/25/2009, 19:36   #380
 
elite*gold: 0
Join Date: Feb 2009
Posts: 46
Received Thanks: 30
Well, i guess 004052D3 isn't the up to date pointer anymore, but to this adress the following code is written:
[ENABLE] fld st(0); mov [ecx+08],eax
[DISABLE] fld st(1); mov [ecx+08],eax

So if u want to use it in autoit just convert the asm into opcode and write it to the adress.
Megamorph is offline  
Old 07/25/2009, 20:41   #381
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
i've tried the script and it is still working with the latest patch on id server, or maybe it won't work on other pw region.

i've thought of using autoit's asm udf but i'll have to educate myself more for that lol, so that number [004052D3] won't reveal anything then, thought it can be converted to a memory write format like [[[Base Adress]+0x20]+0xC70]+0x14 , the one you found earlier.
Smurfin is offline  
Old 07/26/2009, 19:07   #382
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
problem solved!

thanks to geasiki
Smurfin is offline  
Old 07/26/2009, 19:08   #383
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
-double post-
Smurfin is offline  
Old 07/26/2009, 22:36   #384
 
elite*gold: 0
Join Date: Mar 2008
Posts: 22
Received Thanks: 2
Does anyone have the pointers for the buffs?
I'm working on a script where the priest heals the party member(done)
and takes away the bad buffs with a skill.
Can't find the pointer for the bad buffs
geasiki is offline  
Old 07/27/2009, 14:35   #385
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
script for detecting bad buff would be great, even PR controlled by human sometimes doesn't notice when someone in the party got cursed by boss, or other bad buffs , or maybe it's just me lol.

hope vuduy has that one, he's like a pw hack encyclopedia lol.
Smurfin is offline  
Old 07/28/2009, 01:49   #386
 
elite*gold: 0
Join Date: Mar 2008
Posts: 109
Received Thanks: 64
Party buffs are quite easy to get. First get the party list structure, after that find the buff list for the party member index.

It is easy to get because the buff list is a list; therefore it also contains a list size (adjacent to the list pointer). To find it, click on your party member, buff something, find the buff count, buff another thing, etc... Once you get the buff count, the buff list is next to it.
vuduy is offline  
Old 07/28/2009, 01:49   #387
 
elite*gold: 0
Join Date: Mar 2008
Posts: 109
Received Thanks: 64
Party buffs are quite easy to get. First get the party list structure, after that find the buff list for the party member index.

It is easy to get because the buff list is a list; therefore it also contains a list size (adjacent to the list pointer). To find it, click on your party member, buff something, find the buff count, buff another thing, etc... Once you get the buff count, the buff list is next to it.
vuduy is offline  
Old 07/28/2009, 05:38   #388
 
elite*gold: 0
Join Date: Mar 2008
Posts: 22
Received Thanks: 2
Base + 20 + 694 seems to be the party list structure...
What now? kinda stuck...
geasiki is offline  
Old 07/29/2009, 15:52   #389
 
Zacko7's Avatar
 
elite*gold: 20
Join Date: Jul 2009
Posts: 1,364
Received Thanks: 542
Wow, no other subsection will give away knowledge like this, makes me jealous. xD
Zacko7 is offline  
Old 07/29/2009, 16:00   #390
 
Smurfin's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,243
Received Thanks: 670
that's vuduy for you , and the others as well, of course ^^)
too bad i'm very limited and most of the times need a feeding lol.

please post if anyone discover any new pointers for pw , and if possible how to search for it.
Smurfin is offline  
Reply


Similar Threads Similar Threads
collection wod
03/08/2011 - RFO Hacks, Bots, Cheats, Exploits & Guides - 3 Replies
tv dvd dvd collection p90x Buy high quality DVD collection online store . TV DVD COLLECTION Welcome to select any classic TV series what you want High quality DVD selling at a best price ! P90X
[TUT] Video How to hack with CE und Pointer+Pointer mit SKill-Lvl und Kingdom-Hack
10/25/2010 - 4Story Hacks, Bots, Cheats & Exploits - 135 Replies
Also ich habe auch mal ein How to do Video gemacht. Wie man mit Cheat Engine und einem Pointer hackt da es viele Leute immer noch nicht wissen. Den 3. Teil kann man sich ja bestimmt denken, wenn nicht der 3. Teil kommt am Dienstag denke ich mal weil ich heute in Urlaub fahre. Solange müsstet ihr euch dann noch gedulden. Unten steht der Link für Cheat Engine, der Link von Superx321 Skill Liste für den Skill-Hack und der Bypass von St0rmBl4de. Also: How to do Video 1. Teil: YouTube - How to...
Frage: Wie findet man zB UG Pointer?Speed pointer?
03/30/2010 - Kal Online - 2 Replies
kann mir einer sagen wie man UG/Speed pointer finden kann usw^^´ß#
Pointer collection
11/09/2009 - General Gaming Discussion - 9 Replies
Hi guys, Let’s collect useful information like pointers and other data (if it’s possible) for coding own bots Next list is a base address and offsets for Russian server: Char stats 1: + $354 + $A4 - HP current (4 Bytes) $A8 - HP max (4 Bytes) $AC - MP current (4 Bytes) $B0 - MP max (4 Bytes)



All times are GMT +2. The time now is 19:23.


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.