Jump to content

Joka

Senior Member
  • Posts

    16,070
  • Joined

  • Last visited

Everything posted by Joka

  1. Try this: %hook Gem -(int) gemvalue { return 999; } %end %hook Player - (void) setinvincible:(bool)arg1 { arg1 = TRUE; } -(bool) invincible { return TRUE; } -(bool) toBounce{ return TRUE; } -(bool) onGround{ return TRUE; } %end %hook Water -(bool) isLava{ return FALSE; } - (void) setIsLava:(bool)arg1 { arg1 = FALSE; } %end
  2. What happens when you trying modifying coins on a game? Try downloading Subway Surfers & try using iGG on it.
  3. Currencies can’t be hacked, visual only. Basically nothing in this game can be hacked. Maybe power of a shot or something but that’s unlikely.
×
  • 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