Jump to content

teamozie

Member
  • Posts

    77
  • Joined

  • Last visited

Everything posted by teamozie

  1. i have vip, why cant i post in the vip section to dsay thanks to test some cheats/mods??
  2. Instant ban rofl. I never played the game. Installed the game and tweak. Loaded it up. And boom suspicious activity. Ban 1day
  3. https://s14.postimg.org/jyysa0fz5/image.png Can't install
  4. Test
  5. The beta version I had stopped working cause of the site / host going down. Let's try this one Edit*** nkod took his beta one down or it got taken down so now it don't work. Please fix
  6. Anyone confirm this still works?
  7. Hacked App: Shattered Planet (RPG) iTunes Link: https://itunes.apple.com/us/app/shattered-planet-rpg/id698929655?mt=8 Hack Requirements: - Jailbroken or Non-Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools / AnyTrans / iExplorer / DiskAid or any other file managers for iOS. Hack Features: - 9,999,999+ Health - 9,999,999+ Scrap - 9,999,999+ Crystals - 9,999,999+ Strenght - 9,999,999+ Wits This might be a +1 to the 5 listed, - Monsters always Miss (Not tested on higher level monsters) Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Open the app, play it a bit then close it from multitasking. Step 2: Download the file from the link above. Step 3: Unzip, copy/paste the files/folders to: /User/Containers/Data/Application/ShatteredPlanet/Documents/ iOS 7/6 and lower users: /User Applications/ShatteredPlanet using iFunBox or /var/mobile/Applications/ShatteredPlanet using iFile/Filza. iOS 8 users: /User Applications/ShatteredPlanet using iFunBox or /var/mobile/Containers/Data/Application/ShatteredPlanet using iFile/Filza. Non-Jailbroken iOS 8.3, 8.4, 9 and higher read this tutorial: http://iosgods.com/topic/9651-how-to-installapply-hacks-posted-in-this-section-if-youre-on-ios-83-84-90/ Note: Backup your original app files before replacing them with these modified ones. Step 4: Overwrite the new hacked files with your old ones and open the app. Note: If you have any questions or problems, read our Frequently Asked Questions topic or post your issue down below and we'll do our best to help! Credits: - Me Hack Screenshots:
  8. ✻ Adding UI Popup This is really handy against leechers. Adding a popup is relatively simple, and requires changes to both the Makefile and Tweak.xm. First, use Flex (or class dump) to find method -(void)applicationDidBecomeActive:(id). It's usually in a header file called AppDelegate. Now add this to your Tweak.xm (remember to edit the header accordingly): %hook AppDelegate -(void)applicationDidBecomeActiveid)argument { UIAlertView *alert = [[UIAlertView alloc] initWithTitle"This is the Title" message"This is the Message" delegate:nil cancelButtonTitle"This is the Button Text" otherButtonTitles:nil]; [alert show]; [alert release]; } %end /* Sometimes attaching the popup to this method results in a crash. You can attach the popup to any void you want, but attaching it to the launch method is the most convenient for both you and the user */ If you were to compile myhack now, the compiler would not understand what UIAlertView is and would return an error. To fix this, import the UIKit framework in your Makefile. Add this line below the myhack_FILES line: myhack_FRAMEWORKS = UIKit
  9. updated tutorial
  10. only down fall i have is when the question is too long, it doesnt pick a answer, other than that its golden
  11. There's other ways
  12. Does it still work. Let's see
  13. @JohnKittz any updates?, can you release something simple like hp and attack? hp 999, atk 9999 i dont think the monsters will hit that hard over 1k.. also have you found anything on the pick up item code? maybe when you pick up 1 item resource it can make it 999? .. throwing ideas out lol im loving the game even tho i have to keep on value searching everytime i play ;p
  14. I'm on 9.0.2 iPhone 6+ and the igg I have works. http://s24.postimg.org/3qb72ladh/image.png
  15. ah, nice, im just gathering info of what i need to making hacks, ida is for mac os aswell? whats gdb, lldb?
  16. so in crashlands you can hack a ton of stuff out of this game, from attack to pick up items load up igg load your game up, go into your stats menu and find something you want to mod, so i did attack EX: 92 go into igg and select the target, it would be crashland and then tap search click on Number, leave the value to auto and put in 92 or what ever number you are modding go back to the game and now do something that would change that stat like unequipping an item, then go back to igg and search that new value, do this about 2-4 times until you have 2-3 search values listed, here you will need to hold on to the value, set a name for it and then change the value to 99999 or something in that nature. test one value at a time one of the 3 or so search values are false (just shows for text but doesnt apply in game) and then lock that value so it doesnt reset on you i would love to learn how i can lock these values so when the game is closed out and restarted i dont have to do so much back and forth... im open to leads on how to make trainers
×
  • 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