Jump to content

The Right Code?


Go to solution Solved by Elite Haxor,

13 posts in this topic

Recommended Posts

Posted (edited)

Hello guys

 

i have a few problems with coding and making a patcher, if anyone can help i would appreciate it! 

 

 

 

 

1M4PjNg.png

 

 

Updated by Amuyea
Posted

i deleted the whole pucheats file i will start over again witht he iosgods patcher 

if i use this i will need a tweak.xm right?

Yes the tweak.xm is where your hacks go the template will just put it in a patcher form

Posted

Do this:

 

 

%hook UserStats
- (int) coins {
    int hack = INT_MAX - 1
    return hack;
}
 
- (int) spent {
    return 0;
}
 
- (void) setLevel:(int)arg1 {
    %orig(1000);
}
%end
Posted

 

Do this:

%hook UserStats
- (int) coins {
    int hack = INT_MAX - 1
    return hack;
}
 
- (int) spent {
    return 0;
}
 
- (void) setLevel:(int)arg1 {
    %orig(1000);
}
%end

thankyou bro

Posted

Yes the tweak.xm is where your hacks go the template will just put it in a patcher form

do you have teamvieuwer?

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