按键精灵中VB语句
希望在限定时间段内随机时间按某个键例如:在500——2000毫秒内(时间随机)按1键、接着再过在1000——2000毫秒内(时间随机)按2键………………我写了一个,但不执...
希望在限定时间段内随机时间按某个键
例如:在500——2000毫秒内(时间随机)按1键、接着再过在1000——2000毫秒内(时间随机)按2键………………
我写了一个,但不执行延时:
KeyPress 49 1
Delay VBS Randomizeint int(Rnd(500)*2000)
KeyPress 50 1
Delay VBS Randomizeint int(Rnd(1000)*2000)
KeyPress 51 1
Delay VBS Randomizeint int(Rnd(10000)*18000)
KeyPress 52 1
Delay VBS Randomizeint int(Rnd(1000)*2000)
KeyPress 53 1
Delay VBS Randomizeint int(Rnd(500)*1000)
希望高手帮忙 展开
例如:在500——2000毫秒内(时间随机)按1键、接着再过在1000——2000毫秒内(时间随机)按2键………………
我写了一个,但不执行延时:
KeyPress 49 1
Delay VBS Randomizeint int(Rnd(500)*2000)
KeyPress 50 1
Delay VBS Randomizeint int(Rnd(1000)*2000)
KeyPress 51 1
Delay VBS Randomizeint int(Rnd(10000)*18000)
KeyPress 52 1
Delay VBS Randomizeint int(Rnd(1000)*2000)
KeyPress 53 1
Delay VBS Randomizeint int(Rnd(500)*1000)
希望高手帮忙 展开
3个回答
AiPPT
2024-09-19 广告
2024-09-19 广告
随着AI技术的飞速发展,如今市面上涌现了许多实用易操作的AI生成工具1、简介:AiPPT: 这款AI工具智能理解用户输入的主题,提供“AI智能生成”和“导入本地大纲”的选项,生成的PPT内容丰富多样,可自由编辑和添加元素,图表类型包括柱状图...
点击进入详情页
本回答由AiPPT提供
展开全部
键精灵里只是语法尊从VB语法的脚本语言而已不是真的VB,当然不执行了
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
//试试看吧
VBS randomize
VBS t1 = int(rnd * 1500 + 500)
VBS t2 = int(rnd * 1000 + 1000)
VBS t3 = int(rnd * 8000 + 10000)
VBS t4 = int(rnd * 1000 + 1000)
VBS t5 = int(rnd * 500 + 500)
Delay t1
KeyPress 50 1
Delay t2
KeyPress 51 1
Delay t3
KeyPress 52 1
Delay t4
KeyPress 53 1
Delay t5
VBS randomize
VBS t1 = int(rnd * 1500 + 500)
VBS t2 = int(rnd * 1000 + 1000)
VBS t3 = int(rnd * 8000 + 10000)
VBS t4 = int(rnd * 1000 + 1000)
VBS t5 = int(rnd * 500 + 500)
Delay t1
KeyPress 50 1
Delay t2
KeyPress 51 1
Delay t3
KeyPress 52 1
Delay t4
KeyPress 53 1
Delay t5
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询