O bot mais avançado e seguro para Tibia. Automatize seu jogo com inteligência e discrição!
Baixar AgoraInterface intuitiva e configuração em 3 cliques. Mesmo iniciantes conseguem usar sem problemas.
Scripts personalizados, configurações avançadas e suporte a todos os servidores.
Sempre compatível com as últimas versões do Tibia. Updates automáticos e gratuitos.
Baixe agora o bot mais avançado para Tibia. Compatível com Nostalrius e totalmente seguro.
Obs: Para ver o id de qualquer item basta dar look no item e olhar no console do client (Control + T)
Note: To see the ID of any item, just look at the item and look in the client console (Control + T)
1. Configure sua hotkey de Attack (F1, F2, F3...)
2. Defina o ID da runa
3. Coloque o script na aba Tools > Ingame Hotkeys Editor (Segunda opção de scripts)
hotkey('F4', 'Tacar SD No Target', function()
local idDaRuna = 3155
local target = g_game.getAttackingCreature()
local rune = g_game.findPlayerItem(idDaRuna, 1)
if target and rune then
g_game.useWith(rune, target)
else
if not target then
print("Sem target selecionado")
end
if not rune then
print("Sem Runa")
end
end
end)
1. Configure sua hotkey de Potion (F1, F2, F3...)
2. Defina o ID da potion
3. Coloque o script na aba Tools > Ingame Hotkeys Editor (Segunda opção de scripts)
hotkey('F3', 'Usar Poção de Mana', function()
local idDaPocaoMana = 2874
local player = g_game.getLocalPlayer()
local pocaoMana = g_game.findPlayerItem(idDaPocaoMana, 10)
if player and pocaoMana then
g_game.useWith(pocaoMana, player)
else
if not pocaoMana then
print("Sem Poção de Mana")
end
end
end)
1. Configure sua hotkey de Attack (F1, F2, F3...)
2. Defina o ID da runa
3. Coloque o script na aba Tools > Ingame Hotkeys Editor (Segunda opção de scripts)
hotkey('F1', 'Use With - Runa', function()
local idDaRuna = 3160
local rune = g_game.findPlayerItem(idDaRuna, 1)
modules.game_interface.startUseWith(rune, - 1)
end)
1. Configure sua hotkey de Attack (F1, F2, F3...)
2. Defina o ID do ring
3. Coloque o script na aba Tools > Ingame Hotkeys Editor (Segunda opção de scripts)
hotkey('F1', 'Ring Equipper', function()
local idDoRing = 3093
local idDoRingEquipped = 3096
local currentRing = getFinger();
if(currentRing ~= nil) then
moveToSlot(currentRing, 3);
else
local ring = findItem(idDoRing);
moveToSlot(ring, 9);
end
end)
1. Coloque o script na aba Tools > Ingame Macro Editor (Primeira opção de scripts)
2. Para ativar o script use o botão Auto Fish que irá aparecer na aba Tools
macro(2000, "Auto Fish", function(macroAutoFish)
_macroAutoFish = macroAutoFish
local containers = g_game.getContainers()
local fishingRod
for _, container in pairs(containers) do
for __, item in ipairs(container:getItems()) do
if item:getId() == 3483 then
fishingRod = item
end
end
end
local fishableTiles = {}
for _, tile in ipairs(g_map.getTiles(posz())) do
if table.contains({618, 619, 620, 4597, 4598, 4599, 4600, 4601, 4602, 4603, 4604, 4605, 4606, 4607, 4608, 4609, 4610, 4611, 4612, 4613, 4614}, tile:getTopUseThing():getId()) and getDistanceBetween(pos(), tile:getPosition()) <= 5 then
table.insert(fishableTiles, tile)
end
end
if #fishableTiles > 0 then
local randomTile = fishableTiles[math.random(1, #fishableTiles)]
useWith(fishingRod, randomTile:getTopUseThing())
end
end)
1. Coloque o script na aba Tools > Ingame Macro Editor (Primeira opção de scripts)
2. Para ativar o script use o botão Auto Eat on Floor que irá aparecer na aba Tools
macro(500, "Auto Eat on Floor", function(eatFoodMacro)
_eatFoodMacro = eatFoodMacro
local itemId = 3578
for i, tile in ipairs(getNearTiles(player:getPosition())) do
local topItem = nil
for spot, item in ipairs(tile:getItems()) do
if item:getId() == itemId then
topItem = item
break
end
end
if topItem and topItem == tile:getTopUseThing() then
g_game.use(topItem)
return
end
end
end)
1. Coloque o script na aba Tools > Ingame Macro Editor (Primeira opção de scripts)
2. Para ativar o script use o botão Light que irá aparecer na aba Tools
macro(100, "Light", function(lightMacro)
local gameMapPanel = modules.game_interface.getMapPanel()
gameMapPanel:setDrawLights(false)
lightMacro:setOff()
end)
Incrível! Uso sempre e nunca tive problema. Meu char subiu 50 levels farmando AFK. Recomendo!
Bot muito seguro e eficiente. Suporte nota 10, sempre me ajudam quando preciso. Vale cada centavo!
Melhor investimento que fiz no Tibia. Consigo farmar enquanto trabalho. Simplesmente perfeito!
Entre em contato conosco para suporte técnico ou dúvidas!