Botting
These functions listed below allow you to start/stop botting/trace/trade.
start_bot()
Starts botting.
Returns
True if bot has started, False if starting the bot failed.
stop_bot()
Stops botting.
Returns
True if bot has stopped, False if stopping the bot failed.
start_trace(name)
Starts tracing a player.
Returns
True if tracing has started, False if starting the trace failed.
Usage
start_trace('player name')
stop_trace()
Stops tracing.
Returns
True if trace has stopped, False if stopping the trace failed.
start_trade()
Starts auto trade.
Returns
True if trading has started, False if starting trade failed.
stop_trade()
Stops auto trade.
Returns
True if auto trade has stopped, False if stopping auto trade failed.
Last updated