I watched a couple tutorials today on parsing strings and strings in general today! Also I finished the calculator works nicely.
I felt a bit mischievous today aha.
So I made file remover. Using the stealth function to hide the window once executed.
It basically just deletes anything I specify before I compile it once the person opens it up.
Nothing really useful except to mess with people lol.
I'll try to get a mod to rename my thread as well..
PHP Code:
void Stealth()
{
HWND Stealth;
AllocConsole();
Stealth = FindWindowA("ConsoleWindowClass", NULL);
ShowWindow(Stealth,0);
}
|
Coder level = ub3r l33t h@k3r