[Source] WolfTeam Inventory Hack (Patched)

04/28/2017 20:38 M4L1F1C#1
So basically this is my old inventory hack method (patched now).I release this so maybe that some of you can learn from it.
I've took the liberty to update the addresses (however again, it's patched).
This is coded in C++.


Code:
typedef DWORD(__thiscall *oGetItemPointer)(void *vThis, int iUnknown);

...


// Set Function
tGetItemPointer = reinterpret_cast<oGetItemPointer>(dwCShell + 0x57F10);

// Set ThisPointer
auto vThisPointer = reinterpret_cast<void *>(*reinterpret_cast<DWORD*>(dwCShell + 0x6C7CC8));

// Get Pointer
auto dwItemPointer = tGetItemPointer(vThisPointer, 0x1387);

// Swap Pointer
*reinterpret_cast<DWORD*>(dwItemPointer) = dwLocalItemList;
Enjoy
04/30/2017 03:15 dertyn#2
Why do not you work with coldhacks ?
05/01/2017 21:42 xLeaderShip#3
Can you give us an example of how we use ?
05/01/2017 22:55 M4L1F1C#4
Quote:
Originally Posted by xLeaderShip View Post
Can you give us an example of how we use ?
Code:
// Swap Pointer
*reinterpret_cast<DWORD*>(dwItemPointer) = dwLocalItemList;
This was the example, you change the itemlist pointer to your own itemlist pointer.
05/01/2017 22:59 sleek_#5
Quote:
Originally Posted by M4L1F1C View Post
Code:
// Swap Pointer
*reinterpret_cast<DWORD*>(dwItemPointer) = dwLocalItemList;
This was the example, you change the itemlist pointer to your own itemlist pointer.
Sorry to talk about something which isn't about that topic, but would you mind to take a look at your server topic please ?
05/02/2017 22:51 123suplex123#6
no idea how to use this, is there a step by step tutorial somewhere?
05/03/2017 01:11 __chkstk#7
First of all, nice sharing. OFC You do not have to do it but: Its useless for a lot of person in epvp, so made tutorial for it or do not share in this section because a lot of person here do not know programming / Asm very well. They do not understand, they do not know how can they find itemlist, or wepcount etc..+ (Outdated pointers, example you can give released pointers for aeria, so they can try your code and they can understand what your codes are doing .) (I do not need them Im just saying...)
05/03/2017 16:26 M4L1F1C#8
Quote:
Originally Posted by nader11ndeu View Post
First of all, nice sharing. OFC You do not have to do it but: Its useless for a lot of person in epvp, so made tutorial for it or do not share in this section because a lot of person here do not know programming / Asm very well. They do not understand, they do not know how can they find itemlist, or wepcount etc..+ (Outdated pointers, example you can give released pointers for aeria, so they can try your code and they can understand what your codes are doing .) (I do not need them Im just saying...)
I already included working pointers in the post from aeria...
However they added some checks in the last version that patched this inventory method.
The addresses are still valid :)
05/19/2017 16:45 exHackEd34#9
I need buying Inventory Hack Source