Created
THANK'S TO | FullHouse Community | SFC | G-Moscaf | ERIN FULLHOUSE COMMUNITY |

Script Jail

| 08 Agustus 2013
kumpulan script jail

pertama buka notepad
1.keyboard jail

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "sabotase keyboard, etc"
loop

+save di notepad dengan eksistensi .vbs

2.Backspace Trouble

MsgBox "ilham slalu bilang : anda harus mengulang kembali"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop

 +save di notepad dengan eksistensi .vbs

4.Enter Non Stop

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop 

+save di notepad dengan eksistensi .vbs

5.Main Capslock

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

+save di notepad dengan eksistensi .vbs

6.Script muncul terus-terusan

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

+save di notepad dengan eksistensi .vbs

0 komentar:

Posting Komentar

Thank You For Coming To Our Blog