duroxx Posted August 21, 2008 Posted August 21, 2008 okay so i know im gonna be a leech here but i need help figure go to the source okay so i need to add a number 2 keystroke to my script on a 10min timer how would i do so??? if u need me to post my script i will
Developers Jos Posted August 21, 2008 Developers Posted August 21, 2008 (edited) Open the provided helpfile and start seaching this forum. Focus on Send(), Timer?() functions. Post your code when you have a specific question. Jos Edited August 21, 2008 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.
billthecreator Posted August 21, 2008 Posted August 21, 2008 $Begin = TimerInit() While 1 If TimerDiff($Begin) > 60000 Then; 10 min If TimerDiff($Begin) < 60050 Then ; increase number if it doesn't work, but a little at a time $Begin = TimerInit() Send("2") Endif Endif Wend [font=Microsoft Sans Serif]My Scripts: From Most recent to least.[/font]Countdown GUI | QLOCK TWO | FlipClock | Slot Machine My UDF:_GenerateRandomNoRepeat | _GuiSnap
duroxx Posted August 21, 2008 Author Posted August 21, 2008 While True Send("2") Sleep(600000) WEnd hey thank you this helped alot and was simple
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