View Single Post
Old Aug 1st, 2006, 12:46 AM   #25
melbolt
Hobbyist Programmer
 
melbolt's Avatar
 
Join Date: Feb 2005
Location: PA, USA
Posts: 242
Rep Power: 4 melbolt is on a distinguished road
Send a message via AIM to melbolt Send a message via Yahoo to melbolt
it would be much much much quicker to automate mouse and keypresses like this in a scripting program such as autoit. in fact, i've made a fishbot for someone before in ffxi similar to this, scans for specific pixel colors and does mouse movements/button pushes.

here's the program:
http://www.autoitscript.com/autoit3/

and a very nice little add-on to help build your script:
http://www.autoitscript.com/autoit3/...tro/au3spy.htm

pretty neat and easy to use if you have a minor programming background, there's stuff like if statements, loops, etc.

definately the way to go if you're going to do something like that, you could do it in a regular langauge but this could be created in about an hour or less using this tool once you get the syntax figured out.
__________________
I have never let my schooling interfere with my education. -Mark Twain-

Xbox live gamertag: melbolt
melbolt is offline   Reply With Quote