rimmi2002 Posted July 14, 2020 Posted July 14, 2020 Hi, I'm trying to make a bot for a online game. I have one that works fairly well on auto it. However I have seen other developers make Bots that can work with the game window in the background. It just can't be minimized. Is there a way to do that with auto it, while checking for pixels or image search. I am using the msvcr110d.dll with imagesearch.dll posted here some time ago. A lot of the maneuvering is done through pixel detection as well though. If this is not possible through auto it, is there another language that is better suited for this. Also in addition for this particular game when using the auto it info tool, I do not get any control information. Which means I cannot use controlclick or other similar commands. I'm willing to learn a new language for this. Any recommendations on where I should start? Thanks.
argumentum Posted July 14, 2020 Posted July 14, 2020 You've been in the forum since 2013. You should know better than asking this type of question. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting.
rimmi2002 Posted July 14, 2020 Author Posted July 14, 2020 1 hour ago, argumentum said: You've been in the forum since 2013. You should know better than asking this type of question. My bad if such questions are prohibited. I'm just trying to build something to save my hands and save time. Not making a bot for sale on anything.
Moderators Melba23 Posted July 14, 2020 Moderators Posted July 14, 2020 Welcome to the AutoIt forum. Unfortunately you appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation - and then you will understand why you will get no help and this thread will now be locked. See you soon with a legitimate question I hope. The Moderation team 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