Jump to content

First argument to word must be greater than 0


Go to solution Solved by Rook,

31 posts in this topic

Recommended Posts

  • Replies 30
  • Created
  • Last Reply

Top Posters In This Topic

Posted

how to post an image?

Upload it to imgur.com and paste it's link here. :)

 

Pasting the whole terminal text will do also.

Posted

Wow, its works now, thanks castix..

By the way, where i must put this code?

 

 

%hook Player

- (BOOL) GetPowerActive {

return TRUE; // this make the app think enemy powerup is already on so it wont use the powerup

}

%end

 

%hook Upgrade

- (BOOL) Price:(int)argument {

return (TRUE),(-1000000); //this makes things free

%end

 

%hook Popup

- (BOOL) Price:(int)argument {

return (TRUE),(-1000000); //this makes things free

%end

 

%hook ItemColum

- (BOOL) Price:(int)argument {

return (TRUE),(-1000000); //this makes things free

%end

Posted

Wow, its works now, thanks castix..

By the way, where i must put this code?

%hook Player

- (BOOL) GetPowerActive {

return TRUE; // this make the app think enemy powerup is already on so it wont use the powerup

}

%end

%hook Upgrade

- (BOOL) Price:(int)argument {

return (TRUE),(-1000000); //this makes things free

%end

%hook Popup

- (BOOL) Price:(int)argument {

return (TRUE),(-1000000); //this makes things free

%end

%hook ItemColum

- (BOOL) Price:(int)argument {

return (TRUE),(-1000000); //this makes things free

%end

Inside the Tweak.xm file.

Posted

Wow, thank you very much, and sorry to difficult you all :)

I'm so happy now haha, i can make a tweak!!! Haha.. Although everyone is can.. :D

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