help fix
please help me.. my code wrong or all injector i use detected ?
team esp work after 3-5 minits game hack detected
i used ssa inector,gemeos injector,grand injector almost all ,my code is this please reply me new in this
#include <Windows.h>
int pPlayer = 0x00a3182c, AddressTeamEsp = 0x00a3a4ec; // Here it will be the Pointer of the Player or Pointer of TeamEsp as many say
bool Crazy;
void Copy()
{
while (true)
{
if (GetAsyncKeyState(VK_INSERT) & 1)
Crazy= !Crazy;
if (Crazy)
{
*(BYTE*)(*(DWORD*)(pPlayer)+0x61) = 1;
*(DWORD*)(AddressTeamEsp) = 0x01;
if (GetKeyState(VK_LBUTTON) < 0)
{
*(BYTE*)(*(DWORD*)(pPlayer)+0x61) = 0;
*(DWORD*)(AddressTeamEsp) = 0x00;
Sleep(3);
}
}
else
{
*(BYTE*)(*(DWORD*)(pPlayer)+0x61) = 0;
*(DWORD*)(AddressTeamEsp) = 0x00;
if (GetKeyState(VK_LBUTTON) < 0)
{
*(BYTE*)(*(DWORD*)(pPlayer)+0x61) = 1;
*(DWORD*)(AddressTeamEsp) = 0x01;
Sleep(3);
}
}
Sleep(4);
}
}
BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
{
if (dwReason == DLL_PROCESS_ATTACH)
{
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Copy, 0, 0, 0);
MessageBoxA(0, "Hacking is good to go!\v3rmillion - Team Nigh Furry", "Info", MB_ICONINFORMATION);
}
return 1;
}
}
Credits: Magal
team esp work after 3-5 minits game hack detected
i used ssa inector,gemeos injector,grand injector almost all ,my code is this please reply me new in this
#include <Windows.h>
int pPlayer = 0x00a3182c, AddressTeamEsp = 0x00a3a4ec; // Here it will be the Pointer of the Player or Pointer of TeamEsp as many say
bool Crazy;
void Copy()
{
while (true)
{
if (GetAsyncKeyState(VK_INSERT) & 1)
Crazy= !Crazy;
if (Crazy)
{
*(BYTE*)(*(DWORD*)(pPlayer)+0x61) = 1;
*(DWORD*)(AddressTeamEsp) = 0x01;
if (GetKeyState(VK_LBUTTON) < 0)
{
*(BYTE*)(*(DWORD*)(pPlayer)+0x61) = 0;
*(DWORD*)(AddressTeamEsp) = 0x00;
Sleep(3);
}
}
else
{
*(BYTE*)(*(DWORD*)(pPlayer)+0x61) = 0;
*(DWORD*)(AddressTeamEsp) = 0x00;
if (GetKeyState(VK_LBUTTON) < 0)
{
*(BYTE*)(*(DWORD*)(pPlayer)+0x61) = 1;
*(DWORD*)(AddressTeamEsp) = 0x01;
Sleep(3);
}
}
Sleep(4);
}
}
BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
{
if (dwReason == DLL_PROCESS_ATTACH)
{
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Copy, 0, 0, 0);
MessageBoxA(0, "Hacking is good to go!\v3rmillion - Team Nigh Furry", "Info", MB_ICONINFORMATION);
}
return 1;
}
}
Credits: Magal

