2008-12-11, 01:04 AM
Takebacker Wrote:#1 sounds like a third party program attaching itself to maple, and thus bannable. o.o Plus, it would probably require a bit of knowledge with SQL (or any other databasing language, not that i've heard of any). I'm 70% sure you can't do something like that with C++. o.o I don't know SQL. xP
It wouldn't be attaching itself itself to maple. I use Winamp's global hotkeys to adjust Winamp volume while playing maple; this is the same thing. You don't need a database for something this simple, just a simple list of names, 1 name per line.
KajitiSouls Wrote:2.) This seems a little difficult. You would need an app that could interface with .jpgs, then you'd have to write a program that can recognize the chat box. I'd bet the easiest way to do that would be to find the track bar on the right side of it and figure out the cropped picture from that. Or if there isn't any track bar in the usual spot, then assume a different set of coordinates to take the cropped image from.
There are libraries for manipulating images - whatever language you'd want to write this in, there's probably a libGD port for it. The tricky part is figuring out where the chat box is.

