View Full Version : Automatization
Redspeare
12-10-2014, 01:38 PM
Hey people :).
I know there are some people here that have their boters fully automated. Since the log in and log off, relogging and stuff.
Any suggestions what programs to use and how to do it?
Any hints?
Oh and when you are at it. How are your Tibia clients set up so its optimal to run several?
Fatality
12-13-2014, 12:32 PM
So you can run multiple tibias with no lag, get XenoMC + TibiaFPS and in TibiaFPS change your fps to 5-10 on all clients, and i dont think xenobot has a log in function
Elocze
12-22-2014, 09:40 PM
Ye haven`t seen so far. You can use reconnect in Tibia Auto but idk if TA works well with Xeno :P
shadowart
12-24-2014, 12:55 PM
Lua is a general-purpose scripting language and could be made to control your mouse into doing stuff like changing character and starting up more clients. However, its probably easier to do that stuff using something like AHK or AutoIt and then call that script from your lua script (or start it yourself if you just want it for starting up your bots).
AfifTibia
04-10-2015, 10:52 AM
Lua is a general-purpose scripting language and could be made to control your mouse into doing stuff like changing character and starting up more clients. However, its probably easier to do that stuff using something like AHK or AutoIt and then call that script from your lua script (or start it yourself if you just want it for starting up your bots).
Please tell us how beginners can make a very simple script for automation log in,log out or character change
Proteus
04-14-2015, 03:06 AM
Please tell us how beginners can make a very simple script for automation log in,log out or character change
Haven't messed around with Autoit too much but you if you set the handle to tibia, you can use MouseClick(x,y,z) / ControlClick(x,y,z) and set the coordinates of the login/log out spots.
After that, just have it send("text") <- (that may not be the right documentation, haven't used autoit in a very long time lol) to enter in your account / pass information into the tibia client
Once again mouse click > login and badaboom. a really crummy relogger through auto it
You could obviously get way more advanced than that, but you asked for a simple one hehe
(The autoit Info tool makes everything like coordinates and such superbly easy to figure out)
Also, if anyone else has messed with autoit, that has also messed with windbot, does anyone else think windbot was entirely programmed through autoit? Lol never looked into it, but kinda seems like it works a very similar way
Adrax 13
04-14-2015, 04:43 AM
Haven't messed around with Autoit too much but you if you set the handle to tibia, you can use MouseClick(x,y,z) / ControlClick(x,y,z) and set the coordinates of the login/log out spots.
After that, just have it send("text") <- (that may not be the right documentation, haven't used autoit in a very long time lol) to enter in your account / pass information into the tibia client
Once again mouse click > login and badaboom. a really crummy relogger through auto it
You could obviously get way more advanced than that, but you asked for a simple one hehe
(The autoit Info tool makes everything like coordinates and such superbly easy to figure out)
Also, if anyone else has messed with autoit, that has also messed with windbot, does anyone else think windbot was entirely programmed through autoit? Lol never looked into it, but kinda seems like it works a very similar way
Go to bed! lmao. One day someone will join you on your quest to figure out if Windbot if completely autoit lol
Proteus
04-14-2015, 04:52 AM
Go to bed! lmao. One day someone will join you on your quest to figure out if Windbot if completely autoit lol
Face it, I'm a champ at procrastinating.
Lol I can't wait till that day
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.