Introducing MPGH's AIGA. The latest advancement in artificial intelligence. Click here now to learn more!
Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    63OR63's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Frozen Hell
    Posts
    267
    Reputation
    100
    Thanks
    3,092
    My Mood
    Cold

    Cool Black Ops QuickScope AutoHotkey Script for Sph4ack's Aimbot v1.0


    Note: this release doesn't include ExternalHack by Sph4ck, all questions about ExternalHack should be asked in corresponding thread!

    VAC status of my script is undetected and it will never change, because AutoHotkey doesn't read/write game memory, inject dll etc. Do not ask about it every 5 minutes!



    Disclaimer:

    This script is provided "as is". The author of this script disclaim any loss or liability, either directly or indirectly as a consequence of applying the script presented herein, or in regard to the use and application of presented script. No guarantee is given, either expressed or implied, in regard to the merchantability, accuracy, or acceptability of the script.

    Tl;dr? In brief: if you unexpectedly get VAC banned, I'm not guilty! ^_^


    Description:

    This script implements the automatic QuickScoping functionality with several modes to use with aimbot from Sphack's ExternalHack. Also, it removes borders from windowed Black Ops.


    Requirements:


    - Call of Duty - Black Ops in windowed mode (obviously);

    - Windows Vista or 7 for ExternalHack to work;

    - ExternalHack for BlackOps by Sph4ck, source/uncompiled version:
    Link, Link 2

    - Latest version of AutoHotkey*:
    Link

    *to run the source version only, not needed for the compiled one.


    Installation:

    1. Install ExternalHack for BlackOps by Sph4ck. Instructions for installation you can find in its readme-file.

    2. Open the corresponding "Config.py" file in Notepad and replace appropriate variables with the following:

    Code:
    BOT_MOTION_COMPENSATE = -1.5
    
    BOT_STAND_Z = 50 
    
    BOT_MAX_TO_CENTER = 2
    BOT_HOP_MIN_TO_CENTER = 0.5
    BOT_FRAME_COLOR = 0xFF00FFFF
    KEY_BOT_DRAW_SPOT = "ON"
    
    BOT_SPEED_1 = 1.0
    BOT_SPEED_TICK_1 = 15
    BOT_SPEED_2 = 1.0
    BOT_SPEED_TICK_2 = 30
    BOT_SPEED_3 = 1.0
    
    F1_LABEL = "display"
    F2_LABEL = "crosshair"
    F3_LABEL = "wallhack"
    F4_LABEL = "aimbot"
    F5_LABEL = ""
    F6_LABEL = ""
    F7_LABEL = ""
    F8_LABEL = ""
    F9_LABEL = ""
    F10_LABEL = ""
    F11_LABEL = ""
    F12_LABEL = ""
    
    KEY_STATUS =                "-VK_F1"
    KEY_STATUS_UP =             "ON"
    KEY_CROSSHAIR =     		"+VK_F2"
    KEY_EXPLOSIVES =    		"+VK_F3"
    KEY_AIMBOT_ACTIVE =        	"+VK_F4"
    KEY_TUBEBOT_ACTIVE =       	"OFF"
    KEY_WEAPON_ESP =            "ON"
    KEY_KNIFEBOT_ACTIVE =      	"OFF"
    KEY_AUTOSTAB =      		"OFF"
    KEY_TRIGGERBOT =    		"OFF"
    KEY_RADAR =         		"OFF"
    KEY_BOXESP =        		"+VK_F3"
    KEY_BOX_SNAPLINE =   		"OFF"
    
    KEY_BOT = "VK_HOME"
    3. Edit the settings.ini file to enable/disable script functionality and map your keybindings:
    - The [Hotkeys] section refers to key configuration for use by this script only;
    - The [GameKeybinds] section is where you tell the script what your INGAME keybinds are; make sure these match your setup;
    - The [AimbotKeybinds] section is where you tell the script what your AIMBOT keybinds are; make sure these match your setup.


    Usage:

    1. If you have AutoHotkey installed, simply double-click QS.ahk to run the script. Otherwise, run the QS.exe file.
    The script will continue to run in the background until manually closed (or system shutdown/reboot/logoff). To manually close the script: right-click the white-on-green "H" icon in the systray and click "Exit".
    2. Run ExternalHack.
    3. Run Black Ops.
    4. Toggle the QuickScope and FoolProof (if needed) features (default keys are F8 and F7).
    5. In full-auto mode press the aim button (right mouse button by default) once and get 1 frag, or if there are a lot of enemies you may hold it down and it will QS repeatedely as quick as possible. Half-manual mode provide no auto-repeating.


    Changelog:

    v1.0:
    - NoBorders feature added;
    - Semi-auto support was deleted to make the script more clean and easy to operate;
    - Added alternative firing mode, which will also be useful with hardscope and noscope;
    - Fixed a glitch when "shift" was pressed while quickscoping in auto mode;
    - Added new "FoolProof" function for full-auto mode. While it's activated, the user's mouse movement are disabled while performing zooming, autoaim and shot, so your unconscious hand gestures won't interfere with the accuracy of aimbot.

    v0.5:
    - Initial beta release.


    Known issues:

    - Automatic weapons and killstreaks don't work while the script is running, if the "LButton" is used like a hotkey.


    Screenshot:




    VirusScans:

    VirusTotal
    Jotti


    Credits:

    - Sph4ck for ExternalHack
    - Jonathon Rogers for Crouch/Sprint/Aim Toggle AutoHotkey script for BFBC2
    - master131 for MW2 Auto-QuickScope AutoHotkey script
    - zygorator for No Borders script


    Download:

    https://www.mpgh.net/forum/245-call-d...ml#post3334179
    Last edited by master131; 01-18-2011 at 06:47 PM.

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

    DiCTor (10-12-2012),liljohnno (01-14-2011),zanny1 (01-13-2011)

  3. #2
    B4M's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Real World
    Posts
    6,940
    Reputation
    478
    Thanks
    1,752
    My Mood
    Bored
    Is this a fast approval or what
    [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

  4. The Following User Says Thank You to B4M For This Useful Post:

    63OR63 (01-13-2011)

  5. #3
    Heartview's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    KY Cygni
    Posts
    9,202
    Reputation
    717
    Thanks
    2,890
    Quote Originally Posted by B4M View Post
    Is this a fast approval or what
    2 Minutes? pfft

    But that was quite a read. All that for an auto quick scope for sphacks hack.
    Texture Mods


    Obedear, the sky is low

  6. #4
    63OR63's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Frozen Hell
    Posts
    267
    Reputation
    100
    Thanks
    3,092
    My Mood
    Cold
    Quote Originally Posted by B4M View Post
    Is this a fast approval or what
    Yeah, I guess so
    -------------------
    BTW, I'm going to release small updates here before releasing a new version, so check it to be up-to-date
    Last edited by 63OR63; 01-13-2011 at 05:16 PM.

  7. #5
    B4M's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Real World
    Posts
    6,940
    Reputation
    478
    Thanks
    1,752
    My Mood
    Bored
    Solved..
    [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. The Following User Says Thank You to B4M For This Useful Post:

    63OR63 (01-13-2011)

  9. #6
    63OR63's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Frozen Hell
    Posts
    267
    Reputation
    100
    Thanks
    3,092
    My Mood
    Cold
    Quote Originally Posted by B4M View Post
    Solved..
    Thanks a lot!

  10. #7
    zanny1's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Penis man
    Posts
    341
    Reputation
    10
    Thanks
    82
    My Mood
    Amazed
    sexy!I like this,more hacking in a funner way
    Quote Originally Posted by AZUMIKKEL View Post
    Or how about an erotic gamemode for once. Where if there's a girl in the match you can choose to rape her - or else it'll just be gay porn. Then the people here on MPGH has something to do.

  11. #8
    xbeatsszzx's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Behind a dumpster jerking off. xD jks
    Posts
    2,519
    Reputation
    13
    Thanks
    1,508
    My Mood
    Asleep
    Nice gj is this detectable?
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  12. #9
    63OR63's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Frozen Hell
    Posts
    267
    Reputation
    100
    Thanks
    3,092
    My Mood
    Cold
    Quote Originally Posted by assasinate3d View Post
    Nice gj is this detectable?
    AutoHotkey isn't detectable and never will be, because it doesn't read/write game memory, inject dlls etc. As for Sph4ck's ExternalHack, ATM it's not bannable and won't be till Valve update their Anti-cheat, but there is no reason to think it will get bannable even then. BTW, Sph4ck's ExternalHack isn't included in this release, and you should ask questions about it in other thread.
    I guess I should edit OP message a bit to avoid similar questions...

  13. #10
    Skyline.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    10,160
    Reputation
    416
    Thanks
    1,614
    Quote Originally Posted by derpderp View Post
    2 Minutes? pfft

    But that was quite a read. All that for an auto quick scope for sphacks hack.
    umad?

    ontopic: nice auto quick scope...


  14. The Following User Says Thank You to Skyline. For This Useful Post:

    alexzor (01-14-2011)

  15. #11
    JamesA1994's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    The dark side
    Posts
    1,703
    Reputation
    271
    Thanks
    529
    My Mood
    Psychedelic
    Nice hack. ;D
    CoD Minion: Jan 13th 2011 to April 11 2011
    MMORPG Minion Since: March 28th 2011 to April 11 2011

    Don't be afraid to rep, you aren't loosing anything!
    Don't forget your P&Q's. Press the thanks button if someone has helped.
    jamesa1994@hotmail.com

  16. #12
    selim98's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Opposite my computer
    Posts
    52
    Reputation
    10
    Thanks
    87
    My Mood
    Amazed
    Does anyone test it?

  17. #13
    63OR63's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Frozen Hell
    Posts
    267
    Reputation
    100
    Thanks
    3,092
    My Mood
    Cold
    Quote Originally Posted by selim98 View Post
    Does anyone test it?
    Me. Can you believe that?
    BTW I'm releasing an update soon, the new version will be _partially_ compatible with unmodified "Config.py", though it will then be less effective and half-manual mode will not work properly. Anyway, I'm going to disable this mode by default, because it breaks automatic weapons...
    --------
    Question to mods: is it possible to change the thread name? I understood that putting v1.0 in it was a fault, because now I have to create a new thread for every new version release. I'm not sure it's a good idea
    Last edited by 63OR63; 01-14-2011 at 09:53 AM.

  18. The Following User Says Thank You to 63OR63 For This Useful Post:

    Skyline. (01-14-2011)

  19. #14
    selim98's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Opposite my computer
    Posts
    52
    Reputation
    10
    Thanks
    87
    My Mood
    Amazed
    Quote Originally Posted by 63OR63 View Post
    Me. Can you believe that?
    Nice answer
    Another question :
    How can I trust you?
    Could you take a video?
    Last edited by selim98; 01-14-2011 at 11:36 AM.

  20. #15
    rsca's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    belgium
    Posts
    15
    Reputation
    10
    Thanks
    0
    My Mood
    Cool
    oke i dont get this at all maybe explain where everything is in like the config.py i found it.

    but the settings.ini where is that file? in the autohotkey or in the sph4ck map? =.=

    i cant open the qs without black ops. so help plz=.=

Page 1 of 2 12 LastLast