Colassal

Private Server 6.2.3 Hacks/Exploits (W.I.P)

3 posts in this topic

Hey all, been playing on a few private servers since the banwave caught me and decided to see if WPE Pro was still working for certain things.

I have a few hex offsets I've found, none that have any big use yet. I will keep this thread updated as I find new offsets, or find any exploits!

First thing is first a little how to on WPE Pro:

Spoiler

1 -- Get WPE Pro modified: There are copies across the internet, it's a simple google search away. I may upload a copy later on. It should include these files:

  • WPE PRO
  • WpeSpy.dll
  • PermEdit

2 -- Launch WoW and WPE the version doesn't matter all that much.

3 -- Launch & Use Perm Edit on both your active WoW process and WPE process (You can close PermEdit after.)

4 -- In WPE you need to change an option to see the hex you want. Go to View > Options and uncheck Recv and RecvFrom apply and close options.

5 -- Hit the start button right before you preform the action you want info on from the game.

6 -- Preform action in game and hit the stop button on WPE

7 -- Determine which packet was your action by repeating the process and notating the HEX values it returns.

8 -- Determine the offsets that affect your chosen action. Offsets are just the groups of 2 in the hex you get (see example below)

Hex Value   :: 00 00 00 00 00 00 00 00 00 00 00 00
Hex Offset  ::  1  2  3  4  5  6  7  8  9 10 11 12

You have data now, so let's learn to manipulate it!

10 -- double click a filter give it a name and begin setting your offsets to the value you KNOW will happen in the top, and what you WANT to happen below.

  • Move unstacked item :: 80
    Bag 1 Hex :: FF
    Slot 1 :: 17
    Slot 5 :: 1B
    Slot 3 :: 19
    Slot 7 :: 1D

    Hex Search :: -- -- -- -- 80 FF 19 FF 1B
    Hex Set       :: -- -- -- --  --  --  1D  --  17

    So with this filter set when you move an item from Slot 3(19) to Slot 5(1B) this filter will change it
    so that it takes an item from Slot 7(1D) and move it to Slot 1(17).

11 -- Hit the on button once it's grayed out the filters area try the action in game you provided the search, watch it change

 

Current Known Offsets

--:: Inventory Manipulation ::-

Different inventory actions have a different number of offsets they will be divided by type, some of the offsets are jumbled and not directly used in 

the operation and can be ignored or their function is not yet known; these are marked with X

Move a Single Item -- 11 Offsets

Spoiler
  1. X
  2. X
  3. X
  4. X
  5. 80 This seems to define the action type of moving a single item -- Editing this can crash a server
  6. FF This is the bag you are moving the item to Known Bag Values [ FF ]
  7. 17 This is the slot you are moving an item to Known Slot Values [ 17 18 19 1A 1B 1C 1D ]{Slots 1 to 7} Setting a Slot past the last in your bag causes glitches
  8. FF This seems to be the bag it's moving the item from
  9. 18 This is the bag slot you are moving the item from
  10. 17 Again the slot the item is moving to
  11. 18 Again the slot it is moving from

Split stacked items -- 13 Offsets

Spoiler
  1. X
  2. X
  3. X
  4. X
  5. 00 This seems to define the action type of cutting a stacked item -- Editing this can crash a server
  6. FF This is the bag it is moving from
  7. 18 slot it is moving from
  8. FF bag item is moving to
  9. 17 slot the item is moving to
  10. 01 This is the # of items that are being split
  11. Unknown Seems important
  12. Unknown Seems important
  13. Unknown Seems important

These are the only offsets I've found as of yet. I think I crashed the server I was playing on by changing the 5th offsets on each of these. That or by sheer luck the server shut down as soon as I moved an item that had the offsets. Please let me know if you find more post them so we can share the knowledge!

 

1 person likes this

Share this post


Link to post
Share on other sites

This was good back in the day when u could stack hunter quiver

Share this post


Link to post
Share on other sites
Just now, pLeYa said:

This was good back in the day when u could stack hunter quiver

Yup, trying to see if it could still be useful, I think stacking Chi or Holy Power could be nice, didn't get around to those yet.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now