Jump to content

4 posts in this topic

Recommended Posts

Posted

Hey guys. Since I can’t get Flex to process the system library I need to make the tweak; I had to do it in Supercharge and it works but now I want to make this tweak into a Theos Tweak.

This is the code SuperCharge gives me for the tweak.

 

hookClass("SKPaymentTransaction", {}, {
  "q16@0:8-transactionState": function q1608TransactionState() {
    orig(arguments);
    return 1;
  }
});
 

And here is the screenshot to the tweak

https://postimg.cc/30THpvVL

 

Posted
5 hours ago, VaaR said:

Check these out 

 

Thanks.

I do have Theos setup in Linux and I'm able to make deb packages there. I was wondering if there was an easy way to translate the Supercharge Tweaks to Theos Tweaks as Flex fails to process the app I want. Anyways I think the Tweak I need to make translates to this if I'm not mistaken.

 

%hook SKPaymentTransaction
-(long long)transactionState {
 return 1;
}
%end

Posted
6 hours ago, saulin said:

Thanks.

I do have Theos setup in Linux and I'm able to make deb packages there. I was wondering if there was an easy way to translate the Supercharge Tweaks to Theos Tweaks as Flex fails to process the app I want. Anyways I think the Tweak I need to make translates to this if I'm not mistaken.

 

%hook SKPaymentTransaction
-(long long)transactionState {
 return 1;
}
%end

I thinks that’s right it’s been awhile since I’ve done this.

There’s a tweak flextotheos I believe that converts it automatically but I don’t think there exists one for supercharge

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • 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