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

    • ResQRush v3.3.1 [+2 Jailed Cheats]
      Modded/Hacked App: ResQRush By WGAME TECHNOLOGY LIMITED
      Bundle ID: com.wgame.resqrush
      App Store Link: https://apps.apple.com/us/app/resqrush/id6746140478?uo=4



      🤩 Hack Features

      - Never Die
      - One Hit Kill
       
      • 1 reply
    • Dice Dreams™ V1.98.0 [ +9 Cheats ] Currency Max
      Modded/Hacked App: Dice Dreams™ By SuperPlay LTD
      Bundle ID: com.superplaystudios.dicedreams
      iTunes Store Link: https://apps.apple.com/us/app/dice-dreams/id1484468651?uo=4


      Hack Features:
      - Coins Max [ Disable Coins When Use Bet Multiplier ]

      - Rolls Unlimited 

      - Crowns [ Only For Card Upgrade ]

      - Shield [ Get Unlimited Rolls ]

      - Bet Multiplier [ Coins + Rewards ]

      - All Task Score + Rewards [ Linked Bet Multiplier ]

      - Next Kingdom [ Build One ]

      - Build Cost [ 0 ]

      - Premium Dreams Pass

      Warning:- Don't Blame Me Banned  Some Time Freeze Reopen Then Works


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Agree
        • Like
      • 118 replies
    • Dice Dreams™ V1.98.0 [ +9 Jailed ] Currency Max
      Modded/Hacked App: Dice Dreams™ By SuperPlay LTD
      Bundle ID: com.superplaystudios.dicedreams
      iTunes Store Link: https://apps.apple.com/us/app/dice-dreams/id1484468651?uo=4


      Hack Features:

      - Coins Max [ Disable Coins When Use Bet Multiplier ]

      - Rolls Unlimited 

      - Crowns [ Only For Card Upgrade ]

      - Shield [ Get Unlimited Rolls ]

      - Bet Multiplier [ Coins + Rewards ]

      - All Task Score + Rewards [ Linked Bet Multiplier ]

      - Next Kingdom [ Build One ]

      - Build Cost [ 0 ]

      - Premium Dreams Pass

      Warning:- Don't Blame Me Banned  Some Time Freeze Reopen Then Works

       
      Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Agree
      • 111 replies
    • Super Hero Ready! v1.0 [ +7 Cheats ] Currency Max
      Modded/Hacked App: Super Hero Ready! By Mohammad Ali Khademi
      Bundle ID: com.RonixGames.Super.Hero.Ready
      App Store Link: https://apps.apple.com/us/app/super-hero-ready/id6753682839?uo=4

      🤩 Hack Features

      - Unlimited Gems
      - Unlimited Coins
      - Unlimited Golden Keys
      - Unlimited Silver Keys
      - Unlimited Skill Token
      - Unlimited Fragment
      - Unlimited Gear
      • 4 replies
    • Super Hero Ready! v1.0 [ +7 Jailed ] Currency Max
      Modded/Hacked App: Super Hero Ready! By Mohammad Ali Khademi
      Bundle ID: com.RonixGames.Super.Hero.Ready
      App Store Link: https://apps.apple.com/us/app/super-hero-ready/id6753682839?uo=4

      🤩 Hack Features

      - Unlimited Gems
      - Unlimited Coins
      - Unlimited Golden Keys
      - Unlimited Silver Keys
      - Unlimited Skill Token
      - Unlimited Fragment
      - Unlimited Gear
      • 2 replies
    • Run! Goddess v1.0.37 [+3 Jailed Cheats]
      Modded/Hacked App: Run! Goddess By TOP GAMES INC.
      Bundle ID: com.topgamesinc.rg
      iTunes Store Link: https://apps.apple.com/us/app/run-goddess/id6667111749?uo=4



      🤩 Hack Features

      - No Skill Cooldown
      - Slow Enemy
      - Enemy Can't Attack (Enemy Can't Do Damage)
      • 182 replies
    • Run! Goddess v1.0.37 [+3 Cheats]
      Modded/Hacked App: Run! Goddess By TOP GAMES INC.
      Bundle ID: com.topgamesinc.rg
      iTunes Store Link: https://apps.apple.com/us/app/run-goddess/id6667111749?uo=4

       

      🤩 Hack Features

      - No Skill Cooldown
      - Slow Enemy
      - Enemy Can't Attack (Enemy Can't Do Damage)
       
      • 113 replies
    • Pal Go: Tower Defense TD v0.4.19 [+7 Cheats]
      Modded/Hacked App: Pal Go: Tower Defense TD By Playwind Ltd
      Bundle ID: com.playwindgames.freedefender
      iTunes Store Link: https://apps.apple.com/us/app/pal-go-tower-defense-td/id6479316663?uo=4


       

      🚀 Hack Features

      - [VIP] Freeze Currency (Currency will not decrease when used)

      - [VIP] Currency Always Enough (Buy even when you don't have enough currency)

      - [Free] Higher Recruit Energy (Gives 500 Recruit Energy Every Wave)

      - [Free] Always Can Drag Hero

      - [Free] Skip Ads

      - [Free] No Attack Cooldown

      - [Free] Global Speed Multiplier (Enable Inside Battle)

       

      Warning


      Do not use on main account. There is a chance of ban. Not responsible for any bans.

       


      🍏 For Non-Jailbroken & No Jailbreak required hacks: https://iosgods.com/forum/79-no-jailbreak-section/
      🤖 Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      • 67 replies
    • Pal Go: Tower Defense TD v0.4.19 [+7 Jailed Cheats]
      Modded/Hacked App: Pal Go: Tower Defense TD By Playwind Ltd
      Bundle ID: com.playwindgames.freedefender
      iTunes Store Link: https://apps.apple.com/us/app/pal-go-tower-defense-td/id6479316663?uo=4


       

      Hack Features

      - [VIP] Freeze Currency (Currency will not decrease when used)

      - [VIP] Currency Always Enough (Buy even when you don't have enough currency)

      - [Free] Higher Recruit Energy (Gives 500 Recruit Energy Every Wave)

      - [Free] Always Can Drag Hero

      - [Free] Skip Ads

      - [Free] No Attack Cooldown

      - [Free] Global Speed Multiplier (Enable Inside Battle)

       

      Warning


      Do not use on main account. There is a chance of ban. Not responsible for any bans.

       

      Jailbreak required iOS hacks: https://iosgods.com/forum/5-game-cheats-hack-requests/
      Modded Android APKs: https://iosgods.com/forum/68-android-section/
      • 88 replies
    • Taichi Panda v6.9.1 +4 Jailed Cheats
      Modded/Hacked App: Taichi Panda by Snail Games USA, Inc.
      Bundle ID: com.snailgamesusa.taiji
      iTunes Store Link: https://itunes.apple.com/us/app/taichi-panda/id944892716?mt=8&uo=4&at=1010lce4


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


      Hack Features:
      - No Skill Cooldown
      - Infinite MP
      - Disable Enemy Attacks
      • 199 replies
    • Taichi Panda v6.9.1 +4 Cheats
      Modded/Hacked App: Taichi Panda by Snail Games USA, Inc.
      Bundle ID: com.snailgamesusa.taiji
      iTunes Store Link: https://itunes.apple.com/us/app/taichi-panda/id944892716?mt=8&uo=4&at=1010lce4


      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:
      - No Skill Cooldown
      - Infinite MP
      - Disable Enemy Attacks


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/


      Hack Download Link:

      Hidden Content

      Download Hack








      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above.
      STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice.
      STEP 3: Using iFile or Filza, browse to where you saved the downloaded .deb file and tap on it.
      STEP 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen.
      STEP 5: Let iFile / Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If the hack is a Mod Menu, the cheat features can be toggled in-game.
      STEP 7: 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 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, post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - @ZahirSher


      Cheat Video/Screenshots:

      N/A

       
      • 568 replies
    • Galaxy Defense: Fortress TD v0.12.5 [+4 Cheats]
      Modded/Hacked App: Galaxy Defense: Fortress TD By CYBERJOY LIMITED
      Bundle ID: com.cyberjoy.galaxydefense
      App Store Link: https://apps.apple.com/us/app/galaxy-defense-fortress-td/id6740189002?uo=4



      🤩 Hack Features

      - One Hit Kill
      - Activate SVIP
       
        • Winner
        • Like
      • 88 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