Hey Guys !
I browsed this Hack Section and sawed a lot of unless Threads .
Because many Peoples spamms this Section with Requests.
Now u can post your Source Codes here or asks for Source Codes !
And im sure if u will do this, than the Section will be cleaner !
Here some Source Codes for No Menu Hack :
Spawn
Code:
void Spawn ()
{
long t=0;
unsigned long Protection;
VirtualProtect((void*)NoSpawn1, sizeof(t), PAGE_READWRITE, &Protection);
memcpy((void*)NoSpawn1, &t , sizeof(t));
VirtualProtect((void*)NoSpawn1, sizeof(t), Protection, 0);
VirtualProtect((void*)NoSpawn2, sizeof(t), PAGE_READWRITE, &Protection);
memcpy((void*)NoSpawn2, &t , sizeof(t));
VirtualProtect((void*)NoSpawn2, sizeof(t), Protection, 0);
}
Superjump
Code:
void Jump()
{
if (GetAsyncKeyState(VK_CONTROL))
{
DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+Ofs_Z) = 1500;
}
}
}
Fast All
Code:
void FastAll ()
{
DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
if(dwPlayerPtr != 0)
{
*(float*)Fast_Repair = 10;
*(float*)Fast_Health = 5;
*(float*)Fast_Flag = 10;
*(float*)Fast_Ammo = 5;
}
}
Premium
Code:
void prem ()
{
DWORD dwSrvrPtr = *(DWORD*)Serverpointer;
if(dwSrvrPtr != 0)
{
*(long*)(dwSrvrPtr+Premium1) = 3, 10; // 1 = bronze 2 = silver 3 = gold 4 = platinum
{
*(float*)(dwSrvrPtr+Premium2) = 1, 1;
}
}
}
Slot5
Code:
void Slots5 ()
{
DWORD dwPlayerPtr = *(DWORD*)Serverpointer;
if(dwPlayerPtr != 0)
{
*(long*)(dwPlayerPtr+ Slot5) = 1;
}
}
Nfd
Code:
void nfd ()
{
DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+ofs_nfd) = -20000;
}
}
Here some Source Codes for Menu Hack :
NFD
Code:
if (Nfd==1)
{
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+nfd) = -2000.0f;
}
}
Superjump
Code:
Menu Option
-------------
char *Moptjump [] = {"Off", "500", "1000", "1500", "2000", "2500", "3000"};
Menu Item
-------------
D3D9->AddItem("Superjump" , Moptjump , &superjump ,7 );
Source Code
-------------
if(superjump == 1)
{
if(GetAsyncKeyState(VK_CONTROL)&1)
{
*(float*)(dwPlayerPtr+Ofs_Z) = 500;
}
}
if(superjump == 2)
{
if(GetAsyncKeyState(VK_CONTROL)&1)
{
*(float*)(dwPlayerPtr+Ofs_Z) = 1000;
}
}
if(superjump == 3)
{
if(GetAsyncKeyState(VK_CONTROL)&1)
{
*(float*)(dwPlayerPtr+Ofs_Z) = 1500;
}
}
if(superjump == 4)
{
if(GetAsyncKeyState(VK_CONTROL)&1)
{
*(float*)(dwPlayerPtr+Ofs_Z) = 2000;
}
}
if(superjump == 3)
{
if(GetAsyncKeyState(VK_CONTROL)&1)
{
*(float*)(dwPlayerPtr+Ofs_Z) = 2500;
}
}
if(superjump == 4)
{
if(GetAsyncKeyState(VK_CONTROL)&1)
{
*(float*)(dwPlayerPtr+Ofs_Z) = 3000;
}
}
Supermaster
Code:
if(CH_SuperMaster == 0)
{
*(int*)(ADR_SERVERPOINTER + OFS_SUPERMASTER) = 0;
}else{
*(int*)(ADR_SERVERPOINTER + OFS_SUPERMASTER) = 1;
}
Unlock All Slots
Code:
if (Allslots==1)
{
*(long*)(dwServerPTR + Slot_5) = 1;
*(long*)(dwServerPTR + Slot_6) = 1;
*(long*)(dwServerPTR + Slot_7) = 1;
*(long*)(dwServerPTR + Slot_8) = 1;
}
Dig
Code:
if(Dig == 1)
{
if(GetAsyncKeyState(VK_HOME) &1)
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
*(float*)(dwPlayerPtr+OFS_Z) = -2000;
}
}
No Bounds
Code:
if (No_bounds==1){
*(int*)(no_bounds1) = 0;
*(int*)(no_bounds2) = 0;
}
Anti AFK
Code:
if(afk == 1)
*(int*)(ADR_NOAFK ) = 1;
My Requests :
[html]No Water Source for Menu Hack[/html]