Jump to content

Anybody have a working theos?


Go to solution Solved by ITz_kser,

23 posts in this topic

Recommended Posts

Posted (edited)

%hook Coins

-(int)have {

Return 999;

}

%end

change the Return to return

:turned:

 

also maybe you'll get more errors

take a screenshot for it then post it here ^_^

and if you don't know how upload the pic in imgur then take the Direct link then paste it here or paste it between

[img=Direct Link]

or follow this

http://iosgods.com/topic/15353-readme-how-to-save-terminal-errors-to-an-output-file/

^_^:D:turned:

Updated by ITz_kser
Posted

%hook Coins

-(int)have {

Return 999;

}

%end

Show us a screenshot in FLEX. You're doing it wrong.

 

 

Return needs to be "return"
 
%hook class
-(int)function {
return INT_MAX;
}
%end
Posted (edited)

http://imgur.com/gallery/KUdc21e

Them are the errors im receiving ^

Downgrade Darwin CC Tools and LD64.

There are links somehwhere around here for previous versions.

 

Also, there's a tutorial on signing binaries in /usr/bin by somewhere in the tut section.

 

You should be fine after that. :)

Updated by Pro

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