-
Posts
372 -
Joined
-
Last visited
Everything posted by niro
-
yes and i sent to everyone that has commented its not a repo
-
Help/Support Help for my instagram account hacked !
niro replied to node121's topic in Help & Support
check your original email it should ask if you wanted to confirm it -
sent! sorry about the delay!
-
yeah, so like if they click the button it redirects them to safari
-
yeah i get that, but im not putting it in the preference bundle but ill keep trying thank you!
-
already tried that tutorial already figured out how to restart/respring ((( i cant figure out the link, ill keep trying though
-
hey guys! im trying to open a link from a click of a button, so right now i have it so that it kills the app, but how would i make it open a link instead? [newArr addObject:[[[%c(SettingsOptionButton) alloc] initWithTitle:@"Creators" iconImage:nil executeOnTap:^(void){ system("killall -9 Kik"); }] autorelease]]; so im assuming i need to switch "killall -9 Kik" but what would i change it too ? anything helps guys! thanks
-
Sent
-
sent m8 have fun!
-
sent enjoy!
-
sent! i sent 1000 coins, sorry for the delay!
-
hey guys im here and im bored. So might as well do a giveaway for famousgram coins normal users - 1000 coins = 500 followers VIP users - 2500 coins = 12500 followers better buy vip :wub: It is your choice IG Username : Thanks guys and enjoy your new stats! -niro
-
Help/Support my tweak only works on iPhone 5s and up?
niro replied to niro's topic in Help & Support
oh we havent fixed it, but we figured out what was crashing it, it was the Option labels, no idea why they crashed it but yeah they did. we just removed them all together -
No someone else
-
couldn't have done it without you! thank you for the help!
-
Hello again! Last week I released my Kik8 tweak, the first version was alright but it had some bugs, now im here to present to you the second version, WITH -Kik8 settings INSIDE the kik app (no more going to the settings app) -Easy to use fake camera, (there is a toggle above the gallery bar, ON = LIVE OFF = GALLERY) -UNLOCKING OF ALL THE SMILEYS! + 20 CUSTOM GHOST SMILEYS! -ENABLING/DISABLING read/typing/delivered status -Custom 'square' theme (more to come) -Being able to mute ALL chats at once forever -TIMESTAMPS! -UNLIMITED video record time -Able to forward EVERYTHING -FIRST EVER ANTILAG FOR IOS! Blocks ANY message over 2048 characters! -Spamming of smileys! the trey will always stay open, to close it you must click anywhere outside of the trey and textbox - and more to come! (nightmode, custom bubble colors, CHAT REFRESH) BETA AVAILABLE HERE - http://cydia.myrepospace.com/niro/ THANK YOU! Join #KikEight for support/updates or PM me on kik @notniro Thank you to the members of iOSGods for putting up with all of my dumb questions, all the testers, and my good friend Bailey who helped me make this wonderful tweak!
-
Help/Support my tweak only works on iPhone 5s and up?
niro replied to niro's topic in Help & Support
i think so, how would i fix it? -
so while users try to access my in app settings on a device that is later than a iphone 5s they crash? I am not sure why? or where to start to look for the answer!? Could someone point me in the right direction! Crashlog - http://pastebin.com/miR2vEfx Syslog - http://pastebin.com/4x69jDWm thank you so much! if you want to try my tweak add the repo http://cydia.myrepospace.com/niro/
-
hey guys so ive been stuck on this one for awhile. %hook ChatManager -(void)leaveChat:(id)arg1 Silently:(BOOL)arg2 skipSave:(BOOL)arg3 { if (((NSNumber *)getOptionForKey(kChatRefresh, kGlobalUser)).boolValue) arg2,arg3 = YES; return %orig(arg1,arg2,arg3); } %end so i want if i toggle the switch that only the last two arguments get changed to YES/TRUE how can i perform that? it doesnt seem to work? but i dont get any errors when i install it
-
hey once again! so for my tweak i want to take it one step further and overwrite a plist file within the app, this file isnt in the bundle folder but is in the data folder. i have the plist made, but how can i make it inject itself automatically when someone downloads the tweak?
-
No, bad noob!
-
took awhile but thank you!
-
Thank you !
-
Whats up iOSGods? So after acouple days of researching and help from every one of you in this forum I present to you my FIRST tweak ever! This tweak is for the messenger KIK, with it you can enable a few things such as Timestamps above each message Enable/Disable read receipts Enable/Disable delivered receipts Enable/Disable typing status Being able to fake gallery photos (make them appear as they are live) Everything is forward-able (even stickers) In the next version I hope to release... Longer video recording duration Choose any video up to 5 minutes (default is 2) Square chat/contacts Custom text color And if i can get IDA to work I will be adding antilagV1 (to avoid lagging from those lag codes) and more Screenshots of tweak - http://i.imgur.com/8OhKYcL.jpg http://i.imgur.com/7NYBWVP.jpg
-
Help/Support I dont know how to make a void to argument. i keep getting errors!
niro replied to niro's topic in Help & Support
never mind i fixed it thank you though!