[Release] halbGefressen's RapidFire V1

Discussion in 'Super Gundam Royale Accounts - Buy Sell Trade' started by halbGefressen, 1/21/17.

Thread Status:
Not open for further replies.
  1. halbGefressen

    halbGefressen
    Expand Collapse
    High Risk Status: This user has been flagged as high risk due to one or more reasons

    0   0   0

    Online
    Hello Script users,
    here I am presenting you my new RapidFire script for Black Ops 3.
    It is written in AHK so you need to download this first.
    Currently supported weapons are:

    -205 Brecci
    -Sheiva
    -MR6 non-akimbo
    -Drakon

    Tell me which weapons/functions to add next!

    More info in the README.txt.

    To the admin checking this:
    Please add the virus scans here
    //


    //
    and remove this line and the six lines above.

    Download:


    #:

    Code:
    #NoEnv
    loop {
    GetKeyState, state, F10
    if state = D
    {
    ExitApp
    }
    GetKeyState, state, F11
    if state = D {
    isSheivaRF:=false
    isBrecciRF:=false
    isMR6RF:=false
    isDrakonRF:=false
    }
    GetKeyState, state, F5
    if state = D {
    isBrecciRF:=true
    isSheivaRF:=false
    isMR6RF:=false
    isDrakonRF:=false
    }
    GetKeyState, state, F6
    if state = D {
    isBrecciRF:=false
    isSheivaRF:=true
    isMR6RF:=false
    isDrakonRF:=false
    }
    GetKeyState, state, F7
    if state = D {
    isBrecciRF:=false
    isSheivaRF:=false
    isMR6RF:=true
    isDrakonRF:=false
    }

    GetKeyState, state, F8
    if state = D {
    isBrecciRF:=false
    isSheivaRF:=false
    isMR6RF:=false
    isDrakonRF:=true
    }
    if GetKeyState("LButton") {
    Send, {P}
    if isBrecciRF == true
    {
    Sleep, 321
    }
    if isSheivaRF == true
    {
    Sleep, 234
    }
    if isMR6RF == true
    {
    Sleep, 121
    }
    if isDrakonRF == true
    {
    Sleep, 601
    }
    }
    }
    Thanks for trying

    halbGefressen

    PS: Auto Smileys are removed in the text because Emojis are giving cancer to the humanity.
    Downloadable Files
     
    • This user is inactive. Hasn't logged into their account in over 60 days.
Thread Status:
Not open for further replies.