andrewknewl Posted February 26, 2020 Share Posted February 26, 2020 Hello scriptwriters and Techies. I'm new to writing scripts and am trying to get one to left-click in a specific area, randomly between 17-20 minuets, and then move to another specific area and click again (after another 17-20 min) between 17-20 min, and then repeat that every cycle. I can get it to click in the area but then it clicks like 10 times, i just need 1 click. I also cannot figure out how to get it to click randomly between 17 and 20 min, it clicks exactly on 17 min. Anyone got the fix? Example scripts would be appreciated, Thanks! Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted February 26, 2020 Moderators Share Posted February 26, 2020 Moved to the appropriate forum, as the Developer General Discussion forum very clearly states: Quote General development and scripting discussions. If it's super geeky and you don't know where to put it - it's probably here. Do not create AutoIt-related topics here, use the AutoIt General Help and Support or AutoIt Technical Discussion forums. 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 Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted February 26, 2020 Moderators Share Posted February 26, 2020 andrewknewl, And just why do you need all these random clicks? M23 PS. This is a Mod working, so everyone else please keep out. andrewknewl 1 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 Link to comment Share on other sites More sharing options...
andrewknewl Posted February 26, 2020 Author Share Posted February 26, 2020 I'm trying to keep my computer from locking itself. and the points it will be clicking will move an rpg character one square. obviously i could just set a timer on my phone and click the screen myself but i figured if i could have a program do it for me why not Link to comment Share on other sites More sharing options...
andrewknewl Posted February 26, 2020 Author Share Posted February 26, 2020 Looking at your previous comments you're awfully concerned with what everyone's auto-it scripts are doing...is there a code of conduct piece i missed? Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted February 26, 2020 Moderators Share Posted February 26, 2020 andrewknewl, Quote Looking at your previous comments you're awfully concerned with what everyone's auto-it scripts are doing The "Moderator" flag under my avatar is not sufficient explanation of why this might be the case? Quote is there a code of conduct piece i missed? Yes - see the answer to the point below. Quote it will be clicking will move an rpg character one square You appear to have missed the Forum rules on your way in. Please read them now - particularly the bit about not discussing game automation. Now you should understand why this thread will now be locked. M23 FrancescoDiMuro 1 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 Link to comment Share on other sites More sharing options...
Recommended Posts