[HELP] Codes

10/09/2010 19:19 xflawlezz#1
Pls. ... sry for spamming...

Where can i get codes for 5sloth,SuperJump,NFD,Speed :)) ty....

NOT addys pls...

Only Code :)
10/09/2010 19:33 Lucky Strike™#2
Look in the Guide Section, i think there are some useful tuts with codes anywhere, page 3 or sth ^^
10/09/2010 19:54 Yazzn™#3
Quote:
void Slot5()
{
*(long*)(dwServerPtr+OFS_5thslot) = 1;
}
Quote:
void Superjump()
{
if(GetAsyncKeyState(VK_CONTROL)&1)
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_Z) = 1000;
}
}
}
Quote:
void NFD()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
*(float*)(dwPlayerPtr+OFS_NFD) = -20000;
}
}
Quote:
void SpeedOff()
{
if(GetAsyncKeyState(VK_NUMPAD0) &1<< 0xF)
{
*(float*)(ADR_Speed) = 100.0f;
}

void Speed1
{
if(GetAsyncKeyState(VK_NUMPAD1) &1<< 0xF)
{
*(float*)(ADR_Speed) = 200.0f;
}

}

void Speed2()
{
if(GetAsyncKeyState(VK_NUMPAD2) &1<< 0xF)
{
*(float*)(ADR_Speed) = 300.0f;
}

}
LG
Yazzn
10/09/2010 19:55 xflawlezz#4
ty Yanz