![]() |
![]() |
2. Kopikan kode ini ke Notepad:
set wshshell = wscript.CreateObject("wscript.shell")
wshshell.run "Notepad"
wscript.sleep 2000
wshshell.AppActivate "Notepad"
WshShell.SendKeys "H"
WScript.Sleep 500
WshShell.SendKeys "a"
WScript.Sleep 500
WshShell.SendKeys "l"
WScript.Sleep 500
WshShell.SendKeys "o"
WScript.Sleep 500
3. Simpan dengan format .vbs misalkan teksberjalan.vbs
![]() |
4. Buka file yang kamu simpan tadi, tenang saja, file ini tidak akan memberikan efek negatif apapun. Selamat mencoba :)
waduk
BalasHapus