Hilfe?!?

  • [autoit]

    #include <Misc.au3>

    [/autoit][autoit][/autoit][autoit][/autoit][autoit]

    Func _starten()
    While 1
    mousemove(10,100)
    mousemove(700,700)
    If _ispressed ("60") and _ispressed("61") then
    exit
    endif
    wend
    endfunc

    [/autoit][autoit][/autoit][autoit][/autoit][autoit]

    While 1
    If _ispressed ("60") and _ispressed ("62") then
    _starten()
    endif
    wend

    [/autoit]

    Hey, so sieht mein Script bis jetzt aus. Möchte jetzt nur noch haben, dass wenn man die Kombination erneut drückt, es wieder von vorne losgeht. Habe schon alles mögliche ausprobiert, find aber keine Lösung

    Einmal editiert, zuletzt von Ensiferuum (28. Januar 2012 um 11:03)