PPGG Posted March 8, 2020 Posted March 8, 2020 Hello i want to make myself a bot for automatic fishing, but i never worked with AutoIt so i wanted to ask first if its even possible. The bot should press "1" to attach bait to the fishing rod and then "2" to start fishing. After a while a number from 1-4 will pop up above ur head and u have to press "2" the right ammount of times coresponding to the number above ur head. The number pops up after 5-15sec and stays about 2sec. It doesnt increase or decrease in size when it pops up but u have some sparkles and a circle around it when it starts to appear and if u zoom in and out the size and position vary alot. I will add a link with screenshot so u can see it. https://imgur.com/a/hDGKQ1m Basicly should look like this - somehow focus my screen in right direction so im not zoomed in so pixel scan will work -press key 1 -press key 2 -scan pixel if true press key x -else scan pixel if true press Key y and so on and repeat. but i dont know if u can scan multiple pixels so fast and how many points i need to scan to identify the number for sure etc. And im not sure if the number not a little transparent, so the background changes the colour of the number depending on my position. is it possible to scan in a range of a colour, like not only exact colour false/true but have true if its just a blueish colour or have pixel scanner just detect if colour changes etc. Another problem is, that if u fail ur fishing rod goes to inventory and u blocked from fishing for 60sec, but u can equip it again with 1-2 mouseclicks. I only need this so i can watch some movie and dont have to focus permanently on pressing some buttons. So my question would be if i have a realistic chance to learn how to make this myself in 2weeks or better give someone 100€ to do it for me. Btw i dont want someone do my work for me only want to know if possible to realize this with autoit or if u see any critical error which make it even pointless to start this. the rest i figure out myself, cause i bet there alot of tutorials here anyway.
Moderators Melba23 Posted March 8, 2020 Moderators Posted March 8, 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