Jump to content

Il2cppdumper online


Go to solution Solved by Rook,

5 posts in this topic

Recommended Posts

Posted

I get this error from your server trying to use the tool 

Unhandled Exception:
System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
File name: 'System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
  at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract (System.Type objectType) [0x00007] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract (System.Type objectType) [0x0010f] in <569252d843254bb09feb52c55f3e7f47>:0 
  at System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) [0x0003d] in <12b418a7818c4ca0893feeaaf67f1e7f>:0 
  at Newtonsoft.Json.Utilities.ThreadSafeStore`2[TKey,TValue].Get (TKey key) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract (System.Type type) [0x0000b] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.GetContract (System.Type type) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.GetContractSafe (System.Type type) [0x0000b] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x0000e] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00054] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Il2CppDumper.Program.Main (System.String[] args) [0x00019] in <41452dcccd8848159dda289f2a8a5641>:0 
[ERROR] FATAL UNHANDLED EXCEPTION: System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of its dependencies.
File name: 'System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
  at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateObjectContract (System.Type objectType) [0x00007] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.DefaultContractResolver.CreateContract (System.Type objectType) [0x0010f] in <569252d843254bb09feb52c55f3e7f47>:0 
  at System.Collections.Concurrent.ConcurrentDictionary`2[TKey,TValue].GetOrAdd (TKey key, System.Func`2[T,TResult] valueFactory) [0x0003d] in <12b418a7818c4ca0893feeaaf67f1e7f>:0 
  at Newtonsoft.Json.Utilities.ThreadSafeStore`2[TKey,TValue].Get (TKey key) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.DefaultContractResolver.ResolveContract (System.Type type) [0x0000b] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.GetContract (System.Type type) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.GetContractSafe (System.Type type) [0x0000b] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType, System.Boolean checkAdditionalContent) [0x0000e] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonSerializer.DeserializeInternal (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00054] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonSerializer.Deserialize (Newtonsoft.Json.JsonReader reader, System.Type objectType) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject (System.String value, System.Type type, Newtonsoft.Json.JsonSerializerSettings settings) [0x0002d] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value, Newtonsoft.Json.JsonSerializerSettings settings) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Newtonsoft.Json.JsonConvert.DeserializeObject[T] (System.String value) [0x00000] in <569252d843254bb09feb52c55f3e7f47>:0 
  at Il2CppDumper.Program.Main (System.String[] args) [0x00019] in <41452dcccd8848159dda289f2a8a5641>:0 

Total time for il2cppdumper: 0:00:00.081882
Posted

Hello,

 Your metadata is likely encrypted or broken.

Posted
1 hour ago, Rook said:

Hello,

 Your metadata is likely encrypted or broken.

A network error is even more reasonable then saying it's broken and no it's not encrypted as I have a dump for the same app on one of my pics at home I just had to 

but anyway I'm returning home so this tool won't be needed 

Btw took 

Is there any idea to implement  something similar to this into I game god ? 

https://github.com/Perfare/Riru-Il2CppDumper

Posted
2 minutes ago, ggwellplayedbb said:

A network error is even more reasonable

Are you getting this issue with other metadata files too?

  • Solution
Posted

