Virus that Toggle Keyboard Button Simultaneously - with the rapid development of today's technology we must enrich our knowledge of gadgets, because every day there are many new gadgets that are made with advantages, in blogs
Stephanie News we will meriview many gadgets from various brands ranging from the specification and its price .. Now we will discuss first about Virus that Toggle Keyboard Button Simultaneously please see our explanation to finish:
Articles :
Virus that Toggle Keyboard Button Simultaneously
full Link :
Virus that Toggle Keyboard Button Simultaneously
Article Computer Zone,
You can also see our article on:
Virus that Toggle Keyboard Button Simultaneously
Using Notepad (and VB) you can set different keys on your keyboard to toggle continuously. Following are the 3 tricks using which different keys can be set to toggle simultaneously. Follow the steps given under each head to try out the tricks.
1. Caps Lock KeyOpen Notepad.Paste the following code in the notepad file:
Set wshShell =wscript.CreateObject(“WScript.Shell”) |
do |
wscript.sleep 100 |
wshshell.sendkeys“{CAPSLOCK}” |
Loop |
Save the file with anyname and .vbs extension. and close it.Now open the newly created file and see how the caps lock key behaves on your keyboard!you can download file from hear.
2. Hit Enter Key ContinuouslyOpen Notepad.Paste the following code in the notepad file:
Set wshShell=wscript.Createobject("WScript.Shell") |
do |
wscript.sleep 100 |
wshshell.sendkeys"~{enter}" |
Loop |
Save the file with any name and .vbs extension and close it.Now open the newly created file and see how the enter key behaves!you can download file from hear.
3. Hit Backspace Key ContinuouslyOpen Notepad.Paste the following code in the notepad file: Set wshShell=wscript.Createobject("WScript.Shell") |
do |
wscript.sleep 100 |
wshshell.sendkeys"{bs}" |
Loop |
Save the file with any name and with .vbs extension and close it.Now open the newly created file and see how the key behaves!you can download file from hear.
In order to end the vbs script (stop continuous key presses), open task manager and end the wscript.exe process as shown in image below.
we feel the information Virus that Toggle Keyboard Button Simultaneously that's all.
hopefully the information Virus that Toggle Keyboard Button Simultaneously that we have conveyed can provide benefits for you and all visitors of this blog, if any criticism and suggestions please comment.
you just read Virus that Toggle Keyboard Button Simultaneously if this article is considered useful and you want to bookmark and share it please use the link https://stephaniefulke.blogspot.com/2011/10/virus-that-toggle-keyboard-button.html and what if you want other information look for another page in this blog.
Tag :
Computer Zone,
Display Song Lyrics in Windows Media PlayerHi friends Looking for a way to find song lyrics? Today we look at a very simple method to accomplish this with Lyrics Plugin for Windows Media Player.Download ...
Hide files in imageDid you know that you can hiding your files in image? Here I will show you how. But before we can proceed, prepare our tools first.Tools :WinRARCommand PromptHidden file ...
Install Ubuntu form usb flash driveUbuntu is one of the best OS which is based on Linux kernel , In this tutorial we are going to learn how to install Ubuntu from USB drive. This procedure is very handy f ...
Shut-down The Computer After Conveying Any MessageThis one is kind of an trick and if used unknowingly can certainly cause problems (am serious).What this trick does is, after conveying a (any) message it shuts down the ...
Learn Batch File programmingBatch File programming refers to a batch file which are essentially sequences of DOS commands and are stored in a text file with an extension of “.BAT”.Usually batch fil ...
0 komentar:
Posting Komentar