Jump to content

MAARS

Contributor
  • Posts

    664
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by MAARS

  1. MAARS

    War robots

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

    Need help in script

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

    Arm64x To Arm32x

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

    Arm64x To Arm32x

    Bye bye Google play services
  12. 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
  13. 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)
  14. 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
  15. 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
  16. 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
  17. MAARS

    Arm64x To Arm32x

    Hum are you sure modern app and online app are not bullet proof to this ?
  18. 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
  19. MAARS

    Arm64x To Arm32x

    This is adb command, you will not be able to use it with native package manager of android This is nice but since some app got signature verification it can be difficult de kill it. and also if he want to use google play service this is not a good idea
  20. MAARS

    LIAPP ALERT

    Better use vxPosed
  21. MAARS

    LIAPP ALERT

    Install GG to a virtual and remove gg from your phone + allow GG to use root in virtual. You should be good to go
×
×
  • 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.