Code:
#include <GUIConstants.au3>
#Region ### START Koda GUI section ### Form=c:\dokumente und einstellungen\\desktop\.kxf
$Auto = GUICreate(" by Maggot><(c) Maggot><", 633, 447, 193, 125)
GUISetBkColor(0x000000)
$Label1 = GUICtrlCreateLabel(" ", 8, 72, 259, 25)
GUICtrlSetBkColor(-1, 0xFFFFFF)
$Input1 = GUICtrlCreateInput("", 312, 72, 185, 21)
GUICtrlSetBkColor(-1, 0x004E98)
$Label2 = GUICtrlCreateLabel("", 8, 136, 204, 17)
GUICtrlSetBkColor(-1, 0xFFFFFF)
$Input2 = GUICtrlCreateInput("10000000", 312, 136, 177, 21)
GUICtrlSetBkColor(-1, 0x004E98)
$Button1 = GUICtrlCreateButton("START", 176, 296, 217, 97, 0)
$Label3 = GUICtrlCreateLabel(", dies ist mein erster Bot also seid nicht zu kritisch MfG Maggot E*PvPers ", 24, 16, 585, 17)
GUICtrlSetBkColor(-1, 0xFFFFFF)
$Button2 = GUICtrlCreateButton("E*pvpers.de", 16, 272, 113, 113, 0)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
case $Button2
Shellexecute("www.elitepvpers.com")
case $Button1
EndSwitch
If $nMsg = $Button1 Then
Send ($Input2)
EndIf
WEnd
Exit
mein Problem ist eig simple aber für mich unlogisch
Oben steht Input2 mit dme wert 1000000
aber wenn ich den Bot durchlaufen lasse schreibt er nur eine 6 O.o wie kommt des?
@FichteFoll guck mal pls pm ;)