-
Posts
2,379 -
Joined
-
Last visited
Everything posted by castix
-
Patcher Pokémon Shuffle (All Versions) +13
castix replied to castix's topic in Free Jailbreak Cheats
Let me upload a video proof -
Patcher Pokémon Shuffle (All Versions) +13
castix replied to castix's topic in Free Jailbreak Cheats
@ @@shmoo @@smokey @@jacyr @@kerubim @@Trap god @@Whit3Gh0st @@Hal2dery @@lovecoke @@ozzisuria @@Gytrtfryt @@Goggwell @@zechariah91 @ @@Sigmatempus @@Asclepius There was a Bundle ID mismatch please redownload the cheat -
Hacked App: Pokémon Shuffle Mobile iTunes Link: https://itunes.apple.com/us/app/pokemon-shuffle-mobile/id1014919815?mt=8 Bundle ID: jp.pokemon.poketoru Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools / AnyTrans / iExplorer / DiskAid or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Hack Features: - Unlimited Storage - Disable Countdown - One Hit Kill - Disable Timer - Instant Mega Evolve - Unlimited Moves - Capture Rate - Unlock All Stages - Unlimited Coins - Unlimited Score - Fullscreen - Antiban - No Jailbreak Detection Important Notes: You must have the completed the tutorial before using the hack. UPDATED HACK: https://iosgods.com/topic/23787-ios-9pokemon-shuffle-mobile-cheats-v-140-11/ Hack Download Link: [Hidden Content] Installation Instructions: Step 1: Download the .deb 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 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. Step 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If you do not see the cheat settings, respring or reboot your iDevice and make sure you have met all the requirements as mentioned above. Step 7: Turn on the features you want and then open the game. 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: - @castix Hack Video/Screenshots: N/A
-
Help/Support Expected '(' for function-style cast or type construction
castix replied to castix's topic in Help & Support
Well that is kinda embarassing now, I was lazy to overwrite every (); to (void *self); and I used a command for it. Turned out it also has overwritten %orig(); -
Making all for tweak PokemonShuffle... make -f Makefile --no-print-directory --no-keep-going \ internal-library-compile \ _THEOS_CURRENT_TYPE=tweak THEOS_CURRENT_INSTANCE=PokemonShuffle _THEOS_CURRENT_OPERATION=compile \ THEOS_BUILD_DIR="." _THEOS_MAKE_PARALLEL=yes /var/mobile/Projects/pokemonshuffle/theos/bin/logos.pl -c warnings=error Tweak.xm > ./obj/Tweak.xm.mm clang++ -x objective-c++ -c -I"/var/mobile/Projects/pokemonshuffle" -DTARGET_IPHONE=1 -O2 -I/var/mobile/Projects/pokemonshuffle/theos/include -include /var/mobile/Projects/pokemonshuffle/theos/Prefix.pch -Wall -Werror -isysroot "/var/mobile/Projects/pokemonshuffle/theos/sdks/iPhoneOS7.0.sdk" -arch armv7 -arch arm64 -D__IPHONE_OS_VERSION_MIN_REQUIRED=__IPHONE_7_0 -miphoneos-version-min=7.0 -I/usr/include -include "logos/logos.h" ./obj/Tweak.xm.mm -o obj/Tweak.xm.914d0a58.o Tweak.xm:142:81: error: expected '(' for function-style cast or type construction _logos_orig$_ungrouped$AppDelegate$applicationDidBecomeActive$(self, _cmd, void *self); ~~~~ ^ 1 error generated. make[2]: *** [obj/Tweak.xm.914d0a58.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [PokemonShuffle.all.tweak.variables] Error 2
-
Hack Pokémon Shuffle Mobile Hack v1.0.5 +1
castix replied to cu_rry's topic in Free Jailbreak Cheats
Locked upon author's request -
Help/Support Possibile to have an anti ban for Gangstar Vegas without jailbreak?
castix replied to a topic in Help & Support
If you don't have a jailbreak you can't get banned because you can't use hacks -
Patcher Pokémon Shuffle Mobile Hack Cheats (+13) fixed (ios9.x)
castix replied to Ianouar3G's topic in Free Jailbreak Cheats
Sure that's included -
Patcher Pokémon Shuffle Mobile Hack Cheats (+13) fixed (ios9.x)
castix replied to Ianouar3G's topic in Free Jailbreak Cheats
Making a hack for it you'll love it -
Hehe you couldn't copy all my features
-
Hello everyone. This topic issues saving the generated error messages (or the command output in general) to a new output file. This will help you especially if you want to post a topic the Help & Support section. Instead of posting endless screenshots you can copy the output text from the file and paste in in your topic. Sometimes when you get a lot of error messages you need to take 2-3 screenshots however after reading this little guide, you'll be able to just provide the error text and thereby help the people who are trying to help you. You don't need any additional command line Tweaks from Cydia so we can start right off with the tutorial. Step 1: Open up Mobile Terminal / iOS Terminal / MTerminal and chdir into your project folder Step 2: To create the command output in another file do following (I recommend you set it to a .txt file for convenient reading on all platforms) Done. You just created the file Errors.txt in your project directory! If you want to create the output file in a different directory than your project folder After opening the Errors.txt file you'll see the command output and the error it generated. Here is the output of the sample tweak Thank you for reading! I hope you'll use this method in the future to save yourself and the community a lot of work in your next support topic
-
- 1
-
-
Help/Support Need some help with PSEditTextCell :)
castix replied to JustinPet26's topic in Help & Support
This is if you want to return the same function with a different value -
Help/Support Need some help with PSEditTextCell :)
castix replied to JustinPet26's topic in Help & Support
%hook SBHUDController - (void) presentHUDViewid)fp8 autoDismissWithDelaydouble)fp12 { if(GetPrefBool(@"enabled")) { fp12 = NSDictionary *delay= [NSDictionary dictionaryWithContentsOfFile:[NSString stringWithFormat"/var/mobile/Library/Preferences/com.justinpet26.application.plist"]]; return [[delay objectForKey:@"enabled"] floatValue]; %orig; } else if(GetPrefBool(@"other")) { //do other stuff } %orig; } -
- (BOOL)someFunction { if(GetPrefBool(@"enabled")) { return YES; } %orig; } - (BOOL)someOtherFunction { if(GetPrefBool(@"enabled")) { return YES; } %orig; } - (BOOL)someVeryOtherFunction { if(GetPrefBool(@"enabled")) { return YES; } %orig; } The only key used will be "enabled"
-
Help/Support {theos} - error: %orig found outside of hook or subclass.
castix replied to Ted2's topic in Help & Support
'&hook WorldCupBike See for yourself -
If you don't come up with Method Hooking don't even try to run IDA in your lifetime
-
I'm not making cheats regulary anymore and even less will be posted on iOSGods. Here are some of the cheats I made which molder on my Dropbox account. They should be all up to date and if not don't send me requests in a PM please. Cheats Included: • 8 Ball Pool by Storm8 • 8 Ball Pool by Miniclip • Angry Birds Go! • Battle Camp • Clash of Legions • Cookie Clicker • Crazy Kings • Dawn Of Magic (Tweak.xm) • Famousgram • GBA4iOS • Goblin Sword • GramFamous • Jackpot Followers • Jetpack Joyride • LotteryHub • Micromon • MinoMonsters • Modern Combat 2 • Ninja Saga • Pocket Gems Achievement Unlocker • Snapchat • Tapjoy • Tapped Out (Simpsons) • Teamlava • Temple Run • War Dragons Download I whish I still had the project folder for all of them so you could update them yourselves but anyway, have fun. I will still do some cheats here and there but as I said not posting them on iOSGods or other forums
- 144 replies
-
- 37
-
-
-
-
-
-
There are no checks for a jailbreak in GLU games
-
@ All wrong. +(BOOL) and +(bool) are class methods and don't change something in the app. -(bool) for CBHTTPAPIRequest and GADDevice are methods for advertisements. This "hack" is a waste because it does nothing
-
The game doesn't even have jailbreak check
-
Help/Support How do I download youtube videos?
castix replied to Konfusi0n's topic in Help & Support
InTube8 is a great Tweak! -
Buy it