Jump to content

Flex 2 Questions (in-depth) + an additional Perl question and make a .deb (if possible)


Go to solution Solved by Ziest,

21 posts in this topic

Recommended Posts

Posted (edited)

Flex:

 

Okay, so as the title says, i have some quesions regarding Flex 2..

So, to start off, i'm not a completely noob with Flex, i have used it a few times, and managed to crack subscriptions for a several Vpn's and subscription-based apps. But i wanna know more about how it works, so it can speed up my efficency.

 

Question 1

Can Flex directly change a value in a game? Or does it have to be obtained through e.g a video ad?

 

Question 2

When i started patching with Flex, i saw in the tutorial that i have to aim for "bool" and "int" or "in (cant remember)"

I know that Bool is one of the best things to take advantage of, because it can simply just edit it to "true" or "false", but what is In / int? What does it do? 

 

Question 3

Every time i patch a game, i see severals of libaries i can "process" after pressing "add units" (picture below). What is this? Is it some kind of "hidden libaries" that can be processed? 

 

https://gyazo.com/997cc809e2f96cb21ed621560a800a9e

 

Question 4

Idk if its a "stupid" question, but im wondering what Flex is really capable of if a pro-scripter (lol name) uses it. Can someone with understandings of this, edit like .. "everything" in a game? Coins, values, looks etc.

 

 

.Deb question(s)

Okay, so i just started writing this, and i'm not sure if this will be more text than my Flex questions (hope not lol)

 

To start off, i would like to know how to make a .deb out of my results using Flex. Im not 100% sure, but if im right, i think its the same as "making a tweak", only using the exact same units as in Flex. (Correct me if im wrong lol)

But if im right, im pretty sure i need to have Theos installed. Yes, i have installed Theos

(Read my topic if you havent seen it, as i guess you havent) http://iosgods.com/topic/20721-need-help-converting-a-flex-patch-to-a-deb/

I think its installed correctly, i hope. I have also installed toolchain, and bigboss recommended tools + some other stuff i read on google :p

 

Okay, question one

In this topic about Theos on iOS, it says "to make sure Theos is installed on your device, run "echo $THEOS" with the output "/var/theos"

http://iphonedevwiki.net/index.php/Theos/Setup/iOS

 

When i ran the command, i only got a blank line? D:

 

 

Question two

I installed perl (from offiical repo), then installed Theos with something called "easytheos" install thing, it was a tweak from f4bul1z3r repo. That replaced my Perl, and now i have Perl installed from Hackyouriphone.. When i try to remove HYI perl, and install the official one, i get error after installing in cydia: "1st line:  failed in buffer_write(fd) (8, ret= -1)    2nd line:  Sub-process /usr/libexec/cydia/cydo returned an error code (1)

All is written in red

 

Btw, i have Cydown installed, and it looks like "cydo" is something shortened for Cydown. (Never experienced any trouble with Cydown before tho..)

 

Question three

When i ran /var/theos/bin/nic.pl , i got "error killed:9" , and i tried to understand the contents in topic below:

 

http://iosgods.com/topic/18225-how-to-fix-theos-killed-9-error-on-ios-9/

 

I feel stupid, but i dont understand what it means with "ldid -S 'which <command>'.. Like, im new to mobile terminal, and i dont know if "/var/theos/bin/nic.pl" is a command.. or.. yeah, i guess u understand lol.

So, easy: i hope for a "better" explanation for a noob :p

 

Question four

After what you've read above, you might get an impression that im stupid as a breadcrumb, but im not.. not that much at least :p I wanna learn to "make basic tweaks" for cydia. Not big and massive tweaks, but you know, something to start with.

I saw somewhere that i need to learn objective C , but can someone tell me "where" to start, and what i need to know / how much? 

What more do i need to know? 

Do any of you have a good starting tutorial?

 

___________________________________

 

First problem i need to solve, is perl. Right now i have none of them installed, which is a problem lol. 

 

Thanks!

Updated by Ziest
  • Replies 20
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted

use search bar, thats where you get all of answers :v

Posted
  On 11/28/2015 at 9:58 PM, Amuyea said:

use search bar, thats where you get all of answers :v

Right now im so lazy haha, i just prefer to get my answers straight right now :p

Posted

Games have "evolved" so 99% of games can not be modified with FLEX. 

 

I believe you do this in teminal: "ldid -S '/var/root/theos/bin/nic.pl' or 'ldid -S $THEOS/bin/nic.pl'

 

People, who knows how to code, learned coding languages. For example, @ loves SWIFT (Or atleast I think he does :p ) and OBJ-C/C++. 

Most of them learned by themselves, following tutorials from YouTube. Full knowledge of coding languages is a required shizz.

Posted

1. Yes.

2. Integers are number variables.

3. Other iOS Kits the game uses. For example lots of apps use StoreKit .

4. Depending on the security and how the game was written. Flex is not a real powerful tool though.

 

1. The command for Theos is /var/theos/bin/nic.pl for using the NIC templates.

2. cydo is not from Cydown. Uninstall the old perl first without having the other in the install queue and it should work.

3. You need the latest perl for iOS 9.

4. Here.

Posted

Thanks!


  On 11/28/2015 at 10:45 PM, castix said:

1. Yes.

2. Integers are number variables.

3. Other iOS Kits the game uses. For example lots of apps use StoreKit .

4. Depending on the security and how the game was written. Flex is not a real powerful tool though.

 

1. The command for Theos is /var/theos/bin/nic.pl for using the NIC templates.

2. cydo is not from Cydown. Uninstall the old perl first without having the other in the install queue and it should work.

3. You need the latest perl for iOS 9.

4. Here.

 

Doesn't work to install it after removing it from install queue :/ I still get same error

Posted
  On 11/28/2015 at 11:32 PM, Ziest said:

Thanks!

 

 

Doesn't work to install it after removing it from install queue :/ I still get same error

There was no tl;dr for the first post. Which error are you getting? :p

Posted
  On 11/28/2015 at 11:49 PM, DiDA said:

cydo errors? That's bad.

 

What did you do to get that?

D: 

Idk.. May i ask how bad? + fixable? :l

 

I think i got it while trying to setup Theos. Haven't done anything more "risky" on my phone than that before :p

I also installed it a several times, using different methodes lol. 

One methode was this

http://iosgods.com/topic/13072-macios-how-to-easily-install-theos-on-any-ios-device-setuptheos/

 

An other methode was following this

http://iphonedevwiki.net/index.php/Theos/Setup/iOS

 

Last one i remember was the one called "easytheos" (u'll see the tweak in pictures below)

 

Pics of all installed packages:

https://gyazo.com/c00b2e27989472eadc74aeeac67b4a6b

https://gyazo.com/c74f5e7415692d6f0454527116e8003e

https://gyazo.com/1a504b45b992b7b0da8f9d2a6c617fba

https://gyazo.com/95f9f7bbf2092313036f374ea13be343

https://gyazo.com/9d1a9c5e03f74212b5d6da35d7721ec7

https://gyazo.com/f05a9481339a7c39fc1780b0c939667b

https://gyazo.com/2e24bdd636868077d16a6cea6defec4f

https://gyazo.com/45e6afa8b4d175b6c461a19be2a917cc

https://gyazo.com/9589ee266904cde41e9a20ca6d2705bc

https://gyazo.com/726a424190ef30c9f15ab66e4ee000cb

https://gyazo.com/072dc54dc5c0715a20fe81dc6f9cfe56

https://gyazo.com/a69383d45ee513a22f0d1f58420e01b7

https://gyazo.com/b484c528014dc735433f289fd32ef131

https://gyazo.com/2886af7b35d24e06b7b2d81579724f24

https://gyazo.com/e8eb10e1ae381610f1f50093fd586d1c

https://gyazo.com/90f614a1c2153c5c5eab4cce2de6023f

https://gyazo.com/856f9a33c25e02c7e71b01c6bd795f72

https://gyazo.com/b06a8e293df898cc59eaa711537a4432

https://gyazo.com/8cbd0db32545ae186574cef28304a03c

https://gyazo.com/f34111714f09a153df449eb0c3c87c53

https://gyazo.com/c48964bc5a1f69b689818c487e7a91d4

https://gyazo.com/c00b2e27989472eadc74aeeac67b4a6b

 

Sorry for all the pics, but i think its easier, because then u also see the repos

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Our picks

    • Kingdom Survivors v1.0770 [+4 Cheats]
      Modded/Hacked App: Kingdom Survivors By a plant standing on a chair Game Studio HB
      Bundle ID: com.DefaultCompany.MonsJacobSurvivorGame
      iTunes Store Link: https://apps.apple.com/us/app/kingdom-survivors/id1662497248?uo=4



      🚀 Hack Features

      - Never Die
      - Gain Exp (Toggle On gives you exp in battle)
      - Unlock All Characters
      - Add Currency
      • 23 replies
    • Kingdom Survivors v1.0770 [+4 Jailed Cheats]
      Modded/Hacked App: Kingdom Survivors By a plant standing on a chair Game Studio HB
      Bundle ID: com.DefaultCompany.MonsJacobSurvivorGame
      iTunes Store Link: https://apps.apple.com/us/app/kingdom-survivors/id1662497248?uo=4



      Hack Features:

      - Never Die
      - Gain Exp (Toggle On gives you exp in battle)
      - Unlock All Characters
      - Add Currency

      • 21 replies
    • Last Zone - Idle Survival v1.0.6 Debug Menu [+10 Cheats]
      Modded/Hacked App: Last Zone - Idle Survival By PAPER PIGEON YAZILIM VE OYUN GELISTIRME LIMITED SIRKETI
      Bundle ID: com.paperpigeon.populationoneidle
      iTunes Store Link: https://apps.apple.com/us/app/last-zone-idle-survival/id6740135797?uo=4


       

      🤩 Hack Features

      - Debug Menu (Enable and debug menu will appear)
       
      • 3 replies
    • Last Zone - Idle Survival v1.0.6 Debug Menu [+10 Jailed Cheats]
      Modded/Hacked App: Last Zone - Idle Survival By PAPER PIGEON YAZILIM VE OYUN GELISTIRME LIMITED SIRKETI
      Bundle ID: com.paperpigeon.populationoneidle
      iTunes Store Link: https://apps.apple.com/us/app/last-zone-idle-survival/id6740135797?uo=4



      🤩 Hack Features

      - Debug Menu (Enable and debug menu will appear)
      • 4 replies
    • Undercity: Creature Survival v0.43 [+2 Jailed Cheats]
      Modded/Hacked App: Undercity: Creature Survival By 1N1
      Bundle ID: com.onenone.undercity
      App Store Link: https://apps.apple.com/us/app/undercity-creature-survival/id6744991966?uo=4


      🤩 Hack Features

      - Never Die
      - Add Currency
      • 7 replies
    • Undercity: Creature Survival v0.43 [+2 Cheats]
      Modded/Hacked App: Undercity: Creature Survival By 1N1
      Bundle ID: com.onenone.undercity
      App Store Link: https://apps.apple.com/us/app/undercity-creature-survival/id6744991966?uo=4



      🤩 Hack Features

      - Never Die
      - Add Currency
       
      • 10 replies
    • Just One Shot: Idle RPG v1.4.1 +3 Cheats
      Modded/Hacked App: Just One Shot: Idle RPG By Highbrow
      Bundle ID: com.highbrow.games.mgi
      App Store Link: https://apps.apple.com/us/app/just-one-shot-idle-rpg/id6740509424?uo=4

       

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - Damage Multiplier
      - Never Die
      - Freeze Currencies

       

      ⬇️ iOS Hack Download Link


      Hidden Content

      Download Hack







       

      📖 iOS Installation Instructions

      STEP 1: Download the .deb hack file from the link above. Use Safari, Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If needed, tap on the downloaded file again, then select ‘Normal Install’ from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. If it doesn’t install successfully, see the note below.
      STEP 5: Open the game, log in to your iOSGods account when asked, then toggle on the features you want and enjoy!

       

      NOTE: If you have any questions or problems, read our Jailbreak iOS Hack Troubleshooting & Frequently Asked Questions & Answers topic. If you still haven't found a solution, post your issue below and we'll do our best to help! If the hack does work for you, please post your feedback below and help out other fellow members that are encountering issues.

       

      🙌 Credits

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A

       

      More iOS App Hacks
      If you’re looking for Non-Jailbroken & No Jailbreak required iOS IPA hacks, visit the iOS Game Cheats & Hacks or the iOSGods App for a variety of modded games and apps for non-jailbroken iOS devices.

      Modded Android APKs
      Need modded apps or games for Android? Check out the latest custom APK mods, cheats & more in our Android Section.
      • 23 replies
    • Just One Shot: Idle RPG v1.4.1 +3 Jailed Cheats
      Modded/Hacked App: Just One Shot: Idle RPG By Highbrow
      Bundle ID: com.highbrow.games.mgi
      App Store Link: https://apps.apple.com/us/app/just-one-shot-idle-rpg/id6740509424?uo=4

       

       

      📌 Mod Requirements

      - Non-Jailbroken/Jailed or Jailbroken iPhone or iPad.
      - Sideloadly or alternatives.
      - Computer running Windows/macOS/Linux with iTunes installed.

       

      🤩 Hack Features

      - Damage Multiplier
      - Never Die
      - Freeze Currencies

       

      ⬇️ iOS Hack Download IPA Link


      Hidden Content

      Download via the iOSGods App







       

      📖 PC Installation Instructions

      STEP 1: Download the pre-hacked .IPA file from the link above to your computer. To download from the iOSGods App, see our iOSGods App IPA Download Tutorial which includes a video example.
      STEP 2: Download Sideloadly and install it on your Windows or Mac.
      STEP 3: Open Sideloadly on your computer, connect your iOS device, and wait until your device name appears in Sideloadly.
      STEP 4: Once your iDevice is recognized, drag the modded .IPA file you downloaded and drop it into the Sideloadly application.
      STEP 5: Enter your Apple Account email, then press “Start.” You’ll then be asked to enter your password. Go ahead and provide the required information.
      STEP 6: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 7: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles / VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust email@iosgods.com'.
      STEP 8: 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: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please post your issue 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

      - AlyssaX64

       

      📷 Cheat Video/Screenshots

      N/A
      • 22 replies
    • Guardian War: RPG Pixel Games v0.2.653 +3 Jailed Cheats
      Modded/Hacked App: Guardian War: RPG Pixel Games By Pitado Viet Nam JSC
      Bundle ID: com.fansipan.guardian.war.rpg.pixel.hero.adventure.games
      iTunes Store Link: https://apps.apple.com/us/app/guardian-war-rpg-pixel-games/id6472647574?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:
      - Damage Multiplier
      - Never Die
      - Add Resources


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      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. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust email@iosgods.com'.
      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: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please 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:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 89 replies
    • SLIME - ISEKAI Memories v2.2.35 +5 Jailed Cheats
      Modded/Hacked App: SLIME - ISEKAI Memories By BANDAI NAMCO Entertainment Inc.
      Bundle ID: jp.co.bandainamcoent.BNEI0402
      iTunes Store Link: https://apps.apple.com/us/app/slime-isekai-memories/id1577316192?uo=4


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


      Hack Features:
      - Damage Multiplier
      - Defense Multiplier
      - Always Our Turn
      - Instant Win
      - Unlimited Skills


      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

      Download via the iOSGods App








      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. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login & then your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly 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 need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust email@iosgods.com'.
      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 also use Sideloadly to install the IPA with AppSync. Filza & IPA Installer (or alternatives) from Cydia also work. If you have any questions or problems, read our Sideloadly FAQ section of the 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:
      - Zahir


      Cheat Video/Screenshots:

      N/A
      • 350 replies
    • Rush! Knights : Idle RPG v1.3.88 +3 Jailed Cheats
      Modded/Hacked App: Rush! Knights : Idle RPG By Springcomes Co., Ltd.
      Bundle ID: com.gaimstudio.knightage
      iTunes Store Link: https://apps.apple.com/us/app/rush-knights-idle-rpg/id6477564391?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:
      - Damage Multiplier
      - Never Die
      - Gems Multiplier


      Jailbreak required hack(s): 


      iOS Hack Download IPA Link:

      Hidden Content

      Download via the iOSGods App








      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. To download from the iOSGods App, see this tutorial topic.
      STEP 3: Download Sideloadly and install it on your PC.
      STEP 4: Open/Run Sideloadly on your computer, connect your iOS Device, and wait until your device name shows up.
      STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Sideloadly application.
      STEP 6: You will now have to enter your iTunes/Apple ID email login, press "Start" & then you will be asked to enter your password. Go ahead and enter the required information.
      STEP 7: Wait for Sideloadly to finish sideloading/installing the hacked IPA. If there are issues during installation, please read the note below.
      STEP 8: Once the installation is complete and you see the app on your Home Screen, you will need to go to Settings -> General -> Profiles/VPN & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust email@iosgods.com'.
      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: iOS/iPadOS 16 and later, you must enable Developer Mode. For free Apple Developer accounts, you will need to repeat this process every 7 days. Jailbroken iDevices can also use Sideloadly/Filza/IPA Installer to normally install the IPA with AppSync. If you have any questions or problems, read our Sideloadly FAQ section of the topic and if you don't find a solution, please 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:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 142 replies
    • Guardian War: RPG Pixel Games v0.2.653 +3 Cheats
      Modded/Hacked App: Guardian War: RPG Pixel Games By Pitado Viet Nam JSC
      Bundle ID: com.fansipan.guardian.war.rpg.pixel.hero.adventure.games
      iTunes Store Link: https://apps.apple.com/us/app/guardian-war-rpg-pixel-games/id6472647574?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iGameGod / Filza / iMazing or any other file managers for iOS.
      - Cydia Substrate, Substitute or libhooker depending on your jailbreak.
      - PreferenceLoader (from Cydia, Sileo or Zebra).


      Hack Features:
      - Damage Multiplier
      - Defense Multiplier
      - No Ads
      - Unlimited Rerolls
      - Tutorial Bypassed


      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
      Download Hack







      Installation Instructions:
      STEP 1: Download the .deb Cydia hack file from the link above. Use Safari/Google Chrome or other iOS browsers to download.
      STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza.
      STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen.
      STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below.
      STEP 5: 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 6: 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, please post your feedback below and help out other fellow members that are encountering issues.


      Credits:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 234 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