ianonyk 0 Posted July 21, 2013 Hey guys, I'm new to AUTO IT, and I'm trying to build a program that check whenever user press "~" . It repeats "~" for 5 times with 1 second delay between. Could you guys show me the simplest way to do that. Thanks alot Share this post Link to post Share on other sites
somdcomputerguy 103 Posted July 21, 2013 In the AutoIT help file, refer to HotKeySet, Send (or ControlSend), and Sleep. The help file will also be, helpful, whether you want 5 repeats and a 1 sec. delay, or a 1 sec. delay between the repeats. You are much more likely to receive help with problems arising from some code you've written. Welcome to the Forum! - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change. Share this post Link to post Share on other sites
water 2,367 Posted July 21, 2013 Welcome to AutoIt and the forum! Can you please tell us which program you try to automate? Your keyboard has a repeat function - so why script it? My UDFs and Tutorials: Spoiler UDFs:Active Directory (NEW 2020-10-10 - Version 1.5.2.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX (NEW 2020-12-15 - Version 1.6.3.1) - Download - General Help & Support - Example Scripts - WikiOutlookEX_GUI (2020-06-27 - Version 1.3.2.0) - DownloadOutlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - WikiExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example ScriptsPowerPoint (2017-06-06 - Version 0.0.5.0) - Download - General Help & SupportExcel - Example Scripts - WikiWord - WikiTask Scheduler (2019-12-03 - Version 1.5.1.0) - Download - General Help & Support - WikiTutorials:ADO - Wiki, WebDriver - Wiki Share this post Link to post Share on other sites
ianonyk 0 Posted July 21, 2013 (edited) I'm trying to get a auto press for my game . BTW the built in function in window is repeat when you actually hold the key. I need it to "Key Down - Key Up" every time. Could you guys demo a simple source code that do it? Edited July 21, 2013 by ianonyk Share this post Link to post Share on other sites
Bert 1,427 Posted July 21, 2013 No can do! Please read the forum rules. Automation of games is not allowed here. The Vollatran project _____ I'm famous My blog: http://www.vollysinterestingshit.com/ Share this post Link to post Share on other sites