Thread: Closed

Page 2 of 5 FirstFirst 1234 ... LastLast
Results 16 to 30 of 62
  1. #1
    Legify's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    subway
    Posts
    962
    Reputation
    16
    Thanks
    489
    My Mood
    Sad

    Closed

    You do not deserve this, community of MPGH. I knew I was wrorng in releasing it.

    /Close
    Last edited by Obama; 06-12-2009 at 12:29 PM.

  2. The Following 4 Users Say Thank You to Legify For This Useful Post:

    donovan420 (06-11-2009),fuk u lol 2 (06-11-2009),jisonio (06-12-2009),Zipper (06-12-2009)

  3. #16
    donovan420's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    63
    Reputation
    10
    Thanks
    6
    My Mood
    Aggressive
    hey the scrip come on but it don't start it just says paused so how do i unpause it ? fuk it mine works all right all just keep useing it

  4. #17
    RandomnessBoi's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    170
    Reputation
    10
    Thanks
    15
    My Mood
    Fine
    Okay thanks you

  5. #18
    Legify's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    subway
    Posts
    962
    Reputation
    16
    Thanks
    489
    My Mood
    Sad
    Quote Originally Posted by donovan420 View Post
    hey the scrip come on but it don't start it just says paused so how do i unpause it ?
    NOT to contact me, this big enough?

    If you can't figure it out, don't use it.

  6. #19
    999001's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Australia :))
    Posts
    152
    Reputation
    12
    Thanks
    27
    Wth??

    I tried to download the autoit thingy but when i click run it says some error about it not downloading properly... O_O

    can someone post a link to the auti version 3? for me please?
    Last edited by 999001; 06-11-2009 at 11:25 PM.

  7. #20
    headsup's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pa
    Posts
    1,232
    Reputation
    8
    Thanks
    208
    My Mood
    Cynical
    the only file i download is sum aimsript what do i do with it??? When i open it sayz this



    ; pixel search bot example
    ; include the misc UDF library
    ; UDF = user defined Function
    #include <Misc.au3>

    ;----- set the hotkeys ------;
    HotKeySet("{f3}", "chosecolor")
    ; set the escape button to
    ; the exit function
    HotKeySet("{esc}", "_exit")
    HotKeySet("{f5}", "start")
    HotKeySet("{f6}", "stop")

    ; declare the variable color to be
    ; used globaly
    Global $color
    ; declare ON globaly and set it
    ; to false(off)
    Global $ON = False




    While 1
    Sleep(30); dont fuck the CPU
    ; if the on is set to true
    If $ON = True Then
    ; this is the pixel search function
    ; the last parameter (40) is the
    ; shade variation
    ; the other parameters are the
    ; pixel search area
    ; change them so they fits your needs
    $coord = PixelSearch(0, 0, 400, 400, $color, 40)
    ; if the return of coord is an array
    ; which means a pixel was found
    If IsArray($coord) = 1 Then
    ; left click on the pixel
    MouseMove($coord[0],$coord[1])
    MouseClick("left",$coord[0],$coord[1])
    EndIf
    EndIf
    WEnd








    ; chose color function
    Func chosecolor()
    ; this will display a color chose window
    ; the chosen color will be stored in the
    ; variable $color
    $color = _ChooseColor(2, 0x0080C0, 2, "")
    MsgBox(0,'',$color)
    EndFunc ;==>chosecolor


    ; func extit
    Func _exit()
    ; simply exits the script
    Exit
    EndFunc ;==>_exit

    ;start func
    Func start()
    ; set the variable to true
    $ON = True
    EndFunc ;==>start

    ;start func
    Func stop()
    ; set the variable false
    $ON = False
    EndFunc ;==>stop





    What the fuck is this??????????????

  8. #21
    Legify's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    subway
    Posts
    962
    Reputation
    16
    Thanks
    489
    My Mood
    Sad
    Quote Originally Posted by headsup View Post
    the only file i download is sum aimsript what do i do with it??? When i open it sayz this



    ; pixel search bot example
    ; include the misc UDF library
    ; UDF = user defined Function
    #include <Misc.au3>

    ;----- set the hotkeys ------;
    HotKeySet("{f3}", "chosecolor")
    ; set the escape button to
    ; the exit function
    HotKeySet("{esc}", "_exit")
    HotKeySet("{f5}", "start")
    HotKeySet("{f6}", "stop")

    ; declare the variable color to be
    ; used globaly
    Global
    ; declare ON globaly and set it
    ; to false(off)
    Global = False




    While 1
    Sleep(30); dont fuck the CPU
    ; if the on is set to true
    If = True Then
    ; this is the pixel search function
    ; the last parameter (40) is the
    ; shade variation
    ; the other parameters are the
    ; pixel search area
    ; change them so they fits your needs
    = PixelSearch(0, 0, 400, 400, , 40)
    ; if the return of coord is an array
    ; which means a pixel was found
    If IsArray() = 1 Then
    ; left click on the pixel
    MouseMove(,)
    MouseClick("left",,)
    EndIf
    EndIf
    WEnd








    ; chose color function
    Func chosecolor()
    ; this will display a color chose window
    ; the chosen color will be stored in the
    ; variable
    = _ChooseColor(2, 0x0080C0, 2, "")
    MsgBox(0,'',)
    EndFunc ;==>chosecolor


    ; func extit
    Func _exit()
    ; simply exits the script
    Exit
    EndFunc ;==>_exit

    ;start func
    Func start()
    ; set the variable to true
    = True
    EndFunc ;==>start

    ;start func
    Func stop()
    ; set the variable false
    = False
    EndFunc ;==>stop





    What the fuck is this??????????????
    You need the program. Its in my initial post, read mofucka.

  9. #22
    Mewmew576's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Location
    California
    Posts
    123
    Reputation
    10
    Thanks
    19
    My Mood
    Paranoid
    I know some coding so lemme give you guys a hint read this line u fkin blind ppl

    ;----- set the hotkeys ------;
    HotKeySet("{f3}", "chosecolor")
    ; set the escape button to
    ; the exit function
    HotKeySet("{esc}", "_exit")
    HotKeySet("{f5}", "start")
    HotKeySet("{f6}", "stop")

    I found out how but you find it yourselves

    another hint 0xFFFFFF = White if you use wall hack with no textures
    Last edited by Mewmew576; 06-12-2009 at 12:02 AM.
    [img]https://g.image*********/0575/GREATFULLDEAD.jpg[/img]

  10. #23
    Legify's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    subway
    Posts
    962
    Reputation
    16
    Thanks
    489
    My Mood
    Sad
    I will make it easier for morons..

  11. The Following User Says Thank You to Legify For This Useful Post:

    xoptik (06-12-2009)

  12. #24
    Obama's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    The Black house
    Posts
    22,195
    Reputation
    870
    Thanks
    6,076
    My Mood
    Cool
    Quote Originally Posted by Legify View Post
    Don't fucking spam on my thread you bitch.
    Hey hey hey, dont flame sir.

    On topic: Looks interesting. Funny how people cant figure it out.

  13. #25
    Blac's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    161
    Reputation
    10
    Thanks
    70
    Legify, just create a new thread with an all-in-one thing, then people can post for help with that instead of having to look through all the pages .

    whoa! that's awesome, a live thread is almost like IMing someone i never knew that!
    Working on new games, will get up my custom made user bars / signatures when I get around to it

    [] Make 1 user bar or sig
    [] Make more user bars or sigs
    [] Make all wanted user bars and sigs
    Continued Later...

  14. #26
    Legify's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    subway
    Posts
    962
    Reputation
    16
    Thanks
    489
    My Mood
    Sad
    Quote Originally Posted by Obama View Post
    Hey hey hey, dont flame sir.

    On topic: Looks interesting. Funny how people cant figure it out.
    Sorry president. I made it a .exe, real simple now.

    Headsup threatened to report me.

  15. #27
    Blac's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Posts
    161
    Reputation
    10
    Thanks
    70
    edited: woops sorry, didn't read.. thought it was an all-in-one bundle of chams and aimbot, my bad
    Working on new games, will get up my custom made user bars / signatures when I get around to it

    [] Make 1 user bar or sig
    [] Make more user bars or sigs
    [] Make all wanted user bars and sigs
    Continued Later...

  16. #28
    samos1493's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    6
    My Mood
    Devilish
    Does anyone knows if this hack works on vista^^
    Thank you.

  17. #29
    headsup's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pa
    Posts
    1,232
    Reputation
    8
    Thanks
    208
    My Mood
    Cynical
    so what do we do with it now its paused?? no instructions u sux at releasing

  18. #30
    samos1493's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    6
    My Mood
    Devilish
    1 nx gift card =$20
    1 mpgh vip hacker=$20
    2 tickets to fast and the furious 4 $18.75
    1000000 chances to pwn all u noobs in Combatarms?????

    I dont understand, What does it means !?

Page 2 of 5 FirstFirst 1234 ... LastLast

Similar Threads

  1. Script Which Closes Ur Browser On Click
    By AN1MAL in forum Spammers Corner
    Replies: 4
    Last Post: 12-28-2006, 12:39 PM
  2. WII Close Up
    By Dave84311 in forum General
    Replies: 3
    Last Post: 10-01-2006, 08:46 PM
  3. Why is the war topic closed?
    By wafflele in forum General
    Replies: 24
    Last Post: 08-12-2006, 11:31 PM
  4. Post Here To Request That A Thread Be Closed.
    By SadisticGrin in forum General
    Replies: 4
    Last Post: 08-03-2006, 05:25 PM
  5. POOLS CLOSED (lol)
    By i eat trees in forum General
    Replies: 17
    Last Post: 07-13-2006, 04:18 PM

Tags for this Thread