Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. IniRead,taste_1,settings.ini,Keybinds, taste_1
  2.  
  3. ;Gui
  4. Gui, Show, w400 h250, Terroristen Keybinder v 1.0 by Artemis
  5. Gui, Add, Tab2, x2 y-1 w400 h250 , Terror Keybinds|Eigene Keybinds|Einstellungen
  6. Gui, Add, Hotkey, x10 y25 vtaste_1, %taste_1%
  7. Gui, Add, Button, x5 y220 gSpeichern, Speichern
  8. return
  9.  
  10.  
  11. GuiClose:
  12. ExitApp
  13. Speichern:
  14. Gui,Submit,Nohide
  15. IniWrite, %taste_1%,settings.ini,Keybinds, taste_1
  16. MsgBox, 0,, %taste_1%.
  17. return
  18.  
  19. Hotkey,%taste_1%,Waschen, UserErrorlevel
  20. return
  21.  
  22. Waschen:
  23. SendInput, t/s WASCHEN! {enter}
  24. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement