Ir para conteúdo
  • Cadastre-se

Pesquisar na Comunidade

Mostrando resultados para as tags ''HOTKEYS''.

  • Pesquisar por Tags

    • hotkeys ×
    Digite tags separadas por vírgulas
  • Pesquisar por Autor

Tipo de Conteúdo



Encontrar resultados em...

Encontrar resultados que contenham...


Data de Criação

  • Início

    FIM


Data de Atualização

  • Início

    FIM


  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 sim...
  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...
  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:X...
  4. Bom Galera , Nao Sei Se Já tem algum Topico Com Lista de Hotkeys Aki no Tk , Mais Eu Vou postar msm assim.. Entao vamos Lá Hotkeys Simples: Hotkeys Grandes: Hotkeys OtEditados: Espero Que Gostem, Se Gostarem Reputem Rep+ , Nao Cai o Dedo '-'
  5. 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 ?
  6. 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 B...
  7. Essas hotkeys são recomendaveis para usar em wars, ou em qualquer coisa usando o Classic Botter Keydown Hotkeys : esses são exemplos de keydown hotkeys para war. SD TARGET : $useoncreature 3155 target PARALYZE TARGET : $useoncreature 3165 target MANA FLUID : $self 2874 SUBIR ENERGY RING : $equip r...
  8. Auto Utani Mega Hur Heala com Rune Attack Rune, funciona como SD Usa Spell quando tiver 3 monstros te atacando e quando tiver player na tela ele não solta spell Buga o mapa fazendo você desviar de players , magic wall , criaturas entre outros obstáculos , fun...
  9. -- [[ 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 P...
  10. 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
  11. minimizewindows('equip') Créditos: tibiascripts
  12. 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
  13. 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
  14. 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
  15. 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
  16. 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
  17. 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...
  18. 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...
  19. 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
  20. 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 = (...
  21. 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
  22. 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') elsei...
  23. if (paralyzed == true) and maround(5) == 0 and hppc >= 50 then cast("exura ico") wait(1000,1500) end Créditos: tibiascripts
  24. if currentLevel == nil then currentLevel = level end if level > currentLevel then screenshot() wait(500,1000) currentLevel = currentLevel+1 end Créditos: tibiascripts
  25. local printscreen = true if hppc == 0 then if (printscreen == true) then screenshot() end printscreen = false else printscreen = true end Créditos: tibiascripts
×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo