Rapid Fire + Norecoil

Posts 1–15 of 19 · Page 1 of 2
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
BO2RF_mpgh.net.rar341 B · 645 downloads Scanning…
/file approved

It's just an AHK script.
работает на всех играх

works on all games
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
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
This is for people with problems with rapid fire. Actually u copied digi7al's work ----> http://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...
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
Quote Originally Posted by MarkHC 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
Cool AHK
I've only got 1 question.. What mouseXY should I use for MP7?
Good job anyways
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
nice but the no recoil is not so good
hi there fancy people. hmm why do i shoot slow? ._.
Is this bannable?
Who can edit this script to allow rapidfire on L+R mouse buttons?
Thanks
Posts 1–15 of 19 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?