Page 3 of 4 FirstFirst 1234 LastLast
Results 31 to 45 of 48
  1. #31
    kevincnh's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    40
    Reputation
    10
    Thanks
    1


    ---------- Post added at 11:37 AM ---------- Previous post was at 11:08 AM ----------

    Quote Originally Posted by digi7al View Post
    Code:
    ; BO2 Rapid Fire + Antirecoil by Digi7aL

    #NoEnv
    SendMode Input

    _auto := true

    ~LButton::autofire()
    Numlock::_auto := ! _auto
    F1::ExitApp

    autofire()
    {
    global _auto
    if _auto
    {
    Loop
    {
    if GetKeyState("LButton", "P")
    {
    SendInput {LButton DownTemp}
    Sleep 25
    mouseXY(0, 0)
    SendInput {LButton Up}
    Sleep 25
    }
    else
    break
    } ;; loop
    } ;; if
    } ;; autofire()


    this script ruined my current macro on my Corsair M60.
    the autofire on my left mouse doesn't work anymore.
    tried re installing Autohotkey and drivers of my mouse.
    tried another mouse still nothing.
    i dont know what happened but i need help here.

    PISSED!

    so i noticed when the thing is on it also appplies when i am not playing BO2

    EDIT:
    i figured out the problem. it was the numlock(on off) and f1.

    the normal function of my numlock doesn't work anymore. also when i launch my own script the script doesn't work unless i press numlock, this script affects other scripts. how do i rest this? this is annoying.
    Last edited by kevincnh; 03-06-2013 at 02:08 AM.

  2. #32
    Mshine67's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    1,038
    Reputation
    51
    Thanks
    71
    My Mood
    Devilish
    Do i keep my fire button on left mouse click? For some reason i have more recoil with it and the anti recoil even on (0,1) is to much it drags my gun down instead of keeping it level my skype is gsjackson413 please try and help me if you can.
    Last edited by Mshine67; 03-20-2013 at 04:04 PM.

  3. #33
    xethcore's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Mellow
    Thanks for this works great, i would like to add drop shot to this any tips on how to go about that. i am new to ahk scripts tried myself but never worked lol

  4. #34
    tracer101's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    1
    My Mood
    Cool
    Howdy,
    I really enjoyed this piece of code... ive done some Modifications:
    -Removed autofire (just doesnt work for me)
    -Changed Hotkeys: F1 and F2 pause / unpause the script
    -F3 opens a dialogue box in which you enter your recoil setting.. didnt like changing the code all the time
    Code:
    ; BO2 Rapid Fire + Antirecoil by Digi7aL
    
    #NoEnv
    global Up
    InputBox, Up, Recoil, Chose your Recoil Setting, Default]
    
    SendMode Input
    
    _auto := true
    
    ~LButton::autofire()
    Numlock::_auto := ! _auto
    F1::Suspend ,on 
    F3::InputBox, Up, Recoil, Chose your Recoil Setting, Default]
    F2::Suspend ,off
    
    autofire()
    {
    global _auto
    if _auto
    {
    Loop
    {
    if GetKeyState("LButton", "P")
    {
    Sleep 25
    mouseXY(0, Up)
    
    }
    else
    break
    } ;; loop
    } ;; if
    } ;; autofire()
    
    mouseXY(x,y)
    {
    DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0)
    }

  5. The Following User Says Thank You to tracer101 For This Useful Post:

    SuperGlide2011 (03-22-2015)

  6. #35
    Hellhound17's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    35
    Reputation
    14
    Thanks
    0
    My Mood
    Relaxed
    Quote Originally Posted by tracer101 View Post
    Howdy,
    I really enjoyed this piece of code... ive done some Modifications:
    -Removed autofire (just doesnt work for me)
    -Changed Hotkeys: F1 and F2 pause / unpause the script
    -F3 opens a dialogue box in which you enter your recoil setting.. didnt like changing the code all the time
    Code:
    ; BO2 Rapid Fire + Antirecoil by Digi7aL
    
    #NoEnv
    global Up
    InputBox, Up, Recoil, Chose your Recoil Setting, Default]
    
    SendMode Input
    
    _auto := true
    
    ~LButton::autofire()
    Numlock::_auto := ! _auto
    F1::Suspend ,on 
    F3::InputBox, Up, Recoil, Chose your Recoil Setting, Default]
    F2::Suspend ,off
    
    autofire()
    {
    global _auto
    if _auto
    {
    Loop
    {
    if GetKeyState("LButton", "P")
    {
    Sleep 25
    mouseXY(0, Up)
    
    }
    else
    break
    } ;; loop
    } ;; if
    } ;; autofire()
    
    mouseXY(x,y)
    {
    DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0)
    }

    What are the chances of being banned while using this?

  7. #36
    Horror's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    51,4.
    Posts
    6,920
    Reputation
    574
    Thanks
    5,050
    My Mood
    Twisted
    Quote Originally Posted by Hellhound17 View Post
    What are the chances of being banned while using this?
    High .
     

    Minion+ : February 2014 - January 2015
    Counter Strike: Global Offensive Minion : November 2014 - January 2015
    Alliance of Valiant Arms Minion : August 2014 - January 2015
    Need For Speed World Minion : January 2014 - January 2015
    Rust Minion : January 2014 - January 2015
    Call of Duty Minion : January 2013 - January 2015
    Editor : December 2012 - April 2013
    Donator : March 2014 - Current
    Member : October 2010 - Current

    Previously known as "Isaakske".

  8. #37
    Hellhound17's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    35
    Reputation
    14
    Thanks
    0
    My Mood
    Relaxed
    Quote Originally Posted by Horror View Post

    High .
    What about if i only use this in custom game and will i get a VAC ban or a TAC ban?

  9. #38
    Horror's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    51,4.
    Posts
    6,920
    Reputation
    574
    Thanks
    5,050
    My Mood
    Twisted
    Quote Originally Posted by Hellhound17 View Post
    What about if i only use this in custom game and will i get a VAC ban or a TAC ban?
    TAC is active in every part of the game, even zombies, so there's a chance, yes.
     

    Minion+ : February 2014 - January 2015
    Counter Strike: Global Offensive Minion : November 2014 - January 2015
    Alliance of Valiant Arms Minion : August 2014 - January 2015
    Need For Speed World Minion : January 2014 - January 2015
    Rust Minion : January 2014 - January 2015
    Call of Duty Minion : January 2013 - January 2015
    Editor : December 2012 - April 2013
    Donator : March 2014 - Current
    Member : October 2010 - Current

    Previously known as "Isaakske".

  10. #39
    JosesiitLegend's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Guatemala
    Posts
    35
    Reputation
    10
    Thanks
    2
    My Mood
    Cool
    ty it worked

  11. #40
    Hellhound17's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    35
    Reputation
    14
    Thanks
    0
    My Mood
    Relaxed
    Quote Originally Posted by Horror View Post


    TAC is active in every part of the game, even zombies, so there's a chance, yes.
    I used it like twice and no ban? I use in private matches only.

  12. #41
    saltbin's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    4
    how are you guys getting this to even run???

    i get error line at 50
    the following error variable name contains an illegal characters:
    "SAPI.volume"
    the program will exit

    and
    error on line 260
    line text #if LButtonEnabled == "true"
    error: this line does not contain a recognized action.
    the program will exit

    same on line 280

  13. #42
    kinq13's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    My Mood
    Sleepy
    Only Anti Recoil
    #Good with Scar-H
    #and PDW and MSMC and Vector

    ; BO2 AntiRecoil
    #NoEnv
    SendMode Input

    _auto := true

    ~LButton::autofire()
    Numlock::_auto := ! _auto
    F1::ExitApp

    autofire()
    {
    global _auto
    if _auto
    {
    Loop
    {
    if GetKeyState("LButton", "P")
    {
    SendInput {LButton DownTemp}
    Sleep 25
    mouseXY(0, 3)
    Sleep 25
    }
    else
    break
    } ;; loop
    } ;; if
    } ;; autofire()

    mouseXY(x,y)
    {
    DllCall("mouse_event",uint,1,int,x,int,y,uint,0,in t,0)
    }
    Last edited by kinq13; 05-30-2014 at 12:11 AM.

  14. #43
    SYINTaX's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by kinq13 View Post
    Only Anti Recoil
    #Good with Scar-H
    #and PDW and MSMC and Vector
    is therer a high ban chance?

  15. #44
    Lovroman's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    9,417
    Reputation
    611
    Thanks
    11,989
    My Mood
    Cheerful
    Quote Originally Posted by SYINTaX View Post
    is therer a high ban chance?
    Scripts in general have a high detection rate, so yea.

  16. #45
    xDoPe's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by digi7al View Post
    This is my first post (and release) to MPGH, but I am not new to the game.

    This is an undetectable Rapid Fire + Antirecoil script for AutoHotkey. If you don't know what AutoHotkey is, it's a powerful mouse and keyboard macro program that is free... Google it, and install it.

    After you have installed AutoHotkey create a new file in Notepad and paste the code below. Save the file as an .ahk file. It can be named whatever you want. (Example: BO2RF.ahk)

    Code:
    ; BO2 Rapid Fire + Antirecoil by Digi7aL
    
    #NoEnv
    SendMode Input
    
    _auto := true
    
    ~LButton::autofire()
    Numlock::_auto := ! _auto
    F1::ExitApp
    
    autofire()
    {
    global _auto
    if _auto
    {
    Loop
    {
    if GetKeyState("LButton", "P")
    {
    SendInput {LButton DownTemp}
    Sleep 25
    mouseXY(0, 0)
    SendInput {LButton Up}
    Sleep 25
    }
    else
    break
    } ;; loop
    } ;; if
    } ;; autofire()
    
    mouseXY(x,y)
    {
    DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0)
    }
    Simply double click your newly created file to run it in AutoHotkey.

    NumLock will toggle the script on and off.

    By default, Antirecoil is not activated. To increase Antirecoil, edit the second 0 in the line "mouseXY(0, 0)"

    Example:
    mouseXY(0, 0) = Stock recoil
    mouseXY(0, 1) = Low Antirecoil
    mouseXY(0, 2) = Moderate Antirecoil
    mouseXY(0, 3) = High Antirecoil

    If you find that the Rapid Fire is causing your weapon to lock up or jam (it shouldn't but you never know), try increasing the number by 5 on both lines that say "Sleep 25" until you get a smooth Rapid Fire.

    Example:
    Sleep 25
    Sleep 30
    Sleep 35

    ect...
    It's working but with pistol it just suddenly stops shooting and when i scope then shoot it get out of scope keeps bugging like this any solution ?
    thx

  17. The Following User Says Thank You to xDoPe For This Useful Post:

    KELVINAZEVEDO (09-29-2020)

Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [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
  2. [Request] Rapid Fire script
    By Mentally in forum Alliance of Valiant Arms (AVA) Discussions
    Replies: 0
    Last Post: 01-17-2011, 12:54 PM
  3. [Release] ULTIMATE RAPID FIRE NO INSTAL UNDETECTABLE
    By craniac in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 7
    Last Post: 04-08-2010, 03:16 PM
  4. Simple AutoHotKey Pistol Rapid Fire
    By .:AsianTim:. in forum Combat Arms Hacks & Cheats
    Replies: 74
    Last Post: 09-27-2009, 10:07 PM
  5. Simple AutoHotKey Rapid Fire
    By .:AsianTim:. in forum Combat Arms Hacks & Cheats
    Replies: 16
    Last Post: 08-17-2009, 02:52 AM