
Originally Posted by
HAxCodER™
bt dmo nlng pag isahin ang mga AUTOMATIC hack mo
sir automatic na lahat yan

---------- Post added at 11:48 PM ---------- Previous post was at 11:47 PM ----------

Originally Posted by
donatelo07
ung nfd,unli sp,no screenshake isama mo na lang sa norecoil straight na yan promise !

sir pano po ?? i dont really get it

dba nasa ibaba na po ng no recoil ung mga features? pano pong isasama ko sa no recoil?
---------- Post added 08-30-2012 at 12:18 AM ---------- Previous post was 08-29-2012 at 11:48 PM ----------

Originally Posted by
donatelo07
ung nfd,unli sp,no screenshake isama mo na lang sa norecoil straight na yan promise !

sir dona ganito po ba ung sinasabi mo ?
#include <windows.h>
#define OFS_NoRecoil1 0x00000C444
#define OFS_NoRecoil2 0x00000C44C
#define OFS_NoRecoil3 0x00000C448
#define ADR_UnliStamina1 0x007F5068
#define ADR_UnliStamina2 0x007F5064
#define ADR_UnliStamina3 0x007F506C
#define ADR_UnliStamina4 0x007F5074
#define ADR_UnliStamina5 0x007F5070
#define ADR_UnliStamina6 0x007F507C
#define OFS_NFD 0x00102E8
#define ADR_FastAmmo 0x00958670
#define ADR_FastRepair 0x00958678
#define ADR_FastHealth 0x0095867C
#define ADR_FastFlag 0x00958688
#define ADR_NoScreenShake 0x007F6998
#define ADR_SNS 0x007F7510
#define ADR_Glasswalls 0x0095B01C
DWORD *ingame= (DWORD*)0xAD7368;
void NoRecoil()
{
DWORD dwPlayerPtr = *(DWORD*)0xAD7368;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_NoRecoil1) = 0;
*(float*)(dwPlayerPtr+OFS_NoRecoil2) = 0;
*(float*)(dwPlayerPtr+OFS_NoRecoil3) = 0;
}
}
void GotMorphine()
{
*(float*)ADR_UnliStamina1 = 999999;
}
void NFD()
{
DWORD dwPlayerPtr = *(DWORD*)0xAD7368;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_NFD) = -10000;
}
}
void fastall()
{
*(float*)ADR_FastAmmo = 5000000;
*(float*)ADR_FastHealth = 5000000;
*(float*)ADR_FastRepair = 5000000;
*(float*)ADR_FastFlag = 5000000;
}
void NoScreenShake()
{
*(int*)(ADR_NoScreenShake) = 0;
}
void sns()
{
*(double*)ADR_SNS = 0;
}
void Hacks()
{
if(GetKeyState(VK_MBUTTON))
{
*(int*)(ADR_Glasswalls) = 1;
}else{
*(int*)(ADR_Glasswalls) = 0;
}
}
void Loop()
{
for(;; )
{
if(*ingame)
{
NoRecoil();
GotMorphine();
NFD();
fastall();
NoScreenShake();
sns();
Hacks();
}
Sleep(200);
}
}
BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
{
DisableThreadLibraryCalls(hDll);
if (dwReason==DLL_PROCESS_ATTACH)
{
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)Loop, NULL, NULL, NULL);
}
return TRUE;
}
MAY ERROR PO NA LUMALABAS ETO
1>------ Build started: Project: kristoffer nomenu, Configuration: Release Win32 ------
1>Compiling...
1>Base.cpp
1>.\Base.cpp(24) : error C2447: '{' : missing function header (old-style formal list?)
1>Build log was saved at "file://c:\Documents and Settings\Administrator\My Documents\Visual Studio 2008\Projects\kristoffer nomenu\kristoffer nomenu\Release\BuildLog.htm"
1>kristoffer nomenu - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
ANU PO KAYA YUNG LAST ERROR NA YUN HIIHIHIH :P THANKS IDOL