Advanced automation with remote control capabilities for maximum efficiency and security
Powerful tools to enhance your Tibia experience
Control your bot from anywhere using your phone or any web browser
Reply to private messages directly from the web interface
Automatically leave hunting grounds when players appear or supplies run low
Create hunting routes directly from your browser without in-game markers
Choose between minimap clicks, keyboard navigation, or client window clicks
Customize your bot behavior with our powerful Lua API
Always stay up-to-date with the latest features and security patches
Advanced AI capabilities for premium users with smart auto-replies
Choose the setup that works best for you
Maximum security solution that runs on separate hardware
Simple solution that runs directly on your PC
The easiest way to create automated hunting routes
Create and edit waypoints from any device with a web browser
Share your routes with friends or import community-created paths
Create custom scripts for every route
Our system will use runes on the best spot, forget other bots that aim on a specific creature and misses others, our system will calculate the best possible runes
Limitless customization with our powerful API
-- R-BOT Custom Hunting Script
mana_to_buy = 4500
hp_to_buy = 420
reset_exit_time("03:00:00")
function checkPositionAndUpdateWaypoint()
-- Get current character position
local position = get_char_pos()
local x, y = position[1], position[2]
-- Get current waypoint mode
local currentMode = get_waypoint_mode()
-- Define target position
local targetX, targetY = 1247, 937
-- Define square radius
local radius = 2
-- Check if within square radius of target position
if math.abs(x - targetX) <= radius and math.abs(y - targetY) <= radius then
-- Check if current waypoint mode is hunt (0)
if currentMode == 0 then
-- Change waypoint mode to refill (1)
set_waypoint_mode(1)
print("Waypoint mode changed from hunt to refill")
end
end
end
function main_handle()
local xbl, ybl = last_battlelist_position()
if xbl == 0 or ybl == 0 then
return true
end
checkPositionAndUpdateWaypoint()
return false
end
function wpt_before()
return false
end
function wpt_after()
return false
end
function handle_equip_change_before()
return false
end
Access player data, game environment, and bot controls through our comprehensive API
Browse and download scripts created by the community or share your own
Test and debug your scripts with our real-time console and logging tools
Access premium scripts designed for specific vocations and hunting grounds
See R-BOT in action with these screenshots
Detailed description of the image goes here.
Choose the plan that fits your needs