-
Posts
319 -
Joined
-
Last visited
Everything posted by Profq
-
Cyda just keeps crashing:(
-
doesn't I lose my JB if I restore with iTunes?
-
Okay so I got a major problem right now, so I was just trying to get my tweak to work and I realized that my phone began to lag and then 10 or 15sec later my iPhone screen turned blue and instead of a black background with a white apple logo this time it was a white background with a black apple logo, once the reboot was finished I realized all of my cydia apps where gone! And right now I can't even open cydia I've re jailbroken with the pangu app and still can't open cydia it's just crashing! Need so much help now!
-
I haven't learned when not to put that it's my second time making a tweak after watching some text TuT so it's kinda hard
-
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#
-
Hack [Updated] The Simpsons Tapped Out v4.23.6 +7 [Free Store + More]
Profq replied to Zahir 's topic in Free Jailbreak Cheats
good job -
Patcher Hack [MegaHack] Smash monsters - City Rampage +55
Profq replied to Crypto's topic in Free Jailbreak Cheats
Good Job!! -
welcome
-
good job
-
i dont have QuartzCore in my makefile
-
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
-
i misspelled here but the tweak has the correct spelling
-
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!
-
thanks
-
Thanks
-
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)
- 28 replies
-
- 14
-
-
-
-
Bienvenida!
-
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
-
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!
-
Help/Support ld: warning: directory not found for option
Profq replied to Profq's topic in Help & Support
should i delete the current sdk in the folder? -
Help/Support ld: warning: directory not found for option
Profq replied to Profq's topic in Help & Support
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 -
Help/Support ld: warning: directory not found for option
Profq replied to Profq's topic in Help & Support
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?