Thread: AHK Script

Results 1 to 2 of 2
  1. #1
    rsca's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    belgium
    Posts
    15
    Reputation
    10
    Thanks
    0
    My Mood
    Cool

    AHK Script

    ye so can somebody help me with coding an ahk so if i click left it clicks middle button right after?

    something like this?

    f1::Suspend
    ;Script

    ~$*LButton::
    {
    Loop
    {
    SetMouseDelay 5
    MouseClick, middle
    Sleep, 1
    If (GetKeyState("MButton","P")=0)
    {
    Break
    Return
    }
    }
    }

  2. #2
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    /Moved
    Moved it to the coding section.
    Changed the title and the Tag.

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

Similar Threads

  1. [Release] MW2 auto quickscope script [AHK]
    By Cato38 in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 58
    Last Post: 08-27-2016, 04:28 PM
  2. [Release] MW2 Rapidfire script (AHK)
    By Cato38 in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 2
    Last Post: 01-20-2013, 06:08 AM
  3. [Help Request] AHK script not working ONLY on vindictus :(
    By dustinhack in forum Vindictus Help
    Replies: 0
    Last Post: 05-07-2012, 06:45 AM
  4. QuickScope Script [AHK]
    By gawdlyz in forum Call of Duty Modern Warfare 3 Coding, Programming & Source Code
    Replies: 6
    Last Post: 03-06-2012, 07:26 PM
  5. [Solved] Need help with an AHK script
    By Arrowins in forum Call of Duty Modern Warfare 2 Help
    Replies: 1
    Last Post: 06-26-2011, 10:45 PM