#IfWinActive, GTA:SA:MP #UseHook #SingleInstance, Force IniRead, name, Optionen.ini, settings, name Gui, Show, x30 y40 h200 w600, Easy Keybinder Gui, Add, Picture, x0 y0 h200 w600, Keybinderhintergrund.png Gui, Font, S10 Cred, Arial Gui, Add, Listbox, x25 y225 w150 h25 ReadOnly, Easy Keybinder Gui, Font, S08 Cblue, Arial Gui, Add, Listbox, x25 y25 w150 h25 ReadOnly, Befehl 1 Gui, Add, Listbox, x25 y50 w150 h25 ReadOnly, Befehl 2 Gui, Add, Listbox, x25 y75 w150 h25 ReadOnly, Befehl 3 Gui, Add, Listbox, x25 y100 w150 h25 ReadOnly, Befehl 4 Gui, Add, Listbox, x25 y125 w150 h25 ReadOnly, Befehl 5 Gui, Font, S12 Cblack, Arial Gui, Add, Listbox, x25 y150 w150 h25 ReadOnly, EASY KEYBINDER BY G-MAC_X3(Nach einem Tutorial von easy-scripting.net) Gui, Add, Button, x25 y175 w150 h25 gsavex, Speichern Gui,Add,Edit,x200 y175 w150 h25 vName, %name% return savex: Gui, Submit IniWrite, %name%, Optionen.ini, settings, name Gui, Show Return ~Escape:: Suspend Permit Suspend Off Hotkey, t, On Hotkey, Enter, Off Hotkey, Escape, Off return +T:: ~t:: Suspend On Hotkey, Enter, On Hotkey, Escape, On Hotkey, t, Off return ~NumpadEnter:: ~Enter:: Suspend Permit Suspend Off SendInput {Enter} Hotkey, t, On Hotkey, Enter, Off Hotkey, Escape, Off return GuiClose: exitapp return