Mhc_Shadow Neophyte
Jumlah posting : 156 Join date : 10.04.11
| Subyek: Script Membuat Tulisan di Notepad Menulis Sendiri Mon 12 Dec 2011 - 3:11 | |
| Langsung aja cekidotttttttttttt - Code:
-
set wshshell = wscript.CreateObject("wscript.shell") wshshell.run "Notepad" wscript.sleep 2000 wshshell.AppActivate "Notepad" WshShell.SendKeys "C" WScript.Sleep 500 WshShell.SendKeys "r" WScript.Sleep 500 WshShell.SendKeys "y" WScript.Sleep 500 WshShell.SendKeys " " WScript.Sleep 500 WshShell.SendKeys "a" WScript.Sleep 500 WshShell.SendKeys "n" WScript.Sleep 500 WshShell.SendKeys "t" WScript.Sleep 500 WshShell.SendKeys " " WScript.Sleep 500 WshShell.SendKeys "C" WScript.Sleep 500 WshShell.SendKeys "r" WScript.Sleep 500 WshShell.SendKeys "e" WScript.Sleep 500 WshShell.SendKeys "w" WScript.Sleep 500 | |
|