Leaderboard
Popular Content
Showing content with the highest reputation on 11/28/2022 in all areas
-
2,646 downloads
Game Name: Days After: Survival games Package: PLAY STORE Architecture: 64 Bit Version: 10.3.1 FEATURES: 1- MAX DURABILITY 2- NO HUNGRY & NO THIRSTY & NO INFECTION 3- ENEMY NOT ATTACK 4- MAX LEVEL 5- FREE CRAFT 6- FREE UPGRADE 7- INSTANT OPEN CHESTS 8- INSTANT TRAVEL 9- FREE SPEED UP WORKBENCH & ADD 255 GOLD 10- UNLIMITED FUEL CREDITS: LATOM & QUOAN Telegram: https://t.me/LATOM_HACKER Follow me for any update Enjoyed1 point -
Version 1.2
821 downloads
Template for automatic finding of the values to modify from the class strings and fields offsets This gameguardian script to help automatize fields modifications, from the info you have found into the global-metadata file. have been tested only in this configuration: - original phone android 11, no-root - virtualxposed + gameguardian Now it help me as a base when I try a new game -> only need to indicate the classes and fields names I want to look for Notes: - to use it you need to edit the script and adapt it for your specific game -> it is a template - must know what is global-metadata file + a bit of lua script language (not too much) - it is searching the fields into the anonymous A region (often in my android phone fields values are there) - if the game upgrade, possible that classes names and fields offsets are modified so you must upgrade your script too How to use and modify the template 1. open the global-metada file [see below to know how to get it], and find the classes and fields you are interested in -> it is the hard stuff in this example are selected two fields I want to alterate the values: - classname is LockDrillerMinigameParameters - field SafeAngle, that is a float, with offset 0x40 - field ShakeModifierIncreasingRate, a float too, offset 0x44 2. edit the metadata_fields_modifier script (on the phone I use Acode), but to be faster can be done on the PC (open with notepad and copy-paste the data directly from global-metadata) from line 55 in the script, modify the classes_and_fields to fit your data, the example gives: (before it was line 20 but now line 55) local classes_and_fields = { LockDrillerMinigameParameters= {fields={ {'SafeAngle' , gg.TYPE_FLOAT, 0x40 , 32}, {'ShakeModifier' , gg.TYPE_FLOAT , 0x44 , 0.001} }}, } for each field you have: {'field name', data type, offset, eventual replaced value} data type possibilities, according what global-metadata indicates -- gg.TYPE_FLOAT for float -- gg.TYPE_BYTE for bool -- gg.TYPE_DWORD for int Note: -> "replaced value" is optional, can put only {'SafeAngle',gg.TYPE_FLOAT,0x40} a) indeed at the beginning you do not know what field is impacting the game, so with this script you can put many classes (ex: 10) and all the int/float fields that seems interesting (ex: 5 for each classes) b) then running the script in the game, it will find and load each field in gameguardian without modification c) next you can try to modify the value of each of these fields to look for the best to use, and what values to put d) edit the script again and this time you can specify the "replaced value" at the end like in my example {'SafeAngle',gg.TYPE_FLOAT,0x40 , 0x32} 3. open the game + run the metadata_fields_modifier script in the game -> it will ask you what class to search for Then if successful, the results class and fields data, will be loaded in the gameguardian interface (save tab) so you can check what has be done and modified => Hope this script will help you make some great modifications on the games you like. Extra info about getting global-metadata - I use the great libil2cpp.so and metadata.dat dumping script (LibDumper by @Lover1500) -> get both needed files (script can be found on this site) https://gameguardian.net/forum/files/file/2740-libil2cppso-and-metadatadat-dumping-script/?tab=comments#comment-9358 - then I use "il2cppdumper gui" on my phone (dont remember where I found the app apk) to convert both files -> finally got the global-metdata file (named dump.cs) - seeing it is a very big file not easily readable on the phone -> I send it to the PC to search for some interesting classes to alterate1 point -
1 point
-
This example doesn't make sense. Only memory of selected process can be modified. Scripts have no control over which process is selected. So the question remains, what does GG daemon have to do with this?1 point
-
Hacks: Modify Perk Points Day R survival 735 [x64] Using Query: 9D;0D;Q 'pointPerk' Using Dword: 2012275709 Offset Query: -10 Offset Dword: -C Pointer Search the ID then Offset them By 40 Type Double then Filter by 0 (Double) then editAll as much as you wish (Ex. 10000) then buy one perk, and if done correctly the perk point will change and you cant buy anymore perk, just revert it back to 0 and enjoy Code Reference getVal = main.level.getHeroValue heroVal = getVal(main.level, 'pointPerk') game = -- Game Perk Obj Cost = game.getCost(game) cals = heroVal - Cost max = 0 fins = math.max(cals, max) -- other code under it that calculates hero perks, adding perks, etc -- our goal only modify max, so the math will ignores the cals and picks max1 point
-
417 downloads
Game Name: Dead Island: Survival RPG Package: PLAY STORE Architecture: 64 Bit Version: 0.0.030 FEATURES: 1- FREE CRAFT & FREE BUILDING & FREE UPGRADE 2- ASSEMBLY WITHOUT MATERIAL 3- FREE SPEED UP WORKBENCH & ADD 255 GOLD 4- MAP TRAVEL COST 0 5- FREEZE GOLD 6- UNLIMITED FREE REVIVE 7- UNLIMITED LEARN POINTS & SKILLS POINTS 8- UNLIMITED CREDIT 9- MAX DURABILITY 10- DUPLICATE RESOURCES & SPLIT CREDITS: LATOM & QUOAN Telegram: https://t.me/LATOM_HACKER Follow me for any update Enjoyed1 point -
1 point
-
@crimsontrooper No, the shop that has tabs like "container" and "module". I've deleted the game now or I'd provide screen shots. By searching X4 I mean if the value you're searching is 60000 then you search 60000X4. The actual value you'll be editing will most likely show as being over 1000000000. I think I tried with the co-op points but it didn't work.1 point
-
This video explains how you work your self up from metadata which is region Other to the values of interest in region Anonymous. This will provide with xyz, rotation radius, teleports...your free to try. Perhaps you find values of interest. The video is a bit long and i talk but its working week so cant find time for editing and writhing text. Class name has been found: HumanoidMove1 point
-
1 point
-
Version 1.2 (32-Bit)
3,898 downloads
Wanna debug your code ? But lazy to start remote debugging ? Use this, just put your address and ready2go ! Use this, might usefull when you want to know the caller, encrypted pointer, anything inside register. - Features: Dump Register Write Register Copy register to clipboard Jump onto register Note: Only work on 32-Bit Arm Processes. Don't forget to leave ❤, if it help you. Source: Github1 point -
1 point