Jump to content

All Activity

This stream auto-updates

  1. Today
  2. Bro thank you so much I never know there's can be search with letters
  3. this one? if you READ it properly..you should be able to UNDERSTAND it. its not value MULTIPLY by 4 (value x 4) value follow by capital X then 4 = valueX4
  4. Layer759

    Eatventure

    Anything new for this topic?
  5. umm i cant find the quote but it say is written by monkeysan I just want to know how to search the value of the gems, I did tried the (value ×4) and the not accurate search but not work (cant get the value) at all and also the stats I remember it can be change and use in old days. I saw this but idk would this help me but the jpg are not showing
  6. Rex77ahha

    Help

    İLE Hello, I downloaded the lua file, but the lua file does not appear in the download folder in Game Guardian.
  7. I need some help, Idk why i can't see the picture, any one pls tell me how to solve this or what's on the picture.
  8. nok1a

    what is this error

    I guess that you selected the default execution path. This happens when you open a process for the first time, then GG will select a default path with the package name of the selected process. Navigate to the path where you have your downloaded Lua script and select it. Then execute it.
  9. You are a legend thanks. I thought there is no api for it
  10. https://www.paleo.gg/games/jurassic-world-the-game/creatures?sort=release_date can someone send me ids from giganto gen 2 to stego gen 2
  11. the facebook group I created was hacked by someone else. I am no longer responsible if there is anything there. Link https://m.facebook.com/groups/499304248328158/

  12. Yesterday
  13. If what you mean is to add 0x14 to address of each found value and load the values to search results or saved list, then the following example based on your code shows how to do that: -- Define the address to search for (in hexadecimal format) local targetAddressHex = "7AF6EF6780" -- Replace with your specific hexadecimal address -- Set the search parameters and search gg.clearResults() gg.searchNumber(targetAddressHex .. "h", gg.TYPE_QWORD) -- Get the search results local results = gg.getResults(500) -- Create table for target values from results by adding offset local targetValues = {} for i, v in ipairs(results) do targetValues[i] = {address = v.address + 0x14, flags = gg.TYPE_FLOAT} end gg.loadResults(targetValues) -- to set search results to target values gg.addListItems(targetValues) -- to add target values to saved list
  14. I made my own lua script which is -- Define the address to search for (in hexadecimal format) local targetAddressHex = "7AF6EF6780" -- Replace with your specific hexadecimal address -- Convert the hexadecimal string to a number local targetAddressNum = tonumber(targetAddressHex, 16) -- Set the search parameters and search gg.clearResults() gg.searchNumber(targetAddressNum, gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1) -- Get the search results local results = gg.getResults(500) -- Add each result to the Game Guardian items list gg.addListItems(results) Which saves all found addresses as last step so i can do the text step i want which is offset calculation i do it with type float and value is 14. Anyway to do it with lua instead of keep doing manually every time?
  15. I have closed my Facebook account. please get all members out of there. Thank You

  16. View File VED Updated Pixel Gun Version 24.4.2 With VED, you can change just about any value like rewards and cost price. Watch the video posted to see how to use it. In GG make sure you only have A: Anonymous selected. If you're having problems then come back to this video and watch closely. Credits: Originally made By DarkOctet#5778 || Script Based off of Pulsed#1874 VED script || Trap/Usless Value Remover by (HorridModz) User123456789#6424 & User123456789#8073 || Script Updated by Michael1541#9506") Submitter Michael1541 Submitted 05/28/2024 Category LUA scripts  
  17. kiynox

    what is this error

    [ @ItsMeAnsh ] --- This could be several causes: 1) SELinux You can try to switch SELinux into permissive using: Termux su set enforce 0 Then go open game guardian -> "fix it" button -> switch to work with selinux. 2) Root permission Game Guardian requires rooting: you can either use: magisk or manual-rooting or rooting-tool 3) Emulator storage Some emulator unable to read recently moved files, try to restart the emulator and run the script again on game guardian. ---
  18. 97 downloads

    With VED, you can change just about any value like rewards and cost price. Watch the video posted to see how to use it. In GG make sure you only have A: Anonymous selected. If you're having problems then come back to this video and watch closely. Credits: Originally made By DarkOctet#5778 || Script Based off of Pulsed#1874 VED script || Trap/Usless Value Remover by (HorridModz) User123456789#6424 & User123456789#8073 || Script Updated by Michael1541#9506")
  19. Yes, you are right, the video quality is very low, this will not happen again
  20. Last week
  21. Thanks bro very helpful since i cannot see clearly what values did you use in the video.
  22. View File PG3D Health Regen and Damage Boost(1shot) This script modifies your pet to heal you and give massive damage boost. Thanks for Hacker house for making the Field Offset Finder Script which can be found here: https://hackershouse.tech/ Submitter Michael1541 Submitted 05/27/2024 Category LUA scripts  
  1. Load more activity
×
×
  • 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.