Page 1 of 1
win based tool for...
Posted: Thu Feb 11, 2010 1:24 pm
by Doombrain
Bros,
i need a tool that on start up runs a series of commands/mouse movements to enter pw/un info, click OK, click a tab and one other option.
i saw something years back that records mouse movement but can't find it.
Ta.
Re: win based tool for...
Posted: Thu Feb 11, 2010 1:37 pm
by Rule
Re: win based tool for...
Posted: Thu Feb 11, 2010 1:42 pm
by Doombrain
omg thanks
Re: win based tool for...
Posted: Thu Feb 11, 2010 1:45 pm
by Rule
Just remember to remove all traces of the program or your alibi won't stick.
Re: win based tool for...
Posted: Thu Feb 11, 2010 2:58 pm
by Doombrain
it's a pain, but it works. nice one.
Re: win based tool for...
Posted: Thu Feb 11, 2010 5:56 pm
by seremtan
Rule wrote:http://www.autohotkey.com/
Might do the job?
can this run things that require a password without prompting for it?
(i.e. by including the pwd in the .ahk file, obviously)
Re: win based tool for...
Posted: Thu Feb 11, 2010 6:32 pm
by Rule
Don't have a clue. That was an 'I'm feeling lucky' Google search.
Re: win based tool for...
Posted: Thu Feb 11, 2010 6:40 pm
by bitWISE
You could probably do it all in vbscript if you were so inclined.
Re: win based tool for...
Posted: Thu Feb 11, 2010 6:46 pm
by EtUL
Rule wrote:Don't have a clue. That was an 'I'm feeling lucky' Google search.
lmao
Re: win based tool for...
Posted: Thu Feb 11, 2010 6:48 pm
by vesp
I've been meaning to try this one out -
http://lifehacker.com/5459673/sikuli-au ... nshot-ease
Re: win based tool for...
Posted: Thu Feb 11, 2010 7:19 pm
by Doombrain
seremtan wrote:Rule wrote:http://www.autohotkey.com/
Might do the job?
can this run things that require a password without prompting for it?
(i.e. by including the pwd in the .ahk file, obviously)
yep, it's what i'm using it for. for a server to start a web based info dashboard on power up.
Re: win based tool for...
Posted: Thu Feb 11, 2010 7:54 pm
by obsidian
I read that same article a few days ago. Looks interesting.
Re: win based tool for...
Posted: Thu Feb 11, 2010 10:44 pm
by AmIdYfReAk
http://www.autoitscript.com/autoit3/index.shtml
in case you want to try something else.
( it will not do mouse movements, but you can set it up to easily al-tab to the buttons )
Re: win based tool for...
Posted: Fri Feb 12, 2010 12:09 am
by Transient
seremtan wrote:Rule wrote:http://www.autohotkey.com/
Might do the job?
can this run things that require a password without prompting for it?
(i.e. by including the pwd in the .ahk file, obviously)
Yes. You can set it to type or click something, move the mouse to a location and left-click, then type something else. That "something" can easily be a password. You can set it to pause before executing actions (to let things load), give it if/then scenarios, et cetera.
Re: win based tool for...
Posted: Fri Feb 12, 2010 12:18 am
by seremtan
could be useful for torrenting then
Re: win based tool for...
Posted: Fri Feb 12, 2010 8:51 am
by MKJ
Rule wrote:Don't have a clue. That was an 'I'm feeling lucky' Google search.
