if x then
#if condition is true
[do something]
end if.
#include <windows.h>
bool bHackEnabled;
void LeebHackThread(void)
{
while(1)
{
if(bHackEnabled==true)
{
*(void*)0x0BADF00D = 1337;
}
if(GetAsyncKeyState(VK_END)&1) bHackEnabled = !bHackEnabled;
Sleep(50);
}
}
int __winapi DllMain(HANDLE hDll, DWORD dwReason, LPVOID lpReserved)
{
switch(dwReason)
{
case DLL_PROCESS_ATTACH:
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)LeebHackThread, 0, 0, 0);
break;
}
return 1;
}






/me
/
















/




/yea





overusage of smilies