按键精灵里只是语法尊从VB语法的脚本语言而已不是真的VB,当然不执行了
键精灵里只是语法尊从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