Jump to content

Search the Community

Showing results for 'Huawei mate 10'.

  • Search By Tags

    Type tags separated by commas.
    For example, the common name of the game: PUBG, Free Fire, Rules of Survival, Critical Ops, Mobile Legends: Bang Bang, etc.
  • Search By Author

Content Type


Forums

  • GameGuardian
    • Requests
    • Help
    • Guides
    • Cheats
    • Video Tutorials
    • Unintended Effects
  • General
    • General Discussion
    • Introduce yourself (:
    • Announcements
    • Website suggestions/Bugs
  • Downloads Support
    • Apps
    • LUA scripts
  • Online Multiplayer Mods
    • Altering Online Games with Gameguardian
    • Download Mods
  • Other Hacks
    • Tutorials
    • Non-GameGuardian
  • Archive
    • Archived topics

Categories

  • Official Downloads
  • Virtual spaces (no root)
  • LUA scripts
    • Forward Assault
    • Free Fire
    • PUBG
    • Rules of Survival
    • Templates
    • Tools
  • Test applications
  • Other

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Device


Discord ID

  1. local searchResults = gg.getResults(10, nil, nil, nil, 1, 100, gg.TYPE_FLOAT) would likely return nothing as you do not perform any searches beforehand. local posX = gg.getListItems() local posY = gg.getListItems() local posZ = gg.getListItems() you called it 3 times from the same list. gg.setValues(posX) gg.setValues(posZ) gg.setValues(posY) gg.addListItems(posX) gg.addListItems(posZ) gg.addListItems(posY) so was the editing. it could be as simple as this : local saved = gg.getListItems() for i, v in ipairs(saved) do if v.name == "posX" then v.value = 100 v.freeze = true elseif v.name == "posY" then v.value = 50 v.freeze = true elseif v.name == "posZ" then v.value = 1 v.freeze = true end end gg.setValues(saved) gg.addListItems(saved)
  2. hello, im still new at scripting, i tried something and it works but i need simplifier scripting, heres some part of my code local posX = gg.getListItems() local posY = gg.getListItems() local posZ = gg.getListItems() for i, v in ipairs(posX) do if v.name == 'posX' and v.flags == gg.TYPE_FLOAT then v.value = 100 end end for i, v in ipairs(posZ) do if v.name == 'posZ' and v.flags == gg.TYPE_FLOAT then v.value = 1 end end for i, v in ipairs(posY) do if v.name == 'posY' and v.flags == gg.TYPE_FLOAT then v.value = 50 end end gg.setValues(posX) gg.setValues(posZ) gg.setValues(posY) gg.addListItems(posX) gg.addListItems(posZ) gg.addListItems(posY) local searchResults = gg.getResults(10, nil, nil, nil, 1, 100, gg.TYPE_FLOAT) if searchResults.name == "posX" then for i, v in ipairs(searchResults) do searchResults[i].freeze = true searchResults[i].name = 'posX' end end if searchResults.name == "posY" then for i, v in ipairs(searchResults) do searchResults[i].freeze = true searchResults[i].name = 'posY' end end if searchResults.name == "posZ" then for i, v in ipairs(searchResults) do searchResults[i].freeze = true searchResults[i].name = 'posZ' end end gg.addListItems(searchResults) gg.clearResults() do i need an arraylist / tablelist and pointer ? for my 3 float value 100;1;50 because i need to input all values more than hundreds, if i still using script code above, it will very long writing
  3. UPDATE about already found values: Stamina : search for XA;0F;0F,0F;0F;3F;3F::25 where X is the current value. Seems to be consistent. Objectives : search for current objective like 5/10 search 5. So when you put 10 and achieve current goal you will win as it was the 10/10.
  4. Hello! Who knows what's up with gold coins, how to change them today. Now you change the value, but after a level the old value returns, and I have -10 million accumulated over 8 years of play. I already did it, everything works. I have a problem with coins
  5. Not working on vphonegaga android 7 and 10
  6. View File Artixon's Grow A Garden Mod Menu On a construction work here buddy. The owner of the script will add updates soon. OMG! An invalid binary script header??? This is been encrypted. But have an invalid binary script header! Update 1.0.0 This script has been fixed logs! - Works on GameGuardian - Just only 5 KB Im an fastest scripter! This script was finished in 10 - 20 minutes. Lua programs to 1 hour! Submitter Artixonqwerty123 Submitted 05/29/2025 Category LUA scripts  
  7. Version 1.0.0

    1,073 downloads

    On a construction work here buddy. The owner of the script will add updates soon. OMG! An invalid binary script header??? This is been encrypted. But have an invalid binary script header! Update 1.0.0 This script has been fixed logs! - Works on GameGuardian - Just only 5 KB Im an fastest scripter! This script was finished in 10 - 20 minutes. Lua programs to 1 hour!
  8. @EnybyCan you Update it, Because Most Of Script Nowadays Use.. Anti UnluaC, So.. it hard to decrypt lua files that are stolen by someone's Script, well GG has Function To Run every Valid Script.. that is correct for gg execution or aren't Corrupted.. So maybe gg can Writes to file like name_script_dump.lua in future, if someone had a brain for doing this .. because disassembler or anti log or Lasm didn't work .. it almost give 10 gb Lasm or logging files in 1~2 minutes
  9. gg.searchNumber("0.10000000149;2.5;6.0::9", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) gg.refineNumber("6", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0) -- Get up to 10 results just in case local results = gg.getResults(10) local offset = 0x500 local allResults = {} -- Loop through each address from results for _, v in ipairs(results) do local baseAddress = v.address gg.clearResults() gg.searchNumber("-1", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, baseAddress, baseAddress + offset, 0) -- Get all found results for this address range local found = gg.getResults(10) for _, addr in ipairs(found) do table.insert(allResults, addr) -- Collect each valid result end end -- Load all results found for target value if #allResults > 0 then gg.loadResults(allResults) end
  10. Lenn1

    Need help with % value

    try using floating search, and use the math rule where 1 is 100% and 0.1 is 10%, 0.01 is 1% etc...
  11. View File ODYSSEY SCRIPT MENU JOIN ALTO AND HIS FRIENDS AND SET OFF ON AN ENDLESS SANDBOARDING JOURNEY TO DISCOVER ITS SECRETS. SOAR ABOVE WINDSWEPT DUNES, TRAVERSE THRILLING CANYONS, AND EXPLORE LONG-HIDDEN TEMPLES IN A FANTASTICAL PLACE FAR FROM HOME. ALONG THE WAY, YOU’LL GRIND ACROSS VINES, BOUNCE ATOP HOT AIR BALLOONS, RIDE TOWERING ROCK WALLS, AND ESCAPE MISCHIEVOUS LEMURS – ALL WHILE UNCOVERING THE DESERT’S MANY MYSTERIES. GAME LINK: APKCOMBO SCRIPT MENU: - DOUBLE JUMP - UNLOCK SKIN - BOOST HACK - HIGH JUMP - COLLECT ALL (INCREASE COLLECT RADIUS) - INFINITE COIN Submitter Collen Submitted 05/10/2025 Category LUA scripts  
  12. View File ROBLOX MOD MENU 1.1.2 || BLOX FRUITS, BROKEN BONES IV, ANY ROBLOX GAME Version 1.1.2 Changed 1 KB to 0.3 KB Features: Speed Hack Fly Hack Broken Bones IV Unlimited Money Blox Fruits Unlimited Cash Apache License 2.0 This Lua version 5.4.3 Submitter Xhdxjyy Submitted 05/10/2025 Category LUA scripts  
  13. Hi is it psoible to get a better guide to item edit? I can only find one value for item that doesnt work (crash) I can find the buy amount without problem and it works prefect. When I try to find item id (numbers) it is only 1 value that look like it contian the item id, change en item select and goes back to org value of frist selected item. So in my logic that must be the rigth one, but the guides says it is +6 +8 +10 but +8 is always = 0 and +10 it random number that dont change back to org. number. The text seach metod I cant get to work, text search findes alot of values but the goto list dont show letter like the videos. if I can get it to work I will share the complet base id list of all items taken from the /data/data/games.wfs.anothereden folder
    Not working 10 April 2025
  14. Hey! I'm trying to make a server reimplementation for a game called Egg, Inc. The game has a protobuf message called `AuthenticatedMessage`, which contains a `message` field and a `code` field. In previous versions of the game, the `code` field used a v1 hash (which I have cracked) but the newer versions use an 'ei_hash_v2' function which I have no idea how to reverse-engineer as a) I have limited C++ knowledge and Assembly + Ghidra knowledge b) it's confusing asf. The game doesn't use unity btw, so all stuff is in libegginc.so. When the game sends a message to the server, it expects the server to send an AuthenticatedMessage back with a (I believe) SHA-256 hash of the bytes from the 'message' field, in the 'code' field. Not sure how or where, but the game will also generate a v2 hash from the 'message' field and compared it to the one sent back, discarding the AuthenticatedMessage if it doesn't match. This is why it's crucial to reverse this hash because otherwise the game just ignores invalid responses... As previously mentioned, the game used to use the old v1 hash which I have already cracked but now it uses v2. If someone could figure out how v2 hashes, and can reimplement it successfully, please let me know how! Game uses Google's pairipcore, so dynamic debugging goes right out of the window unless there is another method. You can find the latest, or older versions, of the .proto file extracted from the game on this person's GitHub if needed. Figured I'd ask this here as GameGuardian can do memory editing stuff (will try it on Egg, Inc. in a sec to see what I can do) (Here is a authenticatedmessage serialised to JSON if you're lazy) { "message": { // pretend this was a list instead of an array. idk why it isn't an array. "0": 16, "1": 68, "2": 24, "3": 2, "4": 34, "5": 18, "6": 69, "7": 73, "8": 54, "9": 52, "10": 56, "11": 50, "12": 57, "13": 49, "14": 54, "15": 48, "16": 54, "17": 55, "18": 51, "19": 55, "20": 55, "21": 49, "22": 53, "23": 50, "24": 42, "25": 16, "26": 100, "27": 102, "28": 50, "29": 50, "30": 54, "31": 57, "32": 101, "33": 98, "34": 56, "35": 48, "36": 102, "37": 48, "38": 51, "39": 51, "40": 100, "41": 98, "42": 50, "43": 0, "44": 58, "45": 0, "46": 66, "47": 57, "48": 10, "49": 18, "50": 69, "51": 73, "52": 54, "53": 52, "54": 56, "55": 50, "56": 57, "57": 49, "58": 54, "59": 48, "60": 54, "61": 55, "62": 51, "63": 55, "64": 55, "65": 49, "66": 53, "67": 50, "68": 16, "69": 68, "70": 26, "71": 6, "72": 49, "73": 46, "74": 51, "75": 52, "76": 46, "77": 50, "78": 34, "79": 6, "80": 49, "81": 49, "82": 49, "83": 51, "84": 48, "85": 49, "86": 42, "87": 7, "88": 65, "89": 78, "90": 68, "91": 82, "92": 79, "93": 73, "94": 68, "95": 50, "96": 2, "97": 71, "98": 66, "99": 58, "100": 2, "101": 101, "102": 110, "103": 64, "104": 0 }, "code": "5ef1374b6459bac4026fbaf20342be9af4c1f98dde393ce351bd63cab8ca8b36", // this is the v2 hash "version": 68 }
  15. Is it possible to access previous special paints and rims? Like the 10 year anniversary paint for 911 GT3(2021), and BBS rims?
  16. i dont know. i dont play the game that far...i think. and you dont need to buy in Materials Shop. you can just hack the Items, you already had. the only thing is you need to have enough space in your storage building. if your Storehouse(Items) had max capacity of 10 editing amount any item to 500 will not save it as it pass the max limit. so you need to hack Storehouse max limit. and to be honest, you dont want to do that as it can break the game the more you hack the items. to a point where the game just freeze or crash whenever you open it. even so it not freeze or crash, the game will be so lagging(1-2fps),it become so unplayable.
  17. View File Raid Royal TD Script -- Remove Ads -- Add Elite Pass Point -- Elite Pass Unlock -- Crystal Hack Go Hack Game Show Hack Video Submitter FTRMN Submitted 03/10/2025 Category LUA scripts  
  18. Memory Range : Anonymous Value Type : Dword For items in your backpack search the amount you have minus 10. If you have 15 of an item you search 5. If you have 5 of an item you search -5.
  19. Hello! A recent update was released, and the script that automatically searched for values and increased the guiding line distance for hitting the ball with a club stopped working. Please, could someone create a new version of the script that works with the latest version of the game? If you're not familiar with the game but want to help: after installing the game, it won't take much time or effort to start analyzing. You don’t need to log in via Facebook or Google—you can enter the game as a guest. You'll immediately begin with a tutorial where you need to sink the ball into the hole in 1 or at most 2 strokes (~10 seconds). Right after that, the game will automatically start searching for opponents. The first matches will be against bots. You can start analyzing in the very first match. To clarify: do not increase the shot power. Essentially, the script should have no actual effect other than a purely visual one—it should extend the guiding line distance, so that when pulling back, the line becomes longer than what the selected club normally allows. However, if you somehow manage to increase shot power (not just visually, but actually), I’d be more than grateful. Link to the broken script. Link to the game on Google Play Market.
  20. View File All in one Hcr2 Script Finally, Autowin For Hill Climb Racing 2 it will only work for Mobile device Wouldn't work for Emulator Or PC version - no support This script Has Features .. Hcr2 Player Can't Live without then. Some people Steal Your Project and gave "their name" to "your Script", How it Feels.. they don't know .. how important it is. "In search of gold, they will lost diamond" ... Some people those aren't even able to use Basic Feature in gg ... They Are sharing private Script "that was only For 10 special members" I really told my partner to not share .. ( but showing off to other persons ..) <- Bad Habit Sure, you guys know .. who they are. Even I don't tell their name. Nvm Submitter Mikey-GG Submitted 02/21/2025 Category LUA scripts  
  21. Here is an alternative way to obtain the item ID, if my old method doesn't work. 1. Use the normal Nopaew hack to find the ID of the Chant Script (find the BuyingAmount variable, select Chant Script in the shop, then get the value of the variable 8 addresses above the BuyingAmount). 2. Do a search using that ID (there should be less than 10 results), then inspect each result (Go To, then scroll up a bit). One of the result should have this pattern: 114D 5D 0D 0D 0D <Chant Script ID> 113D <Chant Script Text ID> Note that this pattern can be different from device to device, and maybe version to version, but I'm pretty sure on the same version / same device it should be the same. Therefore, you may not need to perform step 1 and step 2 for another item. 3. Take a note of the pattern, then do the text search, e.g: :job_rank_item.zodiac_amenouzume, then filter by :. , there should be less than 10 result. Inspect each result (Go To, then scroll up a bit) and look for similar pattern => save the Potential ID. 4. You can do another search using the Potential ID, if there is a similar number of search results (e.g: if the Chant Script search gives you 7-8 records, this should as well gives you 7-8), then you can be confident that the Potential ID is the ID of your the provided text ID. Note: you can also turn step 3 into a group search. e.g: 114D;5D;0D;0D;0D;113D;Q'job_rank_item.zodiac_amenouzume'::50 (this basically means: search for a group that have this exact order of these values: 114, 5, 0, 0, 0, 113, then job_rank_item.zodiac_ameneouzume within 50 addresses). Filter by 113, then Go To, the ID should be just above the var with value 113. This would save you the hassle of looking through each search result, but you have to type long search query.
  22. Version 1.66.0

    1,967 downloads

    Finally, Autowin For Hill Climb Racing 2 it will only work for Mobile device Wouldn't work for Emulator Or PC version - no support This script Has Features .. Hcr2 Player Can't Live without then. Some people Steal Your Project and gave "their name" to "your Script", How it Feels.. they don't know .. how important it is. "In search of gold, they will lost diamond" ... Some people those aren't even able to use Basic Feature in gg ... They Are sharing private Script "that was only For 10 special members" I really told my partner to not share .. ( but showing off to other persons ..) <- Bad Habit Sure, you guys know .. who they are. Even I don't tell their name. Nvm
  23. Oh, thanks for the response. Actually, I have found a way after hours of posting here. It's just that I was too busy that I forgot my post. My method is to change the upgrade on the car to the maximum, which is 10. More than this will crash.It's not permanent, but it works. Even in 3 weeks my progress in the game is already more than 50%.
  24. So I'm very new to game guardian and I use this on a rooted emulated Android 11 in MSI App Player I have narrowed down an encrypted value to the last, I have found the one, but I don't know how to change the value to what I want Before you suggest, I have read the few threads on this and they don't help, I didn't understand what they were trying to say, as I said I'm very new, I tried to figure out the xor or whatever it is like some guy suggested in the old thread but my encrypted value doesn't seem to work like that For eg. I have a value 1927 which has 22 as the encrypted counterpart, when it was increased by 55 and became 1982 the encrypted value became 176 further when it was increased by 547 and became 2529, the encrypted value became 10, so frankly I see no pattern here Please help me or link me to a youtube video, I've searched for hours but people touch on this issue but I haven't a solution to my exact problem P.S - I don't know what offset is, XOR is, Key is, I can just see/read and then understand it but words without demonstration mean nothing to me right now so please be cooperative and try to explain like I'm 5 or something
×
×
  • 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.