#pragma warning(disable: 4244)
#include <windows.h>
#include <stdio.h>
#include "Addys.h"
int posiX = 1;
int posiY = 1;
int posiZ = 1;
DWORD *ingame= (DWORD*)Addr_Playerpointer;
DWORD *outgame= (DWORD*)Addr_Serverpointer;
void Speed()
{
if(GetAsyncKeyState(VK_NUMPAD1) &1)
{
DWORD dwPlayerPtr = *(DWORD*)Addr_Playerpointer;
if(dwPlayerPtr != 0)
{
*(float*)Addr_Speed = 300;
}
}
}
void HackThread()
{
for(;; )
{
if(*ingame)
{
Speed();
}
if(*outgame)
{
}
}
Sleep(200);
}
BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:
MessageBoxA(0, "" ,"Hakc is Successfully injected", 0);
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread,0, 0, 0);
break;
}
return TRUE;
}
credits
sektor
use this for a no menu hack dont say thanks click it
