李未央的真名叫什么:按键精灵怎样修改舞步

来源:百度文库 编辑:神马品牌网 时间:2024/05/03 06:53:30

[原创]劲舞欣赏源代码[General]
Description=劲舞欣赏V1.0
BeginHotkey=88
BeginHotkeyMod=0
RunOnce=0
Enable=1
[Repeat]
Type=0
Number=1
[Comment]
Content=劲舞团.
【功能说明】.
1、自动按箭头、空格,能跳过FINISH舞步.
2、不限速度,能自动测出节拍速度,得出合理的延时(配置低点的推荐跳120以下的).
3、适合新手练习场和自由练习场.
4、适合普通单人和个人同步.
.
【使用说明】.
.
1、推荐XP系统使用,16、32色均可.
2、必须在新模式下使用,即大箭头(请看截图).
3、开始后,若不是大箭头,请按TAB键转到大箭头.等小球移动时方可启动脚本
4、若在中途启动脚本,可能要等小球转3-5次才会按箭头
5、跳完后请按F12终止脚本,下次开始再重新启动.
.
【作者介绍】.
星帆.
有什么意见或建议请联系我.
QQ:47201804.
Email:ccy-47201804@163.com.
【制作日期】.
2005/06/20

[Script]
VBS dim x1(3),x2(3),tt(3)
VBS i=1
Rem 测节拍速度
VBSCall Call FindColor(400,365,440,370,"520000",x1(i),y1)
If x1(i)>0
Delay 1000
VBSCall Call FindColor(400,365,540,370,"520000",x2(i),y2)
If x2(i)>x1(i)
VBS tt(i)=x2(i)-x1(i)
VBS i=i+1
If i=4
VBS t=3000/(tt(1)+tt(2)+tt(3))
Goto 是否开始
EndIf
Goto 测节拍速度
EndIf
EndIf
Delay 10
Goto 测节拍速度
Rem 按空格
VBSCall Call FindCenterColor(470,366,513,377,"520000",x,y)
If x>0 and x<503
Delay (503-x)*(t-2.65)
KeyPress 32 1
Delay 40*t
Goto 是否开始
EndIf
If x>502
KeyPress 32 1
Delay 40*t
Goto 是否开始
EndIf
If x<0
Delay 20
Goto 按空格
EndIf
Rem 是否开始
Rem 单数箭头
IfColor 399 391 ef0000 2
IfColor 399 404 ffffff 2
IfColor 263 404 ffffff 2
VBS s=9:k=0
Goto 按箭头
EndIf
IfColor 297 404 ffffff 2
VBS s=7:k=34
Goto 按箭头
EndIf
IfColor 331 404 ffffff 2
VBS s=5:k=68
Goto 按箭头
EndIf
IfColor 365 404 ffffff 2
VBS s=3:k=102
Goto 按箭头
EndIf
VBS s=1:k=136
Goto 按箭头
EndIf
EndIf
Rem 双数箭头
IfColor 382 391 ef0000 2
IfColor 382 404 ffffff 2
IfColor 280 404 ffffff 2
VBS s=8:k=17
Goto 按箭头
EndIf
IfColor 314 404 ffffff 2
VBS s=6:k=51
Goto 按箭头
EndIf
IfColor 348 404 ffffff 2
VBS s=4:k=85
Goto 按箭头
EndIf
VBS s=2:k=119
Goto 按箭头
EndIf
EndIf
Delay 10
Rem FREE全亮
IfColor 388 367 8cff7b 2
IfColor 388 378 8cff7b 2
KeyPress 40 1
Delay 15*t
Goto 是否开始
EndIf
EndIf
Rem FREE
IfColor 388 367 4ae342 2
IfColor 388 378 4ae342 2
KeyPress 40 1
Delay 15*t
EndIf
EndIf
Goto 是否开始
Rem 按箭头
VBS x=0
IfColor 264+k 392 9600 2
VBS x=x+1
EndIf
While x<s
Delay 2
IfColor 263+k+x*34 401 ffffff 2
IfColor 266+k+x*34 398 ffffff 2
KeyPress 38 1
Delay 2
Goto 下一个
EndIf
KeyPress 40 1
Delay 2
Goto 下一个
EndIf
Delay 2
IfColor 260+k+x*34 404 ffffff 2
IfColor 268+k+x*34 400 ffffff 2
KeyPress 39 1
Delay 2
Goto 下一个
EndIf
KeyPress 37 1
EndIf
Rem 下一个
x=x+1
EndFor
Goto 按空格
EndScript

特别注意:此脚只支持5。5版的按键精灵