|
Autocomposing sage here. I have not logged into a custom server for a long time now. But if its still those random "Enter the number" things they can be broken with almost any scripting software.
I used AutoIT 3 and wrote a macro that would determine what numbers were shown based on what pixels were white, it was able to determine 0-9 with 100% accuracy just by checking specific points to see what numbers were printed, then input them no problem. Even when there was a situation where it had different text and the numbers were shifted, the NPC picture was different as well, so I just had a check to see which NPC was showing.
Funny thing was most all the custom servers used that same security, I only made minor changes to the script to make it compatible across all the servers I played. At one point I was able to have it open the shopping mall and buy more materials, with stacking universal XO boxes it made it pretty easy.
But in short, you'll need a program like AutoIT3. Some programming knowledge (conditional loops) and some knowledge of AutoIT (I think the commands I used most were pixelgetcolor & mousegetpos) Good luck!
|