MyWish Posted August 24, 2008 Posted August 24, 2008 (edited) Hello every1! I'm kinda newbie here er I'd like to make a script which can do the following thins: When I start the script it starts working with 3 secs delays and press down the h+e+l+p buttons and then press enter twice . The script repeats it in every 5 mins. please any1 ? Edited August 24, 2008 by MyWish
BrettF Posted August 24, 2008 Posted August 24, 2008 Hi, Welcome to the forums. Most people here will not write a script for you, but rather point you in the right direction, and let you learn from what you code... I'd advise you to have a look at the following functions in the AutoIt helpfile: TimerInit and TimerDiff (For testing if 5minutes is up) Sleep (Use it in a If...Else...EndIf statement if the time isn't 5minutes, so you burn less CPU at time. Also for the 3 second delay) Send (For sending the keys and enter...) While 1...Wend (Repeating the script) So have a go with whipping something up, and see how you go. If you need help with it, just post your code, and we can give you a hand! Cheers, Brett Vist my blog!UDFs: Opens The Default Mail Client | _LoginBox | Convert Reg to AU3 | BASS.au3 (BASS.dll) (Includes various BASS Libraries) | MultiLang.au3 (Multi-Language GUIs!)Example Scripts: Computer Info Telnet Server | "Secure" HTTP Server (Based on Manadar's Server)Software: AAMP- Advanced AutoIt Media Player | WorldCam | AYTU - Youtube Uploader Tutorials: Learning to Script with AutoIt V3Projects (Hardware + AutoIt): ArduinoUseful Links: AutoIt 1-2-3 | The AutoIt Downloads Section: | SciTE4AutoIt3 Full Version!
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