psgame_freak Posted July 30, 2006 Posted July 30, 2006 How to make send faster when I want to send a whole lot of strings?
Xenobiologist Posted July 30, 2006 Posted July 30, 2006 (edited) HI, have a look at AutoitSetOption in helpfile SendKeyDelay Alters the the length of the brief pause in between sent keystrokes. Time in milliseconds to pause (default=5). Sometimes a value of 0 does not work; use 1 instead. SendKeyDownDelay Alters the length of time a key is held down before being released during a keystroke. For applications that take a while to register keypresses (and many games) you may need to raise this value from the default. Time in milliseconds to pause (default=5). Edit: Spelling So long, Mega Edited July 30, 2006 by th.meger Scripts & functions Organize Includes Let Scite organize the include files Yahtzee The game "Yahtzee" (Kniffel, DiceLion) LoginWrapper Secure scripts by adding a query (authentication) _RunOnlyOnThis UDF Make sure that a script can only be executed on ... (Windows / HD / ...) Internet-Café Server/Client Application Open CD, Start Browser, Lock remote client, etc. MultipleFuncsWithOneHotkey Start different funcs by hitting one hotkey different times
psgame_freak Posted July 30, 2006 Author Posted July 30, 2006 (edited) Thank you, I'll try that. I didn't notice in the help file Edit: It worked!! Thank you. having 0 delay means the keys are press all at once? Edited July 30, 2006 by psgame_freak
nfwu Posted July 30, 2006 Posted July 30, 2006 Sometimes a value of 0 does not work; use 1 instead#) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
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