Welcome Guest [Log In] [Register]
Welcome to UCGO Server. We hope you enjoy your visit.
These forums are replacing the old UCGO server forums because they were destroyed.

Username:   Password:
Add Reply
Autoit
Topic Started: Dec 30 2013, 01:00 AM (975 Views)
Joey
Member Avatar

Autoit is a program that can be used to write macros for UCGO. These can be used to automate mining, crafting, or even combat training (if you're REALLY good at making macros).

Download here

Example script for mining:
Code:
 
Sleep(5000);

While 1 < 2
MouseMove(519,722,0); //Focus on the text input field at the bottom.
MouseClick("left");
Send("/mine{ENTER}"); //Input /mine command
Sleep(14000); //Wait 12 seconds for the progress bar to reach 100%.

MouseMove(613,407,0); // No Materials
MouseClick("left");
MouseMove(613,423,0); // 1 Material
MouseClick("left");
MouseMove(613,429,0); // 2 Materials
MouseClick("left");
MouseMove(613,437,0);//3 Materials
MouseClick("left");
MouseClick("left", 613,442,1,0);//4 Materials
MouseClick("left", 613,450,1,0);//5 Materials
WEnd


If you need help with a macro, ask here.
Edited by Joey, Dec 30 2013, 01:00 AM.
Guntank all day erry day.
Offline Profile Quote Post Goto Top
 
Nikslg
Member Avatar

Or you could do same with Axife mouse recorder. it does record keyboard too. Just record once and play it non stop :)
Leader of Neo Zeon Movement.
Shuichi Saito.
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Game Help · Next Topic »
Add Reply