Jump to content

MAARS

Contributor
  • Posts

    662
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by MAARS

  1. 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
  2. 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
  3. Go to your magisk app in superuser tab make sure that gg is allowed to access root privilege
  4. 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?
  5. MAARS

    War robots

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

    Need help in script

    Give more information if you want an accurate response, or people will just try to guess
  7. The game force close on my device, i don't know why
  8. Can u give the link to the game, there are many of them named like that
  9. 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
  10. You should kick this guy, he is doing s*** on the french translation
  11. 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
  12. Memu . And i dont think Gameloop is the good choice for cheating
  13. Wow this is really sad i hope you recover your accounts very soon
  14. MAARS

    Arm64x To Arm32x

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

    Arm64x To Arm32x

    Bye bye Google play services
  16. 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
  17. 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)
  18. 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
  19. 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
  20. 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
  21. MAARS

    Arm64x To Arm32x

    Hum are you sure modern app and online app are not bullet proof to this ?
  22. MAARS

    Arm64x To Arm32x

    When the app have multiple ABI it is always bundled In the same app, you will not be able to find the app with only specific ABI that you want. So that that brings us to how android app behave. Any edit break the signature. Even if you just edit the extension of the apk from apk to zip or anything else bOOm signature broken. So deleting unwanted ABI folder from the app will also break the signature
×
×
  • 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.