查了很多资料,有看到说使用dllcall的方式,但是没看懂怎么运用到自己的脚本里,求大佬们帮忙讲下怎么弄
示例:
~g::
loop
{
send,{lbutton down}
random,randtime,924,1024
sleep,%randtime%
send,{lbutton up}
random,randtime2,1,9
sleep %randtime2%
}
until not getkeystate("g","p")
示例:
~g::
loop
{
send,{lbutton down}
random,randtime,924,1024
sleep,%randtime%
send,{lbutton up}
random,randtime2,1,9
sleep %randtime2%
}
until not getkeystate("g","p")










