马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
[按键精灵] 纯文本查看 复制代码
HwndEx = Plugin.Window.SearchEx("l2UnrealWWindowsViewportWindow", 0, 1)
HwndEx = split(HwndEx, "|")
For i = o To UBound(HwndEx) - 1
Hwnd = hwndEx(i)
If sText = "召唤" Then
Redim Preserve hwnd(ID)
Redim Preserve xc1(ID)
Redim Preserve xc2(ID)
Redim Preserve xc3(ID)
Redim Preserve xc4(ID)
Redim Preserve xc5(ID)
Redim Preserve xc6(ID)
Redim Preserve xc7(ID)
Redim Preserve xc8(ID)
Redim Preserve xc9(ID)
xc1(ID) = BeginThread(循环按键F1)
Delay 1000
xc2(ID) = BeginThread(循环按键F2)
Delay 1000
xc3(ID) = BeginThread(循环按键F3)
Delay 1000
xc4(ID) = BeginThread(循环按键F4)
Delay 1000
xc5(ID) = BeginThread(循环按键F5)
Delay 1000
xc6(ID) = BeginThread(循环按键F6)
Delay 1000
xc7(ID) = BeginThread(召唤状态)
Delay 1000
xc8(ID) = BeginThread(检测血量)
Delay 1000
xc9(ID) = BeginThread(召唤挂机)
Delay 2000
end if
在用源代码测试脚本什么问题都不会出现。
制作成小精灵后,就出现小精灵开始闪动,大概30-60秒,脚本卡主不能拖动,关闭脚本的时候也是同样的问题,脚本卡主不动30-60秒后停止闪动。
运行过程中是没有问题。
本人测试了下。线程减少后就好了。
大家可以帮我解答下:
在源代码中运行没有问题,制作出了后就闪动,如何处理?
|