1. Matrix Effect
- Open Notepad.
- Copy the below mentioned text in your notepad file:
@echo off
color 02
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random% %random%
goto start
- Save the file with .bat extension like Matrix.bat
2. Toggle Keyboard Button Simultaneously
1. Caps Lock Key
- 
- Open Notepad.
- Paste the following code in the notepad file:
 
Set wshShell =wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.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!
 
2. Hit Enter Key Continuously
- 
- Open Notepad.
- Paste the following code in the notepad file:
 
Set wshShell = wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.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!
 
3. Hit Backspace Key Continuously
- 
- Open Notepad.
- Paste the following code in the notepad file:
 
MsgBox “Lets Rumble”Set wshShell =wscript.CreateObject(“WScript.Shell”)dowscript.sleep 100wshshell.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!
 
follow and comment for how to communicate with your computer
Quantity :
Add to Cart
 
 
 
 
No comments:
Post a Comment