iBot
Esta seção é dedicada ao iBot, aqui você poderá encontrar tudo relacionado à este cheat!
206 tópicos neste fórum
-
if maround(9) == 0 then skin(7,true) end Créditos: tibiascripts
-
- 0 respostas
- 407 visualizações
-
-
-- [[ INIT START ]] -- local CONFIG = { PLAYERS = { {NAME = "NAME 1", HPPC = 40}, {NAME = "NAME 2", HPPC = 50}, }, } -- [[ INIT END ]] -- local CREATURE_TO_HEAL, HPPC_TO_HEAL = nil, 101 for CREATURE in Creature.GetAll("ps") do local PLAYER_FOUND = table.find(CONFIG.PLAYERS, CREATURE:Name(), "NAME") if (CREATURE:isValid() and CREATURE:isAlive() and PLAYER_FOUND and CREATURE:HealthPercent() < CONFIG.PLAYERS[PLAYER_FOUND].HPPC and CREATURE:HealthPercent() < HPPC_TO_HEAL) then CREATURE_TO_HEAL, HPPC_TO_HEAL = CREATURE, CREATURE:HealthPercent() end end if (Creature.isInstance(C…
-
- 0 respostas
- 526 visualizações
-
-
local serverlog_lines = getnewmessages("Server Log") local serverlog_q = serverlog_lines.count - 1 for i = 0, serverlog_q do if (serverlog_lines[serverlog_q - i].text:find("was not justified.")) then closetibia() end end Créditos: tibiascripts
-
- 0 respostas
- 480 visualizações
-
-
minimizewindows('equip') Créditos: tibiascripts
-
- 0 respostas
- 472 visualizações
-
-
if not manashielded and cooldown('utamo vita') == 0 and mp >= 50 then cast('utamo vita') updateworld() end Créditos: tibiascripts
-
- 0 respostas
- 1.3k visualizações
-
-
local lifeforequip = 80 -- Quantidade de life em % que o char vai equipar o ring local ringid = 3052 -- Id do ring que vai equipar, ex 3052 = life ring local bpofring = 'backpack' -- BP que esta o ring if mppc == 80 then moveitems(ringid, bpofring, ring, 1) end Créditos: tibiascripts
-
- 0 respostas
- 1.9k visualizações
-
-
local label = 'correr' -- Label que o char vai correr se o pk atacar. if underattack('p') then settargeting('off') gotolabel(label) end Créditos: tibiascripts
-
- 0 respostas
- 581 visualizações
-
-
useIdle = true -- se você quer usar if useIdle then turn('n') wait(15000) turn('s') wait(15000) turn('e') wait(15000) turn('w') wait(15000) end Créditos: tibiascripts
-
- 0 respostas
- 801 visualizações
-
-
local msgs = getnewmessages("Server Log") local CharName = "Liva" -- Name of char to log local qtd = msgs.count-1 for i=0,qtd do if msgs[qtd].text:find(CharName.." has logged in.") then logout() end end Créditos: tibiascripts
-
- 0 respostas
- 1k visualizações
-
-
local MONSTERS = {'dead medusa', 'dead serpent spawn'} local RUNE = 'Desintegrate Rune' local CHECK_TILE = gettile(posx, posy, posz).count if lootbodies > 0 then settargeting('no') reachgrounditem(unpack(MONSTERS)) if CHECK_TILE == 1 then settargeting('yes') end end else if lootbodies > 0 then if windowcount(unpack(MONSTERS)) < 0 then settargeting('no') reachgrounditem(unpack(MONSTERS)) while CHECK_TILE > 2 do useitemon(RUNE, posx, posy, posz) openitem(unpack(MONSTERS), posx, posz, posy) settargeting('yes') end end end Créditos: tibiascripts
-
- 0 respostas
- 507 visualizações
-
-
local r = 5 -- Range. local safelist = {'Bubble', 'Eternal Oblivion'} -- The bot WILL KS this players. Add more to this if you want. table.insert(safelist, name) -- Do not edit it. local ppos = {} local pinfo = _getcreatures("psf") local cinfo = _getcreatures("msf") for a = 1, pinfo.count do local ab=a-1 if not table.find(safelist, pinfo[ab].name) then table.insert(ppos, {x = pinfo[ab].x, y = pinfo[ab].y}) end end for b = 1, cinfo.count do local ignore = false local bb=b-1 if cinfo[bb].id ~= target.id then for i = 1, #ppos do local difx, dify = ppos[i].x - cinfo[bb].x, ppos[i].y - cinfo[bb].y if math.abs(difx) <= r and math.abs(dify) <= r then i…
-
- 0 respostas
- 859 visualizações
-
-
local MainBp = 'Backpack of holding' --name of your main backpack while poisoned do moveitems("claw of 'The Noxious Spawn'",'all','ring',1) wait(2000) moveitems("claw of 'The Noxious Spawn'",'ring',MainBp,1) end Créditos: tibiascripts
-
- 0 respostas
- 554 visualizações
-
-
--[[ Name: Auto Safe Reconnect by BlakW Version: v4.0.0 ]]-- --Reopen backpacks: local reopenBps = ("yes") --Main Backpack Name: local mainBackpackName = ("Backpack of Holding") --Loot Backpack Name: local lootBackpackName = ("Blue Backpack") --Supplies Backpack Name: local supBackpackName = ("Green Backpack") --Gold Backpack Name: local goldBackpackName = ("Golden Backpack") --Temple NPCs: local templeNpcNames = {"Alia", "Tyrias", "Brewster", "Rahkem", "Kasmir", "Amanda", "Isimov", "Yberius", "Maealil", "Quentin", "Lynda", "Lorietta", "Prezil", "Kjesse", "Asralius"} --Temple Position Range (sqm): local templePositionRange = 7 if (connected == false) then reconn…
-
- 0 respostas
- 1.7k visualizações
-
-
local accountName = "123456" local password = "abcdef" local characterName = "Character" --DO NOT EDIT BELOW! if (connected == false) then while (connected == false) do connect(accountName, password, characterName) wait(3000,5000) end end Créditos: tibiascripts
-
- 0 respostas
- 538 visualizações
-
-
if maround(7) > 0 and pzone == false and ((maround(1) == 0 and target.id > 0 and standtime >= 5000) or standtime >= 60000) then local rand = math.random(1,8) if (rand == 1) then move('w') elseif (rand == 2) then move('e') elseif (rand == 3) then move('n') elseif (rand == 4) then move('s') elseif (rand == 5) then move('nw') elseif (rand == 6) then move('ne') elseif (rand == 7) then move('sw') elseif (rand == 8) then move('se') end wait(1000) end Créditos: tibiascripts
-
- 0 respostas
- 435 visualizações
-
-
if (paralyzed == true) and maround(5) == 0 and hppc >= 50 then cast("exura ico") wait(1000,1500) end Créditos: tibiascripts
-
- 0 respostas
- 359 visualizações
-
-
if currentLevel == nil then currentLevel = level end if level > currentLevel then screenshot() wait(500,1000) currentLevel = currentLevel+1 end Créditos: tibiascripts
-
- 0 respostas
- 645 visualizações
-
-
local printscreen = true if hppc == 0 then if (printscreen == true) then screenshot() end printscreen = false else printscreen = true end Créditos: tibiascripts
-
- 0 respostas
- 538 visualizações
-
-
local itemstocheck = {4240} -- ID of items to check - ID dos items a ser checados. local n = 1 -- Number of items to check - Quantidade de Items a ser checados. -------------------- Do not Change Below - Não Editar abaixo -------------------- local coordx = {...} local coordy = {...} local coordz = {...} local check = {...} local qtditem = {...} local m = 0 or nill local totalitems = 0 or nill for i = -7, 7 do for u = -7, 7 do m = m + 1 coordx[m] = posx + i coordy[m] = posy + u coordz[m] = posz for k = 1, n do if toptileitem(coordx[m], coordy[m], coordz[m]) == itemstocheck[k] then totalitems = totalitems + 1 if qtditem[k] ~= nill then qtditem[k] = q…
-
- 0 respostas
- 364 visualizações
-
-
if maround(7, "Minotaur Mage") >= 1 then moveitems("stealth ring", "all", "ring", 1) elseif maround(7, "Minotaur Mage") == 0 then moveitems("stealth ring", "ring", "all", 1) end Créditos: tibiascripts
-
- 0 respostas
- 1k visualizações
-
-
local itemdrop = 'gold coin' -- first antipush item local itemdrop2 = 'worm' -- second antipush item local itemdrop2id = 3492 -- id of your itemdrop2 item local container = 'bag' -- name of your container with antipush ----- DON'T CHANGE BELOW! ----- if toptileitem(posx, posy, posz) ~= itemdrop2id then moveitems(itemdrop, container, 'ground', 2) wait(200,400) moveitems(itemdrop2, container, 'ground', 2) wait(200,400) end Créditos: tibiascripts
-
- 0 respostas
- 921 visualizações
-
-
--[[ Name: Change Loots Style if loot X item Version: v1.0.0 Status: Working Author: Sayild ]]-- -- [[ Items Configuration ]] -- -- // below you need set the items for change the style mode. local item1 = 'gold coin' local item2 = 'knight legs' local item3 = 'crown armor' local item4 = 'zaoan helmet' local item5 = 'zaoan legs' local item6 = 'zaoan armor' local item7 = 'royal helmet' local item8 = 'dragon scale mail' local item9 = 'dragon slayer' local item10 = 'boots of haste' --// end of items configuration local index = 0 local msgs = getmessages("Server Log") local qtd = msgs.count-1 for i=0,qtd do if msgs[qtd-i].type == 19 and msgs[qtd-i].te…
-
- 0 respostas
- 312 visualizações
-
-
if not hasted and not pzone and maround(7) == 0 then cast("utani hur") wait(1000) end Créditos: tibiascripts
-
- 0 respostas
- 802 visualizações
-
-
if Drophalberds == true then moveitems("halberd",ground(posx,posy,posz),100) end Créditos: tibiascripts
- 1 resposta
- 281 visualizações
-
local ItemDropped = 'parcel' --Nome do item q ta no chão local ItemToDrop = 'label' --Nome do item pra dropar reachgrounditem(ItemDropped) wait(500,1000) dropitems(itemid(ItemToDrop)) Atenção: so funciona se o primeiro item ja estiver no chão. Créditos: tibiascripts
-
- 0 respostas
- 235 visualizações
-
-
local ListTempleNpcs = {"Alia", "Tyrias", "Brewster", "Rahkem", "Kasmir", "Amanda", "Isimov", "Yberius", "Maealil", "Quentin", "Lynda", "Lorietta", "Prezil", "Kjesse", "Asralius"} if ((pzone) and (maround(7, unpack(ListTempleNpcs)) >= 1)) then wait(500) closetibia() end Créditos: tibiascripts
-
- 0 respostas
- 250 visualizações
-
-
local lastid = 0 local lasthp = 0 if target.id ~= lastid then lastid = target.id lasthp = target.hppc elseif target.hppc-lasthp <= 15 then lasthp = target.hppc else playsound("monster.wav") end Créditos: tibiascripts
-
- 0 respostas
- 236 visualizações
-
-
local Creatures = {"eu", "tu", "ele"} -- Criaturas a considerar para usar Exori local QtdExori = 3 -- Quantidade para usar Exori local PVP = false -- true ou false -- Engine if maround(1, unpack(Creatures)) >= QtdExori and mp > 115 and cancast("Exori") and PVP == false then cast("Exori") elseif maround(1, unpack(Creatures)) >= QtdExori and mp > 115 and cancast("Exori") and PVP == true and paround(2) == 0 then cast("Exori") end Créditos: tibiascripts
-
- 0 respostas
- 327 visualizações
-
-
local CONFIG = { DEFAULT_BOOTS = "boots of haste", CONSIDER_TYPE = mppc, CONSIDER_EQUIP = {48, 52}, CONSIDER_UNEQUIP = {88, 92}, } -- ENGINE -- DON'T CHANGE NOTHING BELOW THIS LINE local SCRIPT = SCRIPT or { NAME = "Soft Boots Changer", VERSION = "1.0", } CONFIG.DEFAULT_BOOTS = Item.GetID(CONFIG.DEFAULT_BOOTS, 1) local RANDOM_EQUIP = math.random(CONFIG.CONSIDER_EQUIP[1], CONFIG.CONSIDER_EQUIP[2]) local RANDOM_UNEQUIP = math.random(CONFIG.CONSIDER_UNEQUIP[1], CONFIG.CONSIDER_UNEQUIP[2]) if Boots.ID() == 3549 and (Self.isInProtectionZone() or CONFIG.CONSIDER_TYPE >= RANDOM_UNEQUIP) then if itemcount(CONFIG.DEFAULT_BOOTS) > 0 then Self.EquipBoots(CONFIG.DEFAULT_BO…
-
- 0 respostas
- 289 visualizações
-
-
if not islocation() then gotolabel("FalandoComBuddel") end Créditos: tibiascripts
-
- 0 respostas
- 219 visualizações
-
-
INFORMAÇÕES Vocation: Paladin Level: 300+ Dificuldade: Normal Exp/hour: 300k para 450k Loot/hour: 10k para 100k ________________________________________________ LOCALIZAÇÃO Começo do Script: Farmine Depot________________________________________________ HOTKEYS Potions: Strong Mana Potion Magias de Cura: Exura Gran Exura Exura San Exura Gran San Exana Mort Magias de Ataque: Exori San Exori Con Exevo Mas San Download: [RP 300+] Zao Ghastly Dragon Palace v1.0+.xml
-
- 0 respostas
- 506 visualizações
-
-
INFORMAÇÕES Vocation: Paladin Level: 170+ Dificuldade: Normal Exp/hour: 200k para 350k Loot/hour: 20k para 50k ________________________________________________ LOCALIZAÇÃO Começo do Script: Edron Depot ou perto da entrada do spawn________________________________________________ HOTKEYS Potions: Strong Mana Potion Magias de Cura: Exura Gran Exura Exura San Exura Gran San Magias de Ataque: Exori San Exori Con Exevo Mas San CARACTERISTICAS Download: [RP 180+] Kazordoon Drunken Fellow Mine v1.0+.xml
-
- 0 respostas
- 291 visualizações
-
-
Esse cara solucionou o problema http://www.tibiaibot.com/forum/showt...l=1#post359101 , mas para usar é necessário fazer a configuração de loot usando uma backpack para o gold e outra para ser a backpack de converção, sendo assim o metodo usado não eé direto e depende de alguns movimentos até chegar na converção, vou postar aqui como eu achei melhor usar o meu que no caso, transforma apenas o gold em platinum, assim eu removi o processo do crystal, mas tem um defeito se 100 gold ficar parado na backpack de converção o sistema todo entra em falha, então no inicio do processo a backpack de converção deve estar com zero de gold, configure o loot assim: http://www.ibot.com.br…
-
- 1 resposta
- 1.2k visualizações
-
-
iBot 2.7.3 (cracked) Por: PandoriumX Vou postar esse crack feito por terceiros, pra que vocês não fiquem sem. Sempre passe scan nos arquivos baixados. Como usar: Faca o download do iBot 2.7.3 por esse link: MIRROR 1 | MIRROR 2 Extraia para qualquer lugar do seu computador Cadastre-se no fórum PandoriumX Abra o Launcher.exe (em modo administrador) e em seguida entre com seu Login e Senha cadastrada no fórum PandoriumX Aguarde e o bot abrirá.
- 71 respostas
- 22.9k visualizações
-
Meu Cavebot do ibot tava funcionando tudo certo, até chegar em um waypoint que começa a bugar. Ele meio que ignora os waypoints restantes e vai pro waypoint 0, sendo que o 0 nao é possivel chegar dali, ficando em um loop infinito entre esse waypoint e o waypoint 0, se alguem puder ajudar agradeço!
-
- 0 respostas
- 330 visualizações
-
Quem Está Navegando 0
- Nenhum usuário registrado visualizando esta página.