Jump to content

Astronaut

Senior Member
  • Posts

    163
  • Joined

  • Last visited

3 Followers

Profile Information

  • iDevice
    iPhone Xs Max
  • iOS Version
    12.4
  • Jailbroken
    No
  • Rooted
    No
  • Location
    4th Dimension

Recent Profile Visitors

2,407 profile views

Astronaut's Achievements

Newbie

Newbie (1/14)

  • 2 Years In
  • 3 Years In
  • Reacting Well
  • Week One Done
  • One Month Later

Recent Badges

596

Reputation

1

Community Answers

  1. I am trying to enable/disable my tweak in settings but won’t at all. My key is right in Root.plist. This is the code: https://ghostbin.com/paste/ajybx
  2. When compiling my package I'm greeted with this error: Tweak.xm:224:1: error: inline variables are a C++17 extension [-Werror,-Wc++17-extensions] inline int GetPrefInt(@"test") Tweak.xm:224:12: error: cannot initialize a variable of type 'int' with an rvalue of type 'NSString *' inline int GetPrefInt(@"test") ^ ~~~~~~~ Tweak.xm:224:31: error: expected ';' after top level declarator inline int GetPrefInt(@"test") My Tweak.xm inline int GetPrefInt(@"test") { return [[[NSDictionary dictionaryWithContentsOfFile:plistPath] valueForKey:key] intValue]; } %hook AHookedfun -(long long) someLong { return GetPrefInt(@"speed"); } %end
  3. In your case cracking does not mean making a paid app free. You must have the app to crack it or download it cracked from somewhere else.
  4. I’m not really sure but I think there’s a message that says Dida has to approve it.
  5. This. I put the template in my templates folder in Theos.
  6. I get an error whilst compiling my project that’s using the PFHeader template. Link to error pasted here since I’m on mobile. https://paste.ofcode.org/5TCyUumxRKEPc6Ebm8cKxR
×
  • 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