Jump to content

heinekenpsx

Senior Member
  • Posts

    231
  • Joined

  • Last visited

Everything posted by heinekenpsx

  1. Lol
  2. This is my flex patch And this code is my tweak.xm content %hook User -(bool)powerUser { return true; } -(void)setPowerUser:(bool)arg1 { arg1 = true; %orig(arg1); } %end %hook GADDevice -(bool)jailbroken { return false; } %endI compiled and installed successful (already respring), but it not effective
  3. Thanks, will try
  4. I'm a beginner of Theos. I want make a tweak (deb) by convert from Flex What is content in my Tweak.xm ? Thanks Sorry for my bad English
  5. SDK for ios 9.3 only 5,48mb ??
  6. Tks
×
  • 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