Jump to content

Enoch

Senior Member
  • Posts

    589
  • Joined

  • Last visited

Everything posted by Enoch

  1. I tested it before I released and it was working perfectly fine. What isn't working for you?
  2. Whoever plays Garena CoD, send me the binary and globalmetadata so I can try and get y'all my Mega Menu.

    1. Assassins PD

      Assassins PD

      How can I help you extract the globalmetadata file?

    2. KngTangon

      KngTangon

      I play garena cod but what is binary and globalmetadata and how can i send to you?

  3. Modded/Hacked App: The Tiger Online RPG Simulator By Swift Apps sp. z o.o. sp. kom. v1.6.7Bundle ID: com.swiftappskom.thetigerrpgiTunes Store Link: https://apps.apple.com/us/app/the-tiger-online-rpg-simulator/id1257058542?uo=4&at=1010lce4 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 or Sileo). Hack Features: - High XP Per NPC Kill (Doesn't give you unlimited, gives you a high amount per kill.) - High Points Per NPC Kill (Doesn't give you unlimited, gives you a high amount per kill.) - Gems Per NPC Kill (Doesn't give you unlimited, gives you around 20 per kill.) 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/ iOS Hack Download Link: [Hidden Content] 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: - ZoZo Cheat Video/Screenshots: N/A
  4. Alright I'll try it in a bit and get back to you.
  5. The game crashes. It works fine with the one offset patch which I can just use. Thanks for trying to help.
  6. Those are the offsets that were in the dump.cs.
  7. Added that one on top in the edit by accident. Took the top one out.
  8. Forgot about that, iPhone 8, 13.3.1 I'm not sure what you mean by "jailbreak tool". I'm just entering the above in the Tweak.xm and compiling in Theos.
  9. I'm using @Ted2's template and I got rid of all the compiling errors finally but when I press "play" to go into a match, the game crashes. Whenever I use the one patch switch, it works perfectly. Even if I don't open the menu with the custom text field switches, it crashes. Does anyone know why it would be freezing? Maybe I messed something up below? iPhone 8, 13.3.1 float(*old_get_PointsKillMultiplier)(void *this_); float get_PointsKillMultiplier(void *this_) { float userAmount = [[switches getValueFromSwitch:@"Custom Points:"] floatValue]; if([switches isSwitchOn:@"Custom Points:"]) { return userAmount; } return old_get_PointsKillMultiplier(this_); } float(*old_get_GemsRewardForKill)(void *this_); float get_GemsRewardForKill(void *this_) { float userAmount = [[switches getValueFromSwitch:@"Custom Gems:"] floatValue]; if([switches isSwitchOn:@"Custom Gems:"]) { return userAmount; } return old_get_GemsRewardForKill(this_); } void setup() { //public float get_PointsKillMultiplier(); // RVA: 0x15AD440 Offset: 0x15AD440 HOOK(0x1015AD440, get_PointsKillMultiplier, old_get_PointsKillMultiplier); //public float get_GemsRewardForKill(); // RVA: 0x15A9F84 Offset: 0x15A9F84 HOOK(0x1015A9F84, get_GemsRewardForKill, old_get_GemsRewardForKill); [switches addTextfieldSwitch:@"Custom Points:" description:@"Here you can enter your own points amount!" inputBorderColor:[UIColor colorWithRed:0.74 green:0.00 blue:0.00 alpha:1.0]]; [switches addTextfieldSwitch:@"Custom Gems:" description:@"Here you can enter your own coins amount!" inputBorderColor:[UIColor colorWithRed:0.74 green:0.00 blue:0.00 alpha:1.0]]; }
  10. Modded/Hacked App: Knights Fight: Medieval Arena By Shori Games Limited v1.0.20Bundle ID: com.knightsfightiTunes Store Link: https://apps.apple.com/us/app/knights-fight-medieval-arena/id1148022751?uo=4&at=1010lce4 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 or Sileo). Hack Features: - No Skill Cooldown - No Sequence Cooldown - Unlimited Silver (Click on "Free coins" and then click on the top left option above the Facebook option.) 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/ iOS Hack Download Link: [Hidden Content] 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: - ZoZo Cheat Video/Screenshots: N/A
  11. You can just use a custom switch in Ted2's menu, there's examples in the sample.xm.
  12. Modded/Hacked App: Prison Royale By Martial Valery v0.0.6Bundle ID: com.ohbibi.prisonbreakiTunes Store Link: https://apps.apple.com/us/app/prison-royale/id1498441276?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: - Unlock all Inmates - Speed Hack (Works for everyone in the lobby.) 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/ iOS Hack Download Link: [Hidden Content] 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. STEP 3: Download Cydia Impactor and extract the archive. STEP 4: Open/Run Cydia Impactor on your computer then connect your iOS Device and wait until your device name shows up on Cydia Impactor. STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Cydia Impactor application. STEP 6: You will now be asked to enter your iTunes/Apple ID email login & then your password. Go ahead and enter the required information.. STEP 7: Wait for Cydia Impactor to finish sideloading/installing the hacked IPA. STEP 8: Once the installation is complete and you see the app on your Home Screen, you will now need to go to Settings -> General -> Profiles & 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: For free Apple Developer accounts you will need to repeat this process every 7 days. Using a disposable Apple ID for this process is suggested but not required. Jailbroken iDevices can skip using Cydia Impactor and just install the IPA mod with AppSync & IPA Installer (or alternatives) from Cydia. If you have any questions or problems, read our Cydia Impactor topic and if you don't find 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: - ZoZo Cheat Video/Screenshots: N/A
  13. I've already told you in the original post how, just change the 5.
  14. Modded/Hacked App: Frontline Commando: D-Day By Glu Games Inc v3.0.6Bundle ID: com.glu.flcniTunes Store Link: https://apps.apple.com/us/app/frontline-commando-d-day/id567198973?uo=4&at=1010lce4 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 or Sileo). Hack Features: - Infinite Ammo - No Spread - Infinite Cash - Infinite Gold - Infinite Axis - Insane Fire Rate - One Shot Kil - Infinite Grenades - Infinite Bazookas - Infinite Med Kits 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/ iOS Hack Download Link: [Hidden Content] 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: - ZoZo Cheat Video/Screenshots: N/A
  15. I played 5-6 games without getting banned so either I got lucky or the ban isn't automatic. I guess we'll have to see. I still will highly suggest everyone to jailbreak instead of downloading this.
×
  • 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