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

    • Frozen War v1.9.5 +1 Jailed Cheat [ Damage ]
      Modded/Hacked App: Frozen War By IGG SINGAPORE PTE. LTD.
      Bundle ID: com.igg.ios.frozenwar
      iTunes Store Link: https://apps.apple.com/us/app/frozen-war/id6738370929?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      • 7 replies
    • Frozen War v1.9.5 +1 Cheat [ Damage ]
      Modded/Hacked App: Frozen War By IGG SINGAPORE PTE. LTD.
      Bundle ID: com.igg.ios.frozenwar
      iTunes Store Link: https://apps.apple.com/us/app/frozen-war/id6738370929?uo=4

       
       

      🤩 Hack Features

      - Damage Multiplier
      • 24 replies
    • EGGCRYPTO ( エグリプト 世界に一体だけのモンスターを育成して戦うRPG ) v1.97.1 +1 Jailed Cheat [ Auto Win ]
      Modded/Hacked App: エグリプト 世界に一体だけのモンスターを育成して戦うRPG By Kyuzan Inc.
      Bundle ID: com.kyuzan.eggrypto
      iTunes Store Link: https://apps.apple.com/jp/app/%E3%82%A8%E3%82%B0%E3%83%AA%E3%83%97%E3%83%88-%E4%B8%96%E7%95%8C%E3%81%AB%E4%B8%80%E4%BD%93%E3%81%A0%E3%81%91%E3%81%AE%E3%83%A2%E3%83%B3%E3%82%B9%E3%82%BF%E3%83%BC%E3%82%92%E8%82%B2%E6%88%90%E3%81%97%E3%81%A6%E6%88%A6%E3%81%86rpg/id1450911855?uo=4

       


      🤩 Hack Features

      - Auto Win
      • 6 replies
    • EGGCRYPTO ( エグリプト 世界に一体だけのモンスターを育成して戦うRPG ) v1.97.1 +1 Cheat [ Auto Win ]
      Modded/Hacked App: エグリプト 世界に一体だけのモンスターを育成して戦うRPG By Kyuzan Inc.
      Bundle ID: com.kyuzan.eggrypto
      iTunes Store Link: https://apps.apple.com/jp/app/%E3%82%A8%E3%82%B0%E3%83%AA%E3%83%97%E3%83%88-%E4%B8%96%E7%95%8C%E3%81%AB%E4%B8%80%E4%BD%93%E3%81%A0%E3%81%91%E3%81%AE%E3%83%A2%E3%83%B3%E3%82%B9%E3%82%BF%E3%83%BC%E3%82%92%E8%82%B2%E6%88%90%E3%81%97%E3%81%A6%E6%88%A6%E3%81%86rpg/id1450911855?uo=4

       
       

      🤩 Hack Features

      - Auto WIn
      • 7 replies
    • God Keeper ( ケモミミヤシロ ) v1.4.0 +4 Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: ケモミミヤシロ By HAKONY LLC.
      Bundle ID: com.hakony.godkeeper
      iTunes Store Link: https://apps.apple.com/jp/app/%E3%82%B1%E3%83%A2%E3%83%9F%E3%83%9F%E3%83%A4%E3%82%B7%E3%83%AD/id6450285105?uo=4


      Hack Features:
      - Coin Multiplier
      - Prayer Multiplier
      - Daily Orb Multiplier
      - Daily Diamond Multiplier


      Jailbreak required hack(s): [Mod Menu Hack] God Keeper ( ケモミミヤシロ ) v1.0.6 +4 Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 18 replies
    • God Keeper ( ケモミミヤシロ ) v1.4.0 +4 Cheats [ Unlimited Currencies ]
      Modded/Hacked App: ケモミミヤシロ By HAKONY LLC.
      Bundle ID: com.hakony.godkeeper
      iTunes Store Link: https://apps.apple.com/jp/app/%E3%82%B1%E3%83%A2%E3%83%9F%E3%83%9F%E3%83%A4%E3%82%B7%E3%83%AD/id6450285105?uo=4


      Hack Features:
      - Coin Multiplier
      - Prayer Multiplier
      - Daily Orb Multiplier
      - Daily Diamond Multipier


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] God Keeper ( ケモミミヤシロ ) v1.0.6 +4 Jailed Cheats [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 9 replies
    • MERGE HAMSTER v1.1.5 +5++ Jailed Cheats [ Unlimited Currencies ]
      Modded/Hacked App: MERGE HAMSTER By DAERI SOFT
      Bundle ID: com.daerigame.hamster
      iTunes Store Link: https://apps.apple.com/us/app/merge-hamster/id6612023397?uo=4


      Hack Features:
      - God Mode
      - One-Hit Kill
      - Unlimited Currencies -> Will increase instead of decrease.
      - Merge Merge Pass Unlocked
      - No Ads


      Jailbreak required hack(s): [Mod Menu Hack] MERGE HAMSTER v1.0.5 +5++ Cheats [ Unlimited Currencies ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 10 replies
    • Skullgirls Fighting RPG V7.1.2 [ +6 Jailed ] Auto Win
      Modded/Hacked App: Skullgirls: Fighting RPG By Autumn Games, LLC
      Bundle ID: com.autumn.skullgirls
      iTunes Store Link: https://apps.apple.com/us/app/skullgirls-fighting-rpg/id1280762571?uo=4


      Hack Features:

      - Auto win

      - Damage [ One HiT WiN ]

      - Energy Max

      - Skill

      - Enemy Disable

      - Goals Claimed [ Free Pass Only ]
      • 10 replies
    • MERGE HAMSTER v1.1.5 +5++ Cheats [ Unlimited Currencies ]
      Modded/Hacked App: MERGE HAMSTER By DAERI SOFT
      Bundle ID: com.daerigame.hamster
      iTunes Store Link: https://apps.apple.com/us/app/merge-hamster/id6612023397?uo=4


      Hack Features:
      - God Mode
      - One-Hit Kill
      - Unlimited Currencies -> Will increase instead of decrease.
      - Merge Merge Pass Unlocked
      - No Ads


      Non-Jailbroken & No Jailbreak required hack(s): [IPA Mod Menu] MERGE HAMSTER v1.0.5 +5++ Jailed Cheats [ Unlimited Currencies ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 29 replies
    • Avalar: Shadow War v04.68.15 +2 Jailed Cheats [ Damage & Defence ]
      Modded/Hacked App: Avalar: Shadow War By Enigma Publishing Limited
      Bundle ID: com.avalar.atwo.epl.as
      iTunes Store Link: https://apps.apple.com/us/app/avalar-shadow-war/id6504173866?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:
      - Damage Multiplier
      - Defence Multiplier


      Jailbreak required hack(s): [Mod Menu Hack] Avalar: Tag Team ARPG v04.52.30 +2 Cheats [ Damage & Defence ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      PC Installation Instructions:
      STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress.
      STEP 2: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: 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 9: 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. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. 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 down 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:
      - @Puddin


      Cheat Video/Screenshots:

      N/A
        • Like
      • 62 replies
    • Kitty Keep v1.19.8 +2 Jailed Cheats [ God Mode ]
      Modded/Hacked App: Kitty Keep™ By Funovus LLC
      Bundle ID: com.funovus.wildcastle2
      iTunes Store Link: https://apps.apple.com/us/app/kitty-keep/id6476017989?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:
      - God Mode
      - Unlimited Mana -> Will not decrease.


      Jailbreak required hack(s): [Mod Menu Hack] Kitty Keep v1.1.3 +2 Cheats [ God Mode ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 25 replies
    • Kitty Keep v1.19.8 +2 Cheats [ God Mode ]
      Modded/Hacked App: Kitty Keep™ By Funovus LLC
      Bundle ID: com.funovus.wildcastle2
      iTunes Store Link: https://apps.apple.com/us/app/kitty-keep/id6476017989?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:
      - God Mode
      - Unlimited Mana -> Will not decrease.


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Kitty Keep v1.1.3 +2 Jailed Cheats [ God Mode ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
      • 31 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