

#include <windows.h>
#include <stdio.h>
bool stamina=false;
void LosHacks()
{
while(1){
if(GetAsyncKeyState(VK_F6) &1){ //F6
stamina = !stamina;
}
if(stamina==true){
DWORD dwPlayerPointer = *(DWORD*)0x1522078;
if(dwPlayerPointer != 0)
*(float*)(dwPlayerPointer + 0x2A8) = 100;
}
Sleep(50);
}
}
BOOL WINAPI DllMain(HINSTANCE module, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)LosHacks, NULL, NULL, NULL); //create the new Thread
}
return TRUE;
}



it will be killed this is an usless crap ...





