Jump to content

Mocha

Member
  • Posts

    29
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone X
  • iOS Version
    11.3.3
  • Jailbroken
    Yes
  • Rooted
    No
  • Gender
    Male

Recent Profile Visitors

894 profile views

Mocha's Achievements

Newbie

Newbie (1/14)

  • Supporter
  • Pro Supporter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

3

Reputation

  1. //Begin BetternetUser %hook BetternetUser - (void)setIsPremium:(BOOL)arg1 { arg1 = true; %orig(arg1); } - (bool)isPremium { return true; } - (bool)allowedPremium { return true; } %end //Begin CRFLabelUpdater %hook CRFLabelUpdater + (void)setPremiumStage:(int)arg1 { arg1 = 1; %orig(arg1); } %end Still can't get it to work D:
  2. *10 hour bump.
  3. Ayyy, me too. What's up.
  4. App: Betternet VPN //Begin BetternetUser %hook BetternetUser -(void) setIsPremium:(bool) { %orig(TRUE); } -(bool) isPremium { return TRUE; } -(bool) allowedPremium { return TRUE; } %end //Begin CRFLabelUpdater %hook CRFLabelUpdater +(void) setPremiumStage:(int) { %orig(1); } %end Attempted making an MSHook - tested in flex (working) I have no idea why this isn't working and honestly just need some help.
  5. I think he means when he opens the app it crashes his phone. Did you use OTA update instead of restore? Not sure if it actually causes problems - though that's what everyone says
  6. To create an app-specific 1) Go to https://appleid.apple.com and sign into your account. 2) Under Security, press Edit. 3) Find App-Specific Passwords and press generate password. Remember to write it down somewhere because you won't be able to see it again once you click away from it and will need to regenerate a new one
  7. Thanksss ^-^
  8. Hey! It's you! Seriously tho, good to see you again. Well, almost? Threads at least. If not let's just say almost 2 years registered.
  9. I've been inactive for almost 2 years now. My last thread was August 3rd 2014. I registered July 31st. Oops? At least I get a badge for 2 years registered lmao.
  10. Auto touch is pretty great
  11. What's the License key?
  12. Thanks so much bro. Helped me out.
  13. iTunes Bot is probably just @DiDA working hard <3

  14. Yus you should update the public version of MobileTerminal, it's on code.google.com link: https://code.google.com/p/mobileterminal/source/browse/
×
  • 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