warbux Posted September 11, 2012 Posted September 11, 2012 I am sure this is really easy but I am very new to this. I need a script that will press the number 3 every 29 seconds. Thanks
FireFox Posted September 11, 2012 Posted September 11, 2012 Hi, I need a script that will press the number 3 every 29 seconds. What for? While 1 Sleep(1000 * 29) Send("3") WEnd Br, FireFox.
jdelaney Posted September 11, 2012 Posted September 11, 2012 AdlibRegister ( "function" [, time] ) Parameters function The name of the adlib function to be registered. time [optional] how often in milliseconds to call the function. Default is 250 ms. IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
water Posted September 11, 2012 Posted September 11, 2012 Welcome to AutoIt and the forum! I too would like to know why you need to press a key every 29 seconds. 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
warbux Posted September 11, 2012 Author Posted September 11, 2012 I have a broken finger and I am trying to play a game and the buff needs to be recast every 30 seconds. I basically just want to be able to toggle it on and off.
jb11 Posted September 11, 2012 Posted September 11, 2012 You said you are toggling it but it seems the script will be actually casting the spell for you. I hope this is not for any major MMO because automation is typically bannable.
somdcomputerguy Posted September 12, 2012 Posted September 12, 2012 Well how major or minor, single or multi player, it matters not - Forum Rules. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
Administrators Jon Posted September 12, 2012 Administrators Posted September 12, 2012 Please read http://www.autoitscript.com/forum/forum-2/announcement-13-forum-rules/
Recommended Posts