Suche jemanden der sich gut mit Autohotkey auskennt PLS MELDEN !

  • Ja die Überschrift sagt alles ich kenne mich mit dem Script edit aus , aber ich bekomm kein Fenster hin wo die Befehle und so drin stehen pls help me :( .

  • mom probiere aus


    geht net pls ein beispiel machen


    Danke im Vorraus

  • Code
    Gui, Show, x30 y40 h600 w800, Textfenstertitel
    Gui, Add, Picture, x0 y0 h600 w800, Bildname.png
    Gui, Font, S10 Cblue, Arial
    Gui, Add, Listbox, x100 y140 w150 h25 ReadOnly, Befehlsname


    Ist nur ein Bsp.

  • Gui, Add,Picture, x2 y2 x500 y350 , C:\Users\Akan\Pictures\Signaturen
    return
    Guiclose:
    Exitapp


    Gui, Show, x30 y40 h600 w800, TestKeybinder
    Gui, Add, Picture, x0 y0 h600 w800, SAMP2.png
    Gui, Font, S10 Cblue, Arial
    Gui, Add, Listbox, x100 y140 w150 h25 ReadOnly, 1=/stats


    #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::
    SendInput, t/stats{enter}
    return


    Hab es so eingefügt kommt aber kein Fenster




    /close habs geschafft

    Einmal editiert, zuletzt von [LoR]Jason ()