Jump to content

Recent Posts

Showing topics.

Content Types


This stream auto-updates

  1. Past hour
  2. Scolosaurus ; 378,474,081 Skoolasaurus ; 1,564,722,760 Skoonasaurus ; 1,869,980,874
  3. Today
  4. I usually manually search the fields and classes. There are tutorials on how to do it i guess: While searching for the Gold, i had to make some script to make stuff a bit more easy for me. Not sure if the script will work for you because i only test on LDPlayer x86-64 where stuff might be a bit different then the usual device but maybe it works for you if your running 64bit: gg.clearResults() local range = gg.getRangesList("global-metadata.dat") function resultsList() local count = gg.getResultsCount() local results = gg.getResults(count) gg.clearResults() return results end function ptrToStr(str) gg.searchNumber(str, gg.TYPE_BYTE, nil, nil, range[1].start, range[1]["end"]) local a = gg.getResults(2) local tab = {[1] = a[2]} gg.clearResults() return tab end gg.setRanges(gg.REGION_OTHER) local ptr_datacontroller = ptrToStr("h 00 44 61 74 61 43 6F 6E 74 72 6F 6C 6C 65 72 00") local ptr_jsonnum = ptrToStr("h 00 4A 53 4F 4E 4E 75 6D 62 65 72 00") function srch_obj_datacontroller() gg.setRanges(gg.REGION_C_ALLOC | gg.REGION_ANONYMOUS) gg.loadResults(ptr_jsonnum) gg.searchPointer(0) local a = resultsList() for i, v in ipairs(a) do v.address = v.address - 0x10 end gg.loadResults(a) gg.searchPointer(0) gg.searchPointer(0) local class_start = resultsList() for i, v in ipairs(class_start) do v.address = v.address - 0x78 end class_start = gg.getValues(class_start) local class_name = {} for i, v in ipairs(class_start) do class_name[i] = {address = v.value + 0x10, flags = v.flags} end class_name = gg.getValues(class_name) local class = {} for i, v in ipairs(class_name) do if (class_name[i].value == ptr_datacontroller[1].address) then class[1] = class_start[i] break end end return class end local obj_DataController = srch_obj_datacontroller() local vals = gg.getValues( { {address = obj_DataController[1].address + 0x78, flags = gg.TYPE_QWORD}, {address = obj_DataController[1].address + 0x80, flags = gg.TYPE_QWORD}, {address = obj_DataController[1].address + 0x88, flags = gg.TYPE_QWORD}, {address = obj_DataController[1].address + 0x90, flags = gg.TYPE_QWORD}, {address = obj_DataController[1].address + 0x98, flags = gg.TYPE_QWORD}, {address = obj_DataController[1].address + 0xA0, flags = gg.TYPE_QWORD} } ) gg.addListItems( { {address = vals[1].value + 0x10, flags = gg.TYPE_DOUBLE, name = "Double_StageClearGoldFirst"}, {address = vals[2].value + 0x10, flags = gg.TYPE_DOUBLE, name = "Double_StageClearGoldWeightedValue"}, {address = vals[3].value + 0x10, flags = gg.TYPE_DOUBLE, name = "Double_StageClearGoldWeightedValueForEachStage"}, {address = vals[4].value + 0x10, flags = gg.TYPE_DOUBLE, name = "Double_StageClearGoldWeightedValueForStanddardStage"}, {address = vals[5].value + 0x10, flags = gg.TYPE_DOUBLE, name = "Double_RecallGoldFirst"}, {address = vals[6].value + 0x10, flags = gg.TYPE_DOUBLE, name = "Double_RecallGoldWeightedValue"} } )
  5. Kurollo

    Miscrits

    i'd like to know too but i'm pretty sure the majority of online games that are server based cannot be hacked with gameguardian
  6. The method with addcurrency and spendcurrency stopped working. When searching for spendCurrency , there's no function entry point (the purple address is 6 notches up).
  7. Yesterday
  8. it still works on a16, to get around the sdk error install via adb install --bypass-low-target-sdk-block app.apk
  9. Well @MonkeySAN you are great, to be honest I can't thank you enough. You are a great contributer to this community. Thanks you
  10. niwinay

    Penguin Isle

    yeah i already hack cat and soup with CE but i wanna try hack unlock item like other games with game guardian if possible, can you hack the in app purchases of this game? oh and i interest on IAP hack abysrium too
  11. Last week
  12. They seem to have patched it. After unlocking the pass, one can no longer access teams.
  13. Play Store link: https://play.google.com/store/apps/details?id=com.readygo.barrel.gp&hl=en I previously changed some values in other games but this one is different. I can't find a single value in this game. Can someone please look into it to see if anything is hackable? I know that a lot of things are server sided in this game but their might be still some values to change to gain advantage. Any help is much appreciated
  14. Could anyone tell how can I hack this game? This game is pretty good but the problem is I can't get to bigger clubs without spending money gems. So is it possible hack this game if yes how.
  15. redalfil1

    Container

    where is the latest version ? snaptube vidmate
  16. I've located the save files: - C:\%LocalAppData%\Packages\SegaNetworksInc.56538047DFC80_as33fap47kd3c\LocalState\save.txt - C:\%LocalAppData%\Packages\SegaNetworksInc.56538047DFC80_as33fap47kd3c\LocalState\CloudSave.dat Tutuapp 9Apps
  17. Hello, is there any way to hack Random Dice: Defence? (one hit, diamion or chest....) i find some hack ver but only for IOS, for andoird only speed hack and remove ads. This is the 1st time i see game they hack in ios not in android here is ps link: https://play.google.com/store/search?q=random dice.&c=apps
  18. I guess this is because these values are stored on the server.
  19. I just found my player id and the base still exist with the hacked castle i am amazed that it wasn't banned For anyone curious to check it out #Q8j8YRG9P The way i did it back then i didn't havz root so i used virtualxposed and cloned the app and then i ran the speedhack function slowed the game down. Then i changed the elixir value to 10000 (you can do this by searching the elixir as Dword) quickly built the castle before the game syncs with the server and reboots and then placed the castle somewhere, the intresting part is that the server does indeed check that elixir value is wrong and that you shouldn't have the castle built but it does not check to verify that the coordinates are still the same. But for this modern version i run into ptrace protection which idk if it is due to newer versions of the game or because i am using root (using magisk) instead of virtually cloning the app.
  20. Can i get the link download for this cheat :(?
  21. Earlier
  22. I have absolutely zero idea how to put the script into the game. Please help me. (I am on mobile not an emulator)
  23. BLEACH: Soul Resonance Link: https://play.google.com/store/apps/details?id=com.crunchyroll.bleachsoulres I have able to modify the value of Atk/Def/HP and power value, but when battle starts, everthing back to normal. did anyone know how to modfiy it? Thanks
  24. The experience and skull collection is not working. Can you please fix it?
  25. Anyone knows anything about madden mobile? I saw that some folks are able to duplicate itens inside this game but u didn’t found how…
  26. The kingdom adventures scripts are outdated and I tried to change values old way but got banned in less than and hour, its makes me wonder how skilled are these people. I have lot of respect for them. But as the matter may the scripts are not working. I hope anyone who has the knowledge help revive this game community. To be honest I didn't expect it form kairosoft, even tho they aren't adding any new content that keep fixing the ways the values can be changed
  27. aahjur

    Days bygone

    Can anyone help me to hack this game, I looked at the posts here, but none of them worked. I really appreciate your help. https://play.google.com/store/apps/details?id=com.frivolition.daysbygone
  28. Update - Support metadata obfuscator - Dumper all class - Patch method Input: require("Il2CppGG") Il2Cpp() Method: — auto select type (int, bool, float, double) or pointer local method = Il2Cpp.Method("methodName") method:SetValue(999) --off method:RestoreValue() Dumper: — If path is nill then it will automatically create path according to game info — Default image is all, or optional image e.g. {Il2Cpp.Image("Assembly-CSharp")} --[[ -- one local klass = Il2Cpp.Class("Camera") print(klass:Dump()) ]] -- all Il2Cpp:Dumper({ DumpField = true, DumpProperty = true, DumpMethod = true, DumpFieldOffset = true, DumpMethodOffset = true, DumpTypeDefIndex = false, }, { path = nil, image = nil })
  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.