Jump to content

16 posts in this topic

Recommended Posts

Posted (edited)

Here's my issue with making packages on Theos.

0kdu9WE.png

Needed to change 1 filename from 'arm' to 'arm64'.

Other error below.

Also does anyone know how to get rid of the transparent status bar in MTerminal as in the image?

Updated by AUSSIE G4M3R
Posted (edited)
35 minutes ago, Ted2 said:

See: 

 

Do I need to change this to arm64?

yUDu5Xh.jpg

Edit: Yes I did.

Updated by AUSSIE G4M3R
Posted
Just now, Ted2 said:

Mark solved

Wait

I received these errors when making the package, it may be a error in my tweak.

tdtOjFp.png

Posted
12 minutes ago, AUSSIE G4M3R said:

Wait

I received these errors when making the package, it may be a error in my tweak.

tdtOjFp.png

Do you mind showing your tweak.xm? Or PM me it.

Posted
1 hour ago, Zimon said:

Do you mind showing your tweak.xm? Or PM me it.

Sure. I used Flex Converter to make it.

It may be missing some info.

tAgyMCE.jpg

Posted
1 hour ago, AUSSIE G4M3R said:

Sure. I used Flex Converter to make it.

It may be missing some info.

tAgyMCE.jpg

Do it like this:

 

%hook PromoteViewController

-(void)goBuyViews:(int)arg1 numbercoins:(int)arg2 {
    if(GetPrefBool(@"key1")) {
        return; //returns void to null//
     %orig (arg1, -10); //when return a arg, change the arg to what you wanna return//
    } 
    return %orig;
}

Posted
1 minute ago, Ted2 said:

Do it like this:

 

%hook PromoteViewController

-(void)goBuyViews:(int)arg1 numbercoins:(int)arg2 {
    if(GetPrefBool(@"key1")) {
        return; //returns void to null//
     %orig (arg1, -10); //when return a arg, change the arg to what you wanna return//
    } 
    return %orig;
}

Okay thanks, but don't I wanna change argument 2? numbercoins? instead of the first one.

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