Jump to content

28 posts in this topic

Recommended Posts

  • Replies 27
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted (edited)

I can't now..

Ok got one :)

 

Open Flex 2 make pou patch and Add units then search "have" then you'll see this

(int)have
add that

The target class is Coins

The target method is

- (int)have
Make a theos project for pou

open tweak.xm

 

And add this

%hook Coins
- (int)have
return (anyamount);
}
%end

Iam really bad English lol

Updated by kenny808
Posted

I can't try now,i don't have Dino..but don't worry I've learned how it work :D

Ok but look at the previous post :D

Posted

 

@ So we can't hack this game?

Ok,we can try Pou :D

 

There is this:

 

-(void) setCoinsAmount:(int)

This is how to put that in the tweak.xm:

 

%hook HEADER

-(void) setCoinsAmount:(int)fp8 {
fp8 = 99999;
%orig(fp8);
}
%end
Guest
This topic is now closed to further replies.
×
  • 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