-
Posts
294 -
Joined
-
Last visited
Everything posted by frederic13578
-
Help/Support AppStore don't Update the Apps
frederic13578 replied to ZeshinV's topic in Help & Support
hey guys , i had today a prob with the app store that i cant update my apps ... when i press update it just open the app without updating it ...So i found a way just to update the apps but you still cant update from the original section . 1. Just search the name of the app in the search section and press open then it will update it i think the prob is that we installed some tweak that it changed the open button to update and update to open but we will find it I wish this will helps you guys -
Save Game DevilDark: The Fallen Kingdom (All Versions)
frederic13578 replied to frederic13578's topic in Save Game Cheats
i dont speak that language bro ahahhaha , if you are saying that this hack work for apple 4s i can say yes ahhahahah -
Save Game METAL SLUG DEFENSE (All Versions)
frederic13578 replied to frederic13578's topic in Save Game Cheats
welcome welcome amigos -
nahh hahahaha
-
welcome
-
welcome
-
Save Game DevilDark: The Fallen Kingdom (All Versions)
frederic13578 replied to frederic13578's topic in Save Game Cheats
no prob -
my name is frederic so i choose my username frederic aahahaha
-
no prob brother
-
thx kenny
-
Mobile Terminal Green Text hack
frederic13578 replied to frederic13578's topic in Free Jailbreak Cheats
i made just one color ahhahha -
Save Game Farm Heroes Saga (All version)
frederic13578 replied to frederic13578's topic in Save Game Cheats
wlc ! -
Diamond Digger Saga (All Version) +4 - No Jailbreak!
frederic13578 replied to frederic13578's topic in Save Game Cheats
welcome bro -
Thx dida !!
-
http://iosgods.com/topic/2045-gemcraft-all-version/ done :D
-
Hacked for Drholmes because he post a hack request for this game so enjoy :D Requirements: 1. The game 2. ifunbox or ifile. Features: 1. All modes are unlocked 2. All the skills are full upgraded Download: [Hidden Content] Instructions: Close the game from Multitasking. Extract the downloaded files. Go to the game , documents using iTools/iFunBox/DiskAid Move the extracted files. Run the game. Enjoy! Plz tell me what did you think in the comment bellow and thx Credits : Frederic13578
-
Mobile Terminal Green Text hack
frederic13578 replied to frederic13578's topic in Free Jailbreak Cheats
AHHAHAHAHAHAHHAHAHAHAHAH -
Requirements: 1. Jailbroken Idevice(s). 2. Mobile Terminal installed. Features: 1. This will change the text color to green. Download: [Hidden Content] Instructions: Close the game from Multitasking. Extract the downloaded files. Go to raw system file , var , root , media , cydia , autoinstall using iTools/iFunBox/DiskAid Move the extracted file. Respring or Reboot. Enjoy! Plz tell me what did you think in the comment bellow and thx Credits : Frederic13578
-
[Tutorial] How To Add PSLinkListCell in Your Preference Bundle
frederic13578 replied to frederic13578's topic in Tutorials
AHHAHAHAHAHAHH -
[Tutorial] How To Add PSLinkListCell in Your Preference Bundle
frederic13578 replied to frederic13578's topic in Tutorials
like put more details and pics ? i will do it tomorow -
[Tutorial] How To Add PSLinkListCell in Your Preference Bundle
frederic13578 replied to frederic13578's topic in Tutorials
welcome kenny -
[Tutorial] How To Add PSLinkListCell in Your Preference Bundle
frederic13578 replied to frederic13578's topic in Tutorials
welcome sorry guys i am not that good in writing tutorials so maybe dida will edit it soon :D -
[Tutorial] How To Add PSLinkListCell in Your Preference Bundle
frederic13578 replied to frederic13578's topic in Tutorials
AHHAHAHAHAHAHHA -
Hey guys, today I am going to show you how to make a PSLinkListCell in preference bundle ... If someone doesn't know what this means you can have look at the pictures below : Okey lets start : 1. You need first to make the tweak and the preference bundle so you can check SUPERGIU tutorial and learn how to make the first basic steps : link here 2. After you have made the preference bundle , go to resources file and open the .plist file inside . 3. Add this code in your plist file: <?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>items</key> <array> <dict> <key>cell</key> <string>PSGroupCell</string> <key>label</key> <string>Main</string> </dict> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <true/> <key>defaults</key> <string>com.iOSGods.frederic13578</string> <key>key</key> <string>enabled</string> <key>label</key> <string>Enable</string> </dict> <dict> <key>cell</key> <string>PSGroupCell</string> <key>label</key> <string>Colors</string> </dict> <dict> <key>cell</key> <string>PSLinkListCell</string> <key>defaults</key> <string>com.iOSGods.frederic13578</string> <key>detail</key> <string>PSListItemsController</string> <key>key</key> <string>color</string> <key>label</key> <string>Color</string> <key>validTitles</key> <array> <string>dida</string> <string>frederic13578</string> <string>Kenny808</string> <string>Cr4zyas4d</string> <string>whatever</string> <string>Green</string> </array> <key>validValues</key> <array> <string>dida</string> <string>frederic13578</string> <string>Kenny808</string> <string>Cr4zyas4d</string> <string>whatever</string> <string>Green</string> </array> </dict> </array> <key>title</key> <string>test colors</string> </dict> </plist> Another example: <dict> <key>cell</key> <string>PSGroupCell</string> <key>label</key> <string>Select your amount of currency in-game:</string> </dict> <dict> <key>cell</key> <string>PSLinkListCell</string> <key>detail</key> <string>PSListItemsController</string> <key>defaults</key> <string>iosgods.com.spoodermanunlimited</string> <key>default</key> <integer>0</integer> <key>key</key> <string>key1</string> <key>label</key> <string>Amount</string> <key>validValues</key> <array> <integer>10000</integer> <integer>50000</integer> <integer>2000000</integer> <integer>500000</integer> </array> <key>validTitles</key> <array> <string>10k</string> <string>50k</string> <string>2000k</string> <string>500k</string> </array> </dict> 4. After you have copied the text above just save it and CD into your project folder and make the package. Now just go to your settings and your PSLinkListCell is ready to use . More information on PSLinkListCell: http://iphonedevwiki.net/index.php/Preferences_specifier_plist#PSLinkListCell_.26_PSSegmentCell Plz tell me what did you think in the comment below and thx Credits : frederic13578