Introducing MPGH's AIGA. The latest advancement in artificial intelligence. Click here now to learn more!
Page 1 of 4 123 ... LastLast
Results 1 to 15 of 46
  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.2

    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! ^_^

    DO NOT REDISTRIBUTE THIS MATERIAL WITHOUT PERMISSION OF 63OR63!


    Description:

    This release contains:
    - QS.ahk - the main script in AutoHotkey format;
    - QS.exe - the same script compiled into executable format, which doesn't need AutoHotkey tool to run;
    - settings.ini - file used for configuring the script, more details below;
    - README.TXT - the explanatory file.

    This release DOES NOT contain ExternalHack for BlackOps by Sph4ck, you have to download it separately. At the moment of this release Python version of ExternalHack is undetected.

    Note: VAC status of my script is undetected and it will never change, because it doesn't read/write game memory, inject dll etc. However, I'm not responsible for VAC status of Sph4ck's ExternalHack!


    Features:

    - Full-auto and half-manual QuickScoping modes, which use Sph4ck's aimbot - get flawless frags in funnier way;
    - "FoolProof" feature, designed to provide you with pinpoint aimbot accuracy;
    - Convenient mode switching system;
    - All the bindings are fully customizable through "settings.ini" file;
    - Included script to get rid of borders in windowed mode;
    - Both compiled ".exe" and source ".ahk" versions are available.


    Requirements:

    Essential:
    - Windows Vista or 7 for ExternalHack to work;
    - Call of Duty - Black Ops in windowed mode (obviously);
    - ExternalHack for BlackOps by Sph4ck, either v1.0 or source/uncompiled version.
    You can get the sources with svn client from here, or with download manager from here
    Note: uncompiled version is required to modify "Config.py", which is compiled in official v1.5 release. You can also use v1.0.

    Optional:
    - Latest version of AutoHotkey: link
    Note: the tool is only required to run the ".ahk" version of the script, executable one is standalone.


    Installation:

    1. Install ExternalHack, following Sph4ck's instructions.

    2. Open the "Config.py" file (it's used for configuring ExternalHack and is located in its main directory) in Notepad and replace appropriate variables with the following:

    Code:
    BOT_MOTION_COMPENSATE = -1.5
    
    BOT_STAND_Z = 50	;use 55 to aim to the head
    
    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
    
    KEY_BOT = "VK_HOME"
    3. If required, edit the "settings.ini" file to turn on/off script functionality and map your keybindings:
    - The [General] section is used to enable/disable specific script functions;
    - 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. Both versions duplicate the functions of each other, don't run them simultaneously! 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 by Sph4ck (if you don't know how, follow Sph4ck's instructions).
    3. Launch Black Ops (don't forget to run it in windowed mode).
    4. Toggle the QuickScope (default key is "alt+z") and, if required FoolProof (default key is "alt+x") features. To switch between different modes of QuickScope (full-auto and half-manual) press the toggle key several times. Each mode is indicated by specific "beep" sounds of different length and pitch.
    Note: half-manual mode is blocked by default due to its incompatibility with automatic weapons and some killstreaks (e.g. Chopper Gunner). You can unblock it in "settings.ini" file.
    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 repeatedly as quick as possible. Half-manual mode requires you to zoom in by yourself and provides no auto-repeating.

    Detailed explanation of the mechanism:

    When you hold the right mouse button (by default) with full-auto mode activated, the script performs the following actions:
    1. Zoom in.
    2. Begin blocking mouse input (if FoolProof is activated).
    3. Lock on the nearest to the crosshair target with aimbot.
    4. Wait 350 milliseconds for establishing the zoom.
    5. BANG!
    6. End blocking mouse input (if FoolProof is activated).
    7. Stop locking on the target.
    8. Zoom out.
    9. Wait 740 milliseconds to perform the shell-loading animation.
    10. Repeat from the first paragraph.

    When you press the left mouse button (by default) with half-manual mode activated, the script performs the following actions:
    1. Lock on the nearest to the crosshair target with aimbot.
    2. Wait 50 milliseconds for establishing the aim.
    3. BANG!
    4. Stop locking on the target.


    Changelog:

    Update: Popup Addon for v1.2 is added on request. It implements notifications popping up at top left corner of the screen when you switch between the modes. To install simply replace the original files.
    Virustotal, Jotti.

    -----
    v1.2:
    - Improved switching between different firing modes;
    - Half-manual firing mode was blocked in "settings.ini" by default;
    - Added new variables and helpful tips in "settings.ini" and the main script body to improve customizability;
    - Improved compatibility with different versions of Sph4ck's ExternalHack;
    - Fixed several minor glitches.

    v1.0:
    - NoBorders feature added;
    - Semi-auto support was deleted to make the script more clean and easy to operate;
    - Added alternative half-manual 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:

    - If "EnableHalfmanualQuickscope" is set to "1" and "HalfmanualQuickscope" hotkey is binded to "LButton" key, automatic weapons and some killstreaks won't function properly.


    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:46 PM.

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

    Anttemannen (01-17-2011),DiCTor (10-12-2012),selim98 (01-16-2011),shadow310 (01-18-2011)

  3. #2
    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
    Wow another version already, but gj!
    waiting for approval.
    I Am on this site for the mods for mw2 ONLY. Not hacks.

  4. #3
    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
    Wow another version already, but gj!
    waiting for approval.
    Thanks. I try to promptly correct found bugs ang glitches, but as for new features - I currently have no ideas. If someone wants me to put into the script any new functionality - write here, I will consider it if I have free time

  5. #4
    Heartview's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    KY Cygni
    Posts
    9,202
    Reputation
    717
    Thanks
    2,890
    I would say you can add a rapid fire thing in there too, but its been done to death, and BO has a (broken and bad) anti rapid fire thing in place.
    Texture Mods


    Obedear, the sky is low

  6. #5
    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 derpderp View Post
    I would say you can add a rapid fire thing in there too, but its been done to death, and BO has a (broken and bad) anti rapid fire thing in place.
    We already have COD Toolbox by zygorator, and that script copes with the task well, so I don't want to reinvent the bicycle Though, once I wrote similar rapid fire script for MW2 and COD4.
    Last edited by 63OR63; 01-14-2011 at 03:22 PM.

  7. #6
    JamesA1994's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    The dark side
    Posts
    1,703
    Reputation
    271
    Thanks
    529
    My Mood
    Psychedelic
    /Approved.
    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

  8. The Following 2 Users Say Thank You to JamesA1994 For This Useful Post:

    63OR63 (01-14-2011),Insane (01-14-2011)

  9. #7
    Insane's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    9,057
    Reputation
    1007
    Thanks
    2,013
    Looks good! Beat me too it james

    Ex Middleman

  10. #8
    blumentos's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    1
    u should make something so it will show what mode you are in, like on the screen like the aimbot.

  11. #9
    Reveng_'s Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    5
    Make a 360 and shoot script for lulz
    [IMG]https://img.photobucke*****m/albums/v228/RevenG_/ConfusionDraft3-1.png[/IMG]

    My Computer:
    AM3 x6 1090T | 4x2GB 2000-DDR3 HyperX Genesis | G-B 890GPA-UD3H | Corsair HX-1000 | 2xG-B ATI HD6850 | Lian-Li PK-K56 |

  12. #10
    blumentos's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    1
    that be so sweet 360 shot.

  13. #11
    Skyline.'s Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    10,160
    Reputation
    416
    Thanks
    1,614
    so is this better or just an update of the older one?

    https://www.mpgh.net/forum/245-call-d...ot-v1-0-a.html


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

    alexzor (01-14-2011)

  15. #12
    blumentos's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    30
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by toobanooba View Post
    so is this better or just an update of the older one?

    https://www.mpgh.net/forum/245-call-d...ot-v1-0-a.html
    its update new keys and bit less glitching i guess.

  16. The Following User Says Thank You to blumentos For This Useful Post:

    Skyline. (01-14-2011)

  17. #13
    metalmilitia5's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    So I was wondering, you say that you can't get banned for using this but a requirement for using it is the externalhack which can get you banned... so basically you can get banned for using this because you have to use the externalhack...right???

  18. #14
    Heartview's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    KY Cygni
    Posts
    9,202
    Reputation
    717
    Thanks
    2,890
    Quote Originally Posted by metalmilitia5 View Post
    So I was wondering, you say that you can't get banned for using this but a requirement for using it is the externalhack which can get you banned... so basically you can get banned for using this because you have to use the externalhack...right???
    This would be true... IF the external hack got you banned. Which it doesnt.
    Texture Mods


    Obedear, the sky is low

  19. #15
    metalmilitia5's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    It doesn't yet.

Page 1 of 4 123 ... LastLast