Jump to content

NeverBeing

Senior Member
  • Posts

    160
  • Joined

  • Last visited

Everything posted by NeverBeing

  1. None in this forum can crack BBM sticker for now.
  2. ty
  3. this is just old topic. also you can find tut like this (actually with screenshot) on Tutorial section. ???? search before make a post.
  4. Thank you very much! ????
  5. No error while compiling, but the hack doesn't work ???? Thank you, I'll try ????????????
  6. Thank you, but when I compile the tweak is not working.
  7. Guys, can have some help with this MS hook code? I try to convert from FLEX to PrefBundle tweak. I use PFHeader nic template from iOSGODS. Here is the code from FLEX that I wanna write to Tweak.xm: 1. unsigned int Target Class SomeClass Target Method -(void) someMethod: (unsigned int) Return Value (void) pass-through Argument #1 (unsigned int) 100 2. void with FALSE/TRUE value Target Class SomeClass Target Method someMethod Return Value (void) TRUE 3. void with integer value Target Class SomeClass Target Method someMethod: Return Value (void) 0 4. void with NULL value Target Class SomeClass Target Method someMethod:likeThis: Return Value (void) NULL 5. long long method Target Class _SomeClass Target Method -(long long) someMethod Return Value (long long) 1 And here is my Tweak.xm code, pelase correct me if me wrong. 1. unsigned int %hook SomeClass -(void)someMethod:(unsigned int) myvalue { if(GetPrefBool(@"k1")){ myvalue = 100; } %orig(myvalue); } %end 2. void with TRUE/FALSE value %hook SomeClass - someMethod { if(GetPrefBool(@"k2")) { return true; } return %orig; } %end 3. void with integer value %hook SomeClass - someMethod { if(GetPrefBool(@"k3")) { return: 0; } return %orig; } %end 4. void with NULL value %hook SomeClass - someMethod:likeThis: { if(GetPrefBool(@"k3")) { return null; } return %orig; } %end 5. long long method %hook _SomeClass -(long long) someMethod { if(GetPrefBool(@"k4")) { return:1; } return %orig; } %end Please correct my code. Sorry if there are annoying code, I just wanna learn. Thank you.
  8. I'm waiting to get 1 follower, and almost 3 hours...still witing
  9. Absolutely fu**ing true.
  10. Ohh Go to Safe Mode (this is how to manually enter Safe Mode) then upgrade the Cydia Installer from Cydia itself.
  11. Just update Cydia 1.1.19 from Cydia itself. Open Cydia - Refresh then upgrade Cydia Installer. Works like a charm with no error. Good luck.
×
  • 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