Jump to content

16 posts in this topic

Recommended Posts

Posted

Why are you making cheats that are visual :unsure: everybody knows only the guideline can be extended in 8 Ball Pool

Posted
13 minutes ago, castix said:

Why are you making cheats that are visual :unsure: everybody knows only the guideline can be extended in 8 Ball Pool

I am using this as an example :facepalm: 

Posted
%hook UserInfo
-(int)getCuePower:(int) arg1 {
arg1 = 1000;
return 1000;
}
%end

 

make sure you include which arg number if my function uses 2 arguments i can easily say 

%hook Whatever
-(int)coins:(int)arg1 -(long long)getCuePower:(long long)arg2 {
arg1 = 1000;
arg2 = 1000;
return 1000;
}
%end

//if i want to assign 2 arguments really simple

But the second example doesn't matter it only a tip ::-)

Posted
On 8/10/2017 at 0:19 AM, xoxoqtpai said:

%hook UserInfo
-(int)getCuePower:(int) arg1 {
arg1 = 1000;
return 1000;
}
%end

 

make sure you include which arg number if my function uses 2 arguments i can easily say 


%hook Whatever
-(int)coins:(int)arg1 -(long long)getCuePower:(long long)arg2 {
arg1 = 1000;
arg2 = 1000;
return 1000;
}
%end

//if i want to assign 2 arguments really simple

But the second example doesn't matter it only a tip ::-)

Oh ok , what if we want the arg to be pass through only ?

Posted
2 minutes ago, TheArmQueen said:

Oh ok , what if we want the arg to be pass through only ?

Then you just don't put a return, I think..

Haven't done iOS hacks in a longgggg time.

Posted
Just now, Joka said:

Then you just don't put a return, I think..

Haven't done iOS hacks in a longgggg time.

no i meant , the arg1 and arg2 to be pass through 

lemme take screenshot

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