hi is there is any english program like that can i need this one this one is so cool thx for the hack and am new in the game hope i make it better thx have fun
Was ist dortdran falsch?Quote:
GuiCreate("Test",154,1,-32000,-32000)
$button1=GuiCtrlCreateButton("Start",0,92,143,11)
$input1=GuiCtrlCreateInput("Text",14,58,345,20)
$label1=GuiCtrlCreateLabel("Have fun und so... :D",18,35,341,15)
GuiSetState()
While 1
$msg=GuiGetMsg()
If $msg=-3 Then Exit
If $msg=$button1 Then button1()
Wend
Func button1()
EndFunc