-
Posts
2,379 -
Joined
-
Last visited
Everything posted by castix
-
Hm if someone hacks that why not post it himself ? Also what's the AppStore URL ?
-
Don't talk shit
-
Patcher World of Warriors Cheats v1.6.0 +2
castix replied to Laxus 's topic in Free Jailbreak Cheats
@@Laxus Infinity Blade 3 next =) -
https://www.youtube.com/watch?v=-DKnxMnRUVo&feature=youtu.be
-
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
- 330 replies
-
- 39
-
-
-
-
-
-
-
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
-
nope nothing helped
-
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
-
com.pp.pennypop.monsters
-
I did and the error line was the same : 82. It doesn't matter what I put in there
-
Look at the error
-
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
-
http://semi-restore.com/ for all those helpless guys out there. You don't need to hide things you didn't made.
-
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
-
Help/Support Issue when "make package" command on MobileTerminal
castix replied to Curtain's topic in Help & Support
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 -
I'm counting 11 cheats.
-
Help/Support Issue when "make package" command on MobileTerminal
castix replied to Curtain's topic in Help & Support
show me your prefbundle.mm -
Help/Support How keep background running ( for example viDovn)
castix replied to ufoalani's topic in Help & Support
Read here http://iosgods.com/topic/2841-put-apps-in-background-ios-8/ -
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
-
Help/Support I cant get url link and repsring to work
castix replied to Insidious's topic in Help & Support
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 -
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.