Jump to content

 Something great is coming! 🚀

Stay tuned for the big reveal happening here on iOSGods on the 17th of December!

The countdown has finished!

Profq

Senior Member
  • Posts

    319
  • Joined

  • Last visited

Everything posted by Profq

  1. Im getting this after trying all you guys suggestions: Tweak.xm:7:84: error: redefinition of 'Transaction' as different kind of symbol ...@class SurvivorAppDelegate; @class Transactio... ^ /var/mobile/holiday/theos/include/QuartzCore/QuartzCore-Structs.h:138:3: note: previous definition is here } Transaction; ^ Tweak.xm:6:129: error: expected function body after function declarator ...self, SEL _cmd) fp8 { ^ 2 errors generated. make[2]: *** [obj/Tweak.xm.5a107aa2.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [Holiday.all.tweak.variables] Error 2 g-eazy:/var/mobile/holiday root#
  2. i dont have QuartzCore in my makefile
  3. still getting an error i can send the tweak #import <UIKit/UIKit.h> #import <substrate.h> #import <Foundation/Foundation.h> %hook DatabaseSecurityAgent -(BOOL)hasUserStoreBeenTamperedWhith fp8 { fp8=false; %orig(fp8); } %end %hook StatusPanelAgent -(void) setCoins:(long long) fp8{ fp8 = 1000; %orig(fp8); } %end %hook Transaction -(void)setCoins:(long long)fp8{ %orig fp8 = 1000; } %end %hook LootModel -(void) setCoins:(long long) fp8{ fp8 = 1000; %orig(fp8); } %end %hook IAPItem -(id) advertisementDialog fp8{ %orig fp8=(null); } %end %hook SurvivorConfig -(float) landCoinCostExponent fp8 { fp8 = 0; %orig(fp8); } -(void) setLandCostExponent:(float)fp8 { fp8 = 0; %orig(fp8); } %end %hook SurvivorAppDelegate - (BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { // Popup only once at each launch of the app. UIAlertView *igcredits = [[uIAlertView alloc] initWithTitle:@"Holiday Cheats" message:@"\nHoliday Cheats by profq for iOSGods.com" delegate:self cancelButtonTitle:@"Thanks" otherButtonTitles:@"Visit Us", nil]; [igcredits show]; [igcredits release]; return %orig(); } %new -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { NSString *button = [alertView buttonTitleAtIndex:buttonIndex]; if([button isEqualToString:@"Visit Us"]) { [[uIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://iosgods.com/]]; } } %end this is my second time making a tweak so i guarantee that i've done stuff wrong
  4. i misspelled here but the tweak has the correct spelling
  5. Hello so I've got a new cheat on going but and now when im trying to compile it it says error with one hook i did, here is the hook whats causing problem; %hook Transaction -(void) setCoins:(long long) fp8 { fp8 = 1000; %orig(fp8); } %end in terminal it saying: modified elsewhere are deprecated at /private/var/theos/bin/lib/aliased.pm line 42. Compiling Tweak.xm... Tweak.xm:7:141: error: redefinition of 'Transaction' as different kind of symbol ...@class StatusPanelAgent; @class Transaction; ^ /var/mobile/holiday/theos/include/QuartzCore/QuartzCore-Structs.h:138:3: note: previous definition is here } Transaction; ^ Tweak.xm:6:129: error: expected function body after function declarator ...self, SEL _cmd) fp8 { ^ 2 errors generated. make[2]: *** [obj/Tweak.xm.5a107aa2.o] Error 1 make[1]: *** [internal-library-all_] Error 2 make: *** [Holiday.all.tweak.variables] Error 2 g-eazy:/var/mobile/holiday root# any help is highly appreciated!
  6. thanks
  7. Thanks
  8. Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - ifile / Fliza / ifunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Hack Features: Unlimited Stars Importent: Go to your iDevice settings and turn the cheat on. [Hidden Content] Installation Instructions: Step 1: Download the .deb hack 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 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: @ (me)
  9. its dude perfect 2, i tried the energy class in flex and it worked perfectly but when i have it in my tweak it doesn't work. Think i will leave the energy out of the tweak
  10. Hi, so i have a problem with one of my tweaks cheat, so in it have have a few cheats all of them works except 1. I don't know what to change. here is the cheat: %hook Energy: -(BOOL) isEnergyFull { return true; } %end any help is appreciated!
  11. should i delete the current sdk in the folder?
  12. So I used to get this ld: warning: directory not found for option '-F/var/mobile/teste/theos/sdks/iPhoneOS9.3.sdk/System/Library/PrivateFrameworks' ld: framework not found Preferences but now i'm only getting: ld: framework not found Preferences so I guess we solved one problem
  13. hm okay, so i went to /var/theos/sdks/iPhoneOS9.3.sdk/System/Library and i only found 1 folder and its called Application Support. I don't have a folder named PrivateFrameworks, what should i do?
  14. unfortunately it didn't work, getting the same error
  15. damn that's a lot of files, better start doing that then :| hm just a quick Q, where should i place them?
  16. im compiling my tweak and every time I do that i get the same error
  17. So yesterday I had problems but that's fixed but now I'm getting a problem with some framework, here is the problem: Linking bundle teste... ld: warning: directory not found for option '-F/var/mobile/teste/theos/sdks/iPhoneOS9.3.sdk/System/Library/PrivateFrameworks' ld: framework not found Preferences clang-3.7: error: linker command failed with exit code 1 (use -v to see invocation) make[3]: *** [obj/teste.bundle/teste.64873355.unsigned] Error 1 make[2]: *** [internal-bundle-all_] Error 2 make[1]: *** [teste.all.bundle.variables] Error 2 make: *** [internal-all] Error 2 g-eazy:/var/mobile/teste root#
  18. @@Joka Is this possible on a Mac?
  19. Name of app; Fun Hospital Version of the app: 2.5.0 iTunes URL for the app: https://itunes.apple.com/us/app/fun-hospital-tycoons-back/id947276663?mt=8 Requested features: Unlimited Money Unlimited Diamonds Jailbroken or Non-Jailbroken: Jailbroken. Thank you!
  20. Requirements IGG/GameGem Features Unlimited Coins [Hidden Content] Credits: @ me. Rick and Morty: Pocket Mortys cheat https://iosgods.com/topic/40609-rick-and-morty-pocket-mortys/ Lumo Deliveries Cheat https://iosgods.com/topic/40748-lumo-deliveries-unlimited-currency/#entry1335126
  21. So i got an email from Ubisoft for entering a contest and they gave me a coupon code that works for Ubisoft Store or Parrot, i have no use for it, so i decided to give it away. Winner: @@Joka Requirements to win: Just hit the thanks button Value for the Coupon? The Coupon code has a different value for the sites. If you "the winner" decides to use it for the Ubisoft store then you get 20% off. The code for parrot only works for the Bebop 2 FPV and you will get 29% off. How long does the code last? The code is the same for both Parrot and Ubisoft Store but the timeline is different. The code for Ubisoft Store lasts until 15th December 2016 and the code for Parrot ends 23th November 2016 Im speeding this giveaway up because the timeline for parrot ends soon. How do i pick the winner? I will type down every name thats hit the thanks button and shown, i will then go random choice generator and paste all names, then i will see who's the winner i will also record a video so you can see who won (the video will be posted here) I will send the winner a PM with the Coupon code, If you win? If you win i will send you a message to see if you're there and when i sent the message i will keep a 12h timer to check that u have sent me a message during the 12h countdown. If i've gotten a message back before the 12h mark i will send you the code then. If I don't get an message back in 12h i will pick another winner. When will the winner the winner be announced? The winner will be announced at Monday 4pm (CET) So if i don't receive a message back before 4am on Tuesday i will pick another winner. Good luck! @
×
  • 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