Recoil Scripts?

Posts 14 of 4 · Page 1 of 1
Recoil Scripts?
Hey I was wondering if recoil scripts are detectable and if not, where can I get some
#NoEnv
SendMode Input

~::Suspend

~End::ExitApp

LCtrl & ~LButton::
Loop
If GetKeyState("LButton", "LCtrl") {
Sleep, 5
moveAmount := (moveAmount = 2) ? 3 : 0
mouseXY(moveAmount,3.4)

}
else
break

Return



mouseXY(x,y)
{
DllCall("mouse_event",int,1,int,x,int,y,uint,0,uin t,0)
}

post this into auto hotkey happy reking
Quote Originally Posted by jakedogs View Post
#NoEnv
SendMode Input

~::Suspend

~End::ExitApp

LCtrl & ~LButton::
Loop
If GetKeyState("LButton", "LCtrl") {
Sleep, 5
moveAmount := (moveAmount = 2) ? 3 : 0
mouseXY(moveAmount,3.4)

}
else
break

Return



mouseXY(x,y)
{
DllCall("mouse_event",int,1,int,x,int,y,uint,0,uin t,0)
}

post this into auto hotkey happy reking
im a complete shitter how do i do that xD
how do you toggle?
Posts 14 of 4 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?