Search found 7 matches
- Fri Nov 09, 2018 6:37 pm
- Forum: Technical / Scripting
- Topic: Press random key?
- Replies: 4
- Views: 3892
Re: Press random key?
Hmmmm...its sending keys so fast the program is not catching it. Its not an issue with sk_delay...its the key itself, like the program needs human speed keypress duration and this is doing StarTrek press duration
- Thu Nov 08, 2018 6:02 pm
- Forum: Technical / Scripting
- Topic: Timed Repeat?
- Replies: 2
- Views: 2145
Re: Timed Repeat?
Or should I say MORE THAN 4 days 18hrs...because suppose could be 4days 19hrs till script came around to it
- Thu Nov 08, 2018 5:24 pm
- Forum: Technical / Scripting
- Topic: Timed Repeat?
- Replies: 2
- Views: 2145
Timed Repeat?
Sorry to keep asking so many questions...just new at it(and scripting in general) I have a subroutine that just repeats indefinitely...how might you go about putting something in that SRT that runs on time after executed, even if macro gets stopped, machine rebooted, etc. Example SRT Running //DoSom...
- Thu Nov 08, 2018 3:02 am
- Forum: Technical / Scripting
- Topic: Press random key?
- Replies: 4
- Views: 3892
Re: Press random key?
Awesome! Thanks you
- Sun Nov 04, 2018 5:38 pm
- Forum: Technical / Scripting
- Topic: Press random key?
- Replies: 4
- Views: 3892
Press random key?
Anyway to script a random keystroke of a specific set of keys? Like "O", "P", "S", "OO", "PS"...let the script pick any combination of those keys and send it
- Sun Nov 04, 2018 5:33 pm
- Forum: Technical / Scripting
- Topic: How to repeat "same" script
- Replies: 2
- Views: 2222
Re: How to repeat "same" script
Awesome, thanks..got it figured out nicely
- Wed Oct 31, 2018 10:45 pm
- Forum: Technical / Scripting
- Topic: How to repeat "same" script
- Replies: 2
- Views: 2222
How to repeat "same" script
New here, love the product. I have a script that is about 1000 lines, its full of GoTo and Labels...is there any way I can copy this 1000 line script, change only the login information, and not have any Label conflicts? This is for logging into many accounts but they all use the exact same script I ...