Jump to content

[Tutorial]How to edit flex patches in ifile


Insidious

7 posts in this topic

Recommended Posts

Hi its Dex Today am going to show you how to edit flex patches in ifile i recommand taking look at my tut on how to edit a plist file before you try this.Heres link to my tut http://iosgods.com/topic/945-how-to-edit-a-plist-using-ifile-for-beginners/ after you get some understanding of plist editng you may come back here and follow the tut on how to edit flex patches enjoy.

 

 

1.Open ifile and go to /var/mobile/documents/flex/then look for patches.plist and open it.

 

2.Heres a example of my old flex hack from along time ago witch is how am going to show you how to edit it.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>patches</key>
	<array>
		<dict>
			<key>UUID</key>
			<string>B595E91D-E4EF-4C1E-B63F-A07DDEBA2B23</string>
			<key>appIdentifier</key>
			<string>com.mogainteractive.micromon</string>
			<key>author</key>
			<string>insidious</string>
			<key>cloudDescription</key>
			<string>Hack made by insidious for more vist iOSGods.com
</string>
			<key>downloadDate</key>
			<integer>1</integer>
			<key>name</key>
			<string>Micromon Hack Made By Me</string>
			<key>switchedOn</key>
			<true/>
			<key>units</key>
			<array>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>GameData</string>
						<key>displayName</key>
						<string>-(int) diamonds</string>
						<key>prefix</key>
						<string>-</string>
						<key>selector</key>
						<string>diamonds</string>
						<key>typeEncoding</key>
						<string>i8@0:4</string>
					</dict>
					<key>name</key>
					<string>Unit for -(int) diamonds</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>0</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>4</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>4</integer>
								<key>value</key>
								<integer>99999999999999</integer>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>GameData</string>
						<key>displayName</key>
						<string>-(void) setDiamonds:(int)</string>
						<key>prefix</key>
						<string>-</string>
						<key>selector</key>
						<string>setDiamonds:</string>
						<key>typeEncoding</key>
						<string>v12@0:4i8</string>
					</dict>
					<key>name</key>
					<string>Unit for -(void) setDiamonds:(int)</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>1</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>4</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>4</integer>
								<key>value</key>
								<integer>99999999999999</integer>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>GameData</string>
						<key>displayName</key>
						<string>-(void) addDiamonds:(int)</string>
						<key>prefix</key>
						<string>-</string>
						<key>selector</key>
						<string>addDiamonds:</string>
						<key>typeEncoding</key>
						<string>v12@0:4i8</string>
					</dict>
					<key>name</key>
					<string>Unit for -(void) addDiamonds:(int)</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>1</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>4</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>4</integer>
								<key>value</key>
								<integer>99999999999999</integer>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>Treasure</string>
						<key>displayName</key>
						<string>-(int) getGold</string>
						<key>prefix</key>
						<string>-</string>
						<key>selector</key>
						<string>getGold</string>
						<key>typeEncoding</key>
						<string>i8@0:4</string>
					</dict>
					<key>name</key>
					<string>Unit for -(int) getGold</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>0</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>4</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>4</integer>
								<key>value</key>
								<integer>99999999999999</integer>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>GameData</string>
						<key>displayName</key>
						<string>-(int) gold</string>
						<key>prefix</key>
						<string>-</string>
						<key>selector</key>
						<string>gold</string>
						<key>typeEncoding</key>
						<string>i8@0:4</string>
					</dict>
					<key>name</key>
					<string>Unit for -(int) gold</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>0</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>4</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>4</integer>
								<key>value</key>
								<integer>99999999999999</integer>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>GameData</string>
						<key>displayName</key>
						<string>-(void) setGold:(int)</string>
						<key>prefix</key>
						<string>-</string>
						<key>selector</key>
						<string>setGold:</string>
						<key>typeEncoding</key>
						<string>v12@0:4i8</string>
					</dict>
					<key>name</key>
					<string>Unit for -(void) setGold:(int)</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>1</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>4</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>4</integer>
								<key>value</key>
								<integer>99999999999999</integer>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>GameData</string>
						<key>displayName</key>
						<string>-(void) addGold:(int)</string>
						<key>prefix</key>
						<string>-</string>
						<key>selector</key>
						<string>addGold:</string>
						<key>typeEncoding</key>
						<string>v12@0:4i8</string>
					</dict>
					<key>name</key>
					<string>Unit for -(void) addGold:(int)</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>1</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>4</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>4</integer>
								<key>value</key>
								<integer>99999999999999</integer>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>GameData</string>
						<key>displayName</key>
						<string>-(int) goldenEggs</string>
						<key>prefix</key>
						<string>-</string>
						<key>selector</key>
						<string>goldenEggs</string>
						<key>typeEncoding</key>
						<string>i8@0:4</string>
					</dict>
					<key>name</key>
					<string>Unit for -(int) goldenEggs</string>
					<key>overrides</key>
					<array/>
				</dict>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>GameData</string>
						<key>displayName</key>
						<string>-(void) setGoldenEggs:(int)</string>
						<key>prefix</key>
						<string>-</string>
						<key>selector</key>
						<string>setGoldenEggs:</string>
						<key>typeEncoding</key>
						<string>v12@0:4i8</string>
					</dict>
					<key>name</key>
					<string>Unit for -(void) setGoldenEggs:(int)</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>1</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>4</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>4</integer>
								<key>value</key>
								<integer>99999999999999</integer>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>GameData</string>
						<key>displayName</key>
						<string>-(int) silverEggs</string>
						<key>prefix</key>
						<string>-</string>
						<key>selector</key>
						<string>silverEggs</string>
						<key>typeEncoding</key>
						<string>i8@0:4</string>
					</dict>
					<key>name</key>
					<string>Unit for -(int) silverEggs</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>0</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>4</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>4</integer>
								<key>value</key>
								<integer>99999999999999</integer>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>GameData</string>
						<key>displayName</key>
						<string>-(void) setSilverEggs:(int)</string>
						<key>prefix</key>
						<string>-</string>
						<key>selector</key>
						<string>setSilverEggs:</string>
						<key>typeEncoding</key>
						<string>v12@0:4i8</string>
					</dict>
					<key>name</key>
					<string>Unit for -(void) setSilverEggs:(int)</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>1</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>4</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>4</integer>
								<key>value</key>
								<integer>99999999999999</integer>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>Player</string>
						<key>displayName</key>
						<string>-(float) stamina</string>
						<key>prefix</key>
						<string>-</string>
						<key>selector</key>
						<string>stamina</string>
						<key>typeEncoding</key>
						<string>f8@0:4</string>
					</dict>
					<key>name</key>
					<string>Unit for -(float) stamina</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>0</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>3</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>3</integer>
								<key>value</key>
								<integer>999</integer>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>Player</string>
						<key>displayName</key>
						<string>-(void) setStamina:(float)</string>
						<key>prefix</key>
						<string>-</string>
						<key>selector</key>
						<string>setStamina:</string>
						<key>typeEncoding</key>
						<string>v12@0:4f8</string>
					</dict>
					<key>name</key>
					<string>Unit for -(void) setStamina:(float)</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>1</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>3</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>3</integer>
								<key>value</key>
								<integer>999</integer>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>FlurryUtil</string>
						<key>displayName</key>
						<string>+(BOOL) deviceIsJailbroken</string>
						<key>prefix</key>
						<string>+</string>
						<key>selector</key>
						<string>deviceIsJailbroken</string>
						<key>typeEncoding</key>
						<string>c8@0:4</string>
					</dict>
					<key>name</key>
					<string>Unit for +(BOOL) deviceIsJailbroken</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>0</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>5</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>5</integer>
								<key>value</key>
								<false/>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>FlurryUtil</string>
						<key>displayName</key>
						<string>+(BOOL) appIsCracked</string>
						<key>prefix</key>
						<string>+</string>
						<key>selector</key>
						<string>appIsCracked</string>
						<key>typeEncoding</key>
						<string>c8@0:4</string>
					</dict>
					<key>name</key>
					<string>Unit for +(BOOL) appIsCracked</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>0</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>5</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>5</integer>
								<key>value</key>
								<false/>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>GameData</string>
						<key>displayName</key>
						<string>-(int) normalChips</string>
						<key>prefix</key>
						<string>-</string>
						<key>selector</key>
						<string>normalChips</string>
						<key>typeEncoding</key>
						<string>i8@0:4</string>
					</dict>
					<key>name</key>
					<string>Unit for -(int) normalChips</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>0</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>4</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>4</integer>
								<key>value</key>
								<integer>9999999999</integer>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>GameData</string>
						<key>displayName</key>
						<string>-(int) superChips</string>
						<key>prefix</key>
						<string>-</string>
						<key>selector</key>
						<string>superChips</string>
						<key>typeEncoding</key>
						<string>i8@0:4</string>
					</dict>
					<key>name</key>
					<string>Unit for -(int) superChips</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>0</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>4</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>4</integer>
								<key>value</key>
								<integer>9999999999</integer>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>GameData</string>
						<key>displayName</key>
						<string>-(int) masterChips</string>
						<key>prefix</key>
						<string>-</string>
						<key>selector</key>
						<string>masterChips</string>
						<key>typeEncoding</key>
						<string>i8@0:4</string>
					</dict>
					<key>name</key>
					<string>Unit for -(int) masterChips</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>0</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>4</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>4</integer>
								<key>value</key>
								<integer>9999999999</integer>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>DetectionExample</string>
						<key>displayName</key>
						<string>+(BOOL) jailbreakAppsDetected</string>
						<key>prefix</key>
						<string>+</string>
						<key>selector</key>
						<string>jailbreakAppsDetected</string>
						<key>typeEncoding</key>
						<string>c8@0:4</string>
					</dict>
					<key>name</key>
					<string>Unit for +(BOOL) jailbreakAppsDetected</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>0</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>5</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>5</integer>
								<key>value</key>
								<false/>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>
					<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>GameData</string>
						<key>displayName</key>
						<string>-(id) generateDataForMicromon:(id) withLevel:(int) andGrowthRate:(int)</string>
						<key>prefix</key>
						<string>-</string>
						<key>selector</key>
						<string>generateDataForMicromon:withLevel:andGrowthRate:</string>
						<key>typeEncoding</key>
						<string>@20@0:4@8i12i16</string>
					</dict>
					<key>name</key>
					<string>Unit for -(id) generateDataForMicromon:(id) withLevel:(int) andGrowthRate:(int)</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>2</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>4</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>4</integer>
								<key>value</key>
								<integer>90</integer>
							</dict>
						</dict>
						<dict>
							<key>argument</key>
							<integer>3</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>4</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>4</integer>
								<key>value</key>
								<integer>90</integer>
							</dict>
						</dict>
					</array>
				</dict>
			</array>
		</dict>
	</array>
