; This is my first script
MsgBox(0, "ichwillkeinevieren says", " welcome to My first script")
Run("notepad.exe")
WinWaitActive("Unbenannt - Editor")
Send("Soweit so gut.")
WinClose("Unbenannt - Editor")
WinWaitActive("Editor", "Aktuelle Änderungen speichern")
Send("!N")
HotKeySet("{F9}", "start")
HotKeySet("{F10}", "Terminate")
Run("shiro2.exe")
Controlsend Problem 02/21/2013 - AutoIt - 2 Replies Hallo Com,
ich lerne neben C# nebenbei noch etwas AutoIt.
Als erstes kleines Projekt habe ich mir einen Spamer vorgestellt,
welche an ein angegebenes Fenster einen bestimmten Text sendet.
Das ganze sieht momentan so aus:
http://i.epvpimg.com/J7VZb.png
Und der Code so(ohne den Gui-Code):
controlsend problem 02/12/2012 - AutoIt - 7 Replies Hy,
send("1") - is use the 1 number in game if the game is active,
ControlSend("gamewindowtitle", "", "", "1") - this script use only to one window, but in game doesnt use number, just if i use chat, this code wrigint in chat, how can i do it how works on keyboard?
now i try use numbers in game with this:
While 1
ControlSend("", "", "", "{"$1"}")
Problem Controlsend 06/11/2011 - AutoIt - 17 Replies so ich hab einen neuen bot programmmiert (Spiel archlord, is aber eig egal) und das problem ist, dass controlsend() meistens nicht funktioniert, ganz selten aber iwie dann doch. Der Rest des Codes funktioniert soweit(HWND, keys, auch winsettitle) Außerdem funktioniert controlsend() noch, wenn man es als kontrollfunktion direkt nach der variablendeklaration ausführt. Hier mal der Code, vllt hat jemand ne Idee
#RequireAdmin
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****...
ControlSend Problem. 01/31/2011 - AutoIt - 1 Replies Hey E*pvpers.
Hab ein Problem, das ausgelesene einer Combobox richtig weiterzuverwenden.
Folgendes Script hab ich getestet und es geht
$handle = WinGetHandle(" & $iInput1 & ")
ControlSend($handle, "", "", "{F5}")
Problem mit Controlsend 08/06/2010 - AutoIt - 36 Replies Hallo,
Vielleicht haben manche von euch auch das Problem das wen es zuviele ControlSends im Script sind und du z.b. was schreiben willst dan die Tastatur komplett anfängt zu Spinnen.
z.b.:
Func _1()
ControlSend("4Story_GSP", "", 0, "{TAB}")
Sleep(150)
ControlSend("4Story_GSP", "", 0, "{TAB}")
Sleep(400)