-
Posts
372 -
Joined
-
Last visited
Posts posted by niro
-
-
Yes
do you mind writing up an example? Im not sure where I would place [self setBackgroundColor:[UIColor colorWithRed:0.157 green:0.157 blue:0.157 alpha:1]];
sorry for so many questions
-
Would I still do @@Interface?
As well as
{
- (void)setBackgroundColor:(UIColor *)color
color = kDarkColor;
return %orig;
}
And thank you
-
So I'm trying to set the background color of a subclass (I think it's called) and it won't work
I have tried @interface BLAH BLAG BLAG : UIView
But that won't work
I'm not trying to change the WHOLE UIView class just the one in the photo
Can someone please explain this?
photo ~> http://m.imgur.com/UgtSP9U
-
Hey I have been trying to make more tweaks for other apps and I get this error when I try to compile
I am trying to change the background color of the app so most of my tweak.xm is
{
- (void)setBackgroundColor:(UICololr *)color
color = kdarkcolor;
return %orig;
}
picture of error
-
Try going into the control file on your tweak and add "libcolorpicker" after mobilesubstrate in the Depends section
sooo
Depends: mobilesubsrate libcolorpicker
or would i need to comma it?
Depends: mobilesubsrate , libcolorpicker
-
Wouldn't you just add it to your dependencies?
I have no idea lmao
-
Title sounds confusing, I know and im sorry! But with the latest version of my tweak I need the user to have "libcolorpicker" downloaded from cydia, how do I include it automatically so it force downloads it upon installing/updating my tweak?
-
wow! nice website
! rekO!
-
Hello reko :$
-
I am in
!
-
famousgram is dead
, well somewhat! you can use getlikes! if you buy VIP I have an exploit in the VIP Section!
-
I get this response after doing part 3:
HTTP/1.1 200 OK
Date: Tue, 18 Aug 2015 00:37:55 GMT
Content-Type: application/json
Connection: keep-alive
X-Powered-By: PHP/5.5.25
Server: cloudflare-nginx
CF-RAY: 21798d8e2a8a0520-SEA
Content-Length: 63
{"error":"Could not get coins for user account.","errorcode":0}
Do I need to install an app or something on my iPhone first?
Yeah sign in first on iPhone or register it through burp and the requests I've included
-
seems like a lot of bullshit, someone has to try it
before bashing it, i suggest you try it
-
Hey guys! I found a way to get free followers on some ios apps
! The apps in question are get followers pro and get likes pro, my "friend" is now selling my method!
So I am making it public! enjoy!
Use the ViP Topic to get unlimited likes & followers.http://iosgods.com/topic/14086-ncloud-exploit-site-d-social-media-instagram-likes-follower-more/
-
Testing this
thank you for sharing OP
-
if ([string rangeOfString:@"a"] == 0) {
NSLog(@"Spam");
}
else {
%orig;
}
Sweet I'll try that! What if the character is non ACSII? I try saving and compiling with atom and theos and I get the error along the lines of "non ACSII Character's not allowed"
-
Hey so I'm trying to fix an issue with lag for Kik but can't seem to figure it out, I'm trying to block all mom acsii characters but it only works if I have the literal string of characters and as "lag codes" come out everyday for Kik that's difficult so if possible, I want to block every message that has that certain character in it.. So an example would be
%hook HybridSmileyLabel
- (void)setText(id)arg1
{
[arg1 ifStringisEqualTo : @"a"] arg1 = @"SPAM";
return %orig;
}
%end
So I know the signs aren't in the right places but that should be give a clear example
Now what I want is everything with "a" in it to be blocked so
- (void)setText(id)arg1
{
[arg1 ifStringisEqualTo : @"abcedfg"] arg1 = @"SPAM";
return %orig;
}
%end
I want that to be blocked as well since it has the character "a" in it, hopefully that explains it
? Thank you
-
I know that, but it's not all there. Idk ¯\_(ツ)_/¯
unlock them and then restart kik
-
Post the code please
//code// @interface SettingsOptionBase : NSObject @property(nonatomic, retain) NSString *optionKey; @property(nonatomic, retain) KESettingsViewController *KEManager; @end @interface SettingsOptionLabel : SettingsOptionBase - (id)initWithHeight:(double)arg1 text:(id)arg2; @end //code// %subclass KESettingsViewController : SettingsPane - (void)loadView { %orig; UIViewController *con = self.navigationController.previousViewController; if ([con isKindOfClass:%c(ProfileChatInfoViewController)]) { ProfileChatInfoViewController *profVC = (ProfileChatInfoViewController *)con; self.username = profVC.user.username; } } - (void)viewDidLoad { %orig; self.title = @"K8 Settings"; } %new - (NSString *)username { return objc_getAssociatedObject(self, @selector(username)); } %new - (void)setUsername:(NSString *)value { objc_setAssociatedObject(self, @selector(username), value, OBJC_ASSOCIATION_RETAIN_NONATOMIC); } %new - (void)saveOption:(NSObject *)obj forKey:(NSString *)key { saveOptionForKey(obj, key, self.username); [self reloadSettingsOptions]; } %new - (NSObject *)getOptionForKey:(NSString *)key { return getOptionForKey(key, self.username); } - (id)initWithCore:(id)core { self = %orig; self.username = kGlobalUser; // [self setup]; return self; } %new - (NSArray *)generateSettingsOptions { NSArray *newArr = @[ ]; NSMutableArray *mutableNewArr = [NSMutableArray arrayWithArray:newArr]; if (![self.username isEqualToString:kGlobalUser]) // not global { //code// } if ([self.username isEqualToString:kGlobalUser]) // global only { //code// [mutableNewArr addObject:[[[%c(SettingsOptionLabel) alloc] initWithHeight:90 text: @"test"] autorelease], } // [newArr addObject:[[%c(SettingsOptionSubPane) alloc] initWithTitle:@"Kik8 Options" iconImage:nil subPaneClass:%c(KESettingsViewController)]]; return (NSArray *)mutableNewArr; } %new - (void)dealloc { // [self.tableView release]; [self.username release]; // [super dealloc]; } %end
-
addObject to what instance of a class, usually its addSubview to add to a UIView or a UIViewController
I think I did viewDidLoad and i put the UIabel in an NSArray
so it was -(NSArray *)generateSettingsOption
BLAH BLAH UI LABEL
-
hey! so recenlty ive ran into a problem, im trying to add UILabels, and ive been adding them with addObject:BLAH BLAH BLAH, well it works on idevices newer than the iphone 5s but everything under crashes instantly! If anyone might know what the problem is off top of their head that would be sweet
if not i can post the code
thanks
skype - @kekigotrekt
kik - @a3t
or just respond here
-
Yes (:
In fact it adds so many emojis, it doesn't have all of them. Like for instance, I don't have every single ghost smiley
can there be a fix for that in a later update?
swipe left and right when you are holding the smiley
-
Does this unlock all the emojis?
Sure does
adding a log out option today
-
How come I get a size mismatch error while trying to download? @DiDA or @@niro
repo got taken down for DCMA crap, its on the big boss repo now
How to make one argument equal multiple strings?
in Help & Support
Posted
https://gyazo.com/697ffc462b8cddc2b966b7e3c4e17b0c
Hey, so I am trying to make (NSString *)groups equal all of the strings in the picture, but for some reason it only recognizes one, ive tried doing @"", @"", @"" etc etc, but i get an unused @ error, so, how would i make it equal all of those strings :? sorry for the confusing question, but i was thinking of making an array?