</dict>
</plist>

Now to edit a value on a flex hack in ifile

 

Heres a example of a code

<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>GameData</string>
						<key>displayName</key>
						<string>-(int) diamonds</string>
						<key>prefix</key>
						<string>-</string>
						<key>selector</key>
						<string>diamonds</string>
						<key>typeEncoding</key>
						<string>i8@0:4</string>
					</dict>
					<key>name</key>
					<string>Unit for -(int) diamonds</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>0</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>4</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>4</integer>
								<key>value</key>
								<integer>99999999999999</integer>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>

now you see were the <integer>99999999999999</integer> is at now don't delete the <integer> </integer> just edit the numbers

like this <integer>123456789</integer> and done you have edited a value now this is for diamonds so thats the amount of diamonds you well have in game not every hack is this easy to edit so please take note of that.

 

NEXT STEP this how you do it in flex 

 

1. Some well have true and false or pass-through witch are normaly

unit for -(BOOL)Example 

              Target Class

               Demo

              Return Value (BOOL)

               witch here there can be 3 options Pass-through true or flase  depending on what it is say it was unlock level you would put true so you can unlock it and if you never wanted to unlock put false and to earn just leave it pass-through witch is not editing the value. Now that was in flex to edit now in ifile heres a example of it 

	<key>methodObjc</key>
					<dict>
						<key>className</key>
						<string>DetectionExample</string>
						<key>displayName</key>
						<string>+(BOOL) jailbreakAppsDetected</string>
						<key>prefix</key>
						<string>+</string>
						<key>selector</key>
						<string>jailbreakAppsDetected</string>
						<key>typeEncoding</key>
						<string>c8@0:4</string>
					</dict>
					<key>name</key>
					<string>Unit for +(BOOL) jailbreakAppsDetected</string>
					<key>overrides</key>
					<array>
						<dict>
							<key>argument</key>
							<integer>0</integer>
							<key>type</key>
							<dict>
								<key>subtype</key>
								<integer>0</integer>
								<key>type</key>
								<integer>5</integer>
							</dict>
							<key>value</key>
							<dict>
								<key>type</key>
								<integer>5</integer>
								<key>value</key>
								<false/>
							</dict>
						</dict>
					</array>
				</dict>
				<dict>

