Jump to content

Theos error 2


Go to solution Solved by Amuyea,

13 posts in this topic

Recommended Posts

  • Solution
Posted

It's better to make project in lower case "happywheels" than "HappyWheels"

Posted

It's better to make project in lower case "happywheels" than "HappyWheels"

Thanks, now it worked but i think it doesn't change anything...Or maybe i just NULL'ed the wrong thing?!

Thanks, now it worked but i think it doesn't change anything...Or maybe i just NULL'ed the wrong thing?!

Can you please give me some "tipps" what i have to search in flex 2 to make for ex. A wallhack ?
Posted

Thanks, now it worked but i think it doesn't change anything...Or maybe i just NULL'ed the wrong thing?!Can you please give me some "tipps" what i have to search in flex 2 to make for ex. A wallhack ?

What was the tweak.xm?

Posted

#import <Foundation/Foundation.h>

#import <substrate.h>

%hook Segway

-(void) die {

}

%end

Try

%hook Segway

-(void)die {

return null; // this can be null, nil

}

%end

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