Monday, July 2, 2018
Best Notepad Tricks
Best Notepad Tricks

Notepad is the most popular text editor used by users to edit texts,html and many other. We can create many interesting things with notepad
Here Im presenting this cool Notepad Tricks, it doesnt need to much of time: Open Notepad > Write the code > Save it.
Best 5 Notepad Tricks
Matrix Coding
Open Notepad > Paste the Following code > Save it as Matrix.bat
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
2. Keyboard types Automatically!!!
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You are hacked."
loop
Open Notepad > Paste the Following code > Save it as EjectCD.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 > Paste the Following Code > Save it as NP.Bat
:top
START %SystemRoot%system32 otepad.exe
GOTO top
Open Notepad > Paste the following code > Save it as PCTalk.VBS
Launch it > Put the text you want to talk > Click OK
Dim Message, Speak
Message=InputBox("Enter Text to Talk o","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.