Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 31
  1. #16
    Josephlittle™'s Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    GSC Modding Section
    Posts
    1,345
    Reputation
    26
    Thanks
    562
    My Mood
    Devilish
    A.K.A Aimbot

  2. #17
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,667
    My Mood
    Breezy
    Quote Originally Posted by michael_sj123 View Post
    is this code detectable?

    [php]#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 - 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 - 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 - 6, "int", ypos - 6, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 6, "int", ypos - 6, "uint", 255, "uint", 0, "uint", 0)

    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 6, "int", ypos + 6, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 6, "int", ypos + 6, "uint", 255, "uint", 0, "uint", 0)

    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 6, "int", ypos + 6, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 6, "int", ypos - 6, "uint", 255, "uint", 0, "uint", 0)
    ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 9, "int", ypos - 9, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 9, "int", ypos - 9, "uint", 255, "uint", 0, "uint", 0)

    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 9, "int", ypos + 9, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 9, "int", ypos + 9, "uint", 255, "uint", 0, "uint", 0)

    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 9, "int", ypos + 9, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 9, "int", ypos - 9, "uint", 255, "uint", 0, "uint", 0)

    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "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 - 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 - 6, "int", ypos - 6, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 6, "int", ypos - 6, "uint", 255, "uint", 0, "uint", 0)

    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 6, "int", ypos + 6, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 6, "int", ypos + 6, "uint", 255, "uint", 0, "uint", 0)

    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 6, "int", ypos + 6, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 6, "int", ypos - 6, "uint", 255, "uint", 0, "uint", 0)
    ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 9, "int", ypos - 9, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 9, "int", ypos - 9, "uint", 255, "uint", 0, "uint", 0)

    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 9, "int", ypos + 9, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 9, "int", ypos + 9, "uint", 255, "uint", 0, "uint", 0)

    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 9, "int", ypos + 9, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 9, "int", ypos - 9, "uint", 255, "uint", 0, "uint", 0)

    DllCall("SetPixel", "uint", hDrwArea, "int", xpos, "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 - 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 - 6, "int", ypos - 6, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 6, "int", ypos - 6, "uint", 255, "uint", 0, "uint", 0)

    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 6, "int", ypos + 6, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 6, "int", ypos + 6, "uint", 255, "uint", 0, "uint", 0)

    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 6, "int", ypos + 6, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 6, "int", ypos - 6, "uint", 255, "uint", 0, "uint", 0)
    ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 9, "int", ypos - 9, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 9, "int", ypos - 9, "uint", 255, "uint", 0, "uint", 0)

    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 9, "int", ypos + 9, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 9, "int", ypos + 9, "uint", 255, "uint", 0, "uint", 0)

    DllCall("SetPixel", "uint", hDrwArea, "int", xpos - 9, "int", ypos + 9, "uint", 255, "uint", 0, "uint", 0)
    DllCall("SetPixel", "uint", hDrwArea, "int", xpos + 9, "int", ypos - 9, "uint", 255, "uint", 0, "uint", 0)

    Return

    ExitRoutine:
    DllCall("ReleaseDC", UInt, 0, UInt, hDrwArea)
    DllCall("FreeLibrary", "UInt", hDrwArea)
    ExitApp[/php]

    sorry if im noob to this..
    That code just shows a crosshair on the screen, that's not the correct one!

    I've compiled the code for you since you have no idea what to do!
    NOTE - This is not an aimbot! It's justs shows a crosshair and quickscopes for you when your middle-click. You cannot be VAC banned for this!

    1. Run the program as administrator if running Windows 7 or Vista.
    2. Start Modern Warfare 2
    3. Make sure your game is in windowed mode. If not, press Alt+Enter and make sure the game window is exactly in the midddle. An easy way to do this is g into a private game, choose a gun with a small crosshair like a UMP45 and position the windows in the correct place so that both crosshairs (the X shaped one and the + shaped one) are aligned correctly. After that, leave the game and join a public match.
    3. Choose a sniper class WITH Sleight of Hand Pro and just middle-click to enjoy.

    Make sure you set your ADS (Aim Down Sight) to Right-click, Shoot to Left-click and Breath to Shift.

    Virus Scans:
    VirusTotal
    Jotti
    VirScan

    There are a few detections because some anti-viruses flag AutoHotkey programs as viruses. (Note that it says Trojan/AutoHK.ge and not something else!)

    EDIT - Just realised that the crosshair works but the autoshoot doesn't work? LOL. I tried removing the crosshair segment but its not working? I probably fail at AHK.

    EDIT 2 - Never mind, it's works. It's middle-click not right-click!

    EDIT 3 - Fixed the program and added new virus scans.

    EDIt 4 - Removed attachment. Please check post #29 on page 3
    Last edited by master131; 07-19-2010 at 12:07 AM.
    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]

  3. The Following 2 Users Say Thank You to master131 For This Useful Post:

    akma11 (07-18-2010),michael_sj123 (07-18-2010)

  4. #18
    michael_sj123's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Norway
    Posts
    113
    Reputation
    10
    Thanks
    10
    My Mood
    Yeehaw
    I do know what to do, since i compiled the code in the links that archangel posted, and it works. But thanks anyway for compiling it
    wtf? my script doesnt work if i right click and stuff.. but if i press the scroll wheel it actually aims and fire
    Last edited by michael_sj123; 07-18-2010 at 08:22 PM.
    "I just love computers"

  5. #19
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,667
    My Mood
    Breezy
    Quote Originally Posted by michael_sj123 View Post
    I do know what to do, since i compiled the code in the links that archangel posted, and it works. But thanks anyway for compiling it
    wtf? my script doesnt work if i right click and stuff.. but if i press the scroll wheel it actually aims and fire
    I just realised that it said 'Mbutton' which meansa middle button
    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]

  6. #20
    michael_sj123's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Norway
    Posts
    113
    Reputation
    10
    Thanks
    10
    My Mood
    Yeehaw
    Quote Originally Posted by master131 View Post
    I just realised that it said 'Mbutton' which meansa middle button
    Yeh :P
    Now someone needs to approve the attachment..
    "I just love computers"

  7. #21
    B4M's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Real World
    Posts
    6,940
    Reputation
    478
    Thanks
    1,752
    My Mood
    Bored
    File approved..

    I think I might use, because I don't think it is detected.


    EDIT: BAD feedback, you can't quickope with it, it only ads and shoots, too late.. that's not quickscoping.
    Last edited by B4M; 07-18-2010 at 09:01 PM.
    [center]

    Back in '10



    Got a question?PM/VM me!
    I read them all.
    Also contact me via MSN.
    vlad@mpgh.net

    Minion since:07-04-2010
    Mod since:08-31-2010
    Till : 05.07.2011

  8. #22
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,667
    My Mood
    Breezy
    Quote Originally Posted by foaieverde View Post
    File approved..

    I think I might use, because I don't think it is detected.


    EDIT: BAD feedback, you can't quickope with it, it only ads and shoots, too late.. that's not quickscoping.
    LOL. I'll fix it. I know what I did wrong.

    EDIT - Fixed the program but VirusTotal is down and Jotti has 32 scans in queue! What kind of bad luck is this?
    Last edited by master131; 07-18-2010 at 09:09 PM.
    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]

  9. #23
    michael_sj123's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Norway
    Posts
    113
    Reputation
    10
    Thanks
    10
    My Mood
    Yeehaw
    Quote Originally Posted by master131 View Post
    LOL. I'll fix it. I know what I did wrong.

    EDIT - Fixed the program but VirusTotal is down and Jotti has 32 scans in queue! What kind of bad luck is this?
    Yeh very bad luck.. Also, what is it to fix? im kinda noob
    "I just love computers"

  10. #24
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,667
    My Mood
    Breezy
    The delay was too high.
    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]

  11. #25
    michael_sj123's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Norway
    Posts
    113
    Reputation
    10
    Thanks
    10
    My Mood
    Yeehaw
    Quote Originally Posted by master131 View Post
    The delay was too high.
    Ah okay :P
    "I just love computers"

  12. #26
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,667
    My Mood
    Breezy
    Uploaded fixed version and aded new virus scans. Spam middle click for non-stop quickscope and press right-click to zoom out if you want to stop.
    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]

  13. #27
    michael_sj123's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Norway
    Posts
    113
    Reputation
    10
    Thanks
    10
    My Mood
    Yeehaw
    Quote Originally Posted by master131 View Post
    Uploaded fixed version and aded new virus scans. Spam middle click for non-stop quickscope and press right-click to zoom out if you want to stop.
    Nice :P
    Also, does this quickscope and actually hit? xD
    "I just love computers"

  14. #28
    xZaTiC's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    I live in ur mums tits. (:'
    Posts
    220
    Reputation
    10
    Thanks
    52
    My Mood
    Drunk
    I would like to know also. :P
    MY GOALS FOR MW2 AND MPGH.NET
    MPGH Goals
    10 Posts [x]
    50 Posts [x]
    100 Posts [x]
    500 Posts []
    1000 Posts []
    Modern Warfare 2 Goals
    Cheating around with aimbot and wallhack. [X]
    Mod a server. [X]
    Make people say i hack even i dont. [...]
    Getting to prestige 9 illegal. [X]



    I LOVE RAGING!

  15. #29
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,667
    My Mood
    Breezy
    I'm making a topic so be on the lookout for it
    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]

  16. #30
    B4M's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Real World
    Posts
    6,940
    Reputation
    478
    Thanks
    1,752
    My Mood
    Bored
    [center]

    Back in '10



    Got a question?PM/VM me!
    I read them all.
    Also contact me via MSN.
    vlad@mpgh.net

    Minion since:07-04-2010
    Mod since:08-31-2010
    Till : 05.07.2011

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. [Solved] Crossfire programs?
    By neoangel07 in forum CrossFire Help
    Replies: 1
    Last Post: 02-09-2011, 04:57 PM
  2. [Solved]Quickscoping
    By Tall kiwi in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 01-23-2011, 10:20 PM
  3. [SOLVED] Record Program
    By mixalishhh in forum CrossFire Help
    Replies: 11
    Last Post: 09-13-2010, 01:35 AM
  4. [SOLVED] what programs do i need to run hacks?
    By allie966 in forum CrossFire Help
    Replies: 3
    Last Post: 08-21-2010, 11:06 PM
  5. [SOLVED]Quickscoping?
    By dark3332 in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 07-05-2010, 09:43 PM