CrashHey guys Game crashing when i exit game that happened when i added this code Code: DWORD* From= (DWORD*)((*(DWORD*)(CShell +WeaponMgr))+x*4); DWORD* To= (DWORD*)((*(DWORD*)(CShell +WeaponMgr ))+y*4); if(weaponhack) { if ((From!= NULL) && (To!= NULL)) *From= *To; } so what's problem with code ?
Do you know what this code is for? It is for a weapon hack and you have to enter the weapon ids instead of the variable x and y
Originally Posted by Philong Nguyen Do you know what this code is for? It is for a weapon hack and you have to enter the weapon ids instead of the variable x and y Look Sure i know it's Weapon hack source code and x*4 ,, y*4 just to remember x the id for weapon which i use y the id for the weapon which i need to be my weapon i mean ; Weapon Hack works fine in game but when i close game it close with crash