Guest User

Untitled

a guest
May 20th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Gui, Add, Checkbox, x0 y0 w100 vCheckbox gCheckBox, Block Popup
  2. Gui, Show, h15 w150
  3.  
  4. Return
  5. Checkbox:
  6. GuiControlGet, Checkbox
  7. SetTimer, Label, % (Checkbox ? 0 : "Off")
  8.  
  9. Return
  10. Label:
  11. #IfWinActive, TD Note
  12. ControlClick, THUNDERRT6COMMANDBUTTON1
Add Comment
Please, Sign In to add comment