STEAM 组
boxesp
STEAM 组
boxesp
0
游戏中
0
在线
成立于
2018 年 9 月 30 日
关于 boxesp

未提供信息。
热门讨论
2 条留言
Seen 2019 年 2 月 28 日 下午 9:26 
alias "+bhopleft" "+left;+moveleft";
alias "-bhopleft" "-left;-moveleft";

alias "+bhopright" "+right;+moveright";
alias "-bhopright" "-right;-moveright";

alias "ON" "bind a +bhopleft;bind d +bhopright; alias BHOP OFF";
alias "OFF" "bind a -bhopleft;bind d -bhopright; alias BHOP ON;-left;-right;-moveleft;-moveright;bind d +moveright;bind a +moveleft";
alias "BHOP" "ON";

bind mouse3 "BHOP";

echo "poom is a god

#godmovement
Seen 2019 年 2 月 28 日 下午 9:26 
#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 := 30
sleepInterval := 2
relativeMove := 360

if (left)
{
key := "mouse"
move := -relativeMove
} else
{
key := "mouse"
move := relativeMove
}
send {%key% down}
DllCall("Sleep", "UInt", 5)
Loop, %moveCount%
{
mouseXY(move, 0)
DllCall("Sleep", "UInt", sleepInterval)
}
send {%key% up}
}

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

#360
组成员
管理员
0
游戏中
0
在线
0 聊天中
进入聊天室
成立于
2018 年 9 月 30 日