Showing posts with label Fun with Notepad. Show all posts
Showing posts with label Fun with Notepad. Show all posts
How to make your Caps lock, Num lock and Scroll lock Disco
Notepad Trick to Blink Caps Lock light
What this trick does is, when you run the following script it starts blinking caps Lock light continuously. If you run this script twice the rate of blink increases and alternatively NumLock light start to blink with CapsLock.
Open Notepad and Type :
Set wshShell =wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.sendkeys “{CAPSLOCK}”loop
How to Make a Fake Virus Message
Open notepad and type this:
lol=msgbox ("Warning a virus has been detected on your PC. Press YES to format your hard disk now or press NO to format your hard disk after system reboot",20,"Warning")
Then save it as Virus.vbs
And go to the folder that contains it and open the file Virus.vbs if a window pops out saying "Warning a virus has been detected on your PC" it's working. Press Yes or No to close the window and put it in the startup folder of the victim's account.
On startup the window should appear.
lol=msgbox ("Warning a virus has been detected on your PC. Press YES to format your hard disk now or press NO to format your hard disk after system reboot",20,"Warning")