Jump to content

18 posts in this topic

Recommended Posts

Posted

Why do you always write fp8? Not all of your functions have arguments. Also to compile this specific tweak you need to go to your theos/include folder and delete/cut QuartzCore.h

Posted

Why do you always write fp8? Not all of your functions have arguments. Also to compile this specific tweak you need to go to your theos/include folder and delete/cut QuartzCore.h

I haven't learned when not to put that it's my second time making a tweak after watching some text TuT so it's kinda hard :(
Posted (edited)

Why do you always write fp8? Not all of your functions have arguments. Also to compile this specific tweak you need to go to your theos/include folder and delete/cut QuartzCore.h

Why does he need to remove QuartzCore exactly?

 

-Edit-

 

Nvm, i get it

Updated by Crypto
Posted
On 12/4/2016 at 4:31 PM, Frank Sinatra said:

%hook DatabaseSecurityAgent

-(BOOL)hasUserStoreBeenTamperedWhith fp8 {

fp8=false;

%orig(fp8);

}

%end

 

this is my second time making a tweak so i guarantee that i've done stuff wrong :(

I could be wrong I'm new too, but couldn't you just skip the fp8 and just type

	-(BOOL)hasUserStoreBeenTamperedWhith
	 {
	return false;
	}
	%end
	

Posted

The problem is the method you're hooking "Transaction"

Posted
25 minutes ago, DiDA said:

The problem is the method you're hooking "Transaction"

Cant i hook "Transaction"?

Posted
Just now, Frank Sinatra said:

Cant i hook "Transaction"?

Yes, but it's conflicting. 

Posted
Just now, DiDA said:

Yes, but it's conflicting. 

any ideas how i can make it so it doesn't conflict? 

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