Pls. ... sry for spamming...
Where can i get codes for 5sloth,SuperJump,NFD,Speed :)) ty....
NOT addys pls...
Only Code :)
Where can i get codes for 5sloth,SuperJump,NFD,Speed :)) ty....
NOT addys pls...
Only Code :)
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;
}
}
LGQuote:
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;
}
}