Dawn's GM Tool

    • dan post ich mal dein vorschlag
      [COLOR="Blue"]If[/COLOR] [COLOR="RoyalBlue"]ProcessExists[/COLOR][COLOR="Red"]([/COLOR][COLOR="Silver"]"Neuz.exe"[/COLOR][COLOR="Red"])[/COLOR] [COLOR="Blue"]Then[/COLOR][COLOR="Lime"] ;- Sucht nach flyff[/COLOR]
      [COLOR="RoyalBlue"]WinActivate[/COLOR] [COLOR="Red"]([/COLOR][COLOR="Silver"]"FLYFF"[/COLOR][COLOR="Red"])[/COLOR]
      [COLOR="Lime"];~ dein code hier[/COLOR]
      [COLOR="Blue"]Else[/COLOR] [COLOR="Lime"] ;- Wen Flyff Nicht gestartet ist[/COLOR]
      [COLOR="RoyalBlue"]MsgBox[/COLOR] [COLOR="Red"]([/COLOR][COLOR="DarkOrchid"]48[/COLOR][COLOR="Red"],[/COLOR][COLOR="Silver"]"Error"[/COLOR][COLOR="Red"],[/COLOR][COLOR="Silver"]"Pls Run First the Game and Login"[/COLOR][COLOR="Red"])[/COLOR]
      [COLOR="Blue"]Endif[/COLOR]
    • Werbung zur Unterstützung des Forums ( Bitte AddBlocker deaktivieren )

    • Schönes GM Tool^^ Find auch die Grafiken nett die ab un zu bei den Funktionen sind. Der Platz ist auch sehr gut ausgenutzt :-)




      btw:
      Falls ich ein GM Tool machen würde würde ich es eher so machen:

      Quellcode

      1. $befehl="/invisible"
      2. If WinExists("FLYFF") Then
      3. ControlSend("FLYFF","","","{ENTER}")
      4. ControlSend("FLYFF","","",$befehl)
      5. ControlSend("FLYFF","","","{ENTER}")
      6. Else
      7. Msgbox(16,"Fehler","Bitte starte Flyff bevor du den Send Ingame Befehl benutzt")
      8. Endif
    • lumien;169332 schrieb:

      Schönes GM Tool^^ Find auch die Grafiken nett die ab un zu bei den Funktionen sind. Der Platz ist auch sehr gut ausgenutzt :-)




      btw:
      Falls ich ein GM Tool machen würde würde ich es eher so machen:

      Quellcode

      1. $befehl="/invisible"
      2. If WinExists("FLYFF") Then
      3. ControlSend("FLYFF","","","{ENTER}")
      4. ControlSend("FLYFF","","",$befehl)
      5. ControlSend("FLYFF","","","{ENTER}")
      6. Else
      7. Msgbox(16,"Fehler","Bitte starte Flyff bevor du den Send Ingame Befehl benutzt")
      8. Endif


      das funktioniert seit v15 nicht mehr und ist auch zieeeemlich unprofessionell
      außerdem kopieren geht doch auch schnell ^^