Results 1 to 14 of 14
  1. #1
    halbGefressen's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    95

    halbGefressen's MultiScript [BETA] [AHK]

    Hi Guys,
    I am proud to present you my first script on MPGH. It works quite well and you can easily change your keybinds.
    Dropshot does only work with the prome key on Y or you have to change it yourself.
    It's a simple AHK script, I will give you 2 downloads, one for the .ahk file, and one for the compiled .exe, in case you don't have AHK.
    Only works for keyboard.
    Have fun!
    Downloads:



    Keybinds:
    F5 = AutoQuickscope Locus
    F6 = AutoQuickscope SVG-100 and RSA-Interdiction
    F7 = AutoSprint on
    F8 = AutoSprint off
    F10 = Exit script
    F11 = Panic Button (ALL OFF)
    F12 = Dropshot on

    I can't post links, so you have to scan the files yourself.


    Source Code:

    Code:
    #NoEnv
    
    ;For the quickscope functions, the Fast Hands perk is required.
    
    ;Keybinds:
    ;F10: Exits the whole script.
    ;F11: Disables all mods.
    ;F12: Enables Dropshot.
    ;F5: Automatically quickscopes with Locus.
    ;F6: Automatically quickscopes with SVG-100.
    loop
    
    {
    ;If F10 is pressed, the script will exit.
    GetKeyState, state, F10
    if state = D 
    {
    ExitApp
    }
    
    ;If F12 is pressed, dropshot mode will enable.
    GetKeyState, state, F12
    if state = D 
    {
    ds:=true
    locus:=false
    svg:=false
    }
    
    ;If F11 is pressed, all mods will disable.
    GetKeyState, state, F11
    if state = D
    {
    ds:=false
    locus:=false
    svg:=false
    as:=false
    }
    
    ;If F5 is pressed, Locus will auto-quickscope.
    GetKeyState, state, F5
    if state = D
    {
    ds:=false
    locus:=true
    svg:=false
    }
    
    ;If F6 is pressed, SVG-100 will auto-quickscope.
    GetKeyState, state, F6
    if state = D
    {
    ds:=false
    locus:=false
    svg:=true
    }
    ;If F7 is pressed, autosprint will enable.
    GetKeyState, state, F7 
    if state = D
    {
    as:=true
    }
    
    ;If F8 is pressed, autosprint will disable.
    GetKeyState, state, F8
    if state = D
    {
    as:=false
    }
    
    ;If you shoot, you will lay down if you set your lay button to Y.
    if GetKeyState("LButton") && ds==true
    {
    Send, {Y}
    Sleep, 1500
    }
    ;If you scope in with Locus, it will auto-quickscope.
    if GetKeyState("RButton") && locus==true
    {
    Sleep, 340
    Send, {LButton}
    }
    
    ;If you scope in with SVG-100, it will auto-quickscope.
    if GetKeyState("RButton") && svg==true
    {
    Sleep, 400
    Send, {LButton}
    }
    
    ;Autosprint
    if GetKeyState("W") && as==true
    {
    Send, {LShift}
    }
    }
    Virus scans:
    https://www.virustotal.com/en/file/5...is/1475945679/.
    https://virusscan.jotti.org/en-US/fi...job/wuct3sb8bf.

    https://www.virustotal.com/en/file/e...is/1475945723/.
    https://virusscan.jotti.org/en-US/fi...job/xo5nr3sed2.
    Last edited by akim14; 10-08-2016 at 02:59 PM. Reason: Added the virus scans.

  2. The Following 56 Users Say Thank You to halbGefressen For This Useful Post:

    22JShugrue (08-15-2017),abaFS (11-29-2016),AimCrew (12-11-2016),Animeisheaven (10-15-2016),annihilator 66 (10-29-2016),ArikelNevran (10-17-2016),Axel (10-14-2016),azzacazza (12-04-2016),BlueBeeez (10-15-2016),Chirillo (10-25-2016),d3adx3ph0s (10-21-2016),DivineHvHKING (11-02-2016),edwardallred (10-09-2016),ernestobolkin (10-10-2016),ezio90001 (12-09-2016),fdhgtfhergy564545 (11-16-2016),flothebeast (07-14-2020),FloweryDick (10-28-2016),Gabrieldimriaa (12-20-2016),Hallowixxer2 (11-05-2016),Henheil (11-25-2016),Herobrineslime12 (01-10-2017),Hewe12 (04-29-2018),Ilurry2 (11-26-2016),imp34 (10-21-2016),jaco262 (11-24-2016),JdogHackerMan (10-14-2016),kakshy (10-16-2016),kubermsk36 (11-05-2016),LOVEFTY (10-15-2016),m4db34st (10-11-2016),Marlilud (12-11-2016),megoth (10-26-2016),Minekas_YT (11-15-2016),papi123 (10-20-2016),Pottan03 (11-12-2016),rosscolloyd (10-28-2016),SayiiReqzHD (10-16-2016),shukai (10-16-2016),sleepfight (10-11-2016),smfd (11-06-2016),Snakes_:P (09-03-2017),sosa_vert (12-14-2016),Stay.AliveXx (10-12-2016),Stevenhathaxx (08-05-2017),SunnyKein (10-15-2016),Technology31 (10-23-2016),TopPriority (12-01-2016),Vasiljs12 (12-03-2016),wakkyhippo (11-18-2016),Wartezimmer (10-28-2016),wheaget123 (11-06-2016),xblastbr (10-14-2016),Zephyrus101 (10-09-2016),zumba22 (10-27-2016),zzk0990 (10-20-2016)

  3. #2
    akim14's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    896
    Reputation
    293
    Thanks
    5,054
    My Mood
    Doh
    Pre-approved, however, please add two virusscans
    [IMG]
    MPGH Member since 10. 21. 2009
    CoD section Minion 22. 01. 2015 - 23. 02. 2017
    GTA section Minion 15. 07.2015 - 23. 02. 2017
    Minion+ 27. 01. 2016 - 23. 02. 2017
    Skype Impersonator: mpgh.akim14. (always use skype buton on my profile and contact me here)

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

    halbGefressen (10-08-2016)

  5. #3
    halbGefressen's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    95
    it doesnt let me post links

  6. #4
    Hunter's Avatar
    Join Date
    Dec 2013
    Gender
    male
    Location
    Depths Of My Mind.
    Posts
    17,468
    Reputation
    3771
    Thanks
    6,159
    My Mood
    Cheerful
    Quote Originally Posted by halbGefressen View Post
    it doesnt let me post links
    That's because you don't have the minimum required post count in order for one to be able to post links yet, which is 15 posts. Until you achieve it, just put spaces in-between the links, e.g. www . imgur . com and you should be just fine. Anyway, I've added the missing file virus scans for you this time.

    /Second file approved. Post back results and as always, use at your own risk.
    Last edited by Hunter; 10-08-2016 at 10:59 AM.

  7. #5
    halbGefressen's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    95
    Quote Originally Posted by Hodor View Post
    That's because you don't have the minimum required post count in order for one to be able to post links yet, which is 15 posts. Until you achieve it, just put spaces in-between the links, e.g. www . imgur . com and you should be just fine. Anyway, I've added the missing file virus scans for you this time.

    /Second file approved. Post back results and as always, use at your own risk.
    thank you

  8. #6
    pspArm1's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    Czech Republic
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    Could I get banned for using this script?

  9. #7
    halbGefressen's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    95
    Quote Originally Posted by pspArm1 View Post
    Could I get banned for using this script?
    It's VAC safe cause its a simple AHK script, but idk anything about TAC. I play it for 2 months now and have never been punished.

  10. #8
    sleepfight's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    How to Use these hack? or active it?
    i need help

  11. #9
    ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀
    Premium Member
    Axel's Avatar
    Join Date
    May 2016
    Gender
    male
    Location
    もせきく
    Posts
    1,351
    Reputation
    144
    Thanks
    1,012
    My Mood
    Sleepy
    Quote Originally Posted by sleepfight View Post
    How to Use these hack? or active it?
    i need help
    Get AutoHotKey and then run the .exe and it should be fine. I tried it myself and it works great.

  12. #10
    halbGefressen's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    95
    Quote Originally Posted by sleepfight View Post
    How to Use these hack? or active it?
    i need help
    If you downloaded the .ahk file, you have to
    0. Download AHK (if you already have it, skip)
    1. Run the script
    2. It's working! For the Dropshot, you have to set your laydown keybind to Y or change it in the code.

    If you downloaded the .exe file, you have to
    1. Open the script
    2. It's working! For the Dropshot, you have to set your laydown keybind to Y. The code is not changable since it's a compiled .exe file.

    Have fun quickscopin' them all!

    - - - Updated - - -

    Quote Originally Posted by Axel View Post


    Get AutoHotKey and then run the .exe and it should be fine. I tried it myself and it works great.
    If you download .ahk it is fully customizable. Just a tip

  13. #11
    CyperNotiXCore's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    57
    Reputation
    10
    Thanks
    2
    what is dropshot?

  14. #12
    Silent's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    5,070
    Reputation
    2172
    Thanks
    8,474
    My Mood
    Bitchy
    Quote Originally Posted by CyperNotiXCore View Post
    what is dropshot?
    When you're shooting someone you lye down on the ground.
    Click Here to visit the official MPGH wiki! Keep up with the latest news and information on games and MPGH! To check out pages dedicated to games, see the links below!











    dd/mm/yyyy
    Member - 31/01/2015
    Premium - 12/09/2016
    Call of Duty minion - 05/11/2016 - 05/11/2019
    BattleOn minion - 28/02/2017 - 05/11/2019
    Battlefield minion - 30/05/2017 - 05/11/2019
    Other Semi-Popular First Person Shooter Hacks minion - 21/09/2017 - 17/09/2019
    Publicist - 07/11/2017 - 02/08/2018
    Cock Sucker - 01/12/2017 - Unknown
    Minion+ - 06/03/2018 - 05/11/2019
    Fortnite minion - 08/05/2018 - 05/11/2019
    Head Publicist - 08/10/2018 - 10/01/2020
    Developer Team - 26/10/2019 - 10/01/2020
    Former Staff - 10/01/2020



  15. #13
    xXPUSHERxX's Avatar
    Join Date
    Sep 2016
    Gender
    female
    Posts
    7
    Reputation
    10
    Thanks
    0
    ever still untetected?

  16. #14
    fx666666's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    665
    Reputation
    35
    Thanks
    1,236
    My Mood
    Amused
    Quote Originally Posted by xXPUSHERxX View Post
    ever still untetected?
    its a ahk its not blacklisted

Similar Threads

  1. [Detected] Pean's AHK MultiScript v3 (BHop, Instant 180, RCS, Dynamic Sensitivity)
    By AwesomeDudeFTW in forum Counter-Strike 2 Hacks
    Replies: 67
    Last Post: 07-07-2015, 11:10 PM
  2. Why was this topic set as Outdated? ?(Pean's AHK MultiScript FINAL)
    By LordAzuRa in forum Counter-Strike 2 Discussions
    Replies: 0
    Last Post: 06-12-2015, 01:21 AM
  3. [Outdated] Pean's AHK MultiScript FINAL (open source, max customisation, stable)
    By pean153 in forum Counter-Strike 2 Hacks
    Replies: 57
    Last Post: 06-10-2015, 02:49 PM
  4. [Outdated] Pean's AHK MultiScript (open source, no memory reading/writing, AHK 1.0.48.5)
    By pean153 in forum Counter-Strike 2 Hacks
    Replies: 59
    Last Post: 06-03-2015, 11:08 AM
  5. [Outdated] Pean's AHK MultiScript (open source, perfect norecoil, no memory reading/writing)
    By pean153 in forum Counter-Strike 2 Hacks
    Replies: 116
    Last Post: 05-29-2015, 08:00 PM