Jump to content

MAARS

Contributor
  • Posts

    682
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by MAARS

  1. The google sign in bug, i think everyone are experiencing it, it never worked for me also
  2. yeah that it, it is a lack of privilege, you should be more active to grind your rank and gain some privileges
  3. show a screenshots, and i guess it might be because of your rank, different rank give you some privilege like accended don't see ads etc...
  4. I think it is you who dont understand overclocking, by google overclock mean : run (the processor of one's computer) at a speed higher than that intended by the manufacturers. yes the kernel actually increase the clock speed when needed but it will never reach the maximum because it is always locked by the manufacturer to prevent overheating since phone dont have any cooling system. this is called thermal throttling. when you are rooted you can install a custom kernel that do not block your cpu from running at max clock speed even it will break due to overheating
  5. root does nothing wrong if installed correctly, root even permit to get the max power of your device by overclocking, and to uninstall system bloatware
  6. Go to your magisk app in superuser tab make sure that gg is allowed to access root privilege
  7. I dont think, the staff accept bug request for custom rom. But i am an Evolution X user myself maybe i can help. what version of evolution are u running on ? are you rooted or using virtual space?
  8. MAARS

    War robots

    not that difficult to screenshot your gg to provide a preview
  9. MAARS

    Need help in script

    Give more information if you want an accurate response, or people will just try to guess
  10. The game force close on my device, i don't know why
  11. Can u give the link to the game, there are many of them named like that
  12. No one hold your hand to buy it, it is up to you. This is like telling a cigarette merchant that he is a killer, bruh, nah people are killing themselves These companies do the same by selling our data You just looks like an angry developer
  13. You should kick this guy, he is doing s*** on the french translation
  14. I have tested down bellow seem like you cant undo it, i have also checked the account setting for undo flags but there are none
  15. Memu . And i dont think Gameloop is the good choice for cheating
  16. Thank you very much
  17. MAARS

    Arm64x To Arm32x

    And dont forget to sign the app again before installing if you are not rooted. you can use SAI
  18. MAARS

    Arm64x To Arm32x

    Bye bye Google play services
  19. Look dope but, when you are planning to share your tools or script with people just write it in English or make a translation for English. It will be great
  20. Never mind i have just done some research and find out coroutine actually block the main thread even it is executed in another state i have done some test local thread2 = coroutine.create(function () for i =1, 10 do print ("thread2") end end) local thread1 = coroutine.create(function () coroutine.resume(thread2) print ("thread1") end) coroutine.resume(thread1)
  21. Actualy my pseudo code is -- Create a coroutine with infinite loop that check if gg.isVisible(true) then os.exit -- everytime you call gg.searchNumber make sure to resume the coroutine first then after the search in ended make sure to yield the coroutine but i got one problem, my coroutine is getting killed i dont know why script.lua
  22. I have still not tested but i was thinking about creating a wrappers function for searchNumber, that when called call the coroutine that will run an infinite loop and checking for GG UI icon pressed, if true the os.exit. Note : coroutine is asynchronous mean it run in another thread without interupting the main thread Wow tested actually working
  23. This would be possible if @Enyby add the Coroutine library that permit to run asynchronous code. I know some m***ed gg that people have implemented that lib you can dm me if you want to know more
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.