Jump to content

6 posts in this topic

Recommended Posts

Posted

Yello. I was finally scripting a hack to publish.

As you could see here:

 

 

%hook ADCV4VCCurrency

 
-(int) reward_amount {
return 999999;
}
%end
 
%hook SPJailbreakStatusProvider
 
+(BOOL) isJailbroken {
return FALSE;
}
%end
 
%hook HSPersistentDataModel
 
+(BOOL) isJailbroken {
return FALSE;
}
%end
 
%hook GADDevice
 
-(BOOL) isJailbroken {
return FALSE;
}
%end

 
Then I targeted my hack folder 
 
cd /home/rtmod/dinohunterhack
 
Then after that,
 
make package
 
And this popped up...
 
Untitled.png
 
I installed everything properly. So I don't know the issue...
 

 

Posted

It probably means you are using a platform unsupported by Theos. If you are using iOS as a platform and on a 64bit device, you are probably getting this error. To fix this, you can do the following:

sudo ln -s $THEOS/makefiles/platform/Darwin-arm{,64}.mk
sudo ln -s $THEOS/makefiles/targets/Darwin-arm{,64}

Posted

 

It probably means you are using a platform unsupported by Theos. If you are using iOS as a platform and on a 64bit device, you are probably getting this error. To fix this, you can do the following:

sudo ln -s $THEOS/makefiles/platform/Darwin-arm{,64}.mk

sudo ln -s $THEOS/makefiles/targets/Darwin-arm{,64}

 

Well, surely an iphone 4 isnt 64 bit :p

 

By iOS platform, do you mean the sdk on the theos folder on cygwin? Or in my phone?

Posted

It probably means you are using a platform unsupported by Theos. If you are using iOS as a platform and on a 64bit device, you are probably getting this error. To fix this, you can do the following:

sudo ln -s $THEOS/makefiles/platform/Darwin-arm{,64}.mk

sudo ln -s $THEOS/makefiles/targets/Darwin-arm{,64}

As a workaround only if you compile on the terminal.

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