Jump to content

Saitama

Cheater
  • Posts

    1,734
  • Joined

  • Last visited

Everything posted by Saitama

  1. i suggest u dont like this content and forum
  2. added new feature that make easy detect when it will work and when not info in first post
  3. tomorrow or maybe in Monday i will made it
  4. App Name: Idle Mafia By DianDian Interactive Holding Bundle ID: com.cqgaming.idlemafia Requires: iOS 10.0 or later. Price: Free iTunes URL: https://apps.apple.com/us/app/idle-mafia/id1483009687 Mod Requirements: - Jailbroken iPhone/iPad/iPod Touch. - Filza / iMazing or any other file managers for iOS. - Cydia Substrate, Substitute or libhooker depending on your jailbreak. - PreferenceLoader (from Cydia or Sileo). Unfortunately in any moment they can improve their protection Also need test Hack Features: - iGameGod and other bypass - This cheat only enable ability to use other soft - Increased fight speed 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 Filza or iFile, browse to where you saved the downloaded .deb file and tap on it. STEP 4: Once you tap on the file, you will need to press on 'Install' or 'Installer' from the options on your screen. STEP 5: Let Filza / iFile finish the cheat installation. Make sure it successfully installs, otherwise see the note below. STEP 6: If the hack is a Mod Menu, which is usually the case nowadays, the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings. 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 & Answers 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: - @Saitama Cheat Video/Screenshots:
  5. u can always make better what a problem
  6. i already give answer CANT REWORK RIGHT NOW
  7. i know that have some problems - cant rework rn
  8. from dynamic to static 1. find with memory editor address 2. attach debugger 3. add watchpoint on address u found in memory editor 4. change value (make action that change value) 5. u get an offset that do it in debugger
  9. i can make it - but u get ban this cheat safe only because its not inside a game it overlay - layer over game
  10. App Name: Head Ball 2 - Soccer Game By MASOMO LIMITED v1.176 Bundle ID: com.masomo.headball2 Requires: iOS 12.0 or later. Price: Free iTunes URL: https://apps.apple.com/us/app/head-ball-2-soccer-game/id1193933380 Mod Requirements: - Jailbroken iPhone/iPad/iPod Touch. - Filza / iMazing or any other file managers for iOS. - Cydia Substrate, Substitute or libhooker depending on your jailbreak. - PreferenceLoader (from Cydia or Sileo). Hack Features: - Set Score for Left and Right team - Press close button on reward Video and receive reward... This cheat in testing mode of getting ban) As soon as no bans received - Cheat Moved into VIP section Okay - its work only if u play VS bots add new setting Win1/Win2 - work only one (win1 or win2 or slider) HOW DETECT BOT - if u activate setting win1 or win2 - make a goal and u see scores set 20:0 - thats means u play with bot IF SCORE NOT CHANGED U PLAY VS PLAYER 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 Filza or iFile, browse to where you saved the downloaded .deb file and tap on it. STEP 4: Once you tap on the file, you will need to press on 'Install' or 'Installer' from the options on your screen. STEP 5: Let Filza / iFile finish the cheat installation. Make sure it successfully installs, otherwise see the note below. STEP 6: If the hack is a Mod Menu, which is usually the case nowadays, the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings. 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 & Answers 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: - @gogigogi1 Cheat Video/Screenshots:
  11. maybe add maybe no i currently use 2 mods at same time
  12. Main Function is FoV but also maybe increase accuracy i dont know for sure activate before start match
  13. i never heard about disassembling code on ios (at least in IDA exists pseudocode generator) there are two methods that i use to work 1. U dont neet to know what are happening inside function 1.1 hook function 1.2 do what u need 1.3 call original Example void (*UpdatePlayerHp_Ori)(void *_this, int hp); void _UpdatePlayerHp_Hook(void *_this, int hp){ int new_hp = 10000; UpdatePlayerHp_Ori(_this, new_hp); } MSHookFunction((void *)getRealOffset(0x100200C10), (void *)_UpdatePlayerHp_Hook, (void **)&UpdatePlayerHp_Ori); 0x100200C10 - offset of UpdatePlayerHp_Ori 2. u change HEX arm code 2.1 learn all tutorial on this portal example of void DamageCar(bool isDamaged) at begin of function mov xXX, x1 //<- what evere x21,x20 or else is e receiver and x1 is isDamaged so u must change mov xXX, 0 // 1 = isDamaged = true // 0 - sDamaged = false
  14. updated added separate god mode
  15. ill update it later if i can this game to hard to find something
  16. updated to v1051 added 2 new features
×
  • 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