Jump to content

AutoIt 3 Script recorder


Recommended Posts

Hey

English:

hello, im searching for a script recorder to record mouse moves to a autoit script!

I had one , it was very easy to handle but i lost it!

It was like a camcorder you had a red circle if you pushed it the programm startet to record!

Then you could stop it and play the script! Or you could use it for Install o Matic

Deutsch:

Hallo , ich suche ein Programm mit dem ich unter Windows die Mouse bewegegungen und klicks aufzeichenen kann!

Ich hatte mal eins , das wie ein camcorder war man konnte mit einem roten button die aufnahme starten und mit einem kreuz wieder beenden!

Dann konnte man den script wiedergeben und das das was man vorher gemacht hat!

Thank you for your Help / danke schön schonmal

Link to comment
Share on other sites

Deutsch:

Guck mal im beta helpfile nach

_IsPressed

Den befehl brauchste um zu wissen wann geklickt wird

Dann noch sowas wie

While 1
$Pos = MouseGetPos()
FileWriteLine( @Scriptdir & "\x.txt" , $pos[0] & " " & $Pos[1] )
Wend

Musst halt rumprobieren :D

--------------------------------------------------------------------------------------------------------------------------------Scripts : _Encrypt UDF_UniquePCCode UDF MS like calculatorInstall programm *UPDATED* --------------------------------------------------------------------------------------------------------------------------------[quote name='Helge' post='213117' date='Jul 26 2006, 10:22 AM']Have you ever tried surfing the internet with a milk-carton ?This is similar to what you're trying to do.[/quote]

Link to comment
Share on other sites

Scite -> Tools -> AU3Recorder

Alzo

Don't take my pic to serious...~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~You Looked, but you did not see!~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Link to comment
Share on other sites

While Schleifen machen und bei drückena uf esc programm ausstellen lassen

Das musste dann aber selber hinkriegen!

--------------------------------------------------------------------------------------------------------------------------------Scripts : _Encrypt UDF_UniquePCCode UDF MS like calculatorInstall programm *UPDATED* --------------------------------------------------------------------------------------------------------------------------------[quote name='Helge' post='213117' date='Jul 26 2006, 10:22 AM']Have you ever tried surfing the internet with a milk-carton ?This is similar to what you're trying to do.[/quote]

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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