Jump to content

Recommended Posts

Posted (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 by NutherNoob
Posted

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?

Thanx

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 thing

Posted

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 thing

What scripting would I use to record the pos/clicks?
Posted

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...