Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/05/2023 in Posts

  1. 2 points
  2. 1 point
  3. [ @vaibhavi ] --- Any reason to do that? A recompiled apk often breaks the game because it also breaks the apk's signature. I wouldn't recommend that. ---
    1 point
  4. Hello, use this command 20;1;100;5;1000;10;50 1: reputation 10: money 50: experience Search using "double" there I wrote the number that you have to change depending on what you want to do
    1 point
  5. 1 point
  6. [ @Aaron-Auto ] --- There's 2 ways. You can hardcode the timing inside the script or create a database with pastebin or etc. Using database will allows you add more user without making changes to the script, unlike hardcode, you need to keep adding a new user inside the script. So which one do you want? but first of all, here's some inner working of what you want: --[ Updated & tested on: 05/12/23 ] --Time format (year:month:day:hour:minute:second) lookup = { ["user1"] = "2023:12:05:16:22:00" } function parser(inputs) cparse = os.date("%Y%m%d%H%M%S") uparse = lookup[inputs[1]]:gsub(':', '') if tonumber(cparse) >= tonumber(uparse) then return false else return true end end function notice(message) gg.alert(message) os.exit() end function menus() notice('You have reached the main menu!') end inputs = gg.prompt({'Enter username :'},{[1] = nil},{[1] = 'string'}) if inputs == nil then notice('Username empty, exiting...') else if lookup[inputs[1]] == nil then notice('Username not found, exiting...') else if parser(inputs) == false then notice('Username expired, exiting...') else menus() end end end ---
    1 point
  7. New version 12.0.1.4.14 released!
    1 point
  8. Dump 64bit: https://mega.nz/folder/HVkHlKzJ#eLLBQbnyMzeHJWJzL6ypDQ Aside from that i also received same error as you when using the script. For fix the issue you have to contact the owner of the script: libil2cpp.so and metadata.dat dumping script (#rpaaz4p) Game had some protection on mobile when i selected the process. I was using F1 in VM. Dunno why. On Bluestacks did not get a message that game is protected. So dumped it there. Works fine: There are 2 libil2cpp.so files: so i dumped both of them, i am not sure if they are the same, but the sizes differ between dumps..so i guess not. This is the other dump.
    1 point
  9. It does but sure, there are exceptions.
    1 point
  10. Use libautodumper Not work for realphone
    1 point
  11. [ @MAARS ] --- Sure, but you get the idea. ---
    1 point
  12. Better redirect the output to a file instead of printing, print is slow And I wonder if gg can support such big chunk of data as il2cpp dump or you will get a Java stack overflow error
    1 point
  13. [ @vaibhavi ] --- You can use: GGIL2CPP or Zygisk-Il2CppDumper as an Magisk module. For example using GGIL2CPP: require("Il2cppApi") Il2cpp() print(Il2cpp) ---
    1 point
  14. Memory Range: Anonymous Value Type: Dword 50km = 1 60km = 2 70km = 3 80km = 4 Enjoy your reward
    1 point
  15. Try editing Qword I don't think those offers ever pay out
    1 point
×
×
  • 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.