Sunday 1 December 2013

top 3 notepad tricks

 3: 911

open notepad and type Q33N then change the font to wingdings and the text size to 72, you'll be amazed at what it shows to resemble 911 because many of you may know the flight number of the plane that hit the world trade center was Q33NY.

2: Test your antivirus

copy and paste the text below into notepad and then save it as testvirus.exe once it is saved your antivirus should automatically detect and try to delete it if that happens your antivirus is working correctly if not somethings wrong with it.
X5O!P%@AP[4PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*

1:freakishly slow messages 

open  notepad and type the following below then save it as anything.vbs now open it and see how slow messages appear.
WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject(“WScript.Shell”)
WshShell.Run “notepad”
WScript.Sleep 100
WshShell.AppActivate “Notepad”
WScript.Sleep 500
WshShell.SendKeys “Hel”
WScript.Sleep 500
WshShell.SendKeys “lo ”
WScript.Sleep 500
WshShell.SendKeys “, ho”
WScript.Sleep 500
WshShell.SendKeys “w a”
WScript.Sleep 500
WshShell.SendKeys “re ”
WScript.Sleep 500
WshShell.SendKeys “you”
WScript.Sleep 500
WshShell.SendKeys “? ”
WScript.Sleep 500
WshShell.SendKeys “I a”
WScript.Sleep 500
WshShell.SendKeys “m g”
WScript.Sleep 500
WshShell.SendKeys “ood”
WScript.Sleep 500
WshShell.SendKeys ” th”
WScript.Sleep 500
WshShell.SendKeys “ank”
WScript.Sleep 500
WshShell.SendKeys “s! “
 

No comments:

Post a Comment