NutherNoob Posted March 27, 2007 Posted March 27, 2007 (edited) Hi everyone. Is it possible to create a SIMPLE recorder that will record user inputted mouse clicks and movement, playback and then wait an amount of time (determined by the user) and then playback again? To playback the recorded macro, would it be easier (the best way) to retrieve from an .ini file that was written when the macro was recorded as there would be multiple recordings? Thanx Edited March 27, 2007 by NutherNoob
BrettF Posted March 27, 2007 Posted March 27, 2007 Hi everyone. Is it possible to create a SIMPLE recorder that will record user inputted mouse clicks and movement, playback and then wait an amount of time (determined by the user) and then playback again? To playback the recorded macro, would it be easier (the best way) to retrieve from an .ini file that was written when the macro was recorded?ThanxMaybe record the mouseclicks/pos into a text file, and the read it line by line and if line x = "MouseClickLeft(x,4)" then perform the function .... that sort of thing 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!
NutherNoob Posted March 27, 2007 Author Posted March 27, 2007 Maybe record the mouseclicks/pos into a text file, and the read it line by line and if line x = "MouseClickLeft(x,4)" then perform the function .... that sort of thingWhat scripting would I use to record the pos/clicks?
BrettF Posted March 27, 2007 Posted March 27, 2007 What scripting would I use to record the pos/clicks?MouseGetPos ()oÝ÷ Ù«¢+Ù}%ÍAÉÍÍ ¤(ìÀÄ1е½ÕÍÕÑѽ¸(ìÀÈI¥¡Ðµ½ÕÍÕÑѽ¸ 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