Page 1 of 2 12 LastLast
Results 1 to 15 of 19
  1. #1
    ferzi's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    197
    My Mood
    Relaxed

    Rapid Fire + Norecoil

    Rapid Fire + Norecoil (tutorial)
    VAC:Undected Forever

    1. Download the program AutoHotkey
    2.Install program* 3.Open program*
    3.Create new script BO2RF.ahk (script code below)*
    4.Click 2 times the finished script and run it (Numlock on / off script)
    Note!* Norecoil defaul not included, must be changed to include the script:*
    1.Find line mouseXY (0, 0)
    2.Change desired Norecoil
    mouseXY (0, 1)-low Norecoil (return almost as default ', but smaller)
    mouseXY (0, 2) the mean Norecoil (output decreased by 2 times)
    mouseXY (0, 3) high-Norecoil (almost no recoil)*
    If you notice any problems with rapid fire then:* Sleep 1.Find line 25 in the script* 2.I change the 25 to 30 or 35*
    Script code:
    attached to the message

    Code:
    #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)
    }


    Modified version:
    Code:
    #NoEnv
    SendMode Input
    
    _auto := true
    
    ~LButton::autofire()
    Numlock::_auto := ! _auto
    F1::ExitApp
    
    autofire()
    {
    global _auto
    if _auto
    {
    Loop
    {
    if GetKeyState("LButton", "RButton", "P")
    {
    SendInput {LButton DownTemp}
    Sleep 30
    mouseXY(0, 1)
    SendInput {LButton Up}
    Sleep 25
    }
    else
    break
    } ;; loop
    } ;; if
    } ;; autofire()
    
    mouseXY(x,y)
    {
    DllCall("mouse_event",uint,1,int,x,int,y,uint,0,in t,0)
    }
    
    edit it and where it says if GetKeyState("LButton", "P"), erase "LButton", "P"
    this should work
    <b>Downloadable Files</b> Downloadable Files
    Last edited by Lovroman; 03-16-2014 at 08:39 AM.

  2. The Following 75 Users Say Thank You to ferzi For This Useful Post:

    acdaviddee (01-13-2013),afellay0803 (04-09-2013),afernandez (05-15-2017),alex12668 (02-02-2013),alfredogb (04-16-2018),are_feeq22 (02-02-2013),arroubanoia (01-12-2013),as22 (01-12-2013),belkacemdj (07-29-2013),breduardo (03-14-2013),brylshak (03-29-2013),Cakefarterino (07-09-2016),changejbond (10-30-2016),coockie123 (11-13-2013),cristineldaniel (01-12-2013),davzk (01-15-2013),DestroCS (01-12-2013),djkiller14 (01-18-2013),dodorhd (01-17-2013),domi911 (01-12-2013),DpadAddict (01-15-2013),fazemxzyyzzz (08-13-2016),fickmic (04-01-2015),Forsag (11-01-2013),frederikbb (01-14-2013),hard_69 (06-09-2013),ion94 (03-05-2013),iT x AwaKes (04-22-2014),jamesyyy (12-02-2013),jaredpedro083 (06-03-2014),johnnEboisu (12-21-2013),june14 (03-28-2015),Kerom333 (01-12-2013),KFCYoshi (01-21-2013),kiki91200 (03-29-2013),killerusa27 (07-14-2013),koni22 (02-17-2014),L00ker (02-01-2013),leomi890 (01-16-2013),lil555 (01-12-2013),lovebroker (11-21-2016),lucasnordbo (01-18-2013),lumpi999 (03-02-2014),maertin (01-18-2013),martlisins (01-20-2016),mateorice50 (08-11-2015),medilane1 (08-24-2013),MrAndy (01-14-2013),mrdead556 (01-12-2013),names091890 (04-14-2013),Narutosw (01-12-2013),Noot12 (08-14-2022),Novell2001 (05-07-2019),perpipas (01-15-2013),phatnicsan (01-12-2013),Reblanck (01-12-2013),shosha1 (01-19-2023),silvergoeshax (05-04-2014),Skaters1004 (06-12-2013),st3rminio (11-20-2013),surakiddy09 (01-18-2013),tbhuvcxex12 (01-14-2013),themkwjeremy13 (01-16-2013),Tisterling (05-14-2014),Tommygunnz (01-12-2013),TrueSilentPain (08-26-2014),valentinor75 (02-02-2015),warman751 (01-12-2013),warsaw161 (01-14-2013),wewillwewill (02-01-2013),WilliamLokman (01-15-2013),Witcher! (05-20-2013),yannick10018 (07-09-2014),youpi546123 (03-07-2020),Yourmother117 (01-12-2013)

  3. #2
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy
    /file approved

    It's just an AHK script.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  4. #3
    Tommygunnz's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    1
    second cool nice will use

  5. #4
    ferzi's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    197
    My Mood
    Relaxed
    работает на всех играх

    works on all games

  6. #5
    mikidolar's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    2
    Hmm as i launch it and put 0,0 => 0, 2 or 0, 3 it like pulls my aim down really hard. Why is that so?

    ---------- Post added at 05:47 AM ---------- Previous post was at 05:34 AM ----------

    Well after different tries it still does not work. Pulls down the weapon and still spreads bullets

  7. #6
    ferzi's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    197
    My Mood
    Relaxed
    Quote Originally Posted by ferzi View Post
    If you notice any problems with rapid fire then:* Sleep 1.Find line 25 in the script* 2.I change the 25 to 30 or 35*
    Test the this

  8. #7
    mikidolar's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    13
    Reputation
    10
    Thanks
    2
    This is for people with problems with rapid fire. Actually u copied digi7al's work ----> https://www.mpgh.net/forum/675-call-d...printview.html . It actually just moves the mouse down. On scorpion with rapid fire modification 0, 2 makes it not go upside but on many other weapons it just makes aiming harder...

  9. The Following User Says Thank You to mikidolar For This Useful Post:

    ferzi (01-12-2013)

  10. #8
          ( ° ͜ʖ͡°)╭∩╮
    Former Staff
    MarkHC's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    127.0.0.1
    Posts
    2,750
    Reputation
    66
    Thanks
    14,529
    My Mood
    Angelic
    The NoRecoil is not a real no recoil.. it just moves you mouse down. Most weapons have side recoil as well as different levels (high or low) of recoil so it won't work properly


    CoD Minion from 09/19/2012 to 01/10/2013

  11. The Following 2 Users Say Thank You to MarkHC For This Useful Post:

    Drozz (08-23-2013),ferzi (01-12-2013)

  12. #9
    Fresh199's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    90
    Reputation
    13
    Thanks
    878
    My Mood
    Angelic
    Quote Originally Posted by -InSaNe- View Post
    The NoRecoil is not a real no recoil.. it just moves you mouse down. Most weapons have side recoil as well as different levels (high or low) of recoil so it won't work properly
    hm, it shoots perfect for me, it doesnt go down or somethin i can spray how i want with skorpion or lsat with rapid fire..

    its perfect

  13. The Following User Says Thank You to Fresh199 For This Useful Post:

    ferzi (01-12-2013)

  14. #10
    eppebeppe's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Amazed
    Cool AHK
    I've only got 1 question.. What mouseXY should I use for MP7?
    Good job anyways

  15. #11
    ferzi's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    197
    My Mood
    Relaxed
    To be honest, I did not use this type in such a weapon, I use it on where the really big payoff.

    sorry for my English

  16. #12
    ____MrFox's Avatar
    Join Date
    Jan 2013
    Gender
    female
    Posts
    123
    Reputation
    10
    Thanks
    2,427
    My Mood
    Angelic
    nice but the no recoil is not so good

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

    ferzi (01-15-2013)

  18. #13
    xberibeyhan's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    hi there fancy people. hmm why do i shoot slow? ._.

  19. #14
    Arlo's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Prison
    Posts
    377
    Reputation
    114
    Thanks
    401
    My Mood
    Happy
    Is this bannable?

  20. #15
    babilonguy's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    1
    My Mood
    Aggressive
    Who can edit this script to allow rapidfire on L+R mouse buttons?
    Thanks

Page 1 of 2 12 LastLast

Similar Threads

  1. Rapid fire
    By najo22 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 09-01-2007, 04:26 AM
  2. Rapid fire
    By najo22 in forum WarRock - International Hacks
    Replies: 1
    Last Post: 09-01-2007, 03:29 AM
  3. buying O.P.K,invisible,anti-kick,and rapid fire adresses xD
    By tarty67 in forum WarRock - International Hacks
    Replies: 2
    Last Post: 07-21-2007, 01:44 AM
  4. rapid fire minigun and rapid fire mp5k
    By lolhackerlol in forum WarRock - International Hacks
    Replies: 7
    Last Post: 05-30-2007, 01:23 PM
  5. Hack with rapid fire mp7k and wall hack
    By traggone in forum WarRock - International Hacks
    Replies: 4
    Last Post: 02-21-2007, 07:39 PM