Freeworld Posted February 3, 2016 Posted February 3, 2016 Hallo all together, I have been wondering if there is a way to record movements of your character, similar to "imarco".That would significantly boot the speed of developing bots.best regards
KappaBug Posted February 3, 2016 Posted February 3, 2016 (edited) ghost mouse can record movements but its not developing bots* Edited February 3, 2016 by BardRoss
creationx Posted February 4, 2016 Posted February 4, 2016 I'd imagine you could create a simple enough utility script to help you. Something that does the following: Simply run bot -> Run script -> enable input. The script then logs all mouse positions in a text file in (X, Y) format. It would have to constantly get getting mouse positions and logging them, which may be laggy.