Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. It's not safe you said it yourself It will not know new malware unless the author updates it
  2. One of the hacks is causing the crash. Find it and leave it disabled (It might be antiban)
  3. You almost did it right. Don't use 'group =' before every string but seperate them with a comma. If you want to make it equal you would need '==' by the way
  4. It seems the hack still have side effects to the game after you turned the features off like the hacks are syncing with the game progress
  5. saurik's deb list is open and getting the packages of a repo is considered hacking it
  6. Use the magic wand tool in photoshop and cut it out
  7. You can't hack Fallout Shelter with Flex
  8. Locked. Outdated
  9. Locked. Outdated.
  10. I know what was wrong. I uploaded a test .deb and not the new compiled with the fix. Sorry for all the trouble guys the download link is now updated
  11. Let me upload a video proof
  12. @ @@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
  13. 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
  14. 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();
  15. 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
  16. Locked upon author's request
  17. If you don't have a jailbreak you can't get banned because you can't use hacks
  18. 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
      • Like
  19. This is if you want to return the same function with a different value
×
  • 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