Register for your free account! | Forgot your password?

Go Back   elitepvpers > Search Forums
You last visited: Today at 00:09

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

Advertisement



Showing results 1 to 25 of 99
Search took 0.01 seconds.
Search: Posts Made By: msxgames
Forum: PW Hacks, Bots, Cheats, Exploits 05/08/2016, 20:56
Replies: 87
Views: 18,880
Posted By msxgames
I learned from WQ bot for PWI...

I learned from WQ bot for PWI ([Only registered and activated users can see links]). Just read and try to understand.
Forum: PW Hacks, Bots, Cheats, Exploits 05/02/2016, 01:28
Replies: 87
Views: 18,880
Posted By msxgames
By the way it's easy to calculate the offset of a...

By the way it's easy to calculate the offset of a Player or NPC in those sortedLists. Here are 3 of those lists:

PlayerSortedList
[[[[[BaseAddress]+0x1C]+0x1C]+0x1C]+0x20]

NPCSortedList...
Forum: PW Hacks, Bots, Cheats, Exploits 04/30/2016, 03:13
Replies: 87
Views: 18,880
Posted By msxgames
I have a question about the buttonID structure....

I have a question about the buttonID structure. At offset 0xAF4280 there is kind of check function for buttons. In the case it's for the Auctionhall window. It's using a reference to (ButtonID-0xC)....
Forum: PW Hacks, Bots, Cheats, Exploits 10/09/2015, 01:48
Replies: 3
Views: 1,735
Posted By msxgames
Virus

Virus
Forum: PW Hacks, Bots, Cheats, Exploits 10/02/2015, 20:45
Replies: 247
Views: 51,724
Posted By msxgames
Check this in Reclass...

Check this in Reclass [Only registered and activated users can see links]
Forum: PW Hacks, Bots, Cheats, Exploits 04/03/2014, 23:24
Replies: 9
Views: 20,400
Posted By msxgames
Start PWI with "elementclient.exe...

Start PWI with "elementclient.exe startbypatcher".
Forum: PW Hacks, Bots, Cheats, Exploits 03/21/2014, 10:25
Replies: 22
Views: 7,415
Posted By msxgames
Link to the framework: PW OOG FrameWork - Zhyk.Ru...

Link to the framework: PW OOG FrameWork - Zhyk.Ru Forums ([Only registered and activated users can see links])

And link to the code: [Only registered and activated users can see links]
Forum: PW Hacks, Bots, Cheats, Exploits 03/18/2014, 20:53
Replies: 22
Views: 7,415
Posted By msxgames
I hope that you did not use any information from...

I hope that you did not use any information from one of the open source WQ bots, but that you made it entirely on your own.

Is there a spot in this forum where I can give anti-thanks? This is not...
Forum: PW Hacks, Bots, Cheats, Exploits 03/18/2014, 00:02
Replies: 22
Views: 7,415
Posted By msxgames
Where is the source? I don't play, I just wanna...

Where is the source? I don't play, I just wanna learn.
Forum: PW Hacks, Bots, Cheats, Exploits 03/04/2014, 21:24
Replies: 48
Views: 16,606
Posted By msxgames
Yup, that's how it works. ...

Yup, that's how it works.

[Only registered and activated users can see links] ([Only registered and activated users can see links])
Forum: PW Hacks, Bots, Cheats, Exploits 03/02/2014, 17:32
Replies: 48
Views: 16,606
Posted By msxgames
An example how to read ReClass. I started using...

An example how to read ReClass. I started using ReClass 2 weeks ago also, but it's very good to keep a good overview. And sometimes you can find some very interesting offsets. Like the one with the...
Forum: PW Hacks, Bots, Cheats, Exploits 03/01/2014, 20:10
Replies: 48
Views: 16,606
Posted By msxgames
You can use reclass to manage your offsets. Here...

You can use reclass to manage your offsets. Here is an example of the offsets I collected, maybe they are usefull for you.

Reclass can be downloaded from here: Reclass 2011...
Forum: PW Hacks, Bots, Cheats, Exploits 03/01/2014, 11:37
Replies: 48
Views: 16,606
Posted By msxgames
The Character name offset is a reference, it's...

