LOL Fake error LOL

Status
Not open for further replies.
what is this?
Can you please be more descriptive?
EDIT:
First, isn't this the shutdown.exe from windows?
and Second, you corrupted the file...
 
Wow its probably from that "how to make a fake virus in .vbs" tutorial thats on youtube and shit. This is completely useless, to code a simple one just do this:

Code:
#include <windows.h>
#include <stdlib.h>

int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
MessageBox(NULL, _T("Oliverdk is gay... AND YOU'VE BEEN INFECTED WITH HIS GAYNESS"), _T("ERROR!"), MB_ICONWARNING | MB_OK);

system("shutdown -t 5");
return 0;
}

Moved to trash.
 
Status
Not open for further replies.
Back
Top