MouseMove( $x, $y,$geschwindigkeit) ; $x = deine x koordinate $y = deine y Koordinate und $geschwindigkeit= die geschwindigkeit, wieschnell die Maus bewegt werden soll.Quote:
Ersteinmal danke für dein sehr gutes Tutorial.
Ich habe aber 2 Fragen zum Programm AutoIt
Ich möchte Autoit auf ein Programm im Fenstermodus anwenden. Allerdings schaffe ich es nicht, dass auto it dort klickt. Es geschieht einfach nichts. Im firefox fenster oder auf dem desktop habe ich keine Probleme.
2. Wie schaffe ich es mit dem befehl mouseclick(..) dass die maus genau auf ein ganz bestimmten pixel clickt?
Grüße und vielen dank im voraus !!
Func _Optionen()
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1_1 = GUICreate("Form1", 441, 444, 311, 157)
GUISetBkColor(0x000000)
$Pic1 = GUICtrlCreatePic("C:\Users\Wulfen\Desktop\Projekt\Recources\Pics\Schädel.jpg", 144, 16, 281, 241)
$Mutli1 = GUICtrlCreateButton("HGklee", 8, 16, 113, 25)
GUICtrlSetBkColor(-1, 0xD4D0C8)
$Multi2 = GUICtrlCreateButton("Topper - Harley", 8, 48, 113, 25)
GUICtrlSetBkColor(-1, 0xD4D0C8)
$Multi3 = GUICtrlCreateButton("Negathor", 8, 80, 113, 25)
GUICtrlSetBkColor(-1, 0xD4D0C8)
$Exit = GUICtrlCreateButton("Ende", 352, 400, 73, 25)
GUICtrlSetBkColor(-1, 0xD4D0C8)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $Exit
GUIDelete("Form1")
GUICreate($Form1_1) = GUICreate("Spenden Bot", 258, 422, 364, 201)
Exit
EndSwitch
WEnd
EndFunc
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1_1 = GUICreate("Form1", 441, 444, 311, 157)
GUISetBkColor(0x000000)
$Pic1 = GUICtrlCreatePic("C:\Users\Wulfen\Desktop\Projekt\Recources\Pics\Schädel.jpg", 144, 16, 281, 241)
$Mutli1 = GUICtrlCreateButton("HGklee", 8, 16, 113, 25)
GUICtrlSetBkColor(-1, 0xD4D0C8)
$Multi2 = GUICtrlCreateButton("Topper - Harley", 8, 48, 113, 25)
GUICtrlSetBkColor(-1, 0xD4D0C8)
$Multi3 = GUICtrlCreateButton("Negathor", 8, 80, 113, 25)
GUICtrlSetBkColor(-1, 0xD4D0C8)
$Exit = GUICtrlCreateButton("Ende", 352, 400, 73, 25)
GUICtrlSetBkColor(-1, 0xD4D0C8)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $Exit
GUISetState(@SW_HIDE,$Form1_1)
$Form1 = GUICreate("Spenden Bot", 258, 422, 364, 201)
GUISetState(@SW_SHOW,$Form1)
EndSwitch
WEnd
#include <GUIConstants.au3>
$gui1 = GUICreate("erstes fenster")
$button1 = GUICtrlCreateButton("links", 10, 35, 100, 20)
$buttonklick1 = GUICtrlCreateButton("klick", 250, 35, 100, 20)
$gui2 = GUICreate("schritt links")
$buttonklick2 = GUICtrlCreateButton("klick", 10, 35, 100, 20)
$zurueck = GUICtrlCreateButton("rechts", 250, 35, 100, 20)
GUISetState(@SW_SHOW, $gui1)
While 1
$msg = GUIGetMsg(1)
Switch $msg[1]
Case $gui1
Switch $msg[0]
Case $GUI_EVENT_CLOSE
Exit
Case $buttonklick1
MsgBox(0, "", "gui1")
Case $button1
GUISetState(@SW_HIDE, $gui1)
GUISetState(@SW_SHOW, $gui2)
EndSwitch
Case $gui2
Switch $msg[0]
Case $GUI_EVENT_CLOSE
GUISetState(@SW_SHOW, $gui1)
GUISetState(@SW_HIDE, $gui2)
Case $buttonklick2
MsgBox(0, "", "gui2")
Case $zurueck
GUISetState(@SW_SHOW, $gui1)
GUISetState(@SW_HIDE, $gui2)
EndSwitch
EndSwitch
WEnd
Ich würde dich bitten nicht alte Threads zu pushen. [Only registered and activated users can see links. Click Here To Register...] hast du mal die offizielle Liste von allen Befehlen in Englisch.Quote:
Hallo Zusammen )( Habe eine frage kann mir irgent wer die Listen von den Befehlen für AutoIt v3 Script schicken heiße in Skype (rafi.laymoon1) wäre super nett wenn mir einer weiter helfen würde ich bedanke mich im vorraus an er/sie
Gruß Ralf