Unban me please

Feb 25, 2019
2
0
1
23
Gamertag
stub9322
#1
Hey cartographer community i was using a trainer to play single player then i end up went in an online server not knowing the trainer works online too. I'm so sorry that i would never make it happen again. I just want to play normal without cheats so unban me please thank you .
 

divine1gore

Staff
Project Cartographer Staff
Jan 12, 2019
139
28
28
Washington State, USA
Gamertag
divine1gore
#2
https://www.halo2.online/threads/stub9322-fly-hacking.2908/
Not up to me, up to staff but here is the proof -- looks like you were fly hacking, but again as has been stated numerous times; the game warns you not to cheat online or you will be permanently banned. You were fly hacking for quite some time in the clip, so I feel inclined to not believe that you are being honest...;)
 
Feb 25, 2019
2
0
1
23
Gamertag
stub9322
#5
Anyway fuck all ya'll. I already unban myself using an exploit (nothing is impossible). ill continue to do what i do best, coding is my game.
https://drive.google.com/file/d/18WGW0TT5XTAbR_UAigBzoVzhIKz_Tgj5/view
visit my site for mods and exploit
https://tg6699.wordpress.com/

Undetected ClickBot\Triggerbot :)

#include <windows.h>

int main()
{
HWND hwnd;
DWORD pID;
HANDLE pHandle;

SetConsoleTitle("TGProduction's");

while (true)
{
hwnd = FindWindow(NULL, "Halo 2");
if (hwnd)
{
GetWindowThreadProcessId(hwnd, &pID);
pHandle = OpenProcess(PROCESS_VM_READ, FALSE, pID);
if (pHandle)
{
int value;
ReadProcessMemory(pHandle, (LPCVOID)0x30004D20, &value, sizeof(value), NULL);
if (value == 0x3F800000)
{
mouse_event(0x0002, 0, 0, 0, 0);
Sleep(60);
mouse_event(0x0004, 0, 0, 0, 0);
}
CloseHandle(pHandle);
}
}
Sleep(1);
}
}