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

    • Kritika: The White Knights v5.18.3 +12 Cheats
      Hacked App: Kritika: The White Knights By GAMEVIL Inc.
      iTunes Link: https://itunes.apple.com/us/app/kritika-the-white-knights/id865958296
      Bundle ID: com.gamevil.kritikam.ios.apple.global.normal


      Hack Features
      - Infinite Potions (Increase instead of decrease)
      - Infinite Mana
      - No Potion Cooldown
      - Instant EX Gauge Fill
      - God Mode in Stage Mode
      - God Mode in Tower & Monster Wave
      - God Mode in Arena & PvP (Untested)
      - Timer Hack*
      - Mao Support Always Active
      - 1 Hit Kill in Monster -> One Hit Kill was Replaced with "Monster Level 1"
      - Enemy Doesn't Attack
      - Boss Doesn't Attack
      - Enemy Doesn't Move
      - Boss Doesn't Move
      - Monster Level 1 -> Easy kills
      • 3,104 replies
    • Westland Survival - Cowboy RPG v10.4.0 +7 [ Items Cheat ]
      Modded/Hacked App: Westland Survival - Cowboy RPG By HELIO LTD
      Bundle ID: com.heliogames.a1
      iTunes Store Link: https://apps.apple.com/us/app/westland-survival-cowboy-rpg/id1339238576?uo=4


      Hack Features:
      - Unlimited Energy / Instant Energy Refills
      - Unlock All Blueprints
      - Items Duplicate When Split / Items Hack
      - Unlimited Consumable Items
      - Unlimited Item Durability
      - God Mode / Never Die -> Linked with enemies. Useful for looting.
      - One Hit Kill / High Damage -> Linked with enemies. Use with caution.


      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/
      • 448 replies
    • Chef & Friends: Cooking Game Cheats v1.35.5 +1
      Modded/Hacked App: Chef & Friends: Cooking Game By MYTONA Ltd.
      Bundle ID: com.mytona.cheftales
      iTunes Store Link: https://apps.apple.com/us/app/chef-friends-cooking-game/id1586951898?uo=4


      Hack Features:
      - Infinite Currencies (Hats, Coins, Gems)

      NOTE: May bug out the game so better try on your throw away account first 


      iOS Hack Download Link: https://iosgods.com/topic/178904-chef-friends-cooking-game-cheats-v141-1/
      • 32 replies
    • Cooking Diary Restaurant Game v2.44.2 Jailed Cheats +3
      Modded/Hacked App: Cooking Diary® Restaurant Game by MyTona Pte Ltd
      Bundle ID: com.mytonallc.cookingdiary
      iTunes Store Link: https://apps.apple.com/us/app/cooking-diary-restaurant-game/id1214763610?uo=4&at=1010lce4


      Hack Features:
      - Infinite Currencies (Get some)
      - Freeze Boosters


      iOS Hack Download Link: https://iosgods.com/topic/110310-arm64-cooking-diary-restaurant-game-v1160-3/
      • 697 replies
    • [ViP Hack] WarFriends v6.0.0 +6 Cheats
      Modded/Hacked App: WarFriends: PvP Shooter Game By Chillingo Ltd
      Bundle ID: com.chillingo.warfriends
      iTunes Link: https://itunes.apple.com/us/app/warfriends-pvp-shooter-game/id979873043


      Hack Features:
      - Debug Menu -> Most/Everything from previous hack has been patched/removed. However, it will still show you some in-game stuff.
      - Free Weapon Upgrades. Instant Weapon Upgrade Delivery Times!
      - Unlimited Clips/Ammo -> Works online & offline
      - No Weapon Reload / Unlimited Ammo in Clip -> Works online & offline
      - One Hit Kill Enemies / High Damage -> Buggy Online, works well offline. Linked with enemy, so hit them first.
      - Gun Fire Rate x1000 -> Shoot bullets really, really fast. Works online too, linked to enemy. One Hit Kill Alternative if you can aim.
      This hack is an In-Game Mod Menu (iGMM). In order to activate the Mod Menu, tap your screen with 3 fingers simultaneously.

       

      Non-Jailbroken Version of this hack: https://iosgods.com/topic/44193-warfriends-v140-3-cheats-ios-10/
      • 1,771 replies
    • Towerlands - tower defense TD v3.7.5 +2 Cheats
      Modded/Hacked App: Towerlands - tower defense TD By CHERNYE MEDVEDI, OOO
      Bundle ID: mobi.blackbears.ios.towerlands
      iTunes Store Link: https://apps.apple.com/us/app/towerlands-tower-defense-td/id1491901979?uo=4



      Hack Features:
      - Unlimited Gold
      - Unlimited Gems


      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/
      • 349 replies
    • Fishing Clash v1.0.398 +3 Cheats
      Modded/Hacked App: Fishing Clash: Fish Game 2019 by Ten Square Games S.A.
      Bundle ID: com.tensquaregames.letsfish2
      iTunes Store Link: https://apps.apple.com/us/app/fishing-clash-fish-game-2019/id1151811380


      Hack Features:
      - Combo Always Active
      - Centered Line -> The line is always in the center zone. I didn't test enough but worked for 20 games. Duels too.
      - Line Never Breaks
      • 1,345 replies
    • Legend of Solgard v2.53.0 - [ x Player Damage & More ]
      Modded/Hacked App: Legend of Solgard By King
      Bundle ID: com.midasplayer.apps.solgard
      iTunes Store Link: https://apps.apple.com/us/app/legend-of-solgard/id1281263906

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


      Hack Features:
      - x Player Damage - x1 - 30
      - God Mode

      All features are unlinked and only for player, you!
      • 587 replies
    • Legend of Solgard v2.53.0 +3 Cheat [God Mode & Damage]
      Modded/Hacked App: Legend of Solgard By King
      Bundle ID: com.midasplayer.apps.solgard
      iTunes Store Link: https://itunes.apple.com/us/app/legend-of-solgard/id1281263906?mt=8&uo=4&at=1010lce4


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


      Hack Features:
      - x Player Damage - x1 - 30
      - God Mode / Never Die
      - Auto Kill Enemies

      All features are unlinked and only for player, you!
      • 200 replies
    • Hempire - Weed Growing Game [ Auto Updating ] - Unlimited Everything!
      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:
      - Unlimited Currency - Currency Hack
      - Unlimited Storage
      -- Buy anything
      -- Free Rushing/Skipping

      This hack is an In-Game Mod Menu (iGMM). In order to activate the Mod Menu, tap on the iOSGods button found inside the app.
      This hack is using the new iOSGods Auto Updater. The hack will automatically update itself to the current app version you have installed on your iDevice.
      • 1,047 replies
    • We Are Warriors! v1.55.0 Cheats +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:
      - 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 everything
      - Auto complete task
      • 164 replies
    • We Are Warriors! v1.55.0 Cheats +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
      • 93 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