This was an issue on our end. Fixed!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • Cross Master: Word Puzzles v1.2 [ +2 APK MOD ] Currency Max
      Mod APK Game Name: Cross Master: Word Puzzles
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=games.kafa.cm

      🤩 Hack Features

      - ADS NO
      - Unlimited Coins / Use & Earn Then Get
      • 1 reply
    • Cross Master: Word Puzzles v1.2 [ +2 Jailed ] Currency Max
      Modded/Hacked App: Cross Master: Word Puzzles By Kafatech Yazilim Limited Sirketi
      Bundle ID: games.kafa.cm
      App Store Link: https://apps.apple.com/us/app/cross-master-word-puzzles/id6763017441?uo=4

      🤩 Hack Features

      - ADS NO
      - Unlimited Coins / Use Then Get
      • 1 reply
    • Cross Master: Word Puzzles v1.2 [ +2 Cheats ] Currency Max
      Modded/Hacked App: Cross Master: Word Puzzles By Kafatech Yazilim Limited Sirketi
      Bundle ID: games.kafa.cm
      App Store Link: https://apps.apple.com/us/app/cross-master-word-puzzles/id6763017441?uo=4

       

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - ADS NO
      - Unlimited Coins / Use Then Get

       

      ⬇️ iOS Hack Download Link


      Hidden Content

      Download Hack







       

      📖 iOS Installation Instructions

      STEP 1: Download the .deb hack file from the link above. Use Safari, Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If needed, tap on the downloaded file again, then select ‘Normal Install’ from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. If it doesn’t install successfully, see the note below.
      STEP 5: Open the game, log in to your iOSGods account when asked, then toggle on the features you want and enjoy!

       

      NOTE: If you have any questions or problems, read our Jailbreak iOS Hack Troubleshooting & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - IK_IK

       

      📷 Cheat Video/Screenshots

      N/A

       

      More iOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.

      Modded Android APKs
      Need modded apps or games for Android? Check out the latest custom APK mods, cheats & more in our Android Section.
      • 0 replies
    • Hungry Shark Evolution +9 Mods [ Unlimited Currencies ]
      Mod APK Game Name: Hungry Shark Evolution By Ubisoft Entertainment
      Rooted Device: Not Required.
      Google Play Store Link: https://play.google.com/store/apps/details?id=com.fgol.HungrySharkEvolution

       

      🤩 Hack Features

      - Coin Modifier
      - Gem Modifier
      - Speed Multiplier
      - Score Multiplier
      - God Mode
      - One-Hit Kill
      - Unlimited Boost
      - No Gravity
      -- No In-Game Ads
      • 0 replies
    • 스페이스 미니언즈: 디펜스 Space Minions: Defense v0.0.49 [ +9 Cheats ] Never Die
      Modded/Hacked App: Space Minions: Defense By Teamsparta Inc.
      Bundle ID: com.TeamSparta.SpaceMinions
      App Store Link: https://apps.apple.com/kr/app/space-minions-defense/id6758454845?uo=4

      🤩 Hack Features

      - Currency / No Need
      - Resources / No Need
      - DMG MAX
      - Never Die
      - Enemy Speed
      • 17 replies
    • 스페이스 미니언즈: 디펜스 Space Minions: Defense v0.0.49 [ +9 Jailed ] Never Die
      Modded/Hacked App: Space Minions: Defense By Teamsparta Inc.
      Bundle ID: com.TeamSparta.SpaceMinions
      App Store Link: https://apps.apple.com/kr/app/space-minions-defense/id6758454845?uo=4

      🤩 Hack Features

      - Currency / No Need
      - Resources / No Need
      - DMG MAX
      - Never Die
      - Enemy Speed
      • 18 replies
    • Matching Story v1.68.01 [ +6 Cheats ] Auto Win
      Modded/Hacked App: Matching Story By VERTEX GAMES PTE. LTD.
      Bundle ID: matching.story
      iTunes Store Link: https://apps.apple.com/ph/app/matching-story/id1558803930?uo=4


      🤩 Hack Features

      - Auto Win

      - Coins

      - Diamonds [ Win Match Linked With Moves ]

      - Lives

      - Booster

      - Moves
      • 111 replies
    • Matching Story v1.68.01 [ +6 Jailed ] Auto Win
      Modded/Hacked App: Matching Story By VERTEX GAMES PTE. LTD.
      Bundle ID: matching.story
      iTunes Store Link: https://apps.apple.com/ph/app/matching-story/id1558803930?uo=4

       
      🤩 Hack Features

      - Auto Win

      - Coins

      - Diamonds [ Win Match Linked With Moves ]

      - Lives

      - Booster

      - Moves
      • 108 replies
    • WARHEAD: Air & Missile Defense (Auto Update) Jailed Cheats +2
      Modded/Hacked App: WARHEAD: Air & Missile Defense By Diana Mamedova
      Bundle ID: com.towerdefense.warhead
      App Store Link: https://apps.apple.com/us/app/warhead-air-missile-defense/id6751444969?uo=4

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Freeze Currencies / Free Everything
      - God Mode

       

      ⬇️ iOS Hack Download IPA Link: https://iosgods.com/topic/214104-warhead-air-missile-defense-auto-update-jailed-cheats-2/
      • 3 replies
    • Hungry Shark Evolution +10 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: Hungry Shark Evolution By Ubisoft
      Bundle ID: com.fgol.HungrySharkEvolution
      App Store Link: https://apps.apple.com/us/app/hungry-shark-evolution/id535500008?uo=4

       
       

      🤩 Hack Features

      - Coin Modifier
      - Gem Modifier
      - Speed Multiplier
      - Score Multiplier
      - God Mode
      - One-Hit Kill
      - Unlimited Boost
      - Unlock All Sharks
      - No Gravity
      -- No In-Game Ads
      • 267 replies
    • UFC: KO! v0.0.2 [ +3 Jailed ] Currency Max
      Modded/Hacked App: UFC: KO! By Rollic Games Oyun Yazilim ve Pazarlama Anonim Sirketi
      Bundle ID: com.rollic.ufcko
      App Store Link: https://apps.apple.com/us/app/ufc-ko/id6781219228?uo=4

      🤩 Hack Features

      - Unlimited Cash
      - Unlimited Cup
      - Unlimited Followers
      • 2 replies
    • UFC: KO! v0.0.2 [ +3 Cheats ] Currency Max
      Modded/Hacked App: UFC: KO! By Rollic Games Oyun Yazilim ve Pazarlama Anonim Sirketi
      Bundle ID: com.rollic.ufcko
      App Store Link: https://apps.apple.com/us/app/ufc-ko/id6781219228?uo=4

      🤩 Hack Features

      - Unlimited Cash
      - Unlimited Cup
      - Unlimited Followers
      • 2 replies
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines