etruska Posted October 12, 2023 Posted October 12, 2023 Good evening everyone, Sorry if I'm posting this in the wrong place. I play an old game called Tibia, some of you might know it haha, and I'd like to request for a script that can do some things for me. I'm willing to pay for it. The idea is for this script to read the screen and when a message is sent there I need it to react to it by copying the code sent in this message then pasting it on the chat and return. Example: Let's say the message it's supposed to read is "You advanced to axe fighting level 120.", I'd like the script to read when that kind of message is sent(other messages will be displayed constantly), copy the last portion of it "120", press "ENTER" to enter chat mode, paste the "120", press "ENTER" again to return the message. I read it's possible to do this kind of stuff with WinGetText. The message I need it to read is always like this, the only thing that changes is the code. This message will always be Red. This message will also be displayed in the chat window below. "System verification. Type this code: 8MZBJ" If you are interested in developing this or know how to do it and wants to guide me through it, I have some coding knowledge in other areas. Let me know below or send me a DM. Thank you very much!
Solution Andreik Posted October 12, 2023 Solution Posted October 12, 2023 Quote Forum Posting 1. Do not ask for help with AutoIt scripts, post links to, or start discussion topics on the following subjects: Malware of any form - trojan, virus, keylogger, spam tool, "joke/spoof" script, etc. Bypassing of security measures - log-in and security dialogs, CAPTCHAs, anti-bot agents, software activation, etc. Automation of software/sites contrary to their EULA (see Reporting bullet below). Launching, automation or script interaction with games or game servers, regardless of the game. Running or injecting any code (in any form) intended to alter the original functionality of another process. Decompilation of AutoIt scripts or details of decompiler software. Expand Probably a moderator will lock your thread soon since you didn't follow the forum rules.
Moderators Melba23 Posted October 13, 2023 Moderators Posted October 13, 2023 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: Reveal hidden contents 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