Jump to content

Flex to tweak successfully built but not working


Go to solution Solved by Oxytyramine,

26 posts in this topic

Recommended Posts

Posted (edited)

Hello! I was just trying to turn an autotouch licanse hack from a flex tweak in to a .deb. no error when compile. but nothing change in autotouch after install.

 

Is it a problem about converting a Flex tweak that was made to patch a tweak in to a tweak?

Or just my code is bad?

Here is my code

#include <substrate.h>

%hook LicenseManager
-(BOOL)validateLicense
{
return TRUE;
}
%end 

please help

 

Updated by DeadGod
  • Replies 25
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Posted

You need AutoTouch's Bundle ID otherwise it won't affect it.

Posted

I use

me.autotouch.autotouch.ios7

Heelppppppp meeeeeeee pleaseeeeee

Is that what you inserted in your filter plist?

Posted

Is that what you inserted in your filter plist?

yes

filter: me.autotouch.autotouch.ios7

Tweak.xm: up there

kill after install:SpringBoard

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