Open C++ 2008 or C++ 2010
1st. Goto > File > New > Project
[CENTER]

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"
[CENTER]
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
#define ADR_PlayerPointer 0x00
#define ADR_ServerPointer 0x00
#define ADR_Glasswall 0x00
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 HackThread()
{
for(;; )
{
if(*ingame)
{
glasswall();
}
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, "YOUR NAME", "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.
WAG NYO PANSININ UNG PIC NA DOWNLOAD MALI GAWA KO UNG NASA BABA SA ATTACHEMENT -,-
CREDIT`Z D3ATH !