Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. Hm if someone hacks that why not post it himself ? Also what's the AppStore URL ?
  2. Don't talk shit
  3. I have a good one. Not telling you though but to DiDA's request check the newer versions there should be English support
  4. @@Laxus Infinity Blade 3 next =)
  5. https://www.youtube.com/watch?v=-DKnxMnRUVo&feature=youtu.be
  6. v.1.0 # initial release Requirements • PreferenceLoader • iFile (optional but recommended) Features • Item Lifespan • No Item Restrictions • Free Store • Unlock All • Unlimited Energy • Unlimited Food • Unlimited Gems • Unlimited Coins/Cash (Earn some) • Unlimited Population • Unlimited Energy Happiness • Unlimited Karma Works on almost every Teamlava game Instructions Using iFile • Download the .deb file • Put it on your iDevice using a file explorer (iFunbox, iExplorer, WinSCP, etc.) • Open iFile • Go to the directory you saved the .deb file • Click on it and hit "install" • It will automaticly repring Without using iFile • Download the .deb file • Open a file explorer (iFunbox, iExplorer, WinSCP, etc.) • Drag the file and drop it it /var/root/Media/Cydia/AutoInstall • Respring Downloads [Hidden Content] Credits castix
  7. Request accepted. For now I will hack this game. You can PM me for status updates Updated it for you @@Urielreizo http://iosgods.com/topic/2943-teamlava-cheats-11/
  8. v.2.0 # added catalogue completed cheat # added combo type cheat # added never out of time cheat # removed can evolve cheat # remade UI v.1.0 # initial release Requirements • PreferenceLoader • iFile (optional but recommended) Features ● Always Multiplier ● Ignore Defense ● No Cooldown ● No Cooldown Reset ● Elemental Multiplier ● Choose Gem Type ● Only 1 Wave ● Catalogue Completed ● Heal Amount ● Disable Enemy Ability ● Choose Monster Element ● Cursed Multiplier ● Always Critical ● One Hit Kill ● Max Rating ● Max Powerrating ● Max Level ● No Goals Required ● Choose Gem Type ● Never Out Of Time Element/Gem Indicator 0 = Fire 1 = Rock 2 = Water 3 = Leaf 4 = Wind 5 = Heart Instructions Using iFile • Download the .deb file • Put it on your iDevice using a file explorer (iFunbox, iExplorer, WinSCP, etc.) • Open iFile • Go to the directory you saved the .deb file • Click on it and hit "install" • It will automaticly repring Without using iFile • Download the .deb file • Open a file explorer (iFunbox, iExplorer, WinSCP, etc.) • Drag the file and drop it it /var/root/Media/Cydia/AutoInstall • Respring Downloads [Hidden Content] Credits castix
  9. Fixed.
  10. nope nothing helped
  11. I think Gh0stbyte gave me some wrong advice %hook MSAttackModifier - (id)gemMatch:(int)fp8 gemColor:(int)fp12 { NSDictionary *gems = [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat:@"/var/mobile/Library/Preferences/campbundle.plist"]]; fp8 = [[gems objectForKey:@"kGems"] intValue]; return %orig(fp8,fp12); } I think the error is somewhere here
  12. com.pp.pennypop.monsters
  13. I did and the error line was the same : 82. It doesn't matter what I put in there
  14. Look at the error
  15. Fixed it myself.
  16. 1. You need to download Class Dump from cydia 2. I reccomend to type class-dump -H /var/mobile/projects/1 -o /var/mobile/projects/class-dumpfolder
  17. http://semi-restore.com/ for all those helpless guys out there. You don't need to hide things you didn't made.
  18. You can't class-dump the game binary. You need to crack it using a custom IPA. Use Clutch to crack the app of your choice. Please find Clutch on cydia.iphonecake.com download the file and put it with a filebrowser in /urs/bin additionally set permissions with iFile to read, write execute read, execute read, execute Open MobileTerminal and type su alpine //Default password Clutch //Now you can see all binaries that can be cracked Clutch "Appname"Your cracked IPA should now be in /var/mobile/Documents/Cracked Change the extension of the .ipa to .ipa.zip Open it via zip-viewer and extract the binary Open MobileTerminal again and and type class-dump -H /Directory of the cracked binary -o /Location the headers generate
  19. Seems ok. I think you have edited something wrong when you set up theos for 64-bit. /var/theos/makefile/target/Darwin-Arm64/iphone.mk
  20. I'm counting 11 cheats.
  21. Read here http://iosgods.com/topic/2841-put-apps-in-background-ios-8/
  22. Update via iTunes, download the IPSW file for your iDevice here http://www.ipswdownloader.com/ and connect it to iTunes. Click on Windows: Shift+Click on Restore/Update Mac: Alt/Option+Click on Restore/Update and select the downloaded IPSW done. If it doesn't work Apple has already stopped signing iOS 8.1 and you can only choose 8.1.1
  23. use this #import <Preferences/Preferences.h> @interface "SAS 4Patcher"ListController: PSListController { } @end @implementation "SAS 4Patcher"ListController - (id)specifiers { if(_specifiers == nil) { _specifiers = [[self loadSpecifiersFromPlistName:@"SAS 4Patcher" target:self] retain]; } return _specifiers; } - (void)respring { system("killall -9 SpringBoard"); } - (void)link { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.iOSGods.com"]]; } @end // vim:ft=objc
  24. To create a debian file you can either use the Mobile Terminal command su alpine //Default password cd /ProjectfolderLocation make package if you want to make a tweak although you can simply create a debian file manually. Here is a short guide. • Create a folder called com.yourname.name • inside you create 2 folders : DEBIAN and Library DEBIAN • in DEBIAN you you have to create a control file containing file information (application or else) Library • here you put the whole code files and also when you made a patcher all the recource files Finally open Mobile Terminal and type su alpine dpkg -b com.yourname.name //Just ignore the 2/3 warnings they do not matter you can now find the .deb at your destinated location.
×
  • 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