Jump to content

Joka

Senior Member
  • Posts

    16,070
  • Joined

  • Last visited

Everything posted by Joka

  1. Hahahahahaha Everyone, quick, laugh! Let's all boost his confidence. b!tch
  2. "might include" yet you just said you found autowin. Don't lie mate, pls.
  3. The games LocaliApStore works on..
  4. It works for the games LocaliApStore works on lol. Won't work for Shadow game or any of those lol.
  5. Yeah figured that literally right now I'll try it.
  6. So I just effed my iPhone up and was wondering, how can I remove a Flex patch without the use of the phone? I can still access /var etc. and use PuTTy.
  7. Have you ever tried to compile a tweak with a class such as: KIK.Settings or Runkeeper.RKAccount And receive an error such as "cannot use dot operator on a type"? Well, here's how you can fix it. In your tweak.xm, it should look something like this: %hook Account // This is the name you'd like to give the class. This could be 'Settings', 'Coins', 'Premium', whatever you like. I'll use "Account" for the sake of this tutorial. -(bool)isPremium { return TRUE; } %end %ctor { %init(Account = objc_getClass("Runkeeper.RKAccount")); // The "Account" should be the name you called your class above. The "Runkeeper.RKAccount" should be the actual class name itself. So the class name for example could be "Runkeeper.RKAccount" or whatever class you are trying to hack. } Now when you go ahead and compile, you shouldn't receive any errors concerning the class you've added! Credits: @AnotherLurker (All credits go this guy) @Joka (Writing out this tutorial)
  8. Try it Added sexy looking version!
  9. Enable the tweak, Respring then test.
×
  • 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