Weapon Hack doesn't work
Hey ..
Can u help me for my Weapon Hack ?
I tested alot round it but it doesn't work ..
Here's the Code:
WeaponMgr:
I know that Weapon Hacks are patched (for NA), this is for Fantasie Games ..
Can u help me for my Weapon Hack ?
I tested alot round it but it doesn't work ..
Here's the Code:
Code:
bool weapon = true;
DWORD WINAPI Hacks(LPVOID)
{
DWORD CShell = (DWORD)GetModuleHandleW(L"CShell.dll");
DWORD M16 = *(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*25));
DWORD goldenak = *(DWORD*)((*(DWORD*)(CShell+WeaponMgr))+(4*56));
if(weapon==1)
{
for(int i=1 ; i<=9556 ; i++)
{
*(DWORD*)( M16 + i ) = *(DWORD*)( goldenak + i );
}
}
}
Code:
#define WeaponMgr 0xb65e94




