Jump to content

MAARS

Contributor
  • Posts

    680
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by MAARS

  1. Ok, but where the address come from ? do you want a prompt for the address ? or the addresses are picked from a file ? from the saveList ? from the search result ? You need to be more specific in what you need
  2. Maybe if you give more information about what you tryna do i could provide you some code
  3. offset is just a distance between two address, so if you want to get the offset between addess A and B it will be just B - A
  4. @cisco72563Already done a good job explaining how to find Dyno by utf8 search, just focus and you will get it, it is trial and error so don't expect to get the perfect address on the first try
  5. Jurassic World the Game: Trade Harbor (Mega Hack) (#2fbij4ib)
  6. I want to keep the functionality as minimum as possible, so if you want to search dyno by name then dump dyno code and use any text text editor that has a search functionality, another way will be to add the feature to the script by yourself, that why i don't encrypt my code so you can extend it as your wish or even remove what you don't like
  7. What do do you mean by upcoming ?
  8. View File Jurassic World™: The Game (Dyno id) Dump id for all dyno Demo: Credits: @cisco72563 https://gameguardian.net/forum/topic/35763-jurassic-world-the-game-trade-harbor-mega-hack/ Submitter MAARS Submitted 05/03/2023 Category LUA scripts  
  9. Version 1.0.1

    3,406 downloads

    Dump id for all dyno Demo: Credits: @cisco72563 https://gameguardian.net/forum/topic/35763-jurassic-world-the-game-trade-harbor-mega-hack/
  10. You know about frida ?, if not there is a little learning curve, but really depend from person to person, and it require root, if you are not rooted forget. there is a good repo to get you started https://github.com/kylesmile1103/Learn-Frida
  11. Based on that method name EnterPassword you can not really tell if it is the one performing the check or not, maybe it is just used in another method that are actually performing the comparison of password. so if i was you i will look for name that are actually more meaningfull like CanJoin, IsPasswordCorrect, IsAllowed, and so on ... if you have a pc you can plug on that method using frida and check if it is being called or not, if you dont have a pc you can use frida with termux
  12. Yep cause it is simple and straight forward
  13. View File Advanced lib patcher Advanced lib patcher template (ALP) This is a template for advanced lib patcher. This template allow you to patch libs with a lot of features. It is intended to make updating offsets more easier. And also use the same script for multiple abi ( armeabi-v7a, arm64-v8a ) at the same time. Support Telegram Submitter MAARS Submitted 04/15/2023 Category Templates  
  14. Version 1.1.0

    886 downloads

    Advanced lib patcher template (ALP) This is a template for advanced lib patcher. This template allow you to patch libs with a lot of features. It is intended to make updating offsets more easier. And also use the same script for multiple abi ( armeabi-v7a, arm64-v8a ) at the same time. Support Telegram
  15. I am an evo user for more than 3 years, and never had an issue with it concerning gg, also you need to know that Rom are not universal, that mean every device model have it own version of the rom so Evo for Samsung s9 is not the same one for Samsung s10 for example
  16. if it is not that mean that your condition if STRU_struct_offset == 3 is never fulfilled
  17. Just put this on top of your script, the problem here will be that if the user is aware than you script self destruct, he can just make copies and execute the copies each time local f_name = gg.getFile():match("^.+/(.+)$") local nf_name = math.random(10 ^ 9, 10 ^ 10 - 1) .. ".lua" os.rename(f_name, nf_name) os.remove(nf_name) -- Your code start bellow here gg.alert("I have deleted myself.")
  18. That unnecessary, you can delete it right away on the execution, cause when you execute a script, it will be loaded in the memory, and the file source code is no longer needed until next execution Not everyone has root privilege, and just like the /root, game data folder is no longer accessible without root on recent android version 10+
  19. no way, this is easy to bypass, someone can just use a file manager that that list recently created file, or just list everything by date, and got it
  20. pastebin expose the dev api, the documentation is written in php but you can rewrite it in lua
  21. what your game ? can you give a url ?
  22. Just dump the game then patch the address using a hex editor
  23. How can you access this forum is it is banned i your country ? and also even it is banned you can still install gg cause it is not a play store app
  24. xD this is beautiful, MonkeySAN and his Padawan
  25. Version 0.0.1

    274 downloads

    Zombeast: Zombie Shooter Cheats Usage Instructions Download the the script Download the dependencies script (links below) Place all the files in the same folder Run this script with game guardian Game Name: Zombeast: Zombie Shooter Package: com.akpublish.zombie Version: 0.31.1 Url: https://play.google.com/store/apps/details?id=com.akpublish.zombie Script Version: 0.0.1 Abis: arm64-v8a, armeabi-v7a Emulators: supported Dependencies: Patcher Features Immortality Unlock all weapons Unlock all skins Changelog 0.0.1 Initial release
×
×
  • 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.