Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/03/2022 in Posts

  1. it worked thanks for the help i finally got everything i need
    1 point
  2. 31;4,259,911;4,522,061;5,046,367;5,111,887;5,832,773;5,439,583;5,374,036;5,111,881;6,225,991;4,259,923;4,522,070;4,915,295;5,832,773;4,522,066;4,784,204;67::65 https://emalm.com/?v=0WcQD everything has utf name, you could search the utf name and work backwards.
    1 point
  3. No problem. I'll get you another search that will work.
    1 point
  4. Try this: https://emalm.com/?v=opuaV 7;1,197,936,946;1,568,784,472;818,347,345::57 If when you follow first pointer you have 2 pointers below, go-to the other result. If this search doesn't work, let me know and I'll get something different for you to follow instead.
    1 point
  5. i would the last resource i need are the time fragments and i have yet to figure a way out to hack them
    1 point
  6. hmm..it could be after such a long time. it change from Season Pass to Home Pass? No Golden Ticket? but when trying to buy it..its still say Golden Ticket. only @NoFear can save us now?
    1 point
  7. Hi! This stopped working in version 5.6.3. The DWORD values 092140B9r;081540FDr::3701 are not on Xa. My device is Xiaomi Red Note 8 Pro with Root. The game was downloaded from the Play Market. Maybe these values have changed
    1 point
  8. okay so i finally managed to get it to work i got a lucky try and kept on buying the summon until i got all i needed thanks a lot
    1 point
  9. No need to go offline? Edit: following your steps worked. Thank you.
    1 point
  10. F1VM is a virtual space right? So i have to download it and put my GG and Homescape in F1YM? And do the hack normally? Through that virtual space? have u tried? And is it working? Im not able to try ftm, cause i’m having medical issue rn.
    1 point
  11. Okay thankyou mr Cisco, it showed 2 adress now. But when I’m completely done and restart the game, the golden ticket is not successful. Is it because i did this to my banned account? I saw the option is unavailable with i clicked the golden ticket. I already revert the changes. Still nothing after restart the game.
    1 point
  12. This is for armv8 only, I haven't bothered to debug armv7 (yet). Your can edit lib on device if rooted and not deal with gg. Or use GG. When buying golden ticket, game will seem like nothing happened. Close and reopen. Inapp seems to only add boosters. No coins or other elements. Please, if you share of create mod... Give credit, don't try to claim this as your own work. (Biggest reason I stopped posting free to the public). Offsets 18B2C78 18B3AEC Edits 29008052 E803679E Or search dword in Xa range 092140B9r;081540FDr::3701 Edit 29008052r;E803679Er
    1 point
  13. U can use an android emulator like nox or bluestacks on ur computer. And download game gaurdian on it.
    1 point
  14. So you do not know what you are asking. The video shows the contents of the GG settings file.
    1 point
  15. You can not read GG prefs file. It is not a bug. As intended.
    1 point
  16. What problem? Video need too. And maybe recorded script with explanation what wrong. Logcat do not cancel detailed explanation.
    1 point
  17. If you need read something like that: string.char(68, 111, 110, 39, 116, 32, 117, 115, 101, 32, 99, 111, 109, 112, 105, 108, 101, 114) Open https://www.lua.org/cgi-bin/demo put this code in form, add print around call, like this and run: print(string.char(68, 111, 110, 39, 116, 32, 117, 115, 101, 32, 99, 111, 109, 112, 105, 108, 101, 114)) You get readable text:
    1 point
  18. https://gameguardian.net/forum/files/file/1320-tester/
    1 point
  19. View File Lua code tester Allow you run some lua code. And add 'print' around it if need. Submitter Enyby Submitted 05/10/2019 Category Tools  
    1 point
  20. You can use something like this: local s = gg.prompt({'Code:', 'add print'}, nil, {'text', 'checkbox'}) if s ~= nil then if s[2] then s[1] = 'print('..s[1]..')' end local run, err = load(s[1]) if run == nil then print(err) else run() end end
    1 point
  21. It is not a file. Just a memory allocated in C.
    1 point
  22. Try google about lua loops and lua table length. It is not a hard.
    1 point
  23. 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.