Langsung ke topik :
1. No ending message
@echo off
:A
msg * Your computer is filled with virus like me.
msg * Your computer is filled with virus like me.
msg * Your computer is filled with virus like me.
msg * Your computer is filled with virus like me.
msg * Your computer is filled with virus like me.
msg * Your computer is filled with virus like me.
goto A
save file .bat
2. Shutdown with message
@echo off
msg * Executing Shutdown immediately...
msg * Shutdown Executed in...
msg * 3
msg * 2
msg * 1
shutdown -s -c "HAHAHA"
save file .bat
3. Ghost Notepad
WScript.Sleep 1800
WScript.Sleep 100
Set WshShell = WScript.CreateObject(“WScript.Shell”)
WshShell.Run “notepad”
WScript.Sleep 10
WshShell.AppActivate “Notepad”
WScript.Sleep 50
WshShell.SendKeys “No”
WScript.Sleep 50
WshShell.SendKeys “one ”
WScript.Sleep 50
WshShell.SendKeys “can”
WScript.Sleep 50
WshShell.SendKeys “def”
WScript.Sleep 50
WshShell.SendKeys “eat ”
WScript.Sleep 50
WshShell.SendKeys ” me”
WScript.Sleep 50
WshShell.SendKeys “!!”
save file .vbs
Langganan:
Posting Komentar (Atom)
Tidak ada komentar:
Posting Komentar