Is this normal in Weapon Hacks? I need help please
Posts 1–8 of 8 · Page 1 of 1
Is this normal in Weapon Hacks? I need help please
Hi guys I already fixed the game crashing of my weapon hack after injecting.
I just wanna know if this is normal in weapon hacks.
My weapon changes in my desired weapon.
But the problem is the image in the lower right corner is just the normal weapon.
And when I kill some one, the image in the upper right (the gun part) is just the normal weapon.
Want to make a Weapon Hack? - You have to make:
bool hak = true;
Under the normal bools...
Then...
You have to delete (sleep) because it will crash your game. Also, you have to do a base like this:
Put it under the first CSHell Loading:
Code:
DWORD* m16 = (DWORD*)((*(DWORD*)(CShell + WeaponMgr))+25*4);
DWORD* krisssuper = (DWORD*)((*(DWORD*)(CShell + WeaponMgr))+529*4);
Then
If (hak)
*m16 = *krisssuper;
And now you're done. If you want to change the weapon instead of making it M16 -> Kriss Super V, just change the index. Instead of 25*4 or 529*4, change
Originally Posted by Assassin's Creed
umm
try my way and tell us the results :
Code:
Want to make a Weapon Hack? - You have to make:
bool hak = true;
Under the normal bools...
Then...
You have to delete (sleep) because it will crash your game. Also, you have to do a base like this:
Put it under the first CSHell Loading:
Code:
DWORD* m16 = (DWORD*)((*(DWORD*)(CShell + WeaponMgr))+25*4);
DWORD* krisssuper = (DWORD*)((*(DWORD*)(CShell + WeaponMgr))+529*4);
Then
If (hak)
*m16 = *krisssuper;
And now you're done. If you want to change the weapon instead of making it M16 -> Kriss Super V, just change the index. Instead of 25*4 or 529*4, change
I think it will just do the same.
BTW, I am hacking CFPH maybe that is normal in that CF version.
But thanks anyway.
Originally Posted by xmen
I think it will just do the same.
BTW, I am hacking CFPH maybe that is normal in that CF version.
But thanks anyway.
dunno but this is what i use....(if u are comparing mine to urs...)
umm.. bugs or your Wepon Source
I made a experiment and this is the result:
I changed a feature there from kris into master nanokknife.
Then the image in the lower right corner is the nanokknife.
Maybe this is just a little bug.