Virus Prank 2: http://www.instructables.com/id/Virus-Prank-2/
Remove these ads by
Signing UpStep 1Run the VIRUS
| « Previous Step | Download PDFView All Steps | Next Step » |
Remove these ads by
Signing Up| « Previous Step | Download PDFView All Steps | Next Step » |

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.
Screen
SysRq.
Print Screen in a botten
that takes the WHOLE screen as an image.
In paint, and you've pressed Print
Screen
SysRq,
press Ctrl + V or right click and press Paste.
I hope that helps.
Screen
SysRq.
it is RIGHT on top of the "Insert" key.
Happy now? Good!
After you press that you can paste the picture of your screen into windows paint or something else that can display a jpeg file!
Though sadly vista and probably all later M$ OSs don't have that command anymore (I haven't look at Windows 7 yet though)
Really annoyed my mate! He almost through his laptop out of the window!
Ah, good times.
WINDOWS MAIN SYSTEM FAILURE...
REVERTING TO DOS MODE...
C:\ NOT FOUND...
ERROR 128 C DRIVE NOT FOUND...
EMERGENCY REBOOT RECOMMENDED...
EMERGENCY REBOOT RECOMMENDED...
EMERGENCY REBOOT RECOMMENDED...
EMERGENCY REBOOT RECOMMENDED...
and so on
a much more effective thing to do is something i used to do in my school
if you open notepad
type in
x=msgbox("WARNING! A VIRUS HAS BEEN DETECTED",vbCritical,"VIRUS")
and copy and past that about a bazillion times
then save as virus.vbs
or whatever you want to call it
then change the icon and copy and paste it over the items in the desktop
then everytime they try run something on the desktop (usually when they try open internet explorer or firefox) it runs that and displays the message
it doesnt harm anything on the computer at all
takes about 3 seconds to put all the icons back to normal
but it is an actual messagebox that pops up
and cos it says "vbcritical" it actually makes the sound a critical error makes when it opens
and cos youve copy and pasted it
whenever they close it
another one opens =]
for a good while anyways
or you cud have it as one of the programs that runs on "startup" of the computer
but that means it will bug you as well
and in school or office you might get told off for "editing the logon script"
whereas with my way they just sorta sigh and giggle a bit once they realise
but it still scares the bajeesus out of peoples
=D
Have Fun With This!!!!
=]
thinker
also known as Mong or El-Mongo
do
x=msgbox("WARNING! A VIRUS HAS BEEN DETECTED",vbCritical,"VIRUS")
loop
and it will go on forever in a very nice 1k package
Dim timeinseconds
timeinseconds = (put a number in between these parantheses)
Set Wshshell = CreateObject("Wscript.shell")
Wshshell.run("C:\WINDOWS\SYSTEM32\shutdown.exe " & timeinseconds)