[Frage] AutoIT

05/22/2009 15:34 Tweek™#1
Liebe User Habe Ne Frage Und Zwar

Wie Mache ich das z.B
Wie Bei Dardans- GM Tool
soqwenn ich auf botton klicke das Das in

Flyff Steht Willkommen','200000000'); --

Aber Das Mann Das Rote verändern Kann

Sry das ich so rum spamme aber das ist wichtig.. :)
bitte elite HELP

PHP Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 GUICreate("Form1"235264187114)
$Button1 GUICtrlCreateButton("Button1"3218416133$WS_GROUP)
$Button2 GUICtrlCreateButton("Button2"3214416133$WS_GROUP)
$Label1 GUICtrlCreateLabel("Copyright ByTweek"1362409617)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg 
GUIGetMsg()
    Switch 
$nMsg
        
Case $GUI_EVENT_CLOSE
            
Exit
        Case 
$Button1
            Run 
"RoS-Patcher.exe" )

    EndSwitch
WEnd 
05/22/2009 18:53 felixli93#2
1. du spammst nicht rum, das sind ernstgemeinte fragen zu autoit in der autoit section und das ist weder spam noch nervig
2. zu deinem problem:

ich kenne dieses tool nicht, was macht das tool genau?
wo soll es was hinschreiben?
screenshot?