Skip to content

Instantly share code, notes, and snippets.

@kopiro
Last active July 25, 2016 12:55
Show Gist options
  • Save kopiro/32b3c3ce879319df2a9007460db185dd to your computer and use it in GitHub Desktop.
Save kopiro/32b3c3ce879319df2a9007460db185dd to your computer and use it in GitHub Desktop.
Hack Facebook Messnger iOS Soccer Game
@import com.saurik.substrate.MS;
var _setScore_pointer = {};
MS.hookMessage(MNSoccerGame, @selector(_setScore:), function(arg0) {
return _setScore_pointer->call(this, 9009);
}, _setScore_pointer);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment