Results 1 to 3 of 3
  1. #1
    Cato38's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Sweden
    Posts
    16
    Reputation
    10
    Thanks
    33
    My Mood
    Angelic

    Post MW2 Rapidfire script (AHK)

    Hello dair. Here is another MW2 script
    DoFiringLoop:
    Code:
     if gActivateScript = 1
     {
     Loop
     {
     MouseClick, left,,, 1, 0, D
     ;delay between simu. mouse btn down and up
     Sleep, 0
     MouseClick, left,,, 1, 0, U
     GetKeyState, LButtonState, LButton, P
     If LButtonState = U
     {
     ;break the loop if physical state of mouse btn is up.
     break
     }
     ;delay between each simu. click events
     Sleep, 0
     }
     }
     exit
     return
    Be aware that with the script active (toggled on), any active window will receive the micro. It will be like you are double clicking everything.
    Last edited by Jorndel; 04-17-2012 at 09:12 AM. Reason: Added it as a code

  2. The Following User Says Thank You to Cato38 For This Useful Post:

    Larity2056 (04-17-2012)

  3. #2
    Larity2056's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    UDF 2457
    Posts
    2,497
    Reputation
    188
    Thanks
    700
    My Mood
    Dead
    Good work.

  4. #3
    Mustafapi's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    South Africa
    Posts
    1,087
    Reputation
    10
    Thanks
    58
    Maybe read the instructions on how to use AHK scripts?

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. [Outdated] CoD4: Rapidfire script
    By Ipwnyou!! in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 40
    Last Post: 01-18-2013, 12:07 PM
  3. 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
  4. [Source Code] Rapidfire script - Fastest!!!!!!!
    By rahza786 in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 27
    Last Post: 12-10-2011, 05:34 AM
  5. [Request] Alien Swarm rapidfire script for Dual Pistols
    By Tigermisu in forum Hack Requests
    Replies: 4
    Last Post: 08-16-2010, 09:24 AM