Results 1 to 6 of 6
  1. #1
    gasknr's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0

    AHK for inventory hold/toggle

    Much the same way you AHK masterminds modded and implemented the fast ADS feature, is there any scripts that can turn the toggle inventory to hold. So when pressing the I button and inventory opens but closes when you release the I button.

  2. #2
    loletas69's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    47
    Reputation
    10
    Thanks
    0
    My Mood
    Angelic
    it's a good idea.

  3. #3
    fantt's Avatar
    Join Date
    Feb 2017
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    1
    isHeld = 0;

    Tab::
    If isHeld = 0;
    Send {tab}
    isHeld = 1;
    Return

    Tab Up::
    If isHeld = 1;
    Send {tab}
    isHeld = 0;
    Return
    There you go.

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

    balashov (11-10-2017)

  5. #4
    invoker23's Avatar
    Join Date
    Apr 2015
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Does anyone have something like that?


    - - - Updated - - -

    what code is this?

  6. #5
    lefkas's Avatar
    Join Date
    Oct 2014
    Gender
    female
    Posts
    52
    Reputation
    10
    Thanks
    10
    My Mood
    Flirty
    Quote Originally Posted by invoker23 View Post
    Does anyone have something like that?
    what code is this?
    Check this out, i added a new post hopefully more can find it, hope it helps.
    https://www.mpgh.net/forum/showthread.php?t=1316344

  7. #6
    gasknr's Avatar
    Join Date
    Oct 2017
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    Thanks so much for this , it does work as requested. It conflicts a little with other keys, for example if you are holding the sprint and hit the inventory key it returns to a toggle function. Great work though, thanks again.

Similar Threads

  1. [Release] CS:GO Bhop SCRIPT (AHK) FOR EVER VAC UNDETECTED
    By KrakenTheSkvid in forum Counter-Strike 2 Scripts
    Replies: 50
    Last Post: 06-04-2019, 05:05 PM
  2. .AHK for owevatch
    By paradoxe1978 in forum Overwatch Coding & Resources
    Replies: 5
    Last Post: 08-09-2016, 04:47 PM
  3. [Solved] Help With AHK for bo2
    By donnyballer3 in forum Call of Duty Black Ops 2 Help
    Replies: 0
    Last Post: 09-07-2015, 07:22 PM
  4. [Help Request] AHK for mac?
    By captinawesome in forum Realm of the Mad God Help & Requests
    Replies: 2
    Last Post: 03-11-2013, 04:17 PM
  5. [Solved] what's the address value for Inventory stuff in CE
    By AlvinGenius in forum Alliance of Valiant Arms (AVA) Help
    Replies: 2
    Last Post: 09-19-2012, 06:55 PM