Jump to content

niro

Senior Member
  • Posts

    372
  • Joined

  • Last visited

Everything posted by niro

  1. sent! sorry about the delay!
  2. yeah, so like if they click the button it redirects them to safari
  3. yeah i get that, but im not putting it in the preference bundle but ill keep trying thank you!
  4. already tried that tutorial already figured out how to restart/respring ((( i cant figure out the link, ill keep trying though
  5. 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
  6. sent m8 have fun!
  7. sent! i sent 1000 coins, sorry for the delay!
  8. 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
  9. 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
  10. No someone else
  11. couldn't have done it without you! thank you for the help!
  12. 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!
  13. i think so, how would i fix it?
  14. 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/
  15. 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
  16. 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?
  17. took awhile but thank you!
  18. 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
  19. never mind i fixed it thank you though!
  20. so im trying to make a toggle that if on it switched the app id to com.kik.ext.camera, and if switched off it goes back to normal, its most likely easy and im over thinking it but i dont know what im doing, i read the tutorials and im still confused MY CODE %hook KikAPIMessage -(void)setAppID(id)argument { if(GetPrefBool(@"kFakeCamera")) { arugument = [NSString stringWithInteger:@"com.kik.ext.camera"]; } return %orig } %end please help me
×
  • 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