The Character name offset is a reference, it's not the name itself. Use something like this:

$String1 = _MemoryRead(_MemoryRead(_MemoryRead($PlayerBase, $PW_Client, "dword") + $Name_Offset,...
Forum: PW Hacks, Bots, Cheats, Exploits 02/25/2014, 22:16
Replies: 48
Views: 16,606
Posted By msxgames
0xF10 is the let's say "normal" inventory...

0xF10 is the let's say "normal" inventory structure, 0xF18 is the "quest" inventory structure and 0xF14 is the "gear" inventory structure. Under 0xF14 you can find the gear listed under 0xC. 0x0 is...
Forum: PW Hacks, Bots, Cheats, Exploits 02/24/2014, 01:26
Replies: 480
Views: 168,717
Posted By msxgames
After a long time I checked back in the forum and...

After a long time I checked back in the forum and found the WQ bot not working. That's insane, so I decided to put some time in making it work again. Didn't test it completely though, so if you find...
Forum: PW Hacks, Bots, Cheats, Exploits 05/10/2013, 01:21
Replies: 246
Views: 65,133
Posted By msxgames
I quit PW-MY / PWI a while ago. But I love these...

I quit PW-MY / PWI a while ago. But I love these kinds of initiatives. Maybe I will even upgrade my client just to test this, hehe. Nice job!!!
Forum: PW Hacks, Bots, Cheats, Exploits 11/14/2012, 23:40
Replies: 480
Views: 168,717
Posted By msxgames
Here are my offsets. Can't get the bot to work....

Here are my offsets. Can't get the bot to work. The "reset after flying up" doesn't work anymore. No clue why, maybe one of the offsets is wrong or they changed the fly function. Someone knows?
Forum: PW Hacks, Bots, Cheats, Exploits 10/27/2012, 14:29
Replies: 480
Views: 168,717
Posted By msxgames
I love this bot. It's a KISS bot (Keep It Simple...

I love this bot. It's a KISS bot (Keep It Simple Stupid). Tx to the great tutorial of Interest07 I learned a lot about bots and memory reading/writing. Now I am able to update the offsets myself and...
Forum: PW Hacks, Bots, Cheats, Exploits 10/26/2012, 13:16
Replies: 9
Views: 3,567
Posted By msxgames
Hi Zolia. WQ-Bot...

Hi Zolia. WQ-Bot ([Only registered and activated users can see links]) is also working. See you ingame :cool:
Forum: PW Hacks, Bots, Cheats, Exploits 09/16/2012, 20:40
Replies: 67
Views: 41,468
Posted By msxgames
Nice to see this. Thanks!

Nice to see this. Thanks!
Forum: PW Hacks, Bots, Cheats, Exploits 09/01/2012, 19:12
Replies: 7
Views: 4,686
Posted By msxgames
Edit: remove link to Interest07 Can it make...

Edit: remove link to Interest07

Can it make me a cup of coffee?

:confused:Why would a key presser want to sell DQ items to an NPC?:rolleyes:
Forum: PW Hacks, Bots, Cheats, Exploits 08/24/2012, 19:11
Replies: 480
Views: 168,717
Posted By msxgames
WQ bot 2.9

On a russian forum I found a new release for WQ bot. Version 2.9 was made by stalagmith. It improves stability greatly. Have fun!
Forum: PW Hacks, Bots, Cheats, Exploits 08/23/2012, 00:23
Replies: 480
Views: 168,717
Posted By msxgames
What server are you playing, PWInternational or...

What server are you playing, PWInternational or any other server?

What is the level of your character in game?
Forum: PW Hacks, Bots, Cheats, Exploits 08/21/2012, 20:29
Replies: 480
Views: 168,717
Posted By msxgames
Can you post the offsets you are using and the...

Can you post the offsets you are using and the version of the executable?
Forum: PW Hacks, Bots, Cheats, Exploits 08/09/2012, 23:11
Replies: 480
Views: 168,717
Posted By msxgames
Have fun with the offsets. (rename to WQing.ini)

Have fun with the offsets. (rename to WQing.ini)
Showing results 1 to 25 of 99

 
Forum Jump

All times are GMT +1. The time now is 00:11.


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.