Macrorify Showcase 1.4.0 - Text Reader

แชร์
ฝัง
  • เผยแพร่เมื่อ 16 ม.ค. 2025

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

  • @visedt01
    @visedt01 ปีที่แล้ว +1

    If lots of random number rows appear and I want to search for one of those random number rows, how can I do that?

  • @noslined
    @noslined 2 ปีที่แล้ว +1

    Perfect KoK, congratulations!

    • @KoKCODE
      @KoKCODE  2 ปีที่แล้ว +2

      Thanks :)

  • @ariefviolensia3567
    @ariefviolensia3567 2 ปีที่แล้ว +1

    You're great man and genius, thanks a lot for make this app

  • @AhMad-pg5yd
    @AhMad-pg5yd 3 หลายเดือนก่อน

    hello brother
    How can I contact you?
    Have you included a tutorial on entering security codes?

  • @NARAAYUNE
    @NARAAYUNE ปีที่แล้ว

    I can't find >> on the image using text detection, I need to click on >> automatically, how to do it? I'm a noob here 😢

  • @robertbadilla8451
    @robertbadilla8451 ปีที่แล้ว

    Bro text reader can be use by solving simple additional math?

  • @yeninesil6544
    @yeninesil6544 9 หลายเดือนก่อน

    Mình đã trở thành thành viên premium nhưng vẫn có vấn đề không hiểu nên liên hệ với ai, không có ai quan tâm đến discord, có ai có thể giải đáp với tư cách là người được ủy quyền không?

  • @SleeperBoyz
    @SleeperBoyz 2 ปีที่แล้ว

    youre a good man thanks!

  • @exclusivebag9861
    @exclusivebag9861 2 ปีที่แล้ว

    please help, how do you copy text in a spreadsheet column without using pop up copy

    • @KoKCODE
      @KoKCODE  2 ปีที่แล้ว

      You can do ocr on the column but you probably don't get 100% of the text that way

    • @riderfood3818
      @riderfood3818 2 ปีที่แล้ว

      @@KoKCODE Copy by adding a condition white numbers?

  • @Atrobyte
    @Atrobyte ปีที่แล้ว

    How to test if a number is below a specific number?

    • @KoKCODE
      @KoKCODE  ปีที่แล้ว

      + -> Conditional -> add a Condition on that variable
      Join Discord also, easier

    • @Atrobyte
      @Atrobyte ปีที่แล้ว

      @@KoKCODE alr ty

  • @feliciarivera3332
    @feliciarivera3332 2 ปีที่แล้ว

    I've checked FAQ and discord but I'm struggling to understand how to set up a file to read alliance members and keep track of their monster kills by auto clicking gifts

    • @KoKCODE
      @KoKCODE  2 ปีที่แล้ว

      That's quite a complicated task. Any background in programming?

  • @ذكريات-ح2م
    @ذكريات-ح2م 2 ปีที่แล้ว

    How do I get rid of this I have vmos pro
    Step 1 : Install Native Service using a PC

    • @KoKCODE
      @KoKCODE  2 ปีที่แล้ว

      use vmos 7, native is for android 6 and below

  • @raulaguayohernandez5071
    @raulaguayohernandez5071 11 หลายเดือนก่อน

    hola, buen video, como seria el código para mostrar textos en pantalla? quisiera usar esta funciona para crear una guía de errores e identificar rápidamente en que parte o etapa se está atascando mi macro. Saludos

    • @crisaf8471
      @crisaf8471 11 หลายเดือนก่อน

      Yo lo hago así, solo que a veces parece que al detenerse la macro, desaparece el texto, entonces al final del código suelo poner un while(true) para debuggear lo que esté pasando en ese código.
      var texto = OnScreenText(300, 700, -1, -1, false);
      texto.setText("el texto, variable, etc que quieras ver");
      texto.setBackgroundColor("#000000");
      texto.setTextColor("#FFFFFF");
      texto.show();

  • @habibrehman8772
    @habibrehman8772 ปีที่แล้ว

    It doesn't recognize Chinese language text, is there any solution?

    • @KoKCODE
      @KoKCODE  ปีที่แล้ว

      Sr, chinese characters are not supported. You can use image and recognize each character instead.