Advertisement
Guest User

count zx

a guest
Oct 24th, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. count = 0
  2. rcount = 0
  3. Gui -ToolWindow
  4. Gui, Font, s20, Tahoma
  5. Gui, Add, Text, w100 h60 c00FF32 vTimer +Right,
  6. Gui, Color, 000000
  7. Gui, Show
  8.  
  9. ~z::
  10. count+=1
  11. KeyWait,Z
  12. GuiControl , Text , Timer , %count%`n%rcount%
  13. IfWinNotExist , count zx.ahk
  14.     Gui, Show
  15. return
  16.  
  17. ~x::
  18. rcount+=1
  19. KeyWait,X
  20. GuiControl , Text , Timer , %count%`n%rcount%
  21. IfWinNotExist , count zx.ahk
  22.     Gui, Show
  23. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement