iPeriphery Posted March 17, 2016 Posted March 17, 2016 (edited) I am trying to make an auto login for a game and It's working up to the part where I need to actually choose my character which I want it to hit Enter to log in after 45 seconds have passed; this isn't working. I am also trying to make the script start back up the auto login process if I am kicked from the game back to the login screen. Any Ideas? <snip> Edited March 17, 2016 by Melba23 Code removed
alienclone Posted March 17, 2016 Posted March 17, 2016 I would use the window info tool to find the actual controls to send info to instead of relying on blind faith and "tab"s. If that doesn't work, then search google for better tools designed specifically to automate games since this topic is forbidden in the AutoIt forums and this thread will be locked as soon as a mod sees it. If @error Then MsgBox(262192, "", @ComputerName & " slaps " & @UserName & " around a bit with a large trout!") EndIf "Yeah yeah yeah patience, how long will that take?" -Ed Gruberman REAL search results | SciTE4AutoIt3 Editor Full Version
Moderators Melba23 Posted March 17, 2016 Moderators Posted March 17, 2016 iPeriphery, alienclone is quite right - please read the Forum rules - particularly the bit about not discussing game intereaction - before you post again. Thread locked. But welcome to the AutoIt forum - and see you soon with a legitimate question I hope. alienclone, When you fully appreciate that a question is against the Forum rules it is not acceptable to offer any help at all - even if only of a general nature. Please do not do so again. M23 Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts