5 MIND BLOWING NOTEPAD TRICKS
1
@echo off
color 05
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
NOTE :- REMOVE THE BLANK LINES FROM THE FIRST 1
DOWNLOAD ALL THIS IN 1 TEXT FILE BY CLICKING HERE
Dim message, sapi
message=InputBox("What do you want me to say?","Speak to Me by Techno Aatif")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak message
3
Set wshshell = wscript.CreateObject("WScript.Shell")
Wshshell.run "Notepad"
wscript.sleep 100
wshshell.sendkeys "W"
wscript.sleep 100
wshshell.sendkeys "E"
wscript.sleep 100
wshshell.sendkeys "L"
wscript.sleep 100
wshshell.sendkeys "C"
wscript.sleep 100
wshshell.sendkeys "O"
wscript.sleep 100
wshshell.sendkeys "M"
wscript.sleep 100
wshshell.sendkeys "E"
wscript.sleep 100
wshshell.sendkeys " "
wscript.sleep 100
wshshell.sendkeys "A"
wscript.sleep 100
wshshell.sendkeys "A"
wscript.sleep 100
wshshell.sendkeys "T"
wscript.sleep 100
wshshell.sendkeys "I"
wscript.sleep 100
wshshell.sendkeys "F"
wscript.sleep 100
wshshell.sendkeys "!"
wscript.sleep 100
wshshell.sendkeys "!"
4
msgbox "Press OK to run the GOOD CHROME"
Set shell=CreateObject("wscript.shell")
Shell.Run("launcher")
5
msgbox "press cancel to stop hacking console"
Set shell=CreateObject("wscript.shell")
Shell.Run("AcroRd32.exe")
AMAZING
ReplyDelete