Jump to content

64 posts in this topic

Recommended Posts

Posted

and where is the file Preferences/Preferences.h? you are importing this file in xxx.h but this file doesn't exist (neither in your template). I'm getting a compile error because i need the file.

Search for 'Preferences.h' here on the forum to find what you're looking for. :)

Posted (edited)

Thanks @@SUPERGIU, @@DiDA(y) 
But how to make these jack for only single ON/OFF tint once activate it, on your tutorial is three. 

 

%hook BBMUIStickerPack 
 -(bool) isPaidUnavailable {
 return false;
}
 -(bool) isUnavailable {
 return false;
}
-(void) setIsStickerFromShop:(bool) neverbeing {
 neverbeing = true;
 %orig(neverbeing);
}
%end

 

Thanks for your reply. :D

Updated by 5sec0nd
Posted

Thanks @@SUPERGIU, @@DiDA(y) 

But how to make these jack for only single ON/OFF tint once activate it, on your tutorial is three. 

 

 

%hook BBMUIStickerPack 
 -(bool) isPaidUnavailable {
 return false;
}
 -(bool) isUnavailable {
 return false;
}
-(void) setIsStickerFromShop:(bool) neverbeing {
 neverbeing = true;
 %orig(neverbeing);
}
%end

 

Thanks for your reply. :D

Hook them to the same key. :)

 

Using this template is suggested also: http://iosgods.com/topic/1907-update2template-custom-nic-patcherpreferencebundle-template/

Posted

thank you much i think you explain it very good but can you make a video of steps becasue its drive me crazy I always get error when making a preference bundle for my tweak , the tweak is ok but i cant merge it with the prefrence bundle and i am not seeing any video on youtube explain those steps

thank you again .

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • 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