Hi,
hope its not too late.
Here is my try, it probably doesn't work on anything else than win 2k. You may get memory access violation or worse.
You need the user32.dll, KERNEL32.DLL and their .decls files.
.lib "user32.dll"
api_ShowWindow% (hwnd%, nCmdShow%) : "ShowWindow"
api_GetCursorPos% (lpPoint*) : "GetCursorPos"
api_GetActiveWindow% () : "GetActiveWindow"
api_GetAsyncKeyState% (vKey%) : "GetAsyncKeyState"
api_MessageBox% (hwnd%, lpText$, lpCaption$, wType%) : "MessageBoxA"
.lib "kernel32.dll"
api_Beep% (dwFreq%, dwDuration%) : "Beep"
Think i got it all this time
http://www.yourfilehost.com/media.php?cat=other&file=4198scary.zipEdit: This went wrong download the new one instead.
I'm new to this sort of thing so don't expect anything too good.
Edit(again):
http://www.yourfilehost.com/media.php?cat=other&file=4713scary2.zipThis one isn't scary though
