Eto na ung sikreto pano maging undetected ang iyong hack using C++ 2008 or C++ 2010.
Open C++ 2008 or C++ 2010
1st. Goto > File > New > Project
In left menu select "Win32" and than on the right select "Win32 Project" than enter a name and press ok :
Press next, than mark empty project and press "Finish"
To start the base of the NoMenu hack, right click on the folder "Source Files" and than "Add" >>> "New Item"
Now in the menu that shows up, click on "C++ File (.ccp)" and than enter name (example: "main") than pres "Add":
Now a blank document will appear.
lagay nyo ung source nyo sample.
Code:
#include <windows.h>
#define ADR_PlayerPointer 0x00
#define ADR_ServerPointer 0x00
#define ADR_Glasswall 0x00
#define ADR_SuperNoSpread 0x00
#define ADR_NoBounds1 0x00
#define ADR_NoBounds2 0x00
#define ADR_NoBounds3 0x00
#define Fullbright1 0x00
#define Fullbright2 0x00
#define Fullbright3 0x00
#define ADR_WalkUnderWater 0x00
#define ADR_WeaponGravity 0x00
#define ADR_BoneShot 0x00
#define OFS_Y 0x00
#define OFS_X 0x00
#define OFS_Z 0x00
#define OFS_NFD 0x00
float posiY;
float posiX;
float posiZ;
DWORD *ingame= (DWORD*)ADR_PlayerPointer;
DWORD *outgame= (DWORD*)ADR_ServerPointer;
void glasswall()
{
if(GetKeyState(VK_MBUTTON))
*(int*)ADR_Glasswall = 1;
else
{
*(int**)ADR_Glasswall = 0;
}
}
void All()
{
*(double*)ADR_SuperNoSpread = 0;
*(int*)ADR_NoBounds1 = 0;
*(int*)ADR_NoBounds2 = 0;
*(int*)ADR_NoBounds3 = 0;
*(int*)FullBright1 = 1092779973;
*(int*)FullBright2 = 1092779973;
*(int*)FullBright3 = 1092779973;
*(int*)ADR_WalkUnderWater = 0;
*(float*)ADR_WeaponGravity = 0.001;
}
void NFD()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_NFD) = -10000;
}
}
void Teleport()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PlayerPointer;
if(dwPlayerPtr != 0)
{
if (GetAsyncKeyState(VK_F10))
{
MessageBeep(MB_ICONINFORMATION);
posiX = *(float*)(dwPlayerPtr + OFS_X);
posiY = *(float*)(dwPlayerPtr + OFS_Y);
posiZ = *(float*)(dwPlayerPtr + OFS_Z);
}
if (GetAsyncKeyState(VK_F11))
{
MessageBeep(MB_ICONINFORMATION);
*(float*)(dwPlayerPtr + OFS_X) = posiX;
*(float*)(dwPlayerPtr + OFS_Y) = posiY;
*(float*)(dwPlayerPtr + OFS_Z) = posiZ;
}
}
}
void Boneshot()
{
if(GetAsyncKeyState(VK_F5) &1)
{
MessageBeep(MB_ICONINFORMATION);
*(float*)ADR_BoneShot = 1235;
}
}
void Boneshotoff()
{
if(GetAsyncKeyState(VK_F6) &1)
{
MessageBeep(MB_ICONINFORMATION);
*(float*)ADR_BoneShot = 1237;
}
}
void HackThread()
{
for(;; )
{
if(*ingame)
{
glasswall();
All();
NFD();
Teleport();
Boneshot();
Boneshotoff();
}
if(*outgame)
{
}
Sleep(200); //prevent for overloading the cpu
}
}
BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
MessageBoxA(NULL, "Made by D3ath", "Done", MB_OK);
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
}
return TRUE;
}
bago nyo i build change nyo muna Debug to > Release para undetected

.
then press F7. makikita nyo ung .dll nyo sa My Documents > Visual Studio 2008 > Project > Name of your Project > Release.
NOTE: matagal ko na tong nadiskubre hindi to galing sa kanino o saan pa man.. ngayon ko lang pinost ko to dahil gusto ko rin makagawa ung iba ng hack un lang xD.
Thanks to Legendary for some pic

.. kakatamad mag picture e xD