elitepvpers

elitepvpers (https://www.elitepvpers.com/forum/)
-   PW Hacks, Bots, Cheats, Exploits (https://www.elitepvpers.com/forum/pw-hacks-bots-cheats-exploits/)
-   -   [Release] Aduhn32 - Perfect World Bot (https://www.elitepvpers.com/forum/pw-hacks-bots-cheats-exploits/1287123-release-aduhn32-perfect-world-bot.html)

Aduhn32 07/06/2011 15:18

[Release] Aduhn32 - Perfect World Bot
 
10 Attachment(s)
[Aduhn32 - Perfect World Bot]

[New Update]

Version 1.4 (16 July 2011)
-Fix Window List

Version 1.3 (14 July 2011)
-Fix some bugs
-PWLog be more cool
-Window Info
-Filter for mine items

Version 1.2 (8 July 2011)
-Fix some bugs.
-Add feature Fly to escape
-Add feature AutoBack
-Help files
-Fix bot
-Kill nearst mob

================================================== =======
Version 1.1 (6 June 2011)

[Features]
-ClientList By Name
-ClientFinder
-Character Info Viewer
-Bot
-Auto Hotkey
-Custom Event
-Auto Chat
-Auto Pick
-Offset Setting
-Window Setting
-Around Info (Player/NPC/Mob)
-Points Distribution
-Selected Info
-Some Hack
-GoTo
-AutoRename Title

[Bot]
You can setting mob on tab Info > Around> MobList
choose Show the Name or ID, if you choose Name then the bot will kill all the mobs are named as such. If you select the ID then the bot will kill mob in accordance ID.
Mob filter.Setting there if necessary.

[virus?]
These applications are free of viruses , Check using any antivirus if you doubt.:)

[Application Info]
#CPU Usage 0% - 10% :o
#RAM 36MB (minimize it if you want to be a low)

[HowToUse]
-Extract Release.Rar
-add Bak.reg
-Run your pw client
-Run the bot
-Find your client pw with Finder or select on ComboBox
-EnjoyIt

[ThanksTo]
#SendPacket (SelectTarget,IncreaseStatsBy,RezToTown,PickUpItem ) ===> Interest07
#Mob,NPC and Player Listings ===> lolkop
#MoveToXYZ,Unfreeze ===> PW-Prophets

Aduhn32 07/06/2011 15:37

1 Attachment(s)
Wew ... zzzz.
if that error. trythis.
[Only registered and activated users can see links. Click Here To Register...]
I forgot to add RealBaseAddress and offset SendPacketFunction:D:D:D

Interest07 07/06/2011 15:46

Good to see a fresh bot around :)

what do you mean by this? "-Some Hack"

Aduhn32 07/06/2011 15:57

download it, then you will know :D:D:D

encaveirado 07/06/2011 18:08

work in PWBR?

msxgames 07/06/2011 19:25

I like new initiatives. Thanks!

fah444 07/07/2011 02:32

2 Attachment(s)
using win 7 64bits... Playing pw my-en

when i open the bot this msg came up
[Only registered and activated users can see links. Click Here To Register...]

if i ignore and continue, do i click the "intal" to hook pw client? I clicked it and another msg came up...While i still couldn't hook the client.
[Only registered and activated users can see links. Click Here To Register...]

Would like to request a brief readme/guidew regarding this bot. Thumbs up for new bot!

Aduhn32 07/07/2011 04:00

Quote:

Originally Posted by encaveirado (Post 11608473)
work in PWBR?

maybe, if you are setting offsets corresponding your PW

Quote:

Originally Posted by fah444 (Post 11616696)
using win 7 64bits... Playing pw my-en

when i open the bot this msg came up
[Only registered and activated users can see links. Click Here To Register...]

if i ignore and continue, do i click the "intal" to hook pw client? I clicked it and another msg came up...While i still couldn't hook the client.
[Only registered and activated users can see links. Click Here To Register...]

Would like to request a brief readme/guidew regarding this bot. Thumbs up for new bot!

The first problem, try
Quote:

Originally Posted by Aduhn32 (Post 11605190)
Wew ... zzzz.
if that error. trythis.
[Only registered and activated users can see links. Click Here To Register...]
I forgot to add RealBaseAddress and offset SendPacketFunction:D:D:D

The second problem, I just tested this bot on XP, the bug does not happen here, I will fix in the new update, while the Install feature is not important.

encaveirado 07/07/2011 05:01

What do I need to find the offsets pwbr is adapted to your bot? if I post the client FINDINGS pwbr you think of these offsets for us?

Aduhn32 07/07/2011 05:46

This bot need a lot of offset, but if it works , it's amazing.
if your PW differ with PWIndo , please change all the default offset value corresponding offset value your PW. for edit it please select "Tools" tab, and click the button "..." (lower right corner).

fah444 07/07/2011 13:43

bro thanks for the tutorial, will you update a win7 version??? cause i got lots of errors, you said problem 1 try that offsetting.rar din help also.

PwHitsHackers 07/07/2011 22:48

look of the error when I try to put new offset bug waiting for response
[Only registered and activated users can see links. Click Here To Register...]

avendra 07/08/2011 10:19

are you already test it in the other computer other than yours [the release version].
i used xp sp3, played at pw id but still not worked.
i think it only work for your computer [for now] because when i try to change the offset, the program shows warning that tell about a folder that not mine [it's definitely your project folder]

sorry, i'm not good enough in english :o

Aduhn32 07/08/2011 10:56

Quote:

Originally Posted by PwHitsHackers (Post 11633324)
look of the error when I try to put new offset bug waiting for response
[Only registered and activated users can see links. Click Here To Register...]

Aduhn32Bot error if there is no client PW, please run the PW before running the bot.
bot require 'Window Handle of PW clients' to make PWHack object.
Code:

        Dim hWnd As IntPtr = FindWindow("ElementClient Window", Nothing)

        If hWnd = 0 Then
            PWLog.AddLog("[WaitingClient]")
            WaitingForChar.Enabled = True
        Else
            xpwh = New PWHack(hWnd, DefaultBaseAddres)
            If File.Exists("OffsetSetting.aop") Then
                xpwh.Offset.LoadFromFile("OffsetSetting.aop", False)
                DefaultBaseAddres = xpwh.Offset.Offset("BaseAddress")(0)
                xpwh.SendPacket.realBaseAddress = xpwh.Offset.Offset("RealBaseAddress")(0)
                xpwh.SendPacket.sendPacketFunction = xpwh.Offset.Offset("SendPacketFunction")(0)
                xpwh.BaseAddress = DefaultBaseAddres
            End If
        EndIf


martmor 07/08/2011 16:26

Hello

The Bot and the much help files! Very fine work :handsdown:

What can I do if the offset find function write me that I must run the PW Client at first?

I have one PW Client running in Window mode. Title of the PW Client is "Perfect World International". I started Aduhn as Administrator.

The Error after clicking the Offset Button "..." is: "Please run PW Client" I tried it with the new and the old OffsetSetting.aop file.

Do I must copy the bot in the PW directory?
Any other suggestions that the Bot can dedect the PW Client?


All times are GMT +2. The time now is 03:45.

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.