Advertisement
Guest User

Untitled

a guest
Aug 13th, 2014
1,451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. //
  2. // autoexec
  3. //
  4. <Command AutoExec>
  5. <TurnHotkeysOff>
  6. <CreateColoredButton Button1 250 50 150 40 0xff0000 0xFFFFFF "HOTKEYS ON">
  7. <TargetButton Button1>
  8. <Alwaysontop on>
  9. <HideWin>
  10.  
  11. //
  12. // hotkeys toggle
  13. //
  14. <Hotkey Pause>
  15. <Toggle>
  16. <TurnHotKeysOn>
  17. <Targetbutton Button1>
  18. <Alwaysontop off>
  19. <Alwaysontop on>
  20. <ShowWin>
  21. <Toggle>
  22. <TurnHotKeysOff>
  23. <Targetbutton Button1>
  24. <Alwaysontop off>
  25. <Alwaysontop on>
  26. <HideWin>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement