Jump to content

Having Trouble With Theos Or Whatever


Go to solution Solved by --Techarmor--,

37 posts in this topic

Recommended Posts

Posted

Try This:

%hook Ball

-(int)stars{
return 999999;
}

-(void)setStars:(int)argument{
argument = 999999;
}

-(BOOL)shouldEndGame{
return false;
}

-(void)setShouldEndGame:(BOOL)argument{
argument = false;
}

%end

Now what we did is Add argument.

Im sure you have found the difference

you forgot a space between the function/argument and {

^_^

He made a wrong argument :3

at least if he know the line he can see the problem :turned:

  • Replies 36
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Posted

Try This:

%hook Ball

-(int)stars{
return 999999;
}

-(void)setStars:(int)argument{
argument = 999999;
}

-(BOOL)shouldEndGame{
return false;
}

-(void)setShouldEndGame:(BOOL)argument{
argument = false;
}

%end
Now what we did is Add argument.

 

Im sure you have found the difference

Yeah thanks, seemed to work but now there's ANOTHER error, I'm sorry to bug you with all this but I'm a scrub with theos :

 

 

KfdKEEI.jpg

Posted

Yeah thanks, seemed to work but now there's ANOTHER error, I'm sorry to bug you with all this but I'm a scrub with theos :

 

 

KfdKEEI.jpg

Downgrade LD64 and Darwin CC Tools

http://apt.thebigbos...cctools_855.deb

http://apt.thebigbos.../ld64_224.1.deb

 

and follow this:

 

http://iosgods.com/topic/18581-how-to-get-theos-working-on-ios-9-32-bit-only/

isn't that space important?

no.

Posted

Yeah thanks, seemed to work but now there's ANOTHER error, I'm sorry to bug you with all this but I'm a scrub with theos :

 

 

KfdKEEI.jpg

downgrade darwin cc tools and LD64

 

Dude yu can do it with space or no space. :3

idk i didn't test it before but if you add a space the reading (for you) will be easier ^_^

Posted

Okay so I did everything that tutorial told me to do and I installed those debs you provided me, now what?

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