IcantCodeHelp Posted December 28, 2020 Share Posted December 28, 2020 Can you tell me where I should go in order to make a script that automatically clicks multiple keys in a sequence order? Thank you, kind sir Link to comment Share on other sites More sharing options...
Developers Jos Posted December 28, 2020 Developers Share Posted December 28, 2020 (edited) mmm.... thought I pointed you in the right direction the last time but don't see any progress. Shall we take a different approach this time and you demonstrate some initiative? Jos Edited December 28, 2020 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
IcantCodeHelp Posted December 28, 2020 Author Share Posted December 28, 2020 Yeah, i somewhat go it this is what i got down HotKeySet("{ESC}", "_Exit") While 1 WinActivate("Untitled") send("po po pooi dspoiopp dspoiopoi") send("iiioi iiiiiou") send("sss ppp ooo iiiiyiyioi") send("iiioi iiiiiou") sleep("sss ppp ooo iiiiyiyioiii") send("sd sd sds") send("sdfdspodfdspoi") send("sd sd sds") send("sdfdspodfdspoi") sleep("iiiop iii sp iii") send("dfdspoi") send("po po pooi dspoiopp dspoiopoi") send("po po pooi dspoiopp dspoiopoi") WEnd Func _Exit () Exit EndFunc It should type these letters out one by one thats the goal Link to comment Share on other sites More sharing options...
Developers Jos Posted December 28, 2020 Developers Share Posted December 28, 2020 ...and I should now seriously look at that code and comment on it in a professional manner after posted that BS? I am sorry, but I am not going to spent any more energy on that other than typing this post. enjoy FrancescoDiMuro 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
IcantCodeHelp Posted December 28, 2020 Author Share Posted December 28, 2020 Okay just trying to learn haven't done this in awhile but cya Link to comment Share on other sites More sharing options...
Nine Posted December 28, 2020 Share Posted December 28, 2020 (edited) What have you not done for awhile ? Trying or Learning ? Edited December 28, 2020 by Nine “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
IcantCodeHelp Posted December 28, 2020 Author Share Posted December 28, 2020 (edited) Learning its an interesting app i didnt understand all of it Edited December 28, 2020 by IcantCodeHelp Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted December 28, 2020 Moderators Share Posted December 28, 2020 (edited) @IcantCodeHelp All of your threads and posts thus far seem to be wanting someone to spoon feed you answers; you have MULTIPLE times been directed to the help file and OBVIOUSLY haven't done so. You won't learn anything until you actually open the help file and start reading/trying things out. Let's start with a detailed description of what you are trying to accomplish. Edited December 28, 2020 by JLogan3o13 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
IcantCodeHelp Posted December 28, 2020 Author Share Posted December 28, 2020 Didnt really notice that was along time ago thank you Link to comment Share on other sites More sharing options...
IcantCodeHelp Posted December 28, 2020 Author Share Posted December 28, 2020 The goal is to make it type out keys on the keyboard and loop if needed ill come back to this thread for help Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted December 28, 2020 Moderators Share Posted December 28, 2020 Not really sure what that is supposed to mean, I believe both Jos' question and my own are fairly simple. I am beginning to suspect from your demeanor that you are quite young, so am going to try again - what are you trying to accomplish with your code? =====================At this point, unless you are part of the Moderation staff, please stay out===================== "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
IcantCodeHelp Posted December 28, 2020 Author Share Posted December 28, 2020 Im just clueless on what to do sorry about that, you want me to be more specific im assuming The goal is to make it type automatically in order. For this online piano website. And I was looking for advice Link to comment Share on other sites More sharing options...
IcantCodeHelp Posted December 28, 2020 Author Share Posted December 28, 2020 I see where to go now thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now