Jump to content

11 posts in this topic

Recommended Posts

Posted

I did this with Flex 2 and it works fine, but when i made it into a deb and it won't do what I want it to.

%hook TimeGateManager
-(double)timeLeftOnCountdown {
	return 1;
}
%end

Is there anything that i need to add in order to make this work? :3

 

Posted
- (double)timeLeftOnCountdown {
     return 1.0;
}

I tried it, it compiled, but it does not work :unsure:

Posted

Might u compiled tweak only for armv7 devices. And binary is 32/64 and u have 64 bit device.

what do you mean by that?

Posted

what do you mean by that?

In your Makefile, at the top type "ARCHS = armv7 arm64" and see if it works, if it does not maybe it just means that the method you are hacking is useless :p

Posted (edited)

i put the cracked binary into the app and it works but not what i wanted it to xD i guess flex patch will work only :/


In your Makefile, at the top type "ARCHS = armv7 arm64" and see if it works, if it does not maybe it just means that the method you are hacking is useless :p

let me try

 

And it is not useless -_-

Updated by Amuyea
Posted (edited)

Tried it but it is not working like i wanted it to

 

i will try it again later maybe thats reason :3

Updated by Amuyea
Posted (edited)

I did this with Flex 2 and it works fine, but when i made it into a deb and it won't do what I want it to.

%hook TimeGateManager
-(double)timeLeftOnCountdown {
	return 1;
}
%end

Is there anything that i need to add in order to make this work? :3

%hook TimeGateManager
- (DOUBLE)timeLeftOnCountdown {
     return 1;
}
%end

Remember the Case Sensitive.. :D

Updated by iSpongebob10
Posted
%hook TimeGateManager
- (DOUBLE)timeLeftOnCountdown {
     return 1;
}
%end

Remember the Case Sensitive.. :D

 

i think it still the same thing :unsure: but let me try

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