T-R0XX BOT - Customizing script for Tamer

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ก.ย. 2024

ความคิดเห็น • 30

  • @tonyr0xx
    @tonyr0xx  8 หลายเดือนก่อน

    Customizing a script for the Tamer class, attack with the pet, heal the pet and use buffs on the pet.
    Customizando um script para a classe Tamer, ataque com o pet, curar o pet e usar buffs no pet.

  • @conectandoideias4377
    @conectandoideias4377 7 หลายเดือนก่อน +1

    Topp mano to voltando muito bom ainda ter conteúdo seu aqui mano, aprendo cada dia mais programação graças a você

  • @eisekitt
    @eisekitt 7 หลายเดือนก่อน

    mano, aonde tu aprendeu os comandos e como usar os comandos? queria criar um bot pra app loos que muda o char de lugar com base no nivel, tem como fazer isso?

    • @tonyr0xx
      @tonyr0xx  7 หลายเดือนก่อน

      no próprio site do uopilot tem a lista de comandos em lua e script normal dele mesmo, cada comando tem exemplos de uso. O bot dá pra fazer sim, tranquilo.

  • @AhmedAtef-ov4yr
    @AhmedAtef-ov4yr 8 หลายเดือนก่อน

    how set bot only atk.get back. unstuck

    • @tonyr0xx
      @tonyr0xx  7 หลายเดือนก่อน

      set off some configs, like: DELETER_BOT = "ON" to DELETER_BOT = "OFF"

  • @K.Naydenov
    @K.Naydenov 8 หลายเดือนก่อน

    hey bro , can you help me with info about how to set up bot for fast attack only, if mob is not dead to not tab another one
    Thanks in advance

    • @tonyr0xx
      @tonyr0xx  8 หลายเดือนก่อน

      --lua
      -- skills to atack
      SKILL_1 = 2
      SKILL_2 = 3
      SKILL_3 = 8
      SKILL_4 = 9
      SKILL_5 = 1
      -- memory target hp
      local targetHpOffsets = {0x18, 0x59C, 0x0, 0xC, 0x1F4, 0x15C}
      local TARGET_HP_POINTER = readmem(0x012C2D28, "d")
      for i = 1, #targetHpOffsets
      do
      TARGET_HP_POINTER =
      readmem(TARGET_HP_POINTER + targetHpOffsets[i], "d")
      end
      function isTargetDead()
      return readmem(TARGET_HP_POINTER + 0x480, "w") == 0
      end
      -- loop atk
      while true do
      send("Tab", 50)
      while not isTargetDead() do
      send(SKILL_1) wait(50)
      send(SKILL_2) wait(50)
      send(SKILL_3) wait(50)
      send(SKILL_4) wait(50)
      send(SKILL_5) wait(50)
      end
      end

    • @tonyr0xx
      @tonyr0xx  8 หลายเดือนก่อน

      if you dont want do change target, remove this line: send("Tab", 50)

    • @mr.viewer3579
      @mr.viewer3579 8 หลายเดือนก่อน

      Do you have bot for bot and auto picking? That would be very helpful man , i would like to know , can you teach me how to does that app work?

  • @FelipeSantos-wm4vs
    @FelipeSantos-wm4vs 8 หลายเดือนก่อน

    Bom dia , tem como disponibilizar o seu uopilot com as pastas pra download?

    • @tonyr0xx
      @tonyr0xx  8 หลายเดือนก่อน +1

      Maioria dos vídeos já tem na descrição.

  • @junioroliveira5915
    @junioroliveira5915 8 หลายเดือนก่อน

    Ola Tony e o script de ssc boss

    • @tonyr0xx
      @tonyr0xx  8 หลายเดือนก่อน

      Esse não tenho, já vi no TH-cam um cara que postou.

  • @kraya2997
    @kraya2997 8 หลายเดือนก่อน

    can i ask how to find target monster coordinates

    • @tonyr0xx
      @tonyr0xx  8 หลายเดือนก่อน

      I'd also like to know 😂😂😂

    • @kraya2997
      @kraya2997 8 หลายเดือนก่อน

      @@tonyr0xx theres a bot software for talisman called tsauto. it has radius function where you lock unto your surrounding area and will not target mobs on further areas. it is very useful as it can prevent character from getting stuck. i wonder how they made that with the mob coordinates so difficult to find.

    • @tonyr0xx
      @tonyr0xx  8 หลายเดือนก่อน

      i've seen this bot on youtube, but i've never used it, i'll take a closer look at it to see how it works.

    • @kraya2997
      @kraya2997 8 หลายเดือนก่อน

      @@tonyr0xx thank you. i think some bot softwares uses packets to find target coordinates.

    • @tonyr0xx
      @tonyr0xx  8 หลายเดือนก่อน

      it's a hard way ahhaha

  • @Peroxy99
    @Peroxy99 8 หลายเดือนก่อน

    Can u make for magic script

    • @tonyr0xx
      @tonyr0xx  8 หลายเดือนก่อน

      Is the same way, copy mana.lua and rename to wizzard.lua, change mana name to wizzard when import module in uopilot on ( local char = readmem********modules/mana) and do the same thing to add more attack or shortcuts.

  • @wilton300
    @wilton300 8 หลายเดือนก่อน

    @tonyr0xx Teria como vc fazer uma rotina que identifica clica no (DICE)

    • @tonyr0xx
      @tonyr0xx  8 หลายเดือนก่อน

      reconhecendo a imagem da pra fazer sim, mas vai ficar um pouco pesado pra quem tem pc mais fraco pq vai ficar toda hr procurando a imagem, tudo isso consome mais o pc, mas qual a idéia de ficar dando dice ?

    • @wilton300
      @wilton300 8 หลายเดือนก่อน

      @@tonyr0xx eu tenho o ponteiro do dice

    • @wilton300
      @wilton300 8 หลายเดือนก่อน

      00C683B8 CD4 O estado dele e 0 ele muda de acordo os dice na tela tipo 1 =1 2=2

    • @wilton300
      @wilton300 8 หลายเดือนก่อน

      A ideia e usar um pete com auto pick na fada e as outras 4 tamer utilizar o dice

    • @tonyr0xx
      @tonyr0xx  8 หลายเดือนก่อน

      ainda assim não vale a pena eu acho, esse pointer do dice muda quando reloga.