無法按Ctrl

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: 無法按Ctrl

無法按Ctrl

Post by Noboru » 06 Aug 2017, 03:29

啟動此程式的時候無法按Ctrl...

程式碼:

#MaxThreadsPerHotkey 3
MButton::
#MaxThreadsPerHotkey 1
if KeepWinZRunning
{
KeepWinZRunning := false
return
}
KeepWinZRunning := true
Loop
{
Send q
Sleep 5
Send 3
Sleep 5
Send {RButton}
Sleep 10
Send {RButton}
Sleep 10
Send {RButton}
Sleep 10
Send {RButton}hh
Sleep 10
Send {RButton}
Sleep 10
Send {RButton}
Sleep 10
Send {RButton}
Sleep 10
Send {RButton}
Sleep 10
Send {RButton}
Sleep 10
Send {RButton}
Sleep 10
Send {RButton}
Sleep 10
Send {RButton}
Sleep 10
Send {RButton}
Sleep 10
Send {RButton}
Sleep 10

if not KeepWinZRunning
break
}
KeepWinZRunning := false
return

Top