Hey,
ich habe ein problem
Hier ist das script........
Also das Problem ist, dass er einmal den Input nimmt also 100000 und dann nimmt er es nicht mehr sondern benutzt 0
wer kann mir helfen ?
MfG Maggot><
Danke für eure Hilfe
ich habe ein problem
Code:
#include <GUIConstants.au3>
#Region ### START Koda GUI section ### Form=c:\dokumente und einstellungen\admin\desktop\autoexpspender.kxf
$Auto = GUICreate("mouwMOUW", 633, 447, 193, 125)
GUISetBkColor(0x000080)
$Input1 = GUICtrlCreateInput("300000", 312, 72, 185, 21)
GUICtrlSetBkColor(-1, 0xA0A0A4)
$dudu = GUICtrlCreateInput("100000", 312, 136, 177, 21)
GUICtrlSetBkColor(-1, 0x808080)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
Func Read ()
While 1
$dudu = GuiCtrlRead ($dudu)
$input = GuiCtrlRead($input1)
Sleep (100)
WEnd
EndFunc
Hotkeyset ("F7","Terminate")
Hotkeyset ("F6","Start")
Hotkeyset ("F5","Normal")
Normal()
Func Normal()
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
Start()
Case $Button2
Shellexecute("www.elitepvpers.com")
EndSwitch
WEnd
Sleep(50)
EndFunc
Func Start()
While 1
Sleep ($Input)
Sleep (100)
Send ($dudu)
Wend
EndFunc
Func Terminate()
Exit 0
EndFunc
Hier ist das script........
Also das Problem ist, dass er einmal den Input nimmt also 100000 und dann nimmt er es nicht mehr sondern benutzt 0
wer kann mir helfen ?
MfG Maggot><
Danke für eure Hilfe