IHI.II.IIVII. Posted March 25, 2006 Posted March 25, 2006 I want to do a function every 10min. I have tried a bunch of things, sleep timers + some functions don't work because the script is activly running. I'd like it to just simply 'send("2")' every 10min.
Moderators SmOke_N Posted March 25, 2006 Moderators Posted March 25, 2006 I want to do a function every 10min. I have tried a bunch of things, sleep timers + some functions don't work because the script is activly running. I'd like it to just simply 'send("2")' every 10min.AdlibEnable('Send2', 600000) Func Send2() Send('2') EndFunc Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
IHI.II.IIVII. Posted March 25, 2006 Author Posted March 25, 2006 AdlibEnable('Send2', 600000) Func Send2() Send('2') EndFunc j00 rox0rs my s0x0r? <3 Thanks for help
Moderators SmOke_N Posted March 25, 2006 Moderators Posted March 25, 2006 j00 rox0rs my s0x0r?Um , what does that mean? Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
NegativeNrG Posted March 25, 2006 Posted March 25, 2006 (edited) his doing 1337speak, Which is leetspeak.Find more information on this at leetspeakTranslation:you rocks my socks. Edited March 25, 2006 by NegativeNrG [size=20]My File Upload[/size]Register at my site and upload.
slightly_abnormal Posted March 25, 2006 Posted March 25, 2006 hmm.. these timed scripts remind of that episode of the simpons where homer used a drinking bird to hit the letter y every few seconds.. which almost caused the powerplant to blowup.. lets hope you don't blow anything up with it..
Moderators SmOke_N Posted March 25, 2006 Moderators Posted March 25, 2006 hmm.. these timed scripts remind of that episode of the simpons where homer used a drinking bird to hit the letter y every few seconds.. which almost caused the powerplant to blowup..lets hope you don't blow anything up with it.. Think he plans on getting his PC drunk with code? Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
IHI.II.IIVII. Posted March 25, 2006 Author Posted March 25, 2006 I'm actually using it to use a macro to put a bobber on my fishing pole... world of warcraft ate my sole last year... :-/
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