Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 46
  1. #16
    Stoshy's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    O-('.'Q)
    Posts
    1,427
    Reputation
    15
    Thanks
    288
    My Mood
    Confused
    Check out the updated thread for the QuickScope program. master made a hack to change the location of yer crosshair

    PLAY STARCRAFT II!? ADD ME! PINOYPUNCHINGBAG@YAHOO.COM OR MY FRIEND CODE 636 STOSHY!


  2. #17
    screeniepeople's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    74
    Reputation
    10
    Thanks
    7
    i try to edit, but my notepad++ says random gibberish, like this "PD?ˇJ;ǣhC=fån6t5c\)=ư* ^3]ܪ2)K%R Ķ){vm;J|s*tx >P\%xv"y_mo ʋw*%jX{F4#܄@ `*S\˫-J|-q;
    " Anyone know how to solve this?
    Last edited by screeniepeople; 08-08-2010 at 03:11 AM.

  3. #18
    Kakerzone's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    102
    Reputation
    10
    Thanks
    7
    My Mood
    Worried
    Thanks for this.

  4. #19
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    Quote Originally Posted by screeniepeople View Post
    i try to edit, but my notepad++ says random gibberish, like this "PD?ˇJ;ǣhC=fån6t5c\)=ư* ^3]ܪ2)K%R Ķ){vm;J|s*tx >P\%xv"y_mo ʋw*%jX{F4#܄@ `*S\˫-J|-q;
    " Anyone know how to solve this?
    You don't edit the .exe! You edit the .ahk file. It's in the AutoQSV2.rar file.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  5. The Following User Says Thank You to master131 For This Useful Post:

    screeniepeople (08-09-2010)

  6. #20
    screeniepeople's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    74
    Reputation
    10
    Thanks
    7
    Quote Originally Posted by master131 View Post
    You don't edit the .exe! You edit the .ahk file. It's in the AutoQSV2.rar file.
    ROFL Ty,

  7. #21
    Josephlittle's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    GSC Modding Section
    Posts
    1,345
    Reputation
    26
    Thanks
    562
    My Mood
    Devilish
    Holly crap, GOOD job!

    helped me setup a Pink color. The most manly color there is xD
    Last edited by Josephlittle; 08-09-2010 at 10:27 AM. Reason: Im gay(just kidding xD)

  8. #22
    thoku's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Lurking
    Hey i got 2 buttons on the left side of my mouse (button 4&5).
    How can i set them as hotkey?
    I mean what are they "called"?

  9. #23
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    Quote Originally Posted by thoku View Post
    Hey i got 2 buttons on the left side of my mouse (button 4&5).
    How can i set them as hotkey?
    I mean what are they "called"?
    XButton1 and XButton2!
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  10. #24
    niepierdol's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Changing hot key

    I;m newbie but some1 can edit that file to change my hotkey to Q ? it would be nice and cool for myself
    Code:
    WinActivate, Modern Warfare 2
    WinGetPos,,,ModW, ModH, Modern Warfare 2
    NewX := (A_ScreenWidth / 2) - (ModW / 2)
    NewY := (A_ScreenHeight / 2 - 11) - (ModH / 2)
    WinMove, Modern Warfare,, %NewX%, %NewY%
    
    #SingleInstance force
    #Persistent
    
    OnExit, ExitRoutine
    xpos := A_ScreenWidth/2
    ypos := A_ScreenHeight/2
    hDrwArea := DllCall("GetDC", "uint", Null)
    SetTimer, SetPixel, 1
    
    
    SetPixel:
    
    ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos - 1, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos + 1, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 1, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 1, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos - 2, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos + 2, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos - 3, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos + 3, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 2, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 2, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 3, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 3, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos - 4, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos + 4, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 4, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 4, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos - 5, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos + 5, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 5, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 5, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos - 6, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos + 6, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 6, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 6, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos - 7, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos + 7, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 7, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 7, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos - 8, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos + 8, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 8, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 8, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos - 9, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos + 9, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 9, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 9, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos - 10, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "int", ypos + 10, "uint", 255, "uint", 0, "uint", 0)
    
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 10, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 10, "int", ypos, "uint", 255, "uint", 0, "uint", 0)
    
    Return
    
    ExitRoutine:
    DllCall("ReleaseDC", UInt, 0, UInt, hDrwArea)
    DllCall("FreeLibrary", "UInt", hDrwArea)
    ExitApp
    
    ~NumLock::Suspend, toggle
    
    $Mbutton::
    
    {    GetKeyState, state, Mbutton, T
         if state = D
    
    
        {
          send {RButton Down}
          sleep 231
          MouseClick,left
          send {RButton Up}
    	  send {RButton Down}
    	  send {RButton Up}
       }
    
    else
    
        {
       MouseClick,middle
    
           }
    }

  11. #25
    Stoshy's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    O-('.'Q)
    Posts
    1,427
    Reputation
    15
    Thanks
    288
    My Mood
    Confused
    somewhere located in this thread shows u how to change the ahk. do it yerself. yer a big boi

    PLAY STARCRAFT II!? ADD ME! PINOYPUNCHINGBAG@YAHOO.COM OR MY FRIEND CODE 636 STOSHY!


  12. The Following User Says Thank You to Stoshy For This Useful Post:

    ♪~ ᕕ(ᐛ)ᕗ (08-17-2010)

  13. #26
    niepierdol's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    ^^

    I try but I fuc*** up all I do it 3 times and always sth was wrong so..
    I need ur help guys.

  14. #27
    n00b skills's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    2
    My Mood
    Cool
    PLZ i am not so good in pc can you plzz make one whit mouseclick right ?

    so i can dowload it !? that sould be great !!!!

    thX

  15. #28
    christophergonzalez's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    154
    Reputation
    10
    Thanks
    8
    Tight
    im the quickscope champ now.

  16. #29
    abdur104's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Confused
    MAKE A VIDEO TUTURIAL PLEASE. D:

  17. #30
    Stoshy's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    O-('.'Q)
    Posts
    1,427
    Reputation
    15
    Thanks
    288
    My Mood
    Confused
    Quote Originally Posted by abdur104 View Post
    MAKE A VIDEO TUTURIAL PLEASE. D:
    learn 2 folo instructions. its a user friendly tut too / its not that hard. read it well

    PLAY STARCRAFT II!? ADD ME! PINOYPUNCHINGBAG@YAHOO.COM OR MY FRIEND CODE 636 STOSHY!


Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. Auto Quickscope
    By Lunatic in forum Combat Arms Hack Requests
    Replies: 9
    Last Post: 09-11-2011, 10:24 PM
  2. [Release] MW2 Auto-QuickScope v2 [Updated 5th August]
    By master131 in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 456
    Last Post: 08-21-2011, 01:51 AM
  3. [Source Code] My Version Of Auto QuickScope
    By winberg in forum Call of Duty Modern Warfare 2 Coding / Programming / Source Code
    Replies: 16
    Last Post: 04-16-2011, 03:09 AM
  4. [Request] Auto QuickScope?
    By Gervino in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 25
    Last Post: 03-12-2011, 11:54 AM
  5. [Tutorial] Auto Updater[Reopen]
    By NOOB in forum Visual Basic Programming
    Replies: 2
    Last Post: 04-10-2010, 10:06 PM