STEAM 组
nostrafe. .nostrafe
STEAM 组
nostrafe. .nostrafe
0
游戏中
2
在线
成立于
2021 年 2 月 9 日
国家/地区
Fiji 
关于 nostrafe.

mouseXY(x, y)
{
DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0)
}
strafe(left)
{
moveCount := 20
sleepInterval := 2
relativeMove := 20

if (left)
{
key := "a"
move := -relativeMove
}
else
{
key := "d"
move := relativeMove
}
send {%key% down}
DllCall("Sleep", "UInt", 5)
Loop, %moveCount%
{
mouseXY(move, 0)
DllCall("Sleep", "UInt", sleepInterval)
}
send {%key% up}
}
$XButton2::
while getkeystate("XButton2","P")
{
strafe(false)
strafe(true)
}
return
热门讨论
组成员
管理员
成员
0
游戏中
2
在线
0 聊天中
进入聊天室
成立于
2021 年 2 月 9 日
国家/地区
Fiji