ANO mali dito?
di po sa akin tong source code try ko lang build a hack.
kasi sa video nya success ito, pero try ko gawin exactly the way he build nag-error sa akin.
#include <windows.h>
#include <stdio.h>
#define ADR_Playerpointer 0x00ABF51C
#define ADR_Serverpointer 0x009B93C0
#define ADR_GlassWall 0x00946C7C
#define ADR_SNS 0x007E75D0
#define OFS_NoRecoil1 0x00C444
#define OFS_NoRecoil2 0x00C448
#define OFS_NoRecoil3 0x00C44C
#define OFS_Nfd 0x00102E8
#define ADR_STAMINA 0x007E50AC
#define FullBright1 0x00946CE4
#define FullBright2 0x00946CE0
#define FullBright3 0x00946CDC
DWORD *ingame= (DWORD*)ADR_Playerpointer;
DWORD *outgame= (DWORD*)ADR_Serverpointer;
void unlisp()
{
*(float*)ADR_STAMINA = 1000000;
}
void glasswall()
{
if(GetKeyState(VK_MBUTTON))
*(int*)ADR_GlassWall = 1;
else
{
*(int*)ADR_GlassWall = 0;
}
}
void Automatic()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_Playerpointer;
if(dwPlayerPtr != 0)
*(float*)(dwPlayerPtr+OFS_NoRecoil1) = 0;
*(float*)(dwPlayerPtr+OFS_NoRecoil2) = 0;
*(float*)(dwPlayerPtr+OFS_NoRecoil3) = 0;
*(int*)FullBright1 = 1092779973;
*(int*)FullBright2 = 1092779973;
*(int*)FullBright3 = 1092779973;
*(float*)(dwPlayerPtr+OFS_Nfd) = -2000;
}
void SuperNoSpread()
{
if(GetKeyState(VK_DELETE))
*(double*) ADR_SNS = 0;
else
{
*(double*) ADR_SNS = 5;
}
}
void HackThread()
{
for(;; )
{
if(*ingame)
{
glasswall();
unlisp();
Automatic();
SuperNoSpread();
}
//if(*outgame)
{
}
Sleep(50);
}
}
//--------------------------End HackThread--------------------------//
//--------------------------End--------------------------//
BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
MessageBoxA(NULL,"MESSAGE","HACKED BY YOUR NAME",MB_OK);
MessageBoxA(NULL,"BHPH™","CREDITS",MB_OK);
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
}
return TRUE;
}
ito po yung error message...........
1>------ Build started: Project: warrock, Configuration: Debug Win32 ------
1> warrockph.cpp
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
CREDIT TO: BHPH