I'm looking to mod a game, and I found this function in the dumped headers:
[code]-(void)didCompleteRewardedVideo:(id)video withReward:(int)reward; [/code]
How would I make it so that reward would return 9999999? Also, there is supposed to be a space in "video withReward". Thanks!