you see were the <false/> that is now were you put the one of the 3 options as i said before this part is true,false and pass through anyone would work but for this code i put as false because you don't want game developers to know you are jailbroken right so if you understand that you should be good.

 

I hope you enjoyed part 1 of the tut good luck on editing i tried to explain the best i can for you guys credit for the tut Dex.

Link to comment
https://iosgods.com/topic/3669-tutorialhow-to-edit-flex-patches-in-ifile/
Share on other sites

retard don't post your entire flex patches in a topic even tho you want to do a "good" tutorial.

its old useless so idc i have updated it with way better hacks on my device 

As annoying long this was. I needed to see the whole thing, which I don't think happens enough for people like me. So good work you for this. Thanks

You bumped this topic >.<

Archived

This topic is now archived and is closed to further replies.

  • Our picks

    • Hero Assemble : Epic Idle RPG Cheats v1.10.02 +5
      Modded/Hacked App: Hero Assemble : Epic Idle RPG By cookapps
      Bundle ID: com.cookapps.heroassemble
      iTunes Store Link: https://apps.apple.com/us/app/hero-assemble-epic-idle-rpg/id6478940653?uo=4


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


      Hack Features:
      - Damage Multiplier
      - Defense Multiplier
      - Loot Multiplier
      - Jailbreak Detection Removed


      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
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 132 replies
    • The Crown Saga: Pi’s Adventure Cheats v1.0.13 +6
      Modded/Hacked App: The Crown Saga: Pi’s Adventure By SuperPlanet corp.
      Bundle ID: com.superplanet.crown
      iTunes Store Link: https://apps.apple.com/us/app/the-crown-saga-pis-adventure/id6636483923?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - God Mode
      - Instant Skills
      - Infinite MP
      - Custom Move Speed


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/
       


      iOS Hack Download Link: https://iosgods.com/topic/188573-the-crown-saga-pi%E2%80%99s-adventure-cheats-v107-6/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 42 replies
    • Super Stylist Fashion Makeover Cheats v3.5.3 +1
      Modded/Hacked App: Super Stylist Fashion Makeover By CRAZY STYLE LTD
      Bundle ID: com.babyeducationtoys.fashionstyle
      iTunes Store Link: https://apps.apple.com/us/app/super-stylist-fashion-makeover/id1441648201?uo=4


      Hack Features:
      - Free Store (not iAP)


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/112404-super-stylist-fashion-makeover-v352-jailed-cheats-1/


      iOS Hack Download Link: https://iosgods.com/topic/190368-super-stylist-fashion-makeover-cheats-v352-1/
      • 0 replies
    • Toca Boca World Modded v1.101.0 +1
      Modded/Hacked App: Toca Boca World By Toca Boca AB
      Bundle ID: com.tocaboca.tocalifeworld
      iTunes Store Link: https://apps.apple.com/us/app/toca-boca-world/id1208138685?uo=4


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate (from Cydia).
      - PreferenceLoader (from Cydia).


      Hack Features:
      - Everything Purchased


      Non-Jailbroken & No Jailbreak required hack(s): 


      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 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:
      - @Laxus


      Cheat Video/Screenshots:

      N/A

       
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,347 replies
    • Disney Magic Kingdoms Cheats v10.0.0 +1
      Modded/Hacked App: Disney Magic Kingdoms By Gameloft
      Bundle ID: com.gameloft.disneykingdom
      iTunes Store Link: https://apps.apple.com/us/app/disney-magic-kingdoms/id731592936?uo=4


      Hack Features:
      - Free Store ( not Free iAP )
      * Will let you purchase even you don't have enough


      iOS Hack Download Link: https://iosgods.com/topic/147877-disney-magic-kingdoms-cheats-v610-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 373 replies
    • Cooking Diary Restaurant Game v2.35.2 Jailed Cheats +3
      Modded/Hacked App: Cooking Diary® Restaurant Game by MyTona Pte Ltd
      Bundle ID: com.mytonallc.cookingdiary
      iTunes Store Link: https://apps.apple.com/us/app/cooking-diary-restaurant-game/id1214763610?uo=4&at=1010lce4


      Hack Features:
      - Infinite Currencies (Get some)
      - Freeze Boosters


      iOS Hack Download Link: https://iosgods.com/topic/110310-arm64-cooking-diary-restaurant-game-v1160-3/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 652 replies
    • SimCity BuildIt Cheats v1.60.1 +1 [ Infinite Currencies ]
      Modded/Hacked App: SimCity BuildIt By EA Swiss Sarl
      Bundle ID: com.ea.simcitymobile.bv
      iTunes Store Link: https://apps.apple.com/us/app/simcity-buildit/id913292932?uo=4


      Hack Features:
      - Infinite Currencies


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/124792-arm64-simcity-buildit-v1412-jailed-cheats-1/


      iOS Hack Download Link: https://iosgods.com/topic/157687-simcity-buildit-cheats-v1415-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 605 replies
    • Family Island — Farm game v2024206.0.64579 Jailed Cheats +1
      Modded/Hacked App: Family Island™ — Farm game by Melsoft
      Bundle ID: com.MelsoftGames.FamilyIsland
      iTunes Store Link: https://apps.apple.com/us/app/family-island-farm-game/id1464689103?uo=4&at=1010lce4


      Hack Features:
      - Cheat Engine Enabled


      iOS Hack Download Link: https://iosgods.com/topic/115337-arm64-family-island-%E2%80%94-farm-game-v20190824862-jailed-cheats-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 2,232 replies
    • Demon Squad: Idle RPG Cheats v1.66 +2
      Modded/Hacked App: Demon Squad: Idle RPG By SuperPlanet corp.
      Bundle ID: com.superplanet.demonsquad
      iTunes Store Link: https://apps.apple.com/us/app/demon-squad-idle-rpg/id6504470907?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense


      iOS Hack Download Link: https://iosgods.com/topic/185576-demon-squad-idle-rpg-cheats-v139-2/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 74 replies
    • RPG AVABEL ONLINE Cheats v11.12.3 - [ God Mode & More ]
      Modded/Hacked App: RPG AVABEL ONLINE By ASOBIMO,Inc.
      Bundle ID: com.asobimo.AvabelOnline
      iTunes Store Link: https://itunes.apple.com/us/app/rpg-avabel-online/id606800657
       

      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate (from Cydia).
      - PreferenceLoader (from Cydia).


      Hack Features:
      - God Mode 
      - Cast Speed Multiplier
      - Charge Speed Multiplier
      - Approach Speed Multiplier
      - No Roll CoolDown
      - No Skills CoolDown

      This hack is an In-Game Mod Menu (iGMM). In order to activate the Mod Menu, tap on the iOSGods button found inside the app. This hack works on the latest x64 or ARM64 iDevices: iPhone 5s, 6, 6 Plus, 6s, 6s Plus, 7, 7 Plus, 8, 8 Plus, X, Xr, Xs, Xs Max, SE, iPod Touch 6G, iPad Air, Air 2, Pro & iPad Mini 2, 3, 4 and later.
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 2,134 replies
    • Zooba: Zoo Battle Royale Game Cheats v4.64.0 +2
      Modded/Hacked App: Zooba: Zoo Battle Royale Game by Wildlife Studios Limited
      Bundle ID: com.fungames.battleroyale
      iTunes Store Link: https://apps.apple.com/us/app/zooba-zoo-battle-royale-game/id1459402952?uo=4&at=1010lce4


      Hack Features:
      - Map Hacks
      - Allow Shoot In Water


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/131134-arm64-zooba-zoo-battle-royale-game-v220-jailed-cheats-1/


      iOS Hack Download Link: https://iosgods.com/topic/131104-arm64-zooba-zoo-battle-royale-game-cheats-all-versions-1/
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 1,172 replies
    • Grim Soul: Survival v6.8.1 +19 Cheats [Unlimited Currencies + More]
      Modded/Hacked App: Grim Soul: Survival By Andrey Pryakhin
      Bundle ID: fantasy.survival.game.rpg
      iTunes Store Link: https://itunes.apple.com/us/app/grim-soul-survival/id1366215798


      Mod Requirements:
      - Jailbroken iPhone/iPad/iPod Touch.
      - iFile / Filza / iFunBox / iTools or any other file managers for iOS.
      - Cydia Substrate (from Cydia).
      - PreferenceLoader (from Cydia).


      Hack Features:
      - Unlimited Thalers/Coins & Crafting Points - Once enabled, purchase something using coins & use a craft point so the currencies stick, then disable this feature.
      - Unlimited Storage Items - Taking storage items will increase them.
      - Unlimited Energy / Instant Energy Refills - Will refill your energy once you run to another location.
      - Godmode - Unlinked. Health will still decrease but you won't die.
      - One-Hit Kill - Linked to the enemy. Would recommend enabling 'Godmode'.
      - Increased Attack Range - Allows you to kill enemies from some distance away.
      - Free Crafting - Will allow you to craft items without the required materials.
      - No Crafting Level Requirement
      - Free Construction
      - Items Duplicate When Split
      - Unlimited Item Durability
      - x2 Player Speed
      - x3 Player Speed
        • Informative
        • Agree
        • Haha
        • Thanks
        • Winner
        • Like
      • 4,994 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