Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/18/2018 in Posts

  1. yo ENBY, I have a problem, I'm putting speedhack in my script BUT, when the speedhack loads, it doesn't continue the script. its like it stay stucked with the speedhack... if I put it first or last...script won`t stop at that speedhack I`m doing it like this: gg.getSpeed('1') gg.setSpeed('5') gg.searchNumber('5', gg.TYPE_FLOAT) gg.getResults('10', gg.TYPE_FLOAT) gg.editAll('900', gg.TYPE_FLOAT) goto sdone any idea why script got stucked at speedhack? the other values don`t get runned. and even if they do, the script is still active. I don't think my users will like it when they need to press the "interrupt script" because of the speedhack. thanks for reading and I hope there is a solution for this.
    1 point
  2. Ahh I see! So the first image is the code that runs the check, then you convert the file to .smali and modify it then assemble it back to dex and resign new apk. Got it! Thank you man you're the best developer I've ever been in contact with you're patient and good at teaching, keep up the good work!
    1 point
  3. I selected method which run check. On first image. On second image I select what I replaced in this method in smali. Set 0 instead of 1. _______________________________________________ added 2 minutes later This is like the table of contents in the book. In the table of contents, on the headings you find the page number, and by going to the page number, find the necessary paragraph or letter in this section. I used the Java view to find the right place, and changed it already in smali.
    1 point
  4. It is only for view. You can not use this code. It is only for understand where need patch smali code. For patch you need decompile dex to smali with apktool or baksmali, patch and assemble back to apk/dex. Of course you need resign new apk.
    1 point
  5. Yes. Pause process after hide GG UI, not before.
    1 point
  6. Latest gg makes this bypass possible (for me at least).
    1 point
  7. How to understand that you can use unrandomizer 1. Start the game. 2. Open the list of unrandomizer functions so that it loads. 3. Make the necessary actions in the game, which, presumably, are associated with random numbers. 4. Re-open the list of unrandomizer functions. See if there are green timers in the first column. If they do not exist, the unrandomizer will not work. If so, you can try to set some value for the unrandomizer and repeat the action in the game to see if there is any difference.
    -1 points
×
×
  • 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.