Thread: AHK help

Results 1 to 5 of 5
  1. #1
    980322091's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    4
    My Mood
    Angelic

    Question AHK help

    Hi, can someone make a ahk script for me?
    Left Click ->
    25 ms
    Press 3 ->
    25 ms
    Press Q //
    and i want to toggle the script with "O"
    Thank you very much

  2. #2
    Quod bonum, faustum, fēlīx fortunātumque sit.
    MPGH Member
    pean153's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    FIT CTU
    Posts
    982
    Reputation
    174
    Thanks
    15,901
    My Mood
    Relaxed
    O::
    DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
    Sleep 25
    Send, {3}
    Sleep 25
    Send, {Q}


    something like this... not sure if 3 is the 3 you want you can find that yourself by googling "Send ahk"

  3. The Following User Says Thank You to pean153 For This Useful Post:

    980322091 (09-25-2015)

  4. #3
    980322091's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    38
    Reputation
    10
    Thanks
    4
    My Mood
    Angelic
    Quote Originally Posted by pean153 View Post
    O::
    DllCall("mouse_event", uint, 2, int, 0, int, 0, uint, 0, int, 0)
    Sleep 25
    Send, {3}
    Sleep 25
    Send, {Q}


    something like this... not sure if 3 is the 3 you want you can find that yourself by googling "Send ahk"
    thanks, also do you know how to toggle the script on/off with "Insert" ?
    thanks man

  5. #4
    Quod bonum, faustum, fēlīx fortunātumque sit.
    MPGH Member
    pean153's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    FIT CTU
    Posts
    982
    Reputation
    174
    Thanks
    15,901
    My Mood
    Relaxed
    Ins::Pause

  6. #5
    Yemiez's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    Sweden
    Posts
    2,566
    Reputation
    731
    Thanks
    16,280
    My Mood
    Devilish
    Solved....

Similar Threads

  1. [Help] AHK Help?
    By Cake God in forum Counter-Strike 2 Coding & Resources
    Replies: 2
    Last Post: 08-13-2015, 08:15 PM
  2. [Solved] AHK Help
    By ptbestpt123 in forum Counter-Strike 2 Help
    Replies: 14
    Last Post: 07-28-2015, 05:14 PM
  3. [Help Request] (extensive)AHK help
    By jakerofl in forum Realm of the Mad God Help & Requests
    Replies: 0
    Last Post: 02-18-2015, 04:23 PM
  4. Ahk help with the new build.
    By ben34dover34 in forum Realm of the Mad God Help & Requests
    Replies: 1
    Last Post: 05-21-2014, 08:03 AM
  5. [Help Request] AHK Help?
    By TazWuzHereLowlz in forum Realm of the Mad God Help & Requests
    Replies: 3
    Last Post: 03-09-2014, 09:34 PM