peterpbrown Posted September 18, 2015 Posted September 18, 2015 (edited) Hi im new to autoit and need a simple function, i thinkwhat I have is belowHotKeySet("{ESC}", "Terminate")While 1MouseClick("left", 1300, 785, 1, 14)MouseClick("left", 463, 704, 1, 32)MouseClick("left", 995, 545, 1, 14)MouseClick("left", 848, 604, 1, 25)MouseClick("left", 676, 592, 1, 10)MouseClick("left", 887, 608, 1, 0)WEndFunc Terminate() Exit 0EndFunc I want to then add another function after a 10 mintute delay that allow three more mouse clicks to happen , then repeat. but i want the above mouce clicks still to be happening in the 10 minute delay ? any help would be appreciated, and sorry if im being a retard lol Edited September 18, 2015 by peterpbrown
Danyfirex Posted September 18, 2015 Posted September 18, 2015 look into adlibregister funtion. Saludos Danysys.com AutoIt... UDFs: VirusTotal API 2.0 UDF - libZPlay UDF - Apps: Guitar Tab Tester - VirusTotal Hash Checker Examples: Text-to-Speech ISpVoice Interface - Get installed applications - Enable/Disable Network connection PrintHookProc - WINTRUST - Mute Microphone Level - Get Connected NetWorks - Create NetWork Connection ShortCut
peterpbrown Posted September 18, 2015 Author Posted September 18, 2015 (edited) still doesn't make sense tbh Edited September 18, 2015 by peterpbrown
water Posted September 18, 2015 Posted September 18, 2015 Welcome to AutoIt and the forum!Can you please tell us which program you try to automate?MouseClick depends on screen resolution and window position so it is - in most cases - not very reliable. Most of the time there are other ways to do what you want to do. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
peterpbrown Posted September 18, 2015 Author Posted September 18, 2015 im trying to auto the fifa 16 web app
water Posted September 19, 2015 Posted September 19, 2015 That's what I feared!You seem to have missed to read the forum rules on your way in. Please do so now!Game automation of any kind is not permitted on this forum.Hope to see you soon with a legitimate question My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki
Newb Posted September 19, 2015 Posted September 19, 2015 im trying to auto the fifa 16 web app I laugh everytime I'm a compulsive poster. When I post something, come to read it at least 5 minutes later after the posting, because I will edit it. I edited even this signature a few minutes later after I wrote it.
Recommended Posts