STEAM 组
StrafeKey mousefour
STEAM 组
StrafeKey mousefour
2
游戏中
13
在线
成立于
2016 年 12 月 3 日
语言
俄语
国家/地区
Cambodia 
关于 StrafeKey

<meme>

#NoEnv
SendMode, Input
SetBatchLines -1
CoordMode, Mouse, Screen

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

strafe(left)
{
moveCount := 25
sleepInterval := 2
relativeMove := 20

if (left)
{
key := "a"
move := -relativeMove
} else
{
key := "d"
move := relativeMove
}

send {%key% down}
DllCall("Sleep", "UInt", 4)

Loop, %moveCount%
{
mouseXY(move, 0)
DllCall("Sleep", "UInt", 5)
}
send {%key% up}
}

$XButton1::
while getkeystate("XButton1","P")
{
strafe(true)
strafe(false)
}
return

AHK[ahkscript.org]
热门讨论
6 条留言
Sylcf 2016 年 12 月 7 日 上午 10:56 
someone can edit the script i want 14 straefs?
Zpamm 2016 年 12 月 6 日 下午 2:28 
U
crashout demon 2016 年 12 月 6 日 上午 10:33 
Who got banned on endo lmao
Zpamm 2016 年 12 月 6 日 上午 9:26 
gj getting banned on endo
crashout demon 2016 年 12 月 5 日 上午 8:43 
Hello men welcome strafekey very happy you joined!!
Zpamm 2016 年 12 月 5 日 上午 8:18 
♥♥♥
2
游戏中
13
在线
0 聊天中
进入聊天室
成立于
2016 年 12 月 3 日
语言
俄语
国家/地区
Cambodia