Jump to content

How To Hack Some Online Games with Charles Proxy


Swagter123

22 posts in this topic

Recommended Posts

Requirements:

  • PC/MAC with Charles Proxy installed
  • Brain (most important)
You can find tutorial how to set up charles proxy and connect your device to it here in Tutorial section, just search "Charles". I hope you dont need tutorial how to use search default_biggrin.png

 

Ok, now seriosly: be ready that 95% of what you wanna hack you cant hack, there are many reasons: strong protection, hashes, checks, your low lvl knowledge, etc. So dont give up, search and you will find

 

Now lets start learning that "easy" hacking style

Lesson 1: Traffic Monitoring

First step is to find what we can hack, it look like that

9e95gps.jpg

 

1 - Main structure where we can see url's

2 - Content (request, response) is the place where we search things to hack and copy them to create rewrite rules

* "unknown" means that traffic is protected (SSL/TSL), press right mouse button on url and select "SSL Proxying", if its symmetric SSL you will see content in next packet, if assymetric you need to hack server and get private key (good luck default_lol.png ) if you enabled SSL and still cant see what inside packet i recommend you to turn off SSL to that url coz it can block packets.

 

I will not explain how to find what you need, its individually to every game you wanna hack, so look everywhere (request, response, headers, even url's can contain useful stuff)

 

When you find anything useful you neet to try hack it and we go to lesson 2

 

Lesson 2: Creating rewrite rule

Go to "Tools -> Rewrite" and you will see that (but empty)

C8TcUtM.jpg

It contains 3 main blocks

1 - Here you add Set's and see names of your sets

2 - Here is url's list, it's different to every set

3 - Here is rewrite rules

 

Now how to add rewrite rule step by step

  • Press add button in block 1 to add your first set
  • Now wery important part, all rewrite rules in that set will be applied only to packets with specific url adress and i recommend you dont ignore that, coz if you will leave block 2 empty rules will be applien to all packets that goes thru charles and it can cause a probles. Take url from block 1 lesson 1, you can add it like i did (room.tankdomination.com) or more specify like room.tankdomination.com/battle/ (just example)
  • Rewrite rules block, here we add rules and that is most important part, so we move to lesson 3

Lesson 3: Rewrite Rule

How it look like

A1LnoVl.jpg

 

1 - Here we select location of information that we want to change (it depends on where you find useful stuff to hack, so select carefully (you can see what type to select in block 2 from lesson 1)

2 - Here is match value, where you enter what you wanna to be rewritten

3 - Here is replace value, what you will got after replace (replace first/all - depends on what you hacking, for example if you hacking HP and your and enemies HP in one packet "Replace all" will cause everyones HP to be modified)

 

Now more info about replace hacking:

Important: when you take something to replace from request/responce always turn to "Text" type of view (block 2 from lesson 1 lower part)

 

For example you wanna hack resourses and found something like that in request/response

gold=100,wood=20,rock=15
if you just put that values to rewrite match field only that values will be replaced and if your amount of gold will be 101 nothing will be replaced. So to replace values that always changed you need enable "Regex" in 2 block and input in match field
gold=.?[0-9]{1,},wood=.?[0-9]{1,},rock=.?[0-9]{1,}
What that mean: .? mean that replacing value unknown, [0-9] mean that it contains only numbers and {1,} mean that it contains any amount of symbols

Next you just input in replace block something like that

gold=999999,wood=999999,rock=999999
And values will be replaced.

 

______________________________

 

Another example, you playing RPG and find out that you can edit equipment and got something like that

Player(Armor=NoobArmor,Weapon=StickOfPainInAss,HPpotions=5,MPpotions=5)
Like in previous example, better to use regex coz if any of item/amoun will be changed charles will not apply rewrite. So you input in match field that
Player(Armor=.?[a-zA-Z]{1,},Weapon=.?[a-zA-Z]{1,},HPpotions=.?[0-9]{1,},MPpotions=.?[0-9]{1,})
So [a-z] and [A-Z] means that value contains upper and lowercase symbols from a to z

Now you replace it to something like that

Player(Armor=GodOfDefence,Weapon=SwordOfWorldDomination,HPpotions=500,MPpotions=500)
Yeah, now you are cool default_cool.png

 

______________________________

 

Ok, now example, where some values need to be leaved as they are, like

PlayerHP=100,PlayerMP=100,sessionID=12443652,PlayerGold=500,PlayerExp=1000
Here we need to leave sessionID as it is, it happens sometimes that appear values that need to be leaved as they are for any reasons, so in match field we will input that
PlayerHP=.?[0-9]{1,},PlayerMP=.?[0-9]{1,},(sessionID=.?[0-9]{1,}),PlayerGold=.?[0-9]{1,},PlayerExp=.?[0-9]{1,}
you see that i taken sessionID in ( ) - used to create group, and i added .?[0-9]{1,} coz value can be any.

Now we input in replace that

PlayerHP=1000,PlayerMP=1000,$1,PlayerGold=500000,PlayerExp=100000
$1 means that here will be reference group 1 at it is. You can create many groups and put them in typing $1 $2 etc, count from left to right in match field

 

______________________________

 

Now i will show you part of my Tank Domination hack

Here is match value

<tank><stts>(<f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}>)<f_.?[0-9.-]{1,}>(<f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}>)<f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}>(<f_.?[0-9.-]{1,}><f0_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}>)<f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}>(<f0_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}>)<f_.?[0-9.-]{1,}>(<f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}><f0_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}>)<f_.?[0-9.-]{1,}>(<f_.?[0-9.-]{1,}><f_.?[0-9.-]{1,}>)<f_.?[0-9.-]{1,}>(<f_.?[0-9.-]{1,}>)<f_.?[0-9.-]{1,}>
and rewrite
<tank><stts>$1<f_1100>$2<f_30><f_550><f_450><f_150>$3<f_0.11><f_0.12><f_0.99>$4<f_1.99>$5<f_80>$6<f_0.20>$7<f_0.99>
Why so many groups? Coz sometimes in request/response functions can be without any ID's or names, just <f_1><f_2> etc. that goes one by one. They contains everything, reload time, aim time, power, speed etc but also contain stuff that dont need to be changed. I cant just take <f_*> as match coz it will cause all values to change. What i did... i start match field with <tank> coz all tank info are stored afrer that, than i grouped values that dont need to be changed with ( ), and put in rewrite only what i need to hack with groups between rewritten values.

 

 

And few tips:

  • Be careful, remember that when you replace something you can miss one symbol and packet will be returned with error by server/game
  • When your match value contains ( { [ symbols you cant use regex, so try to take part without them, for example of you wanna replace something like that "[gold=100][wood=100] just create two rewrite rules for each resourse
  • You can input anything inside [ ], for example of your match look like HP=150,5 you input in match field "HP=.?[0-9,] just add any symbol you need.
  • Dont give up default_wink.png

Credits:ISky

Updated by Infamous-Ash
  • Like 5
  • Informative 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below. For more information, please read our Posting Guidelines.
Reply to this topic... Posting Guidelines

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Our picks

    • Love Sparks: Make Me Blush v2.40.1 +2 Jailed Cheats [ Unlimited Gems ]
      Modded/Hacked App: Love Sparks: Make Me Blush By SVEG MASHA, OOO
      Bundle ID: com.swagmasha.lovespark
      iTunes Store Link: https://apps.apple.com/us/app/love-sparks-make-me-blush/id1580105392?uo=4
       

      Hack Features:
      - Unlimited Gems -> Earn some.
      - VIP Enabled


      Jailbreak required hack(s): [Mod Menu Hack] Love Sparks: My Secret Fantasy v2.17.0 +2 Cheats [ Unlimited Gems ] - Free Jailbroken Cydia Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Winner
        • Like
      • 717 replies
    • Love Sparks: Make Me Blush v2.40.1 +2 Cheats [ Unlimited Gems ]
      Modded/Hacked App: Love Sparks: Make Me Blush By SVEG MASHA, OOO
      Bundle ID: com.swagmasha.lovespark
      iTunes Store Link: https://apps.apple.com/us/app/love-sparks-make-me-blush/id1580105392?uo=4
       

      Hack Features:
      - Unlimited Gems -> Earn some.
      - VIP Enabled


      Non-Jailbroken & No Jailbreak required hack(s): [Non-Jailbroken Hack] Love Sparks: My Secret Fantasy v2.17.0 +3 Jailed Cheats [ Unlimited Gems ] - Free Non-Jailbroken IPA Cheats - iOSGods
      Modded Android APK(s): https://iosgods.com/forum/68-android-section/
      For more fun, check out the Club(s): https://iosgods.com/clubs/
        • Haha
      • 290 replies
    • RS Boxing Champions v67.67.320 +1 Jailed Cheat
      Modded/Hacked App: RS Boxing Champions By RELIANCE ENTERTAINMENT STUDIOS UK PVT LIMITED
      Bundle ID: com.reliancegames.rschampions
      iTunes Store Link: https://apps.apple.com/us/app/rs-boxing-champions/id944877545?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 Currencies → Spend/Gain


      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 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: 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
      • 6 replies
    • RS Boxing Champions v67.67.320 +1 Cheat
      Modded/Hacked App: Real Steel Champions By Reliance Big Entertainment UK Private Ltd
      Bundle ID: com.reliancegames.rschampions
      iTunes Store Link: https://apps.apple.com/us/app/real-steel-champions/id944877545?uo=4


      Hack Features:
      - unlimited currencies 

      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/
      • 209 replies
    • Merge Gardens v1.33.0 +1 Jailed Cheat
      Modded/Hacked App: Merge Gardens By Futureplay Oy
      Bundle ID: com.futureplay.mergematch
      iTunes Store Link: https://apps.apple.com/us/app/merge-gardens/id1464675244?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:
      - Freeze Currencies


      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 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: 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
      • 13 replies
    • Merge Gardens v1.33.0 +1 Cheat
      Modded/Hacked App: Merge Gardens By Futureplay
      Bundle ID: com.futureplay.mergematch
      iTunes Store Link: https://apps.apple.com/us/app/merge-gardens/id1464675244


      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:
      - add coins
      - add gems
      - add woods
      - add lives


      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.
      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:
      - AlyssaX64


      Cheat Video/Screenshots:

      N/A
      • 180 replies
    • Solo Survivor v1.45.01 +4 Jailed Cheats
      Modded/Hacked App: Solo Survivor By LEGENDARY LABS COMPANY LIMITED
      Bundle ID: com.fc.monster.survivor.io
      iTunes Store Link: https://apps.apple.com/us/app/solo-survivor/id6447290553?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:

      Never Die


      Unlimited Gold


      Unlimited Diamonds


      Unlimited Stamina





      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 IPA Link:

      Hidden Content
      React or reply to this topic to see the <a href='https://iosgods.com/topic/3762-info-how-to-unlockview-the-hidden-content-on-iosgods/?do=findComment&comment=78119'>hidden content & download link</a>.






      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 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: 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:
      - TimidNova


      Cheat Video/Screenshots:

      N/A
      • 50 replies
    • Solo Survivor v1.45.01 +4 Cheats
      Modded/Hacked App: Solo Survivor By LEGENDARY LABS COMPANY LIMITED
      Bundle ID: com.fc.monster.survivor.io
      iTunes Store Link: https://apps.apple.com/us/app/solo-survivor/id6447290553?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:

      Never Die


      Unlimited Gold


      Unlimited Diamonds


      Unlimited Stamina





      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
      React or reply to this topic to see the <a href='https://iosgods.com/topic/3762-info-how-to-unlockview-the-hidden-content-on-iosgods/?do=findComment&comment=78119'>hidden content & download link</a>.








      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:
      - TimidNova


      Cheat Video/Screenshots:

      N/A
      • 37 replies
    • Top Troops v2.1.1 Cheats +3 Cheats
      Modded/Hacked App: Top Troops: Adventure RPG By Zynga Inc.
      Bundle ID: game.socialempiresmerge
      iTunes Store Link: https://apps.apple.com/us/app/top-troops-adventure-rpg/id1574634455?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:
      - Frozen currency
      - x4 currency earn
      • 231 replies
    • Rogue with the Dead: Idle RPG v2.8.0 +6 Jailed Cheats
      Modded/Hacked App: Rogue with the Dead: Idle RPG By room6 LLC.
      Bundle ID: net.room6.horizon
      iTunes Store Link: https://apps.apple.com/us/app/rogue-with-the-dead-idle-rpg/id1515542137?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
      - Move Speed Multiplier
      - Attack Radius Multiplier
      - Freeze Chest
      - Freeze Currencies


      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 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: 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
      • 26 replies
    • Rogue with the Dead: Idle RPG v2.8.0 +6 Cheats
      Modded/Hacked App: Rogue with the Dead: Idle RPG By room6 LLC.
      Bundle ID: net.room6.horizon
      iTunes Store Link: https://apps.apple.com/us/app/rogue-with-the-dead-idle-rpg/id1515542137?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
      - God Mode
      - Move Speed Multiplier
      - Attack Radius Multiplier
      - Freeze Chest
      - Freeze Currencies


      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
      • 128 replies
    • The Demonized: Idle RPG v2.4.0 +5 Jailed Cheats
      Modded/Hacked App: The Demonized: Idle RPG By Game Duo Co.,Ltd.
      Bundle ID: com.deepgames.release.becamethedevil
      iTunes Store Link: https://apps.apple.com/us/app/the-demonized-idle-rpg/id6477870177?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
      - Dumb Enemies
      - Attack Speed Multiplier
      - Freeze 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 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: 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
      • 56 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