SolvedNo recoil

Posts 13 of 3 · Page 1 of 1
No recoil
Hello,
I wanted to know if we could do with ahk a no recoil if so how do I have to script:
#NoEnv
SendMode entrée

_Auto : = true

~ LButton :: autofire ()
+ LButton :: _Auto : = ! _Auto
~ RButton :: Suspendre
F1 :: ExitApp

autofire ()
{
global _auto
if _auto
{
Loop
{
if GetKeyState ( "LButton" , "P" )
{
Sleep 100
mouseXY ( 0 , 22 )
Sleep 0
}
else
break
} ;; loop
} ;; if
} ;; autofire ()

mouseXY ( x , y )
{
DllCall ( "mouse_event" , uint , 1 , int , x , int , y , uint , 0 , int , 0 )
}
but it's just down the mouse I wanted to know if there is a way to make a full no recoil almost with ahk or cheat engine ?
thanks
sorry for my poor english
English only, (not referring to you, OP).
1 week has passed and no further replies have been made by the OP. Assuming solved.

/Closed.
Posts 13 of 3 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?