guys look at me again. i want to repeat all comands in script. here the clean script. its working but i want to do it all over again. all commands. thats the all codes :
wakillon your script is right its working without the button 2. please fix it and give me again
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
$Form1 = GUICreate("İnci Sözlük Entry Uplayıcı ", 341, 250, 453, 143)
$Button1 = GUICtrlCreateButton("Çalıştır !", 232, 8, 97, 113, $WS_GROUP)
$Button2 = GUICtrlCreateButton("Dur Amk ! ", 224, 136, 113, 65, $WS_GROUP)
$Label1 = GUICtrlCreateLabel("Yazılacak Kelimeyi Alt Kısma Yaz Panpa", 0, 56, 230, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
$Input1 = GUICtrlCreateInput("up up up up updullah up up up up", 8, 80, 185, 21)
$Label2 = GUICtrlCreateLabel("Bu program totolaraskina tarafindan kodlanmıştır. Her hakkı saklıdı", 8, 216, 380, 17)
GUICtrlSetFont(-1, 8, 800, 0, "MS Sans Serif")
GUISetState(@SW_SHOW)
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
MouseClick ("left",718,465)
MouseWheel("down", 4)
MouseClick ( "left",726,800)
Send("upupupupupupupu updullah upupupupuppuup")
MouseWheel("down", 1)
MouseClick ( "left",285,840)
Sleep(3000)
Case $Button2
MsgBox (0, "Kodlayan" , "Bu program totolaraskina tarafından kodlanmıştır")
Exit
Case $Label1
EndSwitch
WEnd