GuidePedia

0

Hello Readers,
Once again i am here with some awesome tricks for PC.This time i am with some cool notepad tricks,with these tricks you can fool your friends.These tricks are not harmful,so don't worry.
Now,lets come to the tricks.

1.Make Your Computer Speak:

This is a cool notepad trick to make your PC speak.To do this simply copy the code given below and paste it to notepad and save it to anyname.vbs (remember .vbs is important). Now double click on the file and see the magic.You can replace the words "What do you want me to say?","Speak to Me" with your own words.

Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message

2.Continuously Open CD Drive:

Its a simple trick to continuously open the cd/dvd drive of the pc.To do this simply copy the code given below and paste it to notepad and save it to anyname.vbs (remember .vbs is important). Now double click on the file and see the magic.

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.Cycle Message:

Its a cool trick to cycle a message through PC.Just copy the following code and paste it in notepad and save as anyname.bat (remember .bat is important).You can change the message by your own words.

@ECHO off
:Begin
msg * Hi
msg * Are you having fun?
msg * I am!
msg * Lets have fun together!
msg * Because you have been o-w-n-e-d
GOTO BEGIN

4.Simple Notepad Virus to Shutdown PC:

This is a simple virus to shutdown PC.Just copy the following code and paste it in notepad and save as anyname.bat (remember .bat is important).You can change the message.

@echo off
msg * I don’t like you
shutdown -c “Hahahah You are Doomed” -s

5.Continuously Open Notepad:

Its a simple and cool notepad trick.It will continuously open notepad.Just copy the following code and paste it in notepad and save as anyname.bat (remember .bat is important)

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

Thanks to all.Keep visiting.
Don't forget to like our fb page XtremeHackz

Post a Comment

 
Top