elitepvpers
elitepvpers
>
Rust Trading
>
a good ahk script
« full version
a good ahk script
03/11/2017 21:23
vctr1337
#1
oi boys,
i want to buy a decent ahk script, just to test out against the one ive made
add me on skype: zephyx4
03/11/2017 22:42
ghost151212
#2
This one is pretty good and found it for free so here you go.
#NoEnv
SendMode Input
~F6::Suspend
~End::ExitApp
~F5::Reload
LCtrl & ~LButton::
Loop
If GetKeyState("LButton", "LCtrl") {
Sleep, 6
moveAmount := (moveAmount = 2) ? 1 : 0
mouseXY(moveAmount,5.5)
}
else
break
Return
mouseXY(x,y)
{
DllCall("mouse_event",int,1,int,x,int,y,uint,0,uin t,0)
}
** BEST FOR .52 MOUSE SENSITIVITY