Results 1 to 4 of 4
  1. #1
    halbGefressen's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    95

    halbGefressen's RapidFire V1

    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:


    Source Code:
    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
    	}
    	
    	;Brecci: 321, Sheiva: 234, MR6: 121, Drakon: 601
    	if GetKeyState("LButton") && isBrecciRF == true
    	{
    		Send, {P}
    		Sleep, 321
    	}
    	if GetKeyState("LButton") && isSheivaRF == true
    	{
    		Send, {P}
    		Sleep, 234
    	}
    	if GetKeyState("LButton") && isMR6RF == true
    	{
    		Send, {P}
    		Sleep, 121
    	}
    	if GetKeyState("LButton") && isDrakonRF == true
    	{
    		Send, {P}
    		Sleep, 601
    	}
    }
    Thanks for trying

    halbGefressen

    PS: Auto Smileys are removed in the text because Emojis are giving cancer to the humanity.

    UPDATE: Now it's working, change the P in lines 54, 59, 64 and 69 to any alternate key.
    Last edited by halbGefressen; 01-21-2017 at 02:57 AM. Reason: Updated Script, now working

  2. #2
    Hugo Boss's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    28,752
    Reputation
    4790
    Thanks
    5,902
    My Mood
    Angelic
    //Approved, file appears safe, but has not been tested.

    Use at your own risk.

    https://virustotal.com/en/file/2659c...is/1484949450/
    https://virusscan.jotti.org/en-US/fi...job/b4n2bl3nwd

     
    Super User since 08-29-2017
    Global Moderator from 10-02-2016 - 08-29-2017
    Premium Seller since 11-16-2016
    Moderator from 09-24-2015 - 01-09-2016
    Alliance of Valiant Arms Minion from 11-12-2015 - 01-09-2016
    Market place Minion from 09-24-2015 - 01-09-2016
    Crossfire Minion from 09-11-2015 - 01-09-2016

    Middleman from 07-07-2015 - 01-09-2016
    Market Place Minion from 03-03-2014 - 08-01-2014
    Middleman from 01-30-2014 - 08-01-2014
    Moderator from 03-29-2013 - 04-04-2013
    Market Place Minion from 03-07-2013 - 04-04-2013
    Premium Member since 01-25-2013
    Middleman from 12-04-2012 - 04-04-2013
    Registered since 10-9-2011

  3. #3
    XpertGames's Avatar
    Join Date
    Jul 2016
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    My Mood
    Bored
    Error Unexpected "}"

    FIXED:
    Had to delete some brackets

    - - - Updated - - -

    How do I set alternate fire key?
    Last edited by XpertGames; 01-20-2017 at 06:16 PM.

  4. #4
    halbGefressen's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    22
    Reputation
    10
    Thanks
    95
    Quote Originally Posted by XpertGames View Post
    Error Unexpected "}"

    FIXED:
    Had to delete some brackets

    - - - Updated - - -

    How do I set alternate fire key?
    In the last Part, there is a line with

    Send, {P}

    Change P to any Key that you can Press.

    - - - Updated - - -

    Please re-approve, files have been edited and replaced; now they are working properly

Similar Threads

  1. [Outdated] FIXED halbGefressen's RapidFire v1
    By halbGefressen in forum Call of Duty 12 - Black Ops 3 Hacks & Cheats
    Replies: 11
    Last Post: 02-03-2017, 11:25 AM
  2. [Request] combat arms rapidfire
    By randomguyme in forum Combat Arms Hacks & Cheats
    Replies: 6
    Last Post: 10-17-2009, 08:27 PM
  3. [TuT] Simple CE rapidfire tut..
    By iOwnage in forum Combat Arms Discussions
    Replies: 60
    Last Post: 09-04-2009, 11:17 AM
  4. Rapidfire in VB makes my Warrock crash
    By nub_g0t_high in forum WarRock - International Hacks
    Replies: 1
    Last Post: 10-22-2007, 05:44 PM
  5. RapidFire MP7K
    By haxik in forum WarRock - International Hacks
    Replies: 38
    Last Post: 04-10-2007, 08:15 AM