guys i get Send error report using this shit code:
#include "stdafx.h"
#define WeaponMgr 0xA68F90
#define NoReload 0x269C
DWORD WINAPI Hacks(LPVOID)
{
bool noreload=true;
while(1)
{
DWORD CShell=(DWORD)GetModuleHandleA("CShell.dll");
DWORD pWeaponMgr=*(DWORD*)(CShell+WeaponMgr);
if(noreload)
{
if(pWeaponMgr)
{
for(int i=0; i<560;i++)
{
if((*DWORD*)((*DWORD*)(CShell+WeaponMgr))+(4*i)) ) !=NULL
*(float*)((*(DWORD*)((*(DWORD*)(CShell+WeaponMgr)) +(4*i))) + NoReload) = 100;
}
}
}
Sleep(100);
}
}
bool Ready2Hook()
{
if(GetModuleHandleA("CShell.dll") != NULL
&& GetModuleHandleA("ClientFx.fxd") != NULL)
return 1;
return 0;
}
DWORD WINAPI Wait(LPVOID)
{
while(!Ready2Hook()) Sleep(200);
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Hacks, NULL, NULL, NULL);
return 0;
}
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if ( dwReason == DLL_PROCESS_ATTACH )
{
MessageBoxA(0, "Credits- moathebest","Beta Hack", 0);
CreateThread(0,0,(LPTHREAD_START_ROUTINE)Wait,0,0, 0);
}
return 1;
}
What should i do???






Reply With Quote
endeavor Game
Epic War 4 Game
Crystal Story Game
Haunt the House Game
Colour My Fate Game
LARRY: Pup Run Game
Demolition City Game
Sushi Cat Game
Cursed Treasure Game
Manhattan Project Game








im going too "Thanks" you
