Jump to content

MAARS

Contributor
  • Posts

    658
  • Joined

  • Last visited

  • Days Won

    25

Everything posted by MAARS

  1. MAARS

    Updating offsets

    Well you should try pattern scan then
  2. In the refine process you can use either select value has increased or you can specify the difference https://pasteboard.co/22PFwdYekc6Q.png https://pasteboard.co/2NbRFJP3gWjp.png
  3. He just wrote in the file description, the script will no longer be updated
  4. Hi, i think this is what you are looking for
  5. For sure, "Make love, not war"
  6. Hex is not a langage, xD just kinding
  7. This post cannot be displayed because it is in a forum which requires at least 1 post to view.
  8. Try disabling Use sound effects or Use notification. https://gameguardian.net/help/config.html
  9. You need to limit your search within a range and unfortunally you can not provide multiple ranges. the solution could be to script that: Make the fuzzy Search in the first address range then backup the search result to a file Repeat step 1 until you are out of search range Load all the saved search result from your files Here is the api you might be interested in: startFuzzy(), saveVariable(), saveList(), loadList() check the api for anything else. And note this might be extremely slow so you need to be careful the way you code it.
  10. Version 1.0.0

    1,322 downloads

    Mega Subway Surfers script for game guardian For more info checkout on the repo
  11. View File com.kiloo.subwaysurf Mega Subway Surfers script for game guardian For more info checkout on the repo Submitter MAARS Submitted 07/06/2023 Category LUA scripts  
  12. because there is no such gg.targetInfo().x32 you can use local target = gg.getTargetInfo() if (not target) then gg.alert("Failed to get target info.") do return end end You just have to invert your condition to test for 32 or 64 bit if (target.x64) then -- gg.alert("This script is not compatible with 64-bit.") -- do return end end if (not target.x64) then -- gg.alert("This script is not compatible with 32-bit.") -- do return end end
  13. MAARS

    GGPT

    Well if you want to do something serious you are no going to train an ai with your intel i9 or ryzen 9 cpu what i am trying to say is you need more computer power so for sure you are gonna use a cloud computer and that is not free
  14. MAARS

    GGPT

    Well after seeing how much it cost to train an AI model i guess the answer is no for now xD
  15. I am starting to wonder if those topics op are actual game developer trying to use us as free tester to fix their game security issues LoL. Anyway when making a request try to put more effort, that can make people want to take a look. just pasting a link and go away not even saying what you attempted is kinda /($&Y£/)($")=(I£ ... Trust me when you show what you attempted that make it more easy for people that might try to help you. It give a starting point instead of them starting from scratch that also can speed up the process since they already know what did not work so they dont need to try it anymore. so i will recommend you to reformat your topic. even you did not try anything i guess, it is ok just take the time to even tell what you want
  16. Here is some ressource on how to mod il2cpp https://youtu.be/Vm1Eq0ICCJg https://platinmods.com/threads/videotutorial-how-to-dump-and-mod-il2cpp-games-advanced-modders-only.448/ https://platinmods.com/threads/editing-offsets-floats-and-hex-codes-in-il2cpp-games.120692/ https://platinmods.com/tags/tutorial Again you can find a lot of tutorial/topics on how to mod unity game in the forum, you can search from here or you can google it, your game have no protection so it is perfect for you since you are learning You will find some interesting beginner oriented tutorial on Mr.Dragon Star Chanel. You also have Hacker House that provide some general purpose Tuto. well for the rest just do your own research.
  17. Not about update, those dino are maybe unfinished, hatch DeathDodo you will see, instant crash if you tried to collect the specimen
  18. Make sure they are already released, you can actually unlock unreleased dino but that that will break your account
  19. MAARS

    HWID Lock Script?

    You should not rely on ads id
  20. BadCase already did implement the api in Lua just pick up his work
  21. Pastebin expose it rest api https://pastebin.com/doc_api you can check the documentation, it is in php you can implement it in Lua GG. Also you can take @BadCase work as example, it is here https://gameguardian.net/forum/files/file/3406-badcases-pastebin-api/
  22. This is an issue considering nature and philosophy of gg, os.execute and io.popen should be optional mean can activate it from the settings, and always warn user when it get used just like gg.makeRequest, what do you think about this @Enyby@Sysadmin @BadCase @NoFear @Lover1500
×
×
  • 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.