Results 1 to 4 of 4
  1. #1
    The Futur Young Coder's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    My Mood
    Stressed

    Rapid Fire Help Please...

    Hey Guys..
    I Need help.
    I Want a ahk Script working for Blackops (AK47 + Python)
    Please Can Someone Make me One Or Just Edit This Source?
    Thanks !
    Code:
    #SingleInstance
    gActivateScript = 0
    
    ; Insert to activate the macro
    ~F12::
    KeyWait, F12
    GetKeyState, HomeState, F12, T
    If HomeState = D
    {
        gActivateScript = 1
    
    }
    else
    {
        gActivateScript = 0
    
    }
    return
    
    ; CTRL + SHIFT + LBUTTON to activate the macro
    ~+^LButton::
    If gActivateScript = 0
    {
        gActivateScript = 1
    
    }
    else
    {
        gActivateScript = 0
    
    }
    return
    
    ;Also applies to burst weapons. ie click and hold will perform like a full auto firing mode
    ~LButton::
    Goto, DoFiringLoop
    Return
    
    ;When crouching and firing at the same time. Using Ctrl as crouch button
    ~^LButton::
    Goto, DoFiringLoop
    Return
    
    DoFiringLoop:
    if gActivateScript = 1
    {
        Loop
        {
            IfWinActive, Call of Duty®: BlackOps
    {
                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, 75
            }
            else
            {
                break
            }
        }
       
    }
    exit
    
    return
    This One works only in the Game Menu and not when i press LButton in game !
    Last edited by The Futur Young Coder; 04-11-2011 at 08:18 AM.

  2. #2
    lolbie's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Netherlands
    Posts
    5,207
    Reputation
    288
    Thanks
    2,136
    My Mood
    Angelic
    oh wait sorry xd I read it wrong
    Last edited by lolbie; 04-11-2011 at 11:57 PM.
    I love it when people keep their agreements /sarcasm ftw

  3. #3
    The Futur Young Coder's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    0
    My Mood
    Stressed
    you cant get banned using scripts ...

  4. #4
    Maniac101's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    USA
    Posts
    299
    Reputation
    11
    Thanks
    217
    My Mood
    Twisted
    this is an old script i used for MW2 worked fine but it does not sync to window add the code if you want it so if you turn it on and forget your mouse will click rapid on anything you click.

    Code:
    #SingleInstance force
    
    Ins::Suspend
    $LButton::
    Loop
    {
    SetMouseDelay 30 'change this to a number less then 30 for faster firing and 
    'higher for slower rates
    Click
    If (GetKeyState("LButton","P")=0)
    Break
    }
    Add Me on MSN Maniac101@live.com
    [IMG]https://i820.photobucke*****m/albums/zz121/lilmatt1101/maniac101r.png[/IMG]

    [img]https://www.danasof*****m/sig/Maniac288377.jpg[/img]