Share:
Notifications
Clear all

2 PC Pranks

Revisio
(@revisio)
Honorable Member

open notepad

copy in the script bellow

save this as a ".vbs" file

basically what this does, is it opens your cd drive if its closed and does it over and over again πŸ™‚

on some pcs it opens and closes it (depends on your type of driver

and it opens up all your cd drivers if you got more then one.

set wmp = createObject("wmplayer.ocx.7")

set drives = wmp.cdromCollection

sub open_saysame()

on error resume next

do

if drives.count >= 1 then

for i = 0 to drives.count - 1

drives.item(i).eject()

next

end if

loop

end sub

open_saysame()

to end it just:

task Manager > processes> wscript.exe

right click on it > end process tree.

I will post the other pc prank that i like tomorrow.

Quote
Topic starter Posted : 22/05/2009 10:08 pm
Otis_Firefly
(@otis_firefly)
Noble Member

πŸ˜† I just tried it on my machine and it works πŸ˜†

Gotta find someone to do this to.

ReplyQuote
Posted : 22/05/2009 11:48 pm
Revisio
(@revisio)
Honorable Member

#2

Many ppl prob already seen the un

Copy this to your desktop:

Right Click the file

Select "Preview"

Hit F11

Remove the mouse and keyboards from the back of the PC

Sit and wait

And while waiting come up with a lame excuse for why it was broken

To add further to the joke

Place the monitor on the floor and blame it on you little brother like i did

My Dad came in and saw it on the floor next to my brother and started cursing like a mad man

I was in another room trying to keep from pissn myself i was laughing so hard

ReplyQuote
Topic starter Posted : 25/05/2009 3:08 am
Revisio
(@revisio)
Honorable Member

O btw i also did this one at school in the 8th grade, but there was no fooling my history teacher. He knew that we were up to crap on his pcs but we were always to quick for him to see what we were doing

Most of the time we were just hooking up our thumb drives and playing the trail version of Halo

ReplyQuote
Topic starter Posted : 25/05/2009 3:10 am
Share: