View Single Post
  #1559  
Old 10-03-2007, 04:24 AM
cardsport cardsport is offline
Member
 
Join Date: Sep 2006
Location: Germany
Posts: 65
Default Re: Stars Bet Pot AHK ?

Make a separate Script to suspend/aktivate HotKeys:


DetectHiddenWindows On
SetTitleMatchMode 2

F1::
PostMessage, 0x111, 65305,,, BetPot.ahk
;PostMessage, 0x111, 65305,,, AnyOtherScript.ahk
return
Reply With Quote