Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. 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
  2. Locked upon author's request
  3. If you don't have a jailbreak you can't get banned because you can't use hacks
  4. Hehe you couldn't copy all my features
  5. 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
  6. This is if you want to return the same function with a different value
  7. %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; }
  8. - (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"
  9. '&hook WorldCupBike See for yourself
  10. If you don't come up with Method Hooking don't even try to run IDA in your lifetime
  11. No
  12. 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
  13. There are no checks for a jailbreak in GLU games
  14. @ 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
  15. The game doesn't even have jailbreak check
  16. InTube8 is a great Tweak!
  17. There are no repositories specialized on hacks/mods or they are leeched from here
  18. Thanks Goggwell, Atom is really neat

  19. You log in to Gamecenter with your Apple ID...
  20. Hands on a Anti Ban but can't really say what to add next. I'm working on it
×
  • 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