Jump to content

NeverBeing

Senior Member
  • Posts

    160
  • Joined

  • Last visited

Everything posted by NeverBeing

  1. Well. I'm waiting for the next pict
  2. Hahaha btw I don't think about avatar when I PS that pict Any picture again? @@LookOut
  3. OMG, my eyes! Next post I will made him look better (darker skin ) We should remove that annoying shoulder
  4. damn, he looks cool with cigarette
  5. I try to put that code on my Tweak.xm, like this %hook BBMPingLimitHelper -(bool) isLimitReached { if(GetPrefBool(@"kPing")) { return false; } return %orig; } %end %hook AppDelegate -(bool) application:(id) fp8 didFinishLaunchingWithOption:(id) fp12 { UIAlertView *alert = [[UIAlertView alloc ] initWithTitle:@"Hallo" message:@"This is test alert" delegate:nil cancelButtonTitle:@"Thanks" otherButtonTitles:nil]; [alert show]; [alert release]; return %orig; } %end But I have no luck, am I missing something or wrong?
  6. OMG! I want to know how :'( Nah! Thank you, @TheChief
  7. Nice clue, I will learn about it. It would very helpfull if you give me some example
  8. Thank you. But that alert with button is on preference bundle itself. I want an alert open when someone open the App that already activate my patch.
  9. Hi How to make an alert when someone open app that use/activate my patcher? I make that patch with preference_bundle NIC template, from iOSGods . For example, I make patch for SoundCloud. When my patch activated, an alert about my patch will popup when someone open SoundCloud. Thank you. *Sorry for my bad English.
  10. Learn an learn again :)

  11. Maybe next patch I will post here.. this one is ugly I need more practice
  12. Well, you save my works! I also use template patcher from iOSGods. Sorry, noob here. Once again, thank you. Now my patch is working (y)
  13. OMG! Thank you, Sir!
  14. (bool) neverbeing { ?
  15. Where should I place the key on this code? -(void) setIsStickerFromShop:(bool) neverbeing { neverbeing = true; %orig(neverbeing); } Like this, (@"kKey")) -(int)method { if(GetPrefBool(@"kKey")) { return 9999999; } return %orig; }
  16. But sir @@DiDA Where should I place the key in this jack? -(void) setIsStickerFromShop:(bool) neverbeing { neverbeing = true; %orig(neverbeing); } Noob here ..
  17. Thanks @@SUPERGIU, @@DiDA! 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.
×
  • 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