#include <windows.h> // Include the windows header file
#include "Addys.h" // Include the addies
void Hack(void){
for(;;){
DWORD Servercall = *(DWORD*)ADR_PLAYERPOINTER;
DWORD Playercall = *(DWORD*)ADR_SERVERPOINTER;
void NoSpread()
;{
*(float*)ADR_NOSPREAD = 0;
}
}
void NoRecoil()
;{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_NORECOIL1) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL2) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL3) = 0;
}
}
Sleep(10);
}
BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:
CreateThread(0,0, (LPTHREAD_START_ROUTINE)Hack, 0, 0, 0);
MessageBoxA(0, "Danecoder", "Hack by:", 0);
break;
}
return TRUE;
}
#define ADR_PLAYERPOINTER 0x00A90408 #define ADR_SERVERPOINTER 0x00A8F3B0 #define ADR_NOSPREAD 0x00A84C2E #define OFS_NORECOIL1 0x00C444 #define OFS_NORECOIL2 0x00C448 #define OFS_NORECOIL3 0x00C44C
for(;;){
DWORD Servercall = *(DWORD*)ADR_PLAYERPOINTER;
DWORD Playercall = *(DWORD*)ADR_SERVERPOINTER;
void NoSpread()
;{
*(float*)ADR_NOSPREAD = 0;
}
}
void NoRecoil()
;{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_NORECOIL1) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL2) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL3) = 0;
}
}
Sleep(10);
}
void NoSpread()
;{
*(float*)ADR_NOSPREAD = 0;
}
}
void NoRecoil()
;{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_NORECOIL1) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL2) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL3) = 0;
}
}
void Hack(void){
for(;;){
DWORD Servercall = *(DWORD*)ADR_PLAYERPOINTER;
DWORD Playercall = *(DWORD*)ADR_SERVERPOINTER;
NoRecoil();
NoSpread();
Sleep(10);
}

#include <stdio.h>
#include "Addys.h"
DWORD *Servercall = (DWORD*)ADR_PLAYERPOINTER;
DWORD *Playercall = (DWORD*)ADR_SERVERPOINTER;
void NoSpread()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
*(float*)OFS_NoSpread = 0;
}
}
void NoRecoil()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_NORECOIL1) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL2) = 0;
*(float*)(dwPlayerPtr+OFS_NORECOIL3) = 0;
}
}
void Hacks()
{
for(;;)
{
if(*Playercall)
{
NoSpread();
NoRecoil();
}
if(*Servercall)
{
//Server hacks goes here eg. Premium, 5 to 8 Slots and etc
}
Sleep(200);
}
}
BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:
CreateThread(0,0, (LPTHREAD_START_ROUTINE)Hacks, 0, 0, 0);
MessageBoxA(0, "Danecoder", "Hack by:", 0);
break;
}
return TRUE;
}