Ir para conteúdo
  • Cadastre-se

Pesquisar na Comunidade

Mostrando resultados para as tags ''hotkeys''.

  • Pesquisar por Tags

    Digite tags separadas por vírgulas
  • Pesquisar por Autor

Tipo de Conteúdo


Fóruns

  • Portal Tibiaking
    • Portal
  • Otserv
    • The Forgotten Server
    • Criação de Ots
    • Ferramentas OpenTibia
    • Linguagens de Programação
    • Mapas
    • Websites
    • Gráficos e Design
  • Otserv Tibia & Derivados
  • Tibia e Bots
    • Tibia
    • Bots & Macro
  • Diversos
    • Divulgações
    • Playground (Off-topic)

Calendários

  • Calendário Oficial
  • Calendário de OTServs
  • Calendários Diversos

Grupos de Produtos

  • Anúncios no Topo
  • Anúncios nas Assinaturas
  • Anúncios nos Tópicos
  • Outros Anúncios

Encontrar resultados em...

Encontrar resultados que contenham...


Data de Criação

  • Início

    FIM


Data de Atualização

  • Início

    FIM


Filtrar pelo número de...

Data de Registro

  • Início

    FIM


Grupo


Localização


Meu personagem


OTServ favorito


Bot preferido


Interesses

  1. Olá comunidade, TL;DR; http://www.mediafire.com/file/2rsqxzbwr9k... Eu procurei em diversos fóruns, falei com algumas pessoas, tentei desencryptar alguns e até mesmo montar o meu próprio client, porém sem sucesso. Faz um tempo que eu achei um client em outro fórum mas ele simplesmente se recusava a conectar-se em qualquer servidor devido a RSA que vinha compilada no próprio client, e sério, vocês não tem ideia do trabalho que uma pessoa leiga tem para fazer coisas que não funcionam funcionarem, isso é, sem suporte de ninguém. Entre telas pretas, problemas de conexão, de
  2. BOM VOU TRAZER ALGUMAS HOTKEYS/COMBOS DE NTO [WAR] AUTO TARGET: AUTO 1 LISTAS 'TARGET' ATIVADO | ATTACK TARGET AUTO HASTE (SPEED UP): AUTO 200 LISTAS 'HASTE' | IFNOTHASTED SAY CONCENTRATE CHAKRA FEET BUFF: AUTO 200 LISTAS 'NOME DO BUFF' ATIVADO | SAY "BUFF" | WAIT 8000 CHAKRA REST: AUTO 4000 LISTAS ' CHAKRA REST' | SAY CHAKRA REST UPA MAGIC LEVEL[NINJUTSU]: AUTO 200 LISTAS 'BIRL UPA KRL' |SAY POWER DOWN | SAY CHAKRA REST REVIDAR: AUTO 200 LISTAS 'REVIDAR' A
  3. Comandos "exiva" e variaveis para ultima versão de Blackd (40.0) exiva sdmax exiva unequipr (desce qualquer ring) exiva energyring (sobe energy ring) exiva pushmax (empurra o target) exiva antipush (joga gold 1 em 1 embaixo de vc) exiva target (segura attack target) exiva useitemonname:XX XX (usa runa no targetXX XX = ID do item) exiva mcit COMMAND (process COMMAND in all mcs) exiva autocombo (cast combo order in lastrec channel) exiva autocombo XX XX (cast combo order in channel XX XX) exiva screenshot (capture and store screenshot on harddisk) exiva _abc = value (store
  4. oi, eu queria saber se tem alguem que sabe alguma hotkey q qnd morre ele reconecta tenho essa -> auto 100 ifnot $connected { reconnect | wait 6000 } mais ela só funciona se cair ou ser kikado ... alguem pfvr poderia me ajudar ?
  5. -- [[ 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
  6. 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
  7. minimizewindows('equip') Créditos: tibiascripts
  8. Tricoder

    HOTKEYS Auto Utamo Vita

    if not manashielded and cooldown('utamo vita') == 0 and mp >= 50 then cast('utamo vita') updateworld() end Créditos: tibiascripts
  9. Tricoder

    HOTKEYS Trocar de Ring

    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
  10. 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
  11. 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
  12. 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
  13. 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
  14. 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[
  15. 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
  16. Tricoder

    HOTKEYS Auto Reconnect

    --[[ 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
  17. 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
  18. 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
  19. if (paralyzed == true) and maround(5) == 0 and hppc >= 50 then cast("exura ico") wait(1000,1500) end Créditos: tibiascripts
  20. if currentLevel == nil then currentLevel = level end if level > currentLevel then screenshot() wait(500,1000) currentLevel = currentLevel+1 end Créditos: tibiascripts
  21. local printscreen = true if hppc == 0 then if (printscreen == true) then screenshot() end printscreen = false else printscreen = true end Créditos: tibiascripts
  22. local LootBP = "Orange Backpack" -- BP to loot Dead Human Body -- BP para pegar os items do Corpo. local itemstocheck = {3031} -- 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
  23. 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[
  24. 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
  25. Tricoder

    HOTKEYS Anti-Push

    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
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo