2 Second Tutorials : Hack your friend's keyboard and make it type anything at the same time
- Open "Notepad" And Type :
@echo off
Set wshShell =
wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "YOUR TXT HERE"
loop
- Save it as "VIRUS.VBS"
- Once it opens it'll execute the commands
Comments