ich habe folgenden code :
Code:
Gui, show, w620 h400 , Keybinder by NightFlash c(O.Oc)
Gui, Font, S11 Cgreen, Arial
Gui, add, Text, x10 y20 +BackgroundTrans , 1 = Motor starten
Gui, add, Text, x10 y35 +BackgroundTrans , 2 = Fahrzeug auf/zu schließen [ außen ]
Gui, add, Text, x10 y50 +BackgroundTrans , 3 = Fahrzeug auf/zu schließen [ innen ]
Gui, add, Text, x10 y65 +BackgroundTrans , 4 = Zoll öffnen
Gui, add, Text, x10 y80 +BackgroundTrans , 5 = Menu öffnen + 1. Speise essen [ BSN ]
Gui, add, Text, x310 y20 +BackgroundTrans , 6 = tanken [ Tankstelle ]
Gui, add, Text, x310 y35 +BackgroundTrans , 7 = Kanister kaufen [ Tankstelle ]
Gui, add, Text, x310 y50 +BackgroundTrans , 8 = tanken [ Kanister ]
Gui, add, Text, x310 y65 +BackgroundTrans , 9 = Radio ausschalten
Gui, add, Text, x310 y80 +BackgroundTrans , 0 = Radio Sendemenu öffnen
Gui, add, Text, x10 y110 +BackgroundTrans , Strg K0mbinationen :
Gui, add, Text, x10 y135 +BackgroundTrans , Strg + 1 = auf die Uhr sehen
Gui, add, Text, x10 y150 +BackgroundTrans , Strg + 2 = jemandem Geld bezahlen
Gui, add, Text, x10 y165 +BackgroundTrans , Strg + 3 = Stats anschauen
Gui, add, Text, x310 y135 +BackgroundTrans , Strg + 4 = Telefonbuch
Gui, add, Text, x310 y150 +BackgroundTrans , Strg + 5 = Jemandem eine SMS schreiben
Gui, add, Text, x310 y165 +BackgroundTrans , Strg + 6 = Jemanden anrufen
Gui, Add, Button, x10 y190 w250 h30 , Waffen Dealer
Gui, Add, Button, x10 y220 w250 h30 , Anwalt
Gui, Add, Button, x10 y250 w250 h30 , Hure
Gui, Add, Button, x10 y280 w250 h30 , Comming Soon....
Gui, Add, Button, x310 y190 w250 h30 , Comming Soon....
Gui, Add, Button, x310 y220 w250 h30 , Comming Soon....
Gui, Add, Button, x310 y250 w250 h30 , Comming Soon....
Gui, Add, Button, x310 y280 w250 h30 , Comming Soon....
#IfWinActive, GTA:SA:MP
#UseHook
t::
Suspend On
SendInput t
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
Escape::
Suspend Permit
Suspend Off
SendInput {Escape}
Hotkey, t, On
Hotkey, Enter, Off
Hotkey, Escape, Off
return
1::
Send t/engine{enter}
return
2::
Send t/carlock{enter}
return
3::
Send t/lock{enter}
return
4::
Send t/zoll{enter}
return
5::
Send t/menu{enter}{enter}
return
6::
Send t/fill{enter}
return
7::
Send t/get fuel{enter}
return
8::
Send t/fillcar{enter}
return
9::
Send t/vehradio{enter}
sleep 1000
Send {enter}
return
0::
Send t/vehradio{enter}
return
Ctrl & 1::
Send t/time{enter}
return
Ctrl & 2::
Send t/pay
Suspend On
Hotkey, Enter, On
Hotkey, Escape, On
Hotkey, Ctrl & 2, Off
return
Ctrl & 3::
Send t/stats{enter}
return
Ctrl & 4::
Send t/number
Suspend On
Hotkey, Enter, On
Hotkey, Escape, On
Hotkey, Ctrl & 4, Off
return
Ctrl & 5::
Send t/sms
Suspend On
Hotkey, Enter, On
Hotkey, Escape, On
Hotkey, Ctrl & 5, Off
return
Ctrl & 6::
Send t/call
Suspend On
Hotkey, Enter, On
Hotkey, Escape, On
Hotkey, Ctrl & 6, Off
return
versteht das jemand ? wenn ja bitte hilf mir






