|
Well, what you'd want to look into is how people beat CAPTCHA images. From there you could probably figure out how to screen-scrap an applet.
I've done a lot of work with Java, but not much at all with Applets, so I don't know if it'll work, but you might be able to decompile (there are pretty good tools to do this) and reverse engineer the applet, and hook into the network with a custom app, and get a hold of the data and do your calculations that way. You wouldn't be able to cheat, as most of the important bits would be on the server, but you should be able to get a hold of stats and number-crunch automatically.
|