Results 1 to 2 of 2
  1. #1
    darkpimp's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    0

    mw3 rapid fire script help with editing

    Can somebody edit this so that ([) takes away 2 from the sleep and (]) adds 2 to sleep so while your ingame you can adjust it to your liking.



    ~LButton::
    GetKeyState, state, Scrolllock, T
    if state = D
    {
    Goto, FireIt
    }
    return

    FireIt:
    Loop
    {
    GetKeyState, LButtonState, LButton, P
    if LButtonState = U
    {
    break
    }
    MouseClick, left,,, 1, 0, D
    Sleep 8
    MouseClick, left,,, 1, 0, U

    }
    return

  2. #2
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    /moved to help section
    I love it when people keep their agreements /sarcasm ftw

Similar Threads

  1. Mw3 Rapid Fire script(Help)
    By darkpimp in forum Call of Duty Modern Warfare 3 Help
    Replies: 0
    Last Post: 12-18-2011, 12:41 PM
  2. [Release] New Rapid Fire Script with Source Code
    By DahInternetz in forum Call of Duty Modern Warfare 2 Private Servers
    Replies: 8
    Last Post: 08-24-2011, 05:10 PM
  3. help- with editing
    By auekard in forum Visual Basic Programming
    Replies: 6
    Last Post: 12-19-2009, 12:16 PM
  4. Help with editing.
    By sp1ke789 in forum General Game Hacking
    Replies: 0
    Last Post: 09-25-2009, 08:42 PM
  5. Need help with editing crosshair
    By xtrylanx in forum Soldier Front General
    Replies: 4
    Last Post: 08-26-2009, 12:27 PM