Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 09/23/2025 in Posts

  1. Heroic level up without shards VID_20250925203244.mp4 Dino must at Level 40 = 3;10;Dino HP::17
    3 points
  2. @Kimastar Looks like that's just a visual change. You can't actually spend the currency.
    2 points
  3. If you edit the line 2 lines above then it adds much smaller amounts. Might be a way to go undetected. The 993 was my current money.
    2 points
  4. View File Armed Heist Game Version: 3.2.10 SCRIPT MENU: • Godlike Heal • Regen Boost • High Damage • No Recoil Submitter xZeta Submitted 09/27/2025 Category LUA scripts  
    2 points
  5. Script version: 2.3.720 Tiles_Survive.lua
    1 point
  6. For me all values were just simple Dword search, refine & edit in Ca memory range (might be Other on some devices).
    1 point
  7. Memory Range : Anonymous Value Type : Dword Coins and gems just seem to be simple search, refine and edit. Search the amount you have. Spend some of the currency. Refine new amount. If only a few results just edit them all.
    1 point
  8. not sure if this will work but try.. from main screen. search 1;0.3333~0.3334;0.03::9 float. Refine 1 float. edit 5 freeze. (speed multiplier)
    1 point
  9. sorry. was worth a shot.
    1 point
  10. it's not an error.. it's a warning. just saying script is not optimized for pc emulators. sometimes hacks work on pc. what I'm saying is. ignore the warning and try anyways. maybe hacks will work, maybe they won't. just try.
    1 point
  11. it's not for sale. it's all FREE .. you can try it on emulator, but can't guarantee it will work.
    1 point
  12. I have a script for this Online Mega Script v04 (100% Free & Not Encrypted) New Scripts Added Daily/Weekly. APEX[GG]v2 (#7iwkynr)
    1 point
  13. For now, you can only change the value of the suns. As for the rest, you need to either find some other values or find the value you want.
    1 point
  14. -- Il2CppGG by LeThi9GG require("Il2CppGG") -- Usage Instructions: -- This script demonstrates the core functionalities of Il2CppGG, a Lua-based toolkit for inspecting and manipulating Il2Cpp structures in GameGuardian. -- It covers image retrieval, class searching, method and field access, value modification, class dumping, and memory hooking. -- Prerequisites: Ensure GameGuardian is running and the target application uses Il2Cpp. Load this script in GameGuardian for execution. -- Note: Addresses and values are examples; adapt them to your specific game or application. -- For detailed API documentation, refer to the project's README.md or wiki. -- Example: Retrieve Image by Name -- Description: Fetches an Il2Cpp image (assembly) by its name. Use Il2Cpp.Image() without arguments to get all images. local Assembly = Il2Cpp.Image("Assembly-CSharp") -- Retrieves the "Assembly-CSharp" assembly. -- Example: Find Class within an Image -- Description: Searches for a class in the specified image using namespace and class name. Namespace can be nil for root-level classes. local PlayerScript = Assembly:Class(nil, "PlayerScript") -- Parameters: (namespace, classname) -- Alternative: Find Class by Name, Address, or Index -- Description: Directly searches for a class by name (recommended to use GetIndex() for performance optimization). --local PlayerScript = Il2Cpp.Class("PlayerScript") --print(PlayerScript:GetIndex()) -- Outputs the class index for faster future access. -- Example: Find Methods in a Class -- Description: Retrieves a specific method by name or lists all methods with GetMethods(). local LateUpdate = PlayerScript:GetMethod("LateUpdate") -- Finds the "LateUpdate" method. local addPoints = PlayerScript:GetMethod("addPoints") -- Finds the "addPoints" method. -- Example: Find Fields in a Class -- Description: Retrieves a specific field by name or lists all fields with GetFields(). local points = PlayerScript:GetField("points") -- Finds the "points" field. -- Alternative: Find Field by Name or Address -- Description: Global search for a field by name or direct address. --local points = Il2Cpp.Field("points") -- Searches globally by name. -- Alternative: Find Method by Name or Address -- Description: Global search for a method by name or direct address. --local AddPoints = Il2Cpp.Method("AddPoints") -- Searches globally by name. -- Example: Modify a Field Value -- Description: Locates an instance of the class and sets a new value for the field. local obj = PlayerScript:GetInstance() -- Retrieves instances of the class. points:SetValue(obj, 1000) -- Sets the "points" field to 1000 in the instance. -- Example: Dump Class to C# Format -- Description: Outputs the class structure in C# syntax for reverse engineering purposes. --print(PlayerScript:Dump()) -- Dumps the class definition, including fields, methods, and offsets. -- Hooking Examples -- Description: Demonstrates memory hooking for real-time modifications using the Hook module. -- Hooks allow intercepting and altering method calls, parameters, and fields. -- Hook a Field via a Method (e.g., hook "points" field using "LateUpdate" method) -- Description: Modifies the field value every time the method is called. local _LateUpdate = LateUpdate:field() -- Initializes hook on the method for field modification. _LateUpdate:setValues({{offset = points.offset, flags = "int", value = 9999}}) -- Sets the field to 9999. gg.sleep(10000) -- Pauses for 10 seconds to observe the effect. _LateUpdate:off() -- Disables the hook and restores original behavior. -- Hook Parameters of a Method (e.g., hook parameters of "addPoints") -- Description: Alters the parameter values passed to the method. local _addPoints = addPoints:method() -- Initializes hook on the method for parameter modification. _addPoints:param({{param = 1, flags = "int", value = 999999}}) -- Sets the first parameter to 999999. gg.sleep(10000) -- Pauses for 10 seconds. _addPoints:off() -- Disables the hook. -- Hook a Method Call (e.g., call "addPoints" from "LateUpdate") -- Description: Injects a call to another method with custom parameters during execution. local _addPoints = LateUpdate:call()(addPoints) -- Initializes hook to call "addPoints" from "LateUpdate". _addPoints:setValues({{param = 1, flags = "int", value = 999}}) -- Sets the parameter for the called method. gg.sleep(10000) -- Pauses for 10 seconds. _addPoints:off() -- Disables the hook. Il2CppGG Telegram Youtube
    1 point
  15. @DEi2136 Brother if game is detecting the game guardian try this method Like Share And Subscribe
    1 point
  16. View File Snip.io Script • Buy Blaze Free/Get Coins • No Sniper Cooldown • Speed Hack • Glow Chams Submitter luckyday-999 Submitted 10/02/2025 Category LUA scripts  
    1 point
  17. 1 point
  18. No. Couldn't buy anything from the shop with it
    1 point
  19. LOL...u cant spend this value?
    1 point
  20. I haven't actually played on. Thought I'd leave you to test it
    1 point
  21. Why u have to offset +4 byte if u can find this value without offset? ty so much! U were banned by doing like this?
    1 point
  22. At the end of the video, I received a message that my account was blocked
    1 point
  23. You can change the number of completed daily and weekly tasks and get all the rewards The values are not encrypted No matter how stupid this method may seem, but... The amount of energy can be restored by changing the date on the phone The trick didn't work the second time That's all I could find
    1 point
  24. What do you mean by using the pattern method? gg.searchNumber('119;1;16777216::50', gg.TYPE_DWORD) gg.refineNumber('119', gg.TYPE_DWORD) local searchResults = gg.getResults(100) if #searchResults == 0 then os.exit() end local checkValue = 16777216 local savedItems = {} local offsetChecks = {} for i, v in ipairs(searchResults) do offsetChecks[i] = { address = v.address + 0xC, flags = gg.TYPE_DWORD } end local offsetValues = gg.getValues(offsetChecks) for i, v in ipairs(offsetValues) do if v.value == checkValue then table.insert(savedItems, { address = searchResults[i].address, flags = gg.TYPE_DWORD, value = 25, freeze = true, name = 'SKILL' }) end end if #savedItems > 0 then gg.addListItems(savedItems) end
    1 point
  25. The money hack doesn't seem to work any more. They upped the security in the game
    1 point
  26. Yes but problem is in website due to automatically embedded option because some time this is not working website need to add some manual things
    1 point
  27. My device is rooted . And I installed game guardian successfully . It's show collecting game data but when I search codes in game nothing get GG. I am sure codes are there but GG not finding.. why ??
    1 point
  28. Another unexpected effect of a script, this one is very useful, because the bots have a very sticky aim and powerful weapons, with that they become useless and just dance in front of you. What was supposed to be just a simple aimbot script, has this power in the game and here it is: Script Aimbot for FPS Games (#dga772lx) Vídeo sem título ‐ Feito com o Clipchamp (3).mp4
    1 point
  29. yeah.. I can add more options.. will be a few days before I can update the script though.
    1 point
  30. 2019906062;1145324665 rexy shards code for Jurassic Heroes Event how to change the value:
    1 point
  31. Edit your eggs laid, narrow it down to 2 results and change them to 36.55Q You can also search shifts;resets:: then go to the address and the 5 addresses below are the TE you have for each egg
    1 point
  32. View File Hunting Sniper ❥Ruminant 999 Damage ❥Ruminant 999 Muzzle Velocity ❥Ruminant 999 Slow Motion ❥Ruminant 999 Zoom Time ❥Other Snipers Stat Editor Submitter luckyday-999 Submitted 09/22/2025 Category LUA scripts  
    1 point
  33. I just noticed your comment about IDA. If your use case is simply to find offsets, this tool does much more than what you're looking for. In terms of the AOB generation, all it does is dumbly check if instructions contains `0x` or `#` (which is not a foolproof system and results in false positives). IDA supports AOB searches, and surely there's better tools out there that you can use to generate AOBs. For instance, https://guidedhacking.com/threads/aob-signature-maker.8524/ seems promising. I'm not trying to discourage you from using my tool, I just want to clarify that it's nothing magical.
    1 point
  34. Two updates, it was unexpected I have updated the script, you can download it on the first page
    1 point
  35. Here is a link: https://docs.google.com/document/d/e/2PACX-1vSxZlSkjJkQ4-1Q2hwQ_Tt7F1Bfn_3C8wUKCC5VXeaQ873JSVWT8K_vh1zMoXCeKLTJDT7L0iusHTxT/pub
    1 point
  36. Game So good And funny i hack all currency
    1 point
  37. Been a while since anyone has posted on here but ive figured out SOME things while messing around with stuff Mindset posted. Ive just been annoyed with people gate keeping others from having ANY amount of fun offline with this for literally 0 reason so. Pre note: Zenkais are harder to do, I knew how to at first but now I cant figure it out again. to edit the kit of the 2nd character in a tag unit, Its the same way but the numbers are different I.E. lets say I wanna do frieza from Goku and frieza (ID 539, ID = *****) I would search 539;11810539 in D word. 11 is for the Tag character or the Transformed state of a character. 12 is for Characters who have a THIRD version of a character I.E. succession trunks or Fusing character. If i wanted to change Fusing goeta blue I would do 608;12800608. You must ALWAYS start with the normal ID; followed by which version or else its alot of searching and extra work. It wont be ONE result but you can edit each long result and keep checking the blue card (refresh the info page every time) until it changes. Side note: If you are searching anything other than the 1st/Base character, do NOT include ::13 at the end or it will make it harder to find, and the value you want to find is where the result is not separated by any small number. 800 is Ability 1, 810 is ability 2 up to obviously 830 if the character is a zenkai. For editing blue cards, ults its the same thing, Youd search up based on this; 30XXX(Normal form) / 11030XXX(2nd char/Transformed) / 12030XXX(3rd character/fused/succession) = blue card 50 instead of 30 for Green cards for ultimates it isnt as simple as editing the last 3 numbers. You need to search the ID of the character you want, For example if I do Ultra gogeta blue his ID is 508. I would search; 508;30508::13 *****;50XXX::13 to find the characters green card as this is easier, The result Under it would either be 70### (Not cooresponding to unit ID) or -1 IF the character does not have an ult. If the character already has an ultimate, and you want to replace it for another, save that 70### value as the character name, search repeat the search but for the Ultimate you want to give, and copy that characters 70### and replace your saved one for it. I will expand on it in a picture. If the character does NOT already have an ultimate you need to Put the correct 70K number under the 50XXX, Then right below the 70K number, there is another value as -1. This determines if the character CAN draw the ultimate and actually use it, Change it to 5000 and the character can use it. 5000 is the ultimate arts card. Or you can change their green card to a character who pulls ultimates on green card. WARNING, This will not work if the character trying to use the main ability transforms, I.E. You cannot give Pre transformed Broly an ultimate, he will transform and it will just not be able to be used despite being drawn. For THESE types of characters you need to change their green card to the same ID as LF future trunks as he draws ultimates on green cards. Images will help explain this. As far as now what I DONT know how to do is to get a character to use an enhanced special arts version of a blue card, For example PURPLE spirit bomb goku's. Even if I give a character both his green AND blue cards it does not work, and the same thing for characters who for some reason have a specific need for their actual model in the LF. The characters I know of right now that cannot give their LF to MOST other characters in the game are S17, Spirit bomb absorbed goku, LF SSJ3 Spirit bomb goku, Spirit sword trunks, Yellow saiyan saga goku and Bardock. Bardock's green will also soft lock most characters in the game. I also still cannot figure out how to find out the way to change a tag character or fusion character's second or 3rd model despite knowing the ID for the character. For example, as the example earlier goku and frieza is 539. Searching 539;539;2::9 (539 the ID, 2 being Sparking rarity (0 is hero, 1 is EX, 2 is SP, 3 is ultra) will bring up results and you would just change the 2nd purple value, if its not purple its usually because its a negative value instead of positive as its randomized each time you load up, but its usually the 2nd longest value. Goku's side is the 539. Frieza's side is 11000539, and obviously if they had a 3rd character it would be 12000539. Doing 11000539;11000539;2::9 or any mix and match varient shows nothing and I cannot find out how so if anyone else can expand on this to help others that would be great. I also cannot figure out how to replace shallot for other characters inside of the customizationg screen. Hopefully to do a TLDR To change; Blue cards its *****;30XXX::13 (dont put ::13 if its for a 2nd or 3rd character) 11030XXX for 2nd, 12030XXX for 3rd Green cards its *****;50XXX::13 (same rule) 11050XXX for 2nd, 12050XXX for 3rd char 1 ability 1/2/3/4 its *****;800xxx; (no ::13, nothing) 810XXX for 2nd ability, 820XXX for 3rd/830XXX For 4th (zenkais) Char 2, same logic as 1 but you apply 11 infront of 800XXX, 12 infront of 800XX if char 3. To change ID of first char; *****;*****;R::9 ***** = ID, R= Rarity (Hero = 0, Ex = 1, SP =2, Ultra = 3), Click the 2 and edit the 2nd purple value. Theres also Z ability changing but I dont really care for that, you can mess around this that on your own but this is the values you look for as far as the 1st/base character.
    1 point
  38. Hello, Game Guardian community! I’m looking for an Asphalt 8 account where all the cars have been unlocked using a cheat table or other cheats. If anyone has such an account and is willing to share or guide me on how to achieve this, I’d really appreciate it. Please feel free to reach out or share any tips. Thanks in advance for your help!
    1 point
  39. Can someone share car ID's of latest version..the one present on internet is one year old. Is there a link of guide or something about how to generate it ?
    1 point
  40. I need help I just got the dump.cs of the csr2 and I want to try to turn off the anti-cheat of the game with liboffset using gg but I find it hard to do the task bcs I'm still new to doing this kind of things. I found some terms connected to cheats in the dump.cs but I can't figure it out if it's the anti-cheat offset. If anyone their could help me I would much appreciate it
    1 point
  41. I get this every time I try to add GG to any virtual space. I am on DS Lite in attached photos. Can anyone help with this?
    1 point
  42. since this thread gained attention i will post here on how to hack gold. Gold can be hacked from the map where you collect gold. Level each zone 1 by 1. Search level by D-word. once you have 1 value of level left. Change it to 99999 and upgrade. Your gold will increase based on the level. Keep doing this for every new gold farm zone you unlock. Diamond is a bit more complicated but is possible to hack. i figured this out from the PVP rewards. once you unlock a PVP tier level, lets say wood, silver whatever tier you unlock, it gives you a chest as reward. once you open the chest you get diamonds as reward. Once you open the chest i think it had a long cool down. So basically the trick is to reset the timer of the chest so you can open infinitely. Search time in game by fuzzy search and value float. so for e.g. lets say the PVP chest has a 12 hr cooldown (12 hr * 3600 = 43200.00) so do a fuzzy search for value type of float. And keep refining search by decreasing. So check how much time is left on your pvp rewards chest and keep refining value until search matches the value closest to your PVP chest time. set it to 0 and freeze. Then spam open the pvp chest for unlimited diamonds. This method is tiresome but it works. The only method i could find. I haven't logged in game for a while, so not sure if its patched or not. Give it a try and see what you can find. Hope this helps.
    1 point
  43. The second or 3rd one? I have tried lots of them! Basically parallel space isn’t working for me?! I just need to modify my stars in kim kardashian..if someone could download KKH from the App Store then do it with parallel space and it works?! I need someone to tell me how. I have done ever apk provided nothing! It takes me to download parallel space 64 on google play?? I even downloaded the apk file to xposed..and while I’m getting the icon to float I’m not able to load my game what so ever! I need major help and I have posted everything about it on a thread. I’m sure it’ll just get lost and I won’t be able to learn how to do this when it shouldn’t be that hard. I must be doing something wrong or my android 9 isn’t compatible with gg nor any virtual sites when I’m seeing others do what I need! But no one wants to help me..so if someone that can use google play inside their parallel space, if they can install KKH and try to modify it, then someone needs to walk through the steps with me because I’m seriously doing everything step by step by video and nothing is working..the only thing that works is using xposed to have the gg icon float but my game doesn’t appear inside the gg floating Icon cuz I have to modify the game inside xposed.. so idk what to do..I need serious help I’m at my witts end of 24 hours trying to figure this out.
    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.