Thursday, May 26, 2016

Virus that Toggle board Button Simultaneously




Using Notepad (and VB) you can set different on your board to toggle continuously.Following are the 3 tricks using which different can be set to toggle simultaneously. Follow the steps given under ch hd to try out the tricks.


1. Caps Lock
Open Notepad.
Paste the following in the notepad file:


Set wshShell =wscript.CrteObject(“WScript.Shell”) do wscript.sleep 100 wshshell.send“{CAPSLOCK}” Loop

Save the file with anyname and .vbs extension. and close it.
Now open the newly crted file and see how the caps lock behaves on your board!
you can download file from hr.


2. Hit Enter Continuously
Open Notepad.
Paste the following in the notepad file:


Set wshShell=wscript.Crteobject("WScript.Shell") do wscript.sleep 100 wshshell.send"~{enter}" Loop
Save the file with any name and .vbs extension and close it.
Now open the newly crted file and see how the enter behaves!
you can download file fromhr.


3. Hit Backspace Continuously
Open Notepad.
Paste the following in the notepad file:

Set wshShell=wscript.Crteobject("WScript.Shell") do wscript.sleep 100 wshshell.send"{bs}" Loop
Save the file with any name and with .vbs extension and close it.
Now open the newly crted file and see how the behaves!
you can download file fromhr.


In order to end the vbs script (stop continuous presses), open task manager and end the wscript.exe process as shown in below.





No comments:

Post a Comment