PDA

View Full Version : Making something like SMART?



ForgotMyName
06-03-2010, 01:31 AM
I'm interested in making something similar to SMART for a different Java game. I'm mainly interested in being able to confine it to its own window and provide it with its own simulated mouse and keyboard. Could someone give me some advice or a few starting points about how I could do this?

I don't need the full functionality of SMART. Just being able to do simple things with the screen and the applet is enough. I don't need to connect with SCAR if I can do basic color scanning/clicking without it. I would prefer to work purely in Java if possible.

Thanks in advance for any help you guys can give.

Sir R. M8gic1an
06-03-2010, 01:34 AM
http://blanddns.no-ip.org:81/repos/public-smart/

Reading through SMART would be helpful I imagine. As for other sources, I wouldn't know what to suggest.

~RM

ForgotMyName
06-03-2010, 01:43 AM
I did try to read the source code for a while, but I wasn't able to get very far. Most of it is beyond the level I can really understand. At the same time, SMART has a ton of functionality that I don't need for what I'm doing. I was hoping for some resources that each explained some smallish part of the process rather than the whole thing being thrown at me all at once.

Narcle
06-03-2010, 01:50 AM
Appa might suffice for you for now:
http://villavu.com/forum/showthread.php?t=45534&highlight=appa

It simulates a browser but can run the Java stuff in it etc. Not quite the same as SMART but very versatile.