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?
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
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
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();
If lots of random number rows appear and I want to search for one of those random number rows, how can I do that?
Perfect KoK, congratulations!
Thanks :)
You're great man and genius, thanks a lot for make this app
hello brother
How can I contact you?
Have you included a tutorial on entering security codes?
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 😢
Bro text reader can be use by solving simple additional math?
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?
youre a good man thanks!
please help, how do you copy text in a spreadsheet column without using pop up copy
You can do ocr on the column but you probably don't get 100% of the text that way
@@KoKCODE Copy by adding a condition white numbers?
How to test if a number is below a specific number?
+ -> Conditional -> add a Condition on that variable
Join Discord also, easier
@@KoKCODE alr ty
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
That's quite a complicated task. Any background in programming?
How do I get rid of this I have vmos pro
Step 1 : Install Native Service using a PC
use vmos 7, native is for android 6 and below
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
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();
It doesn't recognize Chinese language text, is there any solution?
Sr, chinese characters are not supported. You can use image and recognize each character instead.