Jump to content

753 posts in this topic

Recommended Posts

Posted

 

Ok, so here is a detailed step by step approach. There are images to help you with this guide, so you can see them in the hidden sections.

 

Step 1:

 

 

Open the Fire Emblem, and go to your Allies tab and select the Level Up menu. Now touch and hold on one of the characters so you see the detailed view. Go to your home screen and open up iGameGuardian (iGG) and link it to Fire Emblem. The process will be called "Brave iOS Produc". Favorite the character and search in iGG for 100 as an I8 value. Go back into the game and unfavorite the character and now search for 101. Repeat this until you have fewer values. You can also hit the back button and that should narrow down the results considerably. For those who are having trouble getting just 1 result, make sure you do this step of pressing the back button.

 

Once you have 1 value, touch and hold on that value to save it. In my example, I found the value at 13E5D02A4

 

Step 2:

 

 

Go to the memory tab, and at the top right corner, your found address should already be there (if you touched the value), so just click on Goto. That will bring that address right to the very top. You can see 13E5D02A4 at the very top.

 

Now notice that in iGG, the hex table list is separated into 4 bytes, so each item is 4 bytes away from the next item. This is different from the proper hex table shown in the first post of this topic which is shows a table that has 8 bytes per row and actually shows each byte for each row and column. We're going to have to manage without the individual bytes visible. In the next step, I've linked up the iGG table to the proper hex table from the first post example to help you figure out where each address should be relatively.

 

Step 3:

 

 

So you can see that 13E5D02A4 is shown at the very bottom and that links up with the hex 65 (which is 101 in decimal that represents unfavoriting your character).

 

If we open up Windows Calculator and switch it to Programming mode, click on the Hex mode and we are going to subtract 64 from our initial address to bring us to the LV+10 address.

 

13E5D02A4 - 64 = 13E5D0240

 

Notice that only the last 2 or 3 digits will change. This address corresponds in the big list near the top.

 

Step 4:

 

 

This now shows a step by step of how we are going to get the values we want. The first two images show the calculator in programming mode and then the previous calculation (13E5D02A4 - 64 = 13E5D0240).

Then we open up the address and it gives us a long decimal number. In this case, it's 936973157. Back in the calculator, select Dec and put this number in. Then click on Hex to get us a Hex value of 37D91365. We then XOR that value with "A" (which is 10 in Hex). Then switch it back to Dec and we have the value 936973167. Notice that only the last few digits should have changed. We then put this in as the new value.

 

You can repeat this process for the other addresses that are relevant. I don't really understand how these weird numbers work since we can't see the hex directly, so try playing around with the numbers to see if you can get it to work. You can also take what you learn here and see if the stuff in the first post makes more sense.

 

I hope this helps! Let me know if anything doesn't make sense.

355

 

 

To piggy back on Zaraf's iGG Tutorial, I found that you can Xor the -74 address to modify your units to 5* easily. This all depends on your units rarity. 

 

2* Xor 7 

3* Xor 6

4* Xor 7 (convert to 3* etc)

 

As for the 4* it appears that you have to convert it to a 3* first, once the value changes in game without saving or equipping any weapon, you can then go back to Xor the 3* address to 7. 

Posted (edited)

Follow these instructions a guy posted on a different site:

 

 

Here's how to dupe

 

 

 

To dupe enemies:

 

In your team you need to have a hero that's going to be replaced with the dupe (your shell hero)

Hold-click the enemy to display it's area of danger. Do a search for a byte value of 237 (it may display as -19).

Hold-click the enemy again to deselect it. Refine your search for a byte value of 229 (it may display as -27).

Repeat until there's only one address left.

Hold-click that address and choose Go to Address.

Mark that address because we will need to find it later.

Open a Hexadecimal calculator.

Paste that address into the calculator and subtract -118 from it (still in Hex mode).

In GG click the little arrow on the top-right (Go To Address) and paste the result from the calculator to search for it.

Mark that value and keep marking every single value below it until you reach that old value that you have previously marked like I told you above.

Save all those values EXCEPT the one you started with (the bottom-most one, the initial one)

Go back to the game and select the Hero you're using as a shell for the dupe. At the top-left of the screen, click the (+) icon on the Hero's portrait to bring up the Hero's page.

Find the Heart value of that Hero (as I have described in a previous tutorial) but you'll notice that you can't get down to a single address this time; you'll always have 2. So what to do?

After you've refined your search to two, write down what those Heart values are. Go back to the game and move your hero so that it ends it's turn and gets greyed out. Now you'll notice that one of those 2 Heart values has changed. The one that's changed is the one we'll use. Repeat steps 5 through 10.

Important: Go back into the game and make sure you're in the Stats screen of the hero you're using as shell. You will crash if you're not and you'll crash later if you're in another Hero's Stats screen.

Now comes the fun part: You'll have to copy ALL of the values (as Dword) that I told you to save above to these addresses that you just marked, from top to bottom. Yes, every single one (except the bottom-most one of the new addresses because you didn't save the bottom-most one from before, remember?). A macro is highly recommended if you plan on doing this more than once.

After messing something up multiple times and having to redo it, testing the limits of your sanity you finish copying all the Dword values, if your shell Hero has turned red that's a good sign.

Now finish the battle and FOR GOD'S SAKE SYNC YOUR DAMN HERO BEFORE YOU DO ANYTHING ELSE. (you can sync by either leveling it up or changing your equipped Skills)

Restart the game and pray to your favorite deity that everything worked perfectly and you won't ever have to copy a single memory value in GG again.

 

 

 

 

 

 

 

I've noticed that memory addresses change after a while when you're in a battle so do not take your sweet time doing this as if you do the address values will change and you'll have to start from 0.

 

 

 

Needless to say you can dupe any unit in the game like this, even arena enemies.

 

 

 

(If anybody knows of a faster way to copy the addresses this community would greatly appreciate if you could share it)

 

 

 

Edit: Do this at your own risk, I'm not responsible if you copied all the addresses 100 times and it still doesn't work.

 

 

 

Edit 2: HEADS UP! I have just confirmed that there is an IV difference between units on Normal and Lunatic. So when you go dupe a unit, do it on Lunatic as it will have better stats.

 

 

 

Edit 3: If you're crashing while copying the values try first going into the Detailed Hero Stats screen and only exiting after you're done editing. Edit: added this step to the tutorial.

 

 

 

Edit 4: Don't dupe Veronica. You'll lose her/your hero after a restart. Learned that the hard way.

 

Edited

7 hours ago

 

by Jeronimous

 

 

haha i managed to slightly decode the coloured post after getting the 229/237 values and then i duped ryoma

but this is soooo much clearer and its what ive been testing too. Thanks a lot for the clarification!!

I've been using CE, its definitely 100x faster and easier on CE. 

What i did in CE was show 8 bytes per row, and had the window display 37lines of addresses

This way when we show the region for the code, the address will be on top and all id have to do is scroll up until the address is the bottom and copy the 36 lines of code directly above it

 

Updated by hyperfany
Posted

haha i managed to slightly decode the coloured post after getting the 229/237 values and then i duped ryoma

but this is soooo much clearer and its what ive been testing too. Thanks a lot for the clarification!!

I've been using CE, its definitely 100x faster and easier on CE. 

What i did in CE was show 8 bytes per row, and had the window display 37lines of addresses

This way when we show the region for the code, the address will be on top and all id have to do is scroll up until the address is the bottom and copy the 36 lines of code directly above it

 

how did you do that? Can you show it step by step? Thanks :)

Posted

Did anyone find out how to dupe units using iGG?

 

It's the same steps as shown above, but it's not worth the effort. I tried, and after about 30 min of effort, the game restarted on me, causing me to lose ALL progress. Also, if the game crashes after you finish (which it is prone to doing during the duping), you just wasted your hour.

 

Like I said in previous posts, download Nox Android emulator and get it working for Fire Emblem. Then you can use normal Cheat Engine on your computer. Search around and you'll find answers on how to do all of this. Too many people here just want to be spoon fed every little detail.

Posted

LOL the only ban they decided to give was blocking people from adding others?

 

You go Nintendo.... Keep us winning!

 

There's literally NOTHING else they've done.

Banned players still get access too Arena, still get feathers and Orbs, and everything else but can't add others...

 

Nintendo's treating this like POKÉMON, do what you want but we'll stop you from adding your friends

  • Our picks

    • Music Wars Rockstar: Rap Life v1.4.0 Cheats +4
      Modded/Hacked App: Music Wars Rockstar: Rap Life By Music Wars LLC
      Bundle ID: com.mwcompany.MusicWarsRockstar
      iTunes Store Link: https://apps.apple.com/us/app/music-wars-rockstar-rap-life/id1623455289?uo=4

      Mod Requirements:
      - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch.
      - Sideloadly / Cydia Impactor or alternatives.
      - A Computer Running Windows/macOS/Linux with iTunes installed.


      Hack Features:
      - Unlimited money
      - Unlimited creativity
      - Unlimited health
      - Unlimited happiness
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 355 replies
    • We Are Warriors! Cheats v1.57.0 +3
      Modded/Hacked App: We Are Warriors! By Lessmore UG haftungsbeschraenkt
      Bundle ID: com.vjsjlqvlmp.wearewarriors
      iTunes Store Link: https://apps.apple.com/us/app/we-are-warriors/id6466648550?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Unlimited everything
      - Auto complete task
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 94 replies
    • MARVEL Strike Force: Squad RPG v9.4.0 +1 Cheats
      Modded/Hacked App: MARVEL Strike Force: Squad RPG By Scopely, Inc.
      Bundle ID: com.foxnextgames.m3
      iTunes Store Link: https://apps.apple.com/us/app/marvel-strike-force-squad-rpg/id1292952049?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing / or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - 1 Hit Kill [ Enable before stage ]
      - No Skill Cooldown
      - Auto Win¹
      - Only One Wave¹
      - Always Your Turn¹


      Notes:
      ¹ = Enable after game starts


      iOS Hack Download Link:

      Hidden Content
      Download Hack







      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file is downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy to Filza.
      STEP 3: If necessary, tap on the downloaded file and then, you will need to press on 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings.
      STEP 6: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game.

       

      NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue down 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:
      - Zahir


      Cheat Video/Screenshots:

      N/A
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 462 replies
    • Modded/Hacked App: Transformers: Earth Wars By Space Ape Ltd
      Bundle ID: com.backflipstudios.transformersearthwars
      iTunes Store Link: https://apps.apple.com/us/app/transformers-earth-wars/id1058526204?uo=4


      Hack Features:
      - Infinite Mana

      I update hacks based on how popular their topic on iOSGods is.
      Jailbreak required hack(s): https://iosgods.com/topic/51838-iosgods-exclusive-transformers-earth-wars-v167-4-cheats/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 241 replies
    • Hempire - Weed Growing Game v2.42.7 Jailed Cheats +5
      Modded/Hacked App: Hempire - Weed Growing Game By LBC Studios Inc.
      Bundle ID: ca.lbcstudios.hempire
      iTunes Store Link: https://itunes.apple.com/us/app/hempire-weed-growing-game/id1139379843


      Hack Features:
      - Cash (increase not decrease)
      - Diamonds (increase not decrease )
      - Fertilizer (increase not decrease)
      - VIP 
      -Items (increase not decrease )
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 334 replies
    • Mighty Party: Heroes Clash v47.0.8 +4 Jailed Cheats [Unlimited Currencies]
      Modded/Hacked App: Mighty Party: Heroes Clash By Satege s.r.o.
      Bundle ID: com.panoramik.forgeofgodsblitz
      iTunes Store Link: https://itunes.apple.com/us/app/mighty-party-heroes-clash/id1163805393


      Mod Requirements:
      - Jailbroken or Non-Jailbroken iPhone/iPad/iPod Touch.
      - Cydia Impactor.
      - A Computer Running Windows/Mac/Linux.


      Hack Features:
      - Unlimited Currencies - Will not decrease.
      - Free Summoning
      - Complete All Quests
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 823 replies
    • Mighty Party: Battle Heroes v47.0.8 +4 Cheats [Unlimited Currencies]
      Modded/Hacked App: Mighty Party: Heroes Clash By Satege s.r.o.
      Bundle ID: com.panoramik.forgeofgodsblitz
      iTunes Store Link: https://itunes.apple.com/us/app/mighty-party-heroes-clash/id1163805393


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate (from Cydia).
      - PreferenceLoader (from Cydia).


      Hack Features:
      - Unlimited Currencies - Will not decrease. Reason why I only added this was because there's always a ban wave on this game. I can hack currencies, yes but instant ban.
      - Free Summoning
      - Kill All / Auto Win - Linked. Wait till it's the enemies turn and before they spawn in a troop, enable this feature.
      - Complete All Quests
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,846 replies
    • [iOSGods Exclusive] Transformers: Earth Wars v27.1 +4 Cheats!
      Modded/Hacked App: Transformers: Earth Wars By Backflip Studios
      Bundle ID: com.backflipstudios.transformersearthwars
      iTunes Link: https://itunes.apple.com/us/app/transformers-earth-wars/id1058526204


      Hack Features:
      - Infinite Mana / Can always use Skill (This allows you to always use your transformers skill, even if you don't have enough mana)
      - Auto Win! Press Retreat Button ingame to instantly destroy the enemies base. Works in offline and pvp/online!
      - Can deploy units anywhere on the battlefield!
      - No Cooldown for Bots
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,199 replies
    • MADFUT 26 v1.0 +12 Jailed Cheats [ Unlimited Coins & More ]
      Modded/Hacked App: MADFUT 26 By Trivela Games Technologies L.L.C S.O.C
      Bundle ID: com.trivela.madfut
      App Store Link: https://apps.apple.com/us/app/madfut-26/id6752884808?uo=4

       


      🤩 Hack Features

      - Unlimited Coins -> Earn or spend some.
      - Unlimited LTM Points -> Earn or spend some.
      - Freeze Higher/Lower Timer
      - Higher/Lower x10 Winstreak -> For every 1 win, you'll earn 10 wins.
      - Higher/Lower x100 Winstreak -> For every 1 win, you'll earn 10 wins.
      -- No Level for Trading Requirement -> Can trade with others randomly, but unable with friends. Thanks to @0xS14T3R for the bypass! 

      VIP
      - Unlimited Packs -> Buy/use one.
      - Unlimited Tokens -> Use one.
      - Unlimited Draft Puzzle Market Items -> Buy an item.
      - Unlimited Free Pack Reward Points
      - Unlimited Dupes -> Quick sell any card then re-launch the game.
        • Thanks
        • Like
      • 4 replies
    • MADFUT 26 v1.0 +12 Cheats [ Unlimited Coins & More ]
      Modded/Hacked App: MADFUT 26 By Trivela Games Technologies L.L.C S.O.C
      Bundle ID: com.trivela.madfut
      App Store Link: https://apps.apple.com/us/app/madfut-26/id6752884808?uo=4

       
       

      🤩 Hack Features

      - Unlimited Coins -> Earn or spend some.
      - Unlimited LTM Points -> Earn or spend some.
      - Freeze Higher/Lower Timer
      - Higher/Lower x10 Winstreak -> For every 1 win, you'll earn 10 wins.
      - Higher/Lower x100 Winstreak -> For every 1 win, you'll earn 10 wins.
      -- No Level for Trading Requirement -> Can trade with others randomly, but unable with friends. Thanks to @0xS14T3R for the bypass!

      VIP
      - Unlimited Packs -> Buy/use one.
      - Unlimited Tokens -> Use one.
      - Unlimited Draft Puzzle Market Items -> Buy an item.
      - Unlimited Free Pack Reward Points
      - Unlimited Dupes -> Quick sell any card then re-launch the game.
        • Winner
        • Like
      • 2 replies
    • Travel Town - Merge Adventure v2.12.1262 Jailed Cheats +1
      Modded/Hacked App: Travel Town - Merge Adventure By Magmatic Games Ltd
      Bundle ID: io.randomco.travel
      iTunes Store Link: https://apps.apple.com/us/app/travel-town-merge-adventure/id1521236603?uo=4


      Hack Features:
      - Infinite Currencies


      iOS Hack Download Link: https://iosgods.com/topic/148953-travel-town-merge-adventure-v212287-jailed-cheats-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 830 replies
    • Auto Battles Online - Idle PvP v2.51.0 +2 Jailed Cheats
      Modded/Hacked App: Auto Battles Online - Idle PvP By Tier 9 Game Studios Ltd.
      Bundle ID: com.tier9.abo
      iTunes Store Link: https://apps.apple.com/us/app/auto-battles-online-idle-pvp/id1536993948?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

      - Damage Multiplier
      - Never Die


      🍏 Jailbreak iOS hacks: 

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email when prompted, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'.
      STEP 8: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game.

      NOTE: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A
        • Agree
        • Thanks
        • Like
      • 48 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