Last active
July 25, 2016 12:55
-
-
Save kopiro/32b3c3ce879319df2a9007460db185dd to your computer and use it in GitHub Desktop.
Hack Facebook Messnger iOS Soccer Game
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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