Looking someone to test this out for me, as I don't have access to a jailbroken idevice
Game: Warbits
Itunes: https://itunes.apple.com/us/app/warbits/id584927317?mt=8 (if you don't want to buy the game, get it in Appcake or Vshare)
Features: The inf booster upgrade (join a multiplayer game with boosters enabled, tap on HQ and buy the inf booster) would give you 1000 charges instead of spending 5
CODE
/* Generated using http://armconverter.com/mshookgenerator */
#import <substrate.h>
#import <Foundation/Foundation.h>
static int INF BOOSTER() {
return -1000;
}
%ctor {
MSHookFunction(MSFindSymbol(NULL, "__"),(int*)INF BOOSTER, NULL);
}
credit me if you make this and slap it in a substrate cydia hack thread