Using AutoHot Key to Easily Use, Drop, Withdraw, Deposit, and More!

Discussion in 'RuneScape Miscellaneous' started by KerokeroCola, Nov 26, 2012.

Using AutoHot Key to Easily Use, Drop, Withdraw, Deposit, and More!
  1. Unread #1 - Nov 26, 2012 at 5:11 PM
  2. KerokeroCola
    Joined:
    Aug 1, 2010
    Posts:
    8,268
    Referrals:
    12
    Sythe Gold:
    14

    KerokeroCola Hero
    Retired Global Moderator KerokeroCola Donor

    Using AutoHot Key to Easily Use, Drop, Withdraw, Deposit, and More!

    I found this method while dungeoneering and it is AMAZING once you get used to it. It is handy in all elements of Runescape, inside and outside of Daemonheim. By far it's the best Runescape tool I've ever seen, and it is not against the rules to use it.

    Demonstration of AHK Right Clicking



    Here's how to use it:

    Step 1: Install AHK
    Download and install AutoHotKey here: http://www.autohotkey.com/

    Step 2: Create a Code
    Open Notepad and Copy+Paste this Code:

    Code:
    F9::
    Click, right,
    
    Mousemove, 0, 40, 0, Rel
    
    click, left
    
    Mousemove,  0, -40, 0, rel
    return
    F10::
    click, right
    
    Mousemove, 0, 60, 0, rel
    
    click, left
    
    Mousemove, 0, -60, 0, rel
    return
    

    Step 3: Save the Code in .ahk Format
    Select File > Save As, and name it whatever you want. Make sure it has the .ahk extension by choosing Save as type: All Files.

    [​IMG]

    You can edit it for further tweaking by right clicking the file and choosing Edit.

    Step 4: Editing Your Script

    Changing the Hotkeys:
    The code I have supplied uses F9 as right click + second option and F10 as right click + third option, but this can be changed easily. You can change the particular hotkey by editing the file and replacing F9 or F10 with any key. For instance, you can do PgUp for Page Up, and so on.

    Mapping the Hotkeys:
    I have a mouse with click buttons on the side, and I mapped my mouse for the up button (normally "forward" in an Internet browser) to be F9 and the down button ("back" in a browser) to be F10. This way, I am a small thumb click away from using these hotkeys. If you do have such a mouse, it generally comes with software to re-map the buttons to specific keystrokes.

    Changing the Number of Options Down:
    This is set up to be down one option or down two options, but you can change these or add more. To change them, just change the number 40 or 60 to the appropriate number (see below).

    To add more hotkeys for a gaming mouse, just copy the contents of this code and add it to the bottom of the notepad, one line after the word "return."

    Code:
    [HOTKEY]::
    Click, right,
    
    Mousemove, 0, [NUMBER], 0, Rel
    
    click, left
    
    Mousemove,  0, -[NUMBER], 0, rel
    return
    Replace the word [HOTKEY] with the keybind. For instance, f10, PgUp, Insert, etc. Replace the [NUMBER] with one of the following numbers:

    Second option: 40
    Third option: 60
    Fourth option: 80
    Fifth option: 100


    For instance, if you want to have a script for a bankstanding skill that allows you to Withdraw X, you'll want the fourth option down. The first option down is "withdraw 1", the second is "withdraw 5", the third is "withdraw 10", and the fourth is "withdraw X."

    Most of the options in Runescape are 2nd or 3rd right click options, which is why my code only includes these two. My mouse only has two extra buttons, so if I'm doing bankstanding I'll just edit the F10 key to be 80 instead of 60.
     
  3. Unread #2 - Nov 26, 2012 at 6:00 PM
  4. rue
    Joined:
    Jul 16, 2010
    Posts:
    1,181
    Referrals:
    1
    Sythe Gold:
    23

    rue Guru

    Using AutoHot Key to Easily Use, Drop, Withdraw, Deposit, and More!

    This is a godsend in my opinion, especially for those of us who're bank standing as you said. I can see this being highly applicable in Dung, which makes me raise my eyebrow.
     
  5. Unread #3 - Nov 26, 2012 at 6:14 PM
  6. KerokeroCola
    Joined:
    Aug 1, 2010
    Posts:
    8,268
    Referrals:
    12
    Sythe Gold:
    14

    KerokeroCola Hero
    Retired Global Moderator KerokeroCola Donor

    Using AutoHot Key to Easily Use, Drop, Withdraw, Deposit, and More!

    I should also note that it's a godsend for construction (right click + remove, right click + send to bank, etc), thieving (right click + pickpocket), and a lot of other stuff in RS.
     
  7. Unread #4 - Dec 9, 2012 at 3:16 PM
  8. RocaJ
    Joined:
    Feb 15, 2010
    Posts:
    320
    Referrals:
    0
    Sythe Gold:
    0

    RocaJ Forum Addict

    Using AutoHot Key to Easily Use, Drop, Withdraw, Deposit, and More!

    Helped me a lot when I'm was powermining granite :)
     
  9. Unread #5 - Dec 16, 2012 at 2:14 PM
  10. Cruellex
    Joined:
    Mar 11, 2012
    Posts:
    888
    Referrals:
    0
    Sythe Gold:
    3
    St. Patrick's Day 2013 Easter 2013

    Cruellex Apprentice

    Using AutoHot Key to Easily Use, Drop, Withdraw, Deposit, and More!

    Anyone have information on whether this is allowed by Jagex or not? :s
     
  11. Unread #6 - Dec 16, 2012 at 4:31 PM
  12. XX_PLANKER_xx
    Joined:
    Feb 24, 2007
    Posts:
    2,476
    Referrals:
    0
    Sythe Gold:
    14
    Two Factor Authentication User Not sure if srs or just newfag... Wubba Lubba Dub Dub MushyMuncher Wait, do you not have an Archer rank? Halloween 2014

    XX_PLANKER_xx Grand Master
    $5 USD Donor New

    Using AutoHot Key to Easily Use, Drop, Withdraw, Deposit, and More!

    Any automation is against the rules.
     
  13. Unread #7 - Dec 17, 2012 at 6:15 PM
  14. I_DONT_BOT
    Joined:
    Sep 30, 2009
    Posts:
    9,548
    Referrals:
    25
    Sythe Gold:
    2
    Tier 1 Prizebox

    I_DONT_BOT Free MMing & Sythe Help - PM me
    I_DONT_BOT Donor

    Using AutoHot Key to Easily Use, Drop, Withdraw, Deposit, and More!

    It's not automation from what I can gather, it's mousekeys. That's not against Jagex rules.
     
  15. Unread #8 - Dec 17, 2012 at 8:08 PM
  16. Cruellex
    Joined:
    Mar 11, 2012
    Posts:
    888
    Referrals:
    0
    Sythe Gold:
    3
    St. Patrick's Day 2013 Easter 2013

    Cruellex Apprentice

    Using AutoHot Key to Easily Use, Drop, Withdraw, Deposit, and More!

    It seems as though Jagex mods disagree about whether this is allowed or not.

    Mod Timbo:

    In all honesty, if you have to ask then it would be 100% safer to assume that it's not fine. In both instances, it doesn't sound appropriate or fit in with our 1 action 1 input guideline.

    In response to:

    Question 2: Can you script a hotkey to variable inputs
    Question 3: Can a hotkey have a delayed input.

    However another person I know wrote

    I had a personal message from Mod Kathy stating that my gear switch for Tormented Demons was completely fine.
     
  17. Unread #9 - Jan 9, 2013 at 1:42 AM
  18. RocaJ
    Joined:
    Feb 15, 2010
    Posts:
    320
    Referrals:
    0
    Sythe Gold:
    0

    RocaJ Forum Addict

    Using AutoHot Key to Easily Use, Drop, Withdraw, Deposit, and More!

    For drop parties, how would I make it so that it right clicks then left clicks items on the floor? for example if a plant marker is over a time, how would i make it so it clicks the item and not the plant, thanks? I tried the 20 value but it doesnt work =\
     
  19. Unread #10 - Jan 11, 2013 at 12:07 PM
  20. Host
    Joined:
    Mar 27, 2012
    Posts:
    734
    Referrals:
    0
    Sythe Gold:
    0

    Host Apprentice

    Using AutoHot Key to Easily Use, Drop, Withdraw, Deposit, and More!

    Ahh mate this is wonderful, I need to clear my bank soon and I hate spending an hour right-clicking and dropping the junk - thanks a million.
     
  21. Unread #11 - Jan 21, 2013 at 4:34 AM
  22. XX_PLANKER_xx
    Joined:
    Feb 24, 2007
    Posts:
    2,476
    Referrals:
    0
    Sythe Gold:
    14
    Two Factor Authentication User Not sure if srs or just newfag... Wubba Lubba Dub Dub MushyMuncher Wait, do you not have an Archer rank? Halloween 2014

    XX_PLANKER_xx Grand Master
    $5 USD Donor New

    Using AutoHot Key to Easily Use, Drop, Withdraw, Deposit, and More!

    http://en.wikipedia.org/wiki/Automation
    http://dictionary.reference.com/browse/automation
    http://www.thefreedictionary.com/automation

    ...woops...

    You won't be banned if you use it smartly but it is against the rules.
    Doing anything repetitive with this and not babysitting it would be unwise since it lacks randoms.

    Inventory dropping, armor/weapon swapping or other quick events while playing legit would be acceptable [and fucking hard to catch], things such as auto mining, woodcutting or fishing would be bannable.
     
  23. Unread #12 - Feb 22, 2013 at 6:28 AM
  24. NYLA
    Joined:
    Feb 19, 2013
    Posts:
    46
    Referrals:
    0
    Sythe Gold:
    0

    NYLA Member

    Using AutoHot Key to Easily Use, Drop, Withdraw, Deposit, and More!

    Thanks kero, you seem to be very good at playing rs.

    I've have noticed that I gain almost 14% more per hour when using AHK
     
  25. Unread #13 - Mar 19, 2013 at 12:30 AM
  26. Alch4GP
    Joined:
    Mar 18, 2013
    Posts:
    26
    Referrals:
    0
    Sythe Gold:
    0

    Alch4GP Member

    Using AutoHot Key to Easily Use, Drop, Withdraw, Deposit, and More!

    nice guide haha
     
  27. Unread #14 - Mar 31, 2013 at 2:03 AM
  28. Pimp
    Joined:
    Mar 31, 2013
    Posts:
    69
    Referrals:
    0
    Sythe Gold:
    0

    Pimp Member
    Banned

    Using AutoHot Key to Easily Use, Drop, Withdraw, Deposit, and More!

    Wow thanks allot this will help me allot during skilling
     
  29. Unread #15 - Mar 31, 2013 at 3:49 AM
  30. Abarta
    Joined:
    Apr 3, 2012
    Posts:
    1,495
    Referrals:
    2
    Sythe Gold:
    127

    Abarta Guru

    Using AutoHot Key to Easily Use, Drop, Withdraw, Deposit, and More!

    This guide should help most dungoneerers who always use the excuse of "not potting cbf to use ovl" thanks, I just bought 93 herb and this guide will help a lot :D
     
  31. Unread #16 - Apr 1, 2013 at 7:07 AM
  32. Mariick
    Joined:
    Apr 1, 2013
    Posts:
    30
    Referrals:
    0
    Sythe Gold:
    0

    Mariick Member

    Using AutoHot Key to Easily Use, Drop, Withdraw, Deposit, and More!

    You can also use macro recorders to buy huge numbers of particular items in shops! Very useful and a good prevention for rheumatism :p (RS07)
     
  33. Unread #17 - Apr 1, 2013 at 3:09 PM
  34. Kmetovalec
    Joined:
    May 24, 2011
    Posts:
    127
    Referrals:
    0
    Sythe Gold:
    33

    Kmetovalec Active Member
    Banned

    Using AutoHot Key to Easily Use, Drop, Withdraw, Deposit, and More!

    wow nice man! :D
     
< Buying fatality 614 gp | buying soulsplit gps >

Users viewing this thread
1 guest


 
 
Adblock breaks this site