cypher175 Posted December 4, 2008 Posted December 4, 2008 What is the best app or what ever to use for recording macros Ex. user activity of keys pressed, mouse right or left clicked, windows opened closed resized moved minimized maximized.. Ect.. into an autoit script..??
Josbe Posted December 4, 2008 Posted December 4, 2008 Do you use SciTE? If not, you can download SciTE.Once installed, then, under Tools menu(in SciTE) you can found Au3Recorder. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
cypher175 Posted December 4, 2008 Author Posted December 4, 2008 thanks I tried that, but my KAV tells me its some type of virus win32 hooker or something like that..?? is the Au3Recorder about the best thing available for autoit to capture macros..?? I also tried some other macrorecorder inside scite, is there anyway to record macros without having the mouse beeing moved when executing the script, just execute the clicks and keys Ect..?? Also I saw something that said that the macro recorders couldn't cooperate with popup windows from main app window or something, is there anyway to overcome this..??
FireFox Posted December 4, 2008 Posted December 4, 2008 thanks I tried that, but my KAV tells me its some type of virus win32 hooker or something like that..?? is the Au3Recorder about the best thing available for autoit to capture macros..?? I also tried some other macrorecorder inside scite, is there anyway to record macros without having the mouse beeing moved when executing the script, just execute the clicks and keys Ect..?? Also I saw something that said that the macro recorders couldn't cooperate with popup windows from main app window or something, is there anyway to overcome this..??Hi, If you have win32 virus don't compile with upx For record somes keys use ispressed #Include <Misc.au3> While 1 If _IsPressed("01") then Msgbox(0,"","mouse left click") endif WEnd And use send func for send keys Send("{ALT}{1}")
cypher175 Posted December 4, 2008 Author Posted December 4, 2008 The actual file: http://www.autoitscript.com/cgi-bin/getfil...iTE4AutoIt3.exe is being detected as a virus http://www.virustotal.com/analisis/7eea079...f71c954d236037dpossibly a false positive though...
Developers Jos Posted December 4, 2008 Developers Posted December 4, 2008 possibly a false positive though...Possibly ? http://www.autoitscript.com/forum/index.ph...st&p=531818 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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