Jump to content

FateEX

Senior Member
  • Posts

    580
  • Joined

  • Last visited

Everything posted by FateEX

  1. Could you post a screenshot?
  2. ALL item drops are now Malice Jewels. Instead of Red Drops or Green Grass etc, you will get Malice Jewel. So just run Start of Adventure and do the first couple of battles then autowin. It will all show in the rewards screen after the mission. If you do complete the mission or any other dungeons, you will get approx. 60+ Malice Jewels and will have to manually sell them all
  3. The value for item injection: value: 01 49 55 F0 8D FE 2D E0 XX XX XX XX The value for Malice Jewel: value: 01 49 55 F0 8D FE 2D E0 C9 96 00 00 The value you typed and what caused the error: value: 01 AE 0C 46 04 F1 14 01 00 00 96 C9 The RED is where you made the mistake: value: 01 AE 0C 46 04 F1 14 01 00 00 96 C9 You have to type the "01 49 55 F0 8D FE 2D E0" then your value for the item ID. For the item ID, you got 96C9 right? Then you pad in the 0s, the value becomes 00 00 96 C9. NOW you have to flip it: C9 96 00 00. <--- This is the value you substitute in for the XX XX XX XX. So 01 49 55 F0 8D FE 2D E0 XX XX XX XX now becomes 01 49 55 F0 8D FE 2D E0 C9 96 00 00. You type that whole thing in.
  4. So modding vortex is a bit different than the others. Take into note the Vortex ID that you want to use. Only 6 digit IDs can work at the moment. So for my example, I will use Celestial Gardens (ID: 102850) it's 6 digits. Let's start with the debug menu 1. Open iFile and locate the binary. 2. Tap the blue (i) to bring up the properties. 3. Tap "Open With..." and choose "Hex Editor" 4. Tap anywhere in the middle section with the alphanumeric values to bring up the keyboard and cursor. (if you are on an iphone/ipod you can zoom in with 2 fingers) 5. Tap the blue "A" to switch to the box cursor if you aren't already. (box cursor is a character replacer, while the line cursor is a character inserter) 6. Tap the box with the arrow and a text box will pop up. (this is where you type the offsets) 7. Type "002EDB1C" It will bring your cursor to the correct location. Wherever the cursor is now, this is where you start typing. 8. Type "01" nothing else. This will enable debug menu. Now for Vortex mod: 9. Tap on the right side where it shows random letters, numbers and symbols (known as ASCII) to move the cursor. 10. Again, tap the box with the arrow and a text box will pop up. 11. Type "00F43713" It will bring your cursor to the correct location. Wherever the cursor is now, this is where you start typing. 12. Type your Vortex ID. Mine is 102850. (you'll notice the values on the left change as you are typing. this is supposed to happen) 13. When you are done, tap "Done" at the top right corner. Remember, this only applies to enabling Debug Menu and modding Vortex ID's If you want to go back to edit the vortex, just follow steps 9-13
  5. A wise man once told me: "Give a man a fish, feed him for a day; teach a man to fish, feed him for a lifetime." With that said, let me help you if you don't understand. Could you tell me where you're getting stuck? Maybe I can help you figure out how to do it. You have a clean binary and iFile installed, right?
  6. The value for item injection: value: 01 49 55 F0 8D FE 2D E0 XX XX XX XX The value for Havoc Axe: value: 01 49 55 F0 8D FE 2D E0 C2 76 00 00 The value you typed and what caused the error: value: 01 AE 0C 46 04 F1 14 01 C2 76 00 00 The RED is where you made the mistake: value: 01 AE 0C 46 04 F1 14 01 C2 76 00 00
  7. For Havoc Axe, go to offset:003682A4 and type in the value: 01 49 55 F0 8D FE 2D E0 C2 76 00 00 Check to make sure you made the correct modifications. It could also be that you typed the value 1 or 2 bytes from where it should have been. If the offset to the left says something like 003682A0, then move your cursor 4 bytes to the right. That's a big mistake many people make.
  8. It could be godmode. Double check to make sure that's right. Also, could you post a screenshot of the hex at the item injection offset? Thanks.
  9. What's the problem? :hmm: If it crashes during battle, something is wrong with the code. Either you typed on the wrong offset location or mistyped the values. If it crashes on the rewards screen, the code just isn't inputted right. Questions I have for you are: Did you use HxD or iFile Hex Editor? What other mods did you make to that binary? What item ID are you using? Does it crash when enemy attacks, when you attack, or at the rewards screen? If you get to the rewards screen, how much EXP do you get? Negative numbers?
  10. If you installed any hacks and would like to modify/remove them, first place I'd look is in the "installed" packages tab in Cydia and look for the hack/package you installed and remove it from there.
  11. Gumi removed the dungeon from their servers so even if you mod in the vortex ID, it won't work. If you don't believe me, you can try for yourself. Look for Shining Stage Lvl 1-3. As for vortexes with 6+ digits, it requires a different method of activating. I'm still working on figuring that out, since after the 6th digit it starts interfering with other code. So I'm thinking there's a way to use a reference point. Once it's all revealed I'll add it to the main post.
  12. Actually, that vortex is not available. You can't access that one
  13. Included instructions for mobile for people who want to do it all on their iDevices.
  14. Fixed godmode, added Evolution Mod, and added Item Injection as well as Item ID's for reference.
  15. Huh? Whatcha mean? There's this topic in VIP?
  16. Updated Hack: http://iosgods.com/topic/4149-brave-frontier-global-1241-11/ Updated Hack for ViP Features: http://iosgods.com/topic/4158-vip-exclusive-brave-frontier-global-1241-14/ If you'd like, here is the binary you can take a look at yourself https://www.dropbox.com/s/49f0e26uq6jly4z/BraveFrontier?dl=0 UPDATE for 1.2.41: Here is the binary for IMMORTALITY: https://www.dropbox.com/s/zty96c3nwycxfe7/BraveFrontier?dl=0 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ WARNING: Will not work for 1.2.41. Credits to jx1992 for the info! **If you updated to 1.2.4, just use the 1.2.2 binary, it still works!** For PC: For Mobile: 20 Minute Video Tutorial [Hidden Content] For example, to make your own godmode mods, open up the binary, and search for 003E14E0. After you are sent to that offset, type in 00 20 70 47 and press save. --- Vortex IDs [Hidden Content] - Sphere IDs: [Hidden Content] Battle Item IDs: [Hidden Content] Material IDs: [Hidden Content]
  17. @GGiosgod -----------------------------------------> :2guns::run:

  18. Glad you all like it and no one has problems using this, unlike other forums >.< +1 to iOSGods Don't forget to 1up my post. I want to be gold like DiDA
  19. What is the BB code for rainbow flashy text?

    1. Rook
    2. Rook

      Rook

      Would have given you a preview but I don't feel like adding BBCode in Status Updates :p

  20. I won't be. But if you'd like, I can't stop ya. You can find tutorials on this forum by using the almighty search bar or try google hunting.
  21. At first I thought DIY Cheats But I suppose Other Cheats would be better.
  22. Mods for Brave Frontier Global iOS Are Now Available Courtesy of Cerberus Assembly! ___________________________________________________________________________ Introduction: Cerberus Assembly is a small-time group of mobile game hackers consisting of me, sledge00, Choosy, and jx1992. Previously known for hacking only Android games, we've expanded our trade to the iOS mobile platform. Now the mods we offer are binary hacks and native to iOS. No need for that Android you never wanted, and no need for that crummy Bluestacks emulator. With our new Console Archive, you can select the mods that you want and it will do all the modding for you! With the staff's approval, here at iOSGods, it has been made possible for your enjoyment. If you really enjoy our work you can send us a thank you on our home page, otherwise GAME ON! ___________________________________________________________________________ Edit: New updated hack for ViP: http://iosgods.com/topic/4158-vip-exclusive-brave-frontier-global-1241-14/ Free Hack: http://iosgods.com/topic/4149-brave-frontier-global-1241-11/ Requirements: Create a free account - Club Demigods Console Archive - MEGA or Zippyshare or Mediafire Brave Frontier Global 1.2.2 Clean Binary - Dropbox i-FunBox - OPTIONAL iFile - BigBoss Repo ENABLE APPLICATION NAMES IN IFILE ***Must be Jailbroken to use these mods!*** ___________________________________________________________________________ Difficulty: Easy ___________________________________________________________________________ Instructions: IMPORTANT: Make sure to uninstall any hacks/mods for Brave Frontier that you got from other websites/sources or it will not work! And don't forget to create your unique login from the link in the requirements above! ENABLE APPLICATION NAMES IN THE IFILE SETTINGS Step 1: Download and extract both the Console Archive and our provided binary, then open up the Demigods Console Archive.exe and login with yourunique account that you made from the link in the Requirements section above (This is to help monitor usage statistics). Step 2: After successfully connected, click Games > Brave Frontier > Brave Frontier Global iOS 1.2.2 and scroll to the bottom. Select the feature(s) that you want to apply. Step 3: On the bottom, click "Apply Patch". A File Browser will appear. Select the BraveFrontier binary you just extracted. Step 4: After patching complete, transfer the modded binary to your iDevice, place it in \var\mobile\Applications\Brave Frontier\bravefrontier.app and overwrite the old binary. For iOS 8, place it in \var\mobile\Containers\Bundle\Aplication\Brave Frontier\bravefrontier.app Step 5: Open iFile on your iDevice and go to the modded binary. Tap on the blue (i) next to the name of the binary and set both Ownerships to "mobile" and all 3 Access Permissions to "Read, Write, Execute" Step 6: Load Brave Frontier and enjoy your new gameplay! ___________________________________________________________________________ Public Features: Player HP Player ATK Player DEF Player REC Rival HP Rival ATK Rival DEF Rival REC Zel Gain per Dungeon Karma Gain per Dungeon 0 Energy Mod (enable 1 & 2!) No Keys Inventory Deck Cost BB Gauge Fill Highlander (Godmode) ___________________________________________________________________________ Tips: Always keep a clean binary stored on your computer for every version so that you don't have to redownload it every time. iFile has a local wifi file transfer feature so you can use your web browser to transfer files to and from your iDevice, just tap on the globe in iFile (but you can't delete files on your phone from the web browser ) Make separate folders on your phone so you can store multiple binaries and swap them all on your iDevice so you don't have to connect to your computer every time. If you have been using Zahirsher's mod, uninstall it using Cydia, before using our method so you don't encounter any errors. ___________________________________________________________________________ Questions or Concerns: Any feedback would be SUPER! If you run into any other problems please leave your questions and feedback here and I'll try to help you as soon as possible. If you can't use this awesome tool because you don't have a PC, just send me a PM and I'll get you taken care of. ___________________________________________________________________________ Picture Tutorial: 1. Open up the Console Archive and navigate to Games > Brave Frontier > Brave Frontier Global 1.2.2 2. Download and extract the clean binary from the link if you haven't already 3. Select your features and click "Apply Patch" 4. A file browser will appear, locate and open the BraveFrontier binary 5. After patches are applied, click "OK" 6. Now, transfer your binary to your iDevice \var\mobile\Applications\Brave Frontier\BraveFrontier.app (using the iFile web transfer feature if you don't have i-funbox) iOS 8: \var\mobile\Containers\Bundle\Application\Brave Frontier\BraveFrontier.app 7. Go on your iDevice and open iFile 8. Navigate to \var\mobile\Applications\Brave Frontier\BraveFrontier.app iOS 8: \var\mobile\Containers\Bundle\Application\Brave Frontier\BraveFrontier.app ENABLE APPLICATION NAMES IN THE IFILE SETTINGS 9. Now scroll down until you find your modded binary and tap the blue (i) 10. Scroll some more and you'll see Ownership and Access Permissions, make sure they look like this: 11. Now tap "Done" and open and enjoy Brave Frontier! ___________________________________________________________________________ Expect More Mods!
  23. Wondering if it's possible to mod a binary, re-archive it into an .ipa and re-sign it and send it to my un-jb ipad to install :confused:

    1. Show previous comments  7 more
    2. Chrizk0
    3. Oxytyramine

      Oxytyramine

      Its working yes :p i tried on a yes its working ! I Added the binary to the game and cracked it ! Theninstalled it with appcake it worked :):p

       

    4. Rook

      Rook

      For non Jailbroken :mellow:

    5. Laxus
    6. Oxytyramine
×
  • 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