#include <Windows.h>
#define Slote 0x102F58B0
#define Pointer 0x00A31744
#define Adress 0x00A3A40C
void Bypass()
{
while(1)
{
if (GetKeyState(VK_INSERT) < 1)
{
*(BYTE*)(Slote) = 0x00;
Sleep(2);
}
else
{
*(BYTE*)(Slote) = 0x07;
Sleep(2);
}
}
Sleep(3);
}
void TeamESP()
{
while(1)
{
if (*(BYTE*)(Slote) < 7)
{
*(BYTE*)(*(DWORD*)(Pointer)+0x61) = 1;
*(DWORD*)(Adress) = 0x01;
if (GetKeyState(VK_LBUTTON) < 0)
{
*(BYTE*)(*(DWORD*)(Pointer)+0x61) = 0;
*(DWORD*)(Adress) = 0x00;
Sleep(2);
}
}
else
{
*(BYTE*)(*(DWORD*)(Pointer)+0x61) = 0;
*(DWORD*)(Adress) = 0x00;
if (GetKeyState(VK_LBUTTON) < 0)
{
*(BYTE*)(*(DWORD*)(Pointer)+0x61) = 1;
*(DWORD*)(Adress) = 0x01;
Sleep(2);
}
}
Sleep(3);
}
}
BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
{
if (dwReason == DLL_PROCESS_ATTACH)
{
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)TeamESP, 0, 0, 0);
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Bypass, 0, 0, 0);
MessageBoxA(0, "Are you ready?\n- HaXiNgRuleZ.", "MsgBox [ System ]", MB_YESNO);
MessageBoxA(0, "[ Credits ]\n- HaXiNgRuLeZ\n- Bryan\n- Megal\n\n[ Release ]\n- 3/11/2016\n\n[ Version ]\n - v1.0", "MsgBox [ System ]", MB_OK);
}
return 1;
}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.