Jump to content

niro

Senior Member
  • Posts

    372
  • Joined

  • Last visited

Everything posted by niro

  1. 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
  2. No someone else
  3. couldn't have done it without you! thank you for the help!
  4. 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!
  5. i think so, how would i fix it?
  6. 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/
  7. 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
  8. 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?
  9. took awhile but thank you!
  10. 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
  11. never mind i fixed it thank you though!
  12. 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
  13. niro

    My Main Topic

    wow thank you!
  14. Yeah I did, I couldn't find any examples for a NSString
  15. Hey I'm trying to make this tweak where I can if I switch on the toggle it changes the app id to com.kik.ext.camera Then when I switch the toggle off it changed back to normal or pass-through here is my code attempt please help me fix it http://imgur.com/UP8R0js http://imgur.com/3E9SkL7 Thank you!
  16. Yeah aha don't think I'm ready but apparently I have to make my own header file
  17. Those were just examples but i mean there are other apps like a control center tweak where it gives more options to choose from, would I have to code it from scratch myself? Or like biteSMS there are more options and etc etc, I've tried reaching out but they won't answer lol! Thank you for your help !
  18. Oh lol, I was just guessing, how would I make it appear in app? Is there a tutorial?
  19. thank you! i will have a look!
  20. thank you! im going to try the template!
  21. Should i just make an empty file? im confused?
×
  • 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