diff --git a/BlockheadsInventoryHack.plist b/BlockheadsInventoryHack.plist new file mode 100644 index 0000000..079adf6 --- /dev/null +++ b/BlockheadsInventoryHack.plist @@ -0,0 +1 @@ +{ Filter = { Bundles = ( "com.majicjungle.blockheads" ); }; } diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f34a516 --- /dev/null +++ b/Makefile @@ -0,0 +1,17 @@ +ARCHS = arm64 armv7 + +include theos/makefiles/common.mk + +TWEAK_NAME = BlockheadsInventoryHack +BlockheadsInventoryHack_FILES = Tweak.xm +BlockheadsInventoryHack_FRAMEWORKS = UIKit +include $(THEOS_MAKE_PATH)/tweak.mk + +BUNDLE_NAME = BlockheadsInventory +BlockheadsInventory_INSTALL_PATH = /Library/MobileSubstrate/DynamicLibraries/ +include $(THEOS)/makefiles/bundle.mk + +after-install:: + install.exec "killall -9 Blockheads; killall -9 Preferences" +SUBPROJECTS += blockheadsinventory +include $(THEOS_MAKE_PATH)/aggregate.mk diff --git a/README b/README new file mode 100644 index 0000000..456abb8 --- /dev/null +++ b/README @@ -0,0 +1,3 @@ +Blockheads In-Game Menu Hack Manager Source + +This project is (c) 2014 - 2015 Gh0stByte of iOSCheaters.com \ No newline at end of file diff --git a/Resources/Button2.png b/Resources/Button2.png new file mode 100644 index 0000000..c959534 Binary files /dev/null and b/Resources/Button2.png differ diff --git a/Resources/Button22.png b/Resources/Button22.png new file mode 100644 index 0000000..7ef57bf Binary files /dev/null and b/Resources/Button22.png differ diff --git a/Resources/Img.png b/Resources/Img.png new file mode 100644 index 0000000..0f70b14 Binary files /dev/null and b/Resources/Img.png differ diff --git a/Resources/button.png b/Resources/button.png new file mode 100644 index 0000000..3de8643 Binary files /dev/null and b/Resources/button.png differ diff --git a/Tweak.xm b/Tweak.xm new file mode 100644 index 0000000..106592a --- /dev/null +++ b/Tweak.xm @@ -0,0 +1,1184 @@ +#import +#import +#include + +#define PLIST_PATH @"/var/mobile/Library/Preferences/BlockheadsInventory.plist" + +inline int GetPrefInt(NSString *key) +{ + return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] intValue]; +} + +inline bool GetPrefBool(NSString *key) +{ + return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; +} + +inline void SetPrefBool(NSString *key, bool value) +{ + NSNumber *obj = [NSNumber numberWithBool:value]; + NSMutableDictionary *dict = [NSMutableDictionary dictionaryWithContentsOfFile:PLIST_PATH]; + [dict setObject:obj forKey:key]; + [dict writeToFile:PLIST_PATH atomically:YES]; +} + +inline void SetPrefInt(NSString *key, int value) +{ + NSNumber *obj = [NSNumber numberWithInt:value]; + NSMutableDictionary *dict = [NSMutableDictionary dictionaryWithContentsOfFile:PLIST_PATH]; + [dict setObject:obj forKey:key]; + [dict writeToFile:PLIST_PATH atomically:YES]; +} + +//Inventory Hack Method Was Here + +NSArray *itemNames = @[@"hand", + @"unknown", + @"flint", + @"sticks", + @"unknown", + @"flint axe", + @"flint spear", + @"flint pickaxe", + @"double time", + @"unknown", + @"time crystal", + @"baskets", + @"embers", + @"charcoal", + @"campfires", + @"flint spades", + @"basic torches", + @"unknown", + @"blockheads", + @"food", + @"apples", + @"mangos", + @"maple seeds", + @"prickly pears", + @"flint machetes", + @"unknown", + @"pine cones ", + @"clay", + @"raw dodo meat", + @"dodo feathers", + @"copper ore", + @"iron ore", + @"stone axes", + @"stone pickaxes", + @"copper ingots", + @"tin ore", + @"tin ingots", + @"bronze ingots", + @"copper spears", + @"tin spades", + @"copper arrows", + @"copper bow and arrows", + @"bronze pickaxes", + @"string", + @"clay jugs", + @"coconuts", + @"oil lanterns ", + @"oil", + @"bronze machetes", + @"bronze swords ", + @"coal", + @"wooden doors", + @"ladders", + @"flax seeds", + @"flax", + @"indian yellow", + @"red ochre", + @"windows", + @"cooked dodo meat", + @"oranges", + @"sunflower seeds", + @"corn", + @"wooden beds", + @"stone spades ", + @"iron ingots", + @"iron pickaxes", + @"iron machetes ", + @"iron swords ", + @"trapdoors ", + @"iron axes", + @"carrots", + @"gold ingots", + @"gold nuggets", + @"carrot on sticks", + @"rubies", + @"emeralds", + @"cherries ", + @"coffee cherries ", + @"green coffee beans", + @"cups", + @"coffe", + @"roasted coffee beans ", + @"linen ", + @"linen pants", + @"linen shirts", + @"sapphires ", + @"amethysts", + @"diamonds", + @"gold spades", + @"gold pickaxes", + @"dodo eggs", + @"steel ingots", + @"steel pickaxes", + @"amethysts pickaxe", + @"sapphire pickaxes", + @"emerald pickaxes", + @"ruby pickaxes", + @"diamond pickaxes", + @"ultramarine blue", + @"carbon black", + @"marble white", + @"tin bucket", + @"paint", + @"paint stripper", + @"bucket of water", + @"pigment", + @"unknown - rainbow?", + @"unknown", + @"emerald green", + @"tyrian purple", + @"boat", + @"chilli", + @"unknown - rainbow pants", + @"unknown - ranbow shirt", + @"linen cap", + @"unknown - rainbow cap", + @"linen brimmed hat", + @"unknown - rainbow hat", + @"copper blue", + @"leather", + @"fur", + @"leather jacket", + @"unknown - rainbow jacket", + @"leather boots", + @"unknown - rainbow boots", + @"fur coat", + @"fur boots", + @"unknown", + @"unknown", + @"leather pants", + @"unknown", + @"unknown - arrow (up)", + @"camera", + @"portal", + @"amethyst portal", + @"saphire portal", + @"emerald portal", + @"ruby portal", + @"diamond portal", + @"sunrise hat of fullness", + @"sunset skirt of happiness", + @"north pole hat of warmth", + @"south pole boots of speed", + @"kelp", + @"amethyst chandelier", + @"saphire chandelier", + @"emerald chandelier", + @"ruby chandelier", + @"diamond chandelier", + @"steel lanterns", + @"raw fish", + @"cooked fish", + @"tin foil", + @"tin foil hat", + @"worm", + @"fishing rod", + @"shark jaw", + @"fish bucket", + @"shark bucket", + @"lime", + @"shelf", + @"teleport here", + @"sign", + @"iron door", + @"iron trapdoor", + @"copper coin", + @"Gold Coin", + @"shop", + @"soft bed", + @"Golden Bed", + @"unknown", + @"unknown - rainbow bed", + @"unknown - gold ^^", + @"black window", + @"magnet", + @"copper boiler", + @"electric motor", + @"copper wore", + @"steam engine", + @"iron pot", + @"fish curry", + @"dodo stew", + @"ice torch", + @"silicon ingot", + @"silicon crystal", + @"silicon wafer", + @"tin armor leggings", + @"tin chest plate", + @"tin helmet", + @"tin boots", + @"iron leggings", + @"iron chest", + @"iron helmet", + @"iron boots", + @"ice legs", + @"ice chest", + @"ice helmet", + @"ice boots", + @"rail", + @"train station", + @"pig iron", + @"crushed limestone", + @"train wheel", + @"rail handcar", + @"steam locomotive", + @"freight car", + @"display cabinet", + @"passenger car", + @"crowbar", + @"Trade Portal", + @"unknown", + @"large s painting", + @"larg l painting", + @"larg p painting", + @"med s painting", + @"med l painting", + @"med s painting", + @"small s painting", + @"small l painting", + @"small p painting", + @"easel", + @"stone column", + @"limestone column", + @"marble column", + @"sandstone column", + @"red marble column", + @"lapis lazuli column", + @"basalt column", + @"stone stairs", + @"limestone stairs", + @"marble stairs", + @"sandstone stairs", + @"red merble stairs", + @"lapis lazuli stairs", + @"basalt stairs", + @"copper column", + @"tin column", + @"bronze column", + @"iron column", + @"steel column", + @"gold column", + @"wood column", + @"brick column", + @"ice column", + @"copper stairs", + @"tin stairs", + @"bronze stairs", + @"iron stairs", + @"steel stairs", + @"gold stairs", + @"wood stairs", + @"brick stairs", + @"ice stairs", + @"steel downlight", + @"poison", + @"unknown - arrow", + @"gold bow & arrow", + @"steel uplight", + @"world credit", + @"Platinum Coins", + @"platinum nugget", + @"platinum ingot", + @"platinum stairs", + @"platinum column", + @"glass stairs", + @"glass column", + @"black glass stairs", + @"black glass column", + @"Fuel", + @"refinery", + @"epoxy", + @"raw resin", + @"carbon fibers", + @"carbonf sheet", + @"carbonf wing", + @"jetpack chassis", + @"jet engine", + @"JETPACK", + @"titanium ore", + @"titanium ingot", + @"titanium stairs", + @"titanium column", + @"carbonf stairs", + @"carbonf column", + @"titanium pickaxes", + @"titanium sword", + @"titanium leggings", + @"titanium chest", + @"titanium helmet", + @"titanium boots", + @"carbonf leggings", + @"carbonf chest", + @"carbonf helmet", + @"carbonf boots", + @"vine", + @"tulip bulb", + @"tulip seed", + @"unknown - coins", + @"random ore", + @"electric sluice", + @"ownership signs", + @"Made by Gh0stByte"]; + + + +UIViewController *mainViewController; +UIButton *enableMenu; +UIView *view2; +UIView *selectionView; +UIStepper* stepper; +UIButton *button2; +UIButton *button3; +UIButton *button4; +UISwitch *mySwitch; +UITapGestureRecognizer *tapImageRecognizer; +UIScrollView *scrollview; + +UILabel * label; +UILabel *label2; + + +bool ini = false; +bool show = false; + +@interface EvolutionAppDelegate : NSObject +@end + + + +int sx = GetPrefInt(@"kX"); +int sy = GetPrefInt(@"kY"); + + +#define kBundlePath @"/Library/MobileSubstrate/DynamicLibraries/BlockheadsInventory.bundle" + +NSBundle *bundle = [[NSBundle alloc] initWithPath:kBundlePath]; +NSString *someImage = [bundle pathForResource:@"Background" ofType:@"png"]; + +bool isServer = false; + + +//Switches +UISwitch *crystalSwitch; +UISwitch *coinSwitch; +UISwitch *speedSwitch; +UISwitch *doubleSwitch; +UISwitch *sleepSwitch; +UISwitch *meditateSwitch; +UISwitch *viewSwitch; +UISwitch *solarSwitch; +UISwitch *teleportSwitch; +UISwitch *hdSwitch; +UISwitch *levelSwitch; +UISwitch *immortalSwitch; +UISwitch *jetpackSwitch; + + +UITableView *tableView; +UISearchBar *searchBar; +UISearchDisplayController *searchDC; + + +NSString *version = @"1.6.2"; +NSString *currentVersion; +NSString *features = [NSString stringWithContentsOfURL: + [NSURL URLWithString:@"http://idroidcheats.net/iOS/blockheadsChangelog"] + encoding:NSUTF8StringEncoding error:nil]; + +%hook EvolutionAppDelegate +-(void)applicationDidBecomeActive:(id)arg1 +{ + NSString *config = [NSString stringWithContentsOfURL: + [NSURL URLWithString:@"http://idroidcheats.net/iOS/blockheads.txt"] + encoding:NSUTF8StringEncoding error:nil]; + for (NSString *line in [config componentsSeparatedByCharactersInSet:[NSCharacterSet newlineCharacterSet]]) + { + if([line rangeOfString:@"currentVersion="].location != NSNotFound) + { + currentVersion = [line stringByReplacingOccurrencesOfString:@"currentVersion=" withString:@""]; + } + } + + if(![currentVersion isEqualToString:version]) + { + NSString *message2 = [NSString stringWithFormat:@"There is a new update available!\n\nChangelog:\n%@",features]; + + UIAlertView *a = [[UIAlertView alloc] initWithTitle:@"Update Available" message:message2 delegate: self cancelButtonTitle:@"OK" otherButtonTitles:@"Update", nil]; [a show]; [a release]; + } + + %orig; + if(!ini && GetPrefBool(@"kBOn")) + { + mainViewController = MSHookIvar(self, "_viewController"); + + view2 = [[[UIView alloc] initWithFrame:CGRectMake(/*50, 50, 200, 150*/sx, sy, 0, 0)] autorelease]; + //[view2 setBackgroundColor:[UIColor blackColor]]; + //[view2 setBackgroundColor:[UIColor colorWithPatternImage:]; + [mainViewController.view addSubview:view2]; + view2.layer.cornerRadius = 5; + view2.layer.masksToBounds = YES; + [view2 setBackgroundColor:[UIColor colorWithPatternImage:[UIImage imageWithContentsOfFile:[[[NSBundle alloc] initWithPath:kBundlePath] pathForResource:@"Img" ofType:@"png"]]]]; + + selectionView = [[[UIView alloc] initWithFrame:CGRectMake(/*50, 50, 200, 150*/sx, sy, 0, 0)] autorelease]; + [selectionView setBackgroundColor:[UIColor blackColor]]; + [mainViewController.view addSubview:selectionView]; + selectionView.layer.cornerRadius = 5; + selectionView.layer.masksToBounds = YES; + + scrollview=[[UIScrollView alloc]initWithFrame:CGRectMake(0, 2, 164, 191-32)]; + scrollview.showsVerticalScrollIndicator=YES; + scrollview.scrollEnabled=YES; + scrollview.userInteractionEnabled=YES; + scrollview.backgroundColor = [UIColor clearColor]; + [scrollview setContentSize:CGSizeMake(scrollview.bounds.size.width,490)]; + [view2 addSubview:scrollview]; + + + tableView = [[[UITableView alloc] initWithFrame:CGRectMake(0, 0+30,250,360) style:UITableViewStyleGrouped] autorelease]; + tableView.dataSource = self; + tableView.delegate = self; + [selectionView addSubview:tableView]; + + + + if(GetPrefBool(@"kSearch")) + { + searchBar = [[[UISearchBar alloc] initWithFrame:CGRectMake(0.0f, 0.0f, 320.0f, 44.0f)] autorelease]; + searchBar.autocorrectionType = UITextAutocorrectionTypeNo; + searchBar.autocapitalizationType = UITextAutocapitalizationTypeNone; + searchBar.keyboardType = UIKeyboardTypeAlphabet; + searchBar.delegate = self; + tableView.tableHeaderView = searchBar; + + // Create the search display controller + searchDC = [[[UISearchDisplayController alloc] initWithSearchBar:searchBar contentsController:mainViewController] autorelease]; + searchDC.searchResultsDataSource = self; + searchDC.searchResultsDelegate = self; + + } + + + tapImageRecognizer = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(dismissPopUp)]; + [mainViewController.view addGestureRecognizer:tapImageRecognizer]; + tapImageRecognizer.enabled = NO; + + + mySwitch = [[UISwitch alloc] initWithFrame:CGRectMake(10, 10, 0, 0)]; + [mySwitch addTarget:self action:@selector(changeState) forControlEvents:UIControlEventValueChanged]; + [scrollview addSubview:mySwitch]; + label = [[UILabel alloc] initWithFrame:CGRectMake(75, 15, 100, 20)]; + label.backgroundColor = [UIColor clearColor]; + label.textAlignment = UITextAlignmentCenter; // UITextAlignmentCenter, UITextAlignmentLeft + label.textColor=[UIColor whiteColor]; + label.text = @"Inventory"; + [scrollview addSubview:label]; + + + crystalSwitch = [[UISwitch alloc] initWithFrame:CGRectMake(10, 90, 0, 0)]; + [crystalSwitch addTarget:self action:@selector(enableCrystal) forControlEvents:UIControlEventValueChanged]; + [scrollview addSubview:crystalSwitch]; + UILabel *crystallabel = [[UILabel alloc] initWithFrame:CGRectMake(90, 95, 100, 20)]; + crystallabel.backgroundColor = [UIColor clearColor]; + crystallabel.textAlignment = UITextAlignmentLeft; // UITextAlignmentCenter, UITextAlignmentLeft + crystallabel.textColor=[UIColor whiteColor]; + crystallabel.text = @"Crystals"; + [scrollview addSubview:crystallabel]; + + coinSwitch = [[UISwitch alloc] initWithFrame:CGRectMake(10, 120, 0, 0)]; + [coinSwitch addTarget:self action:@selector(enableCoins) forControlEvents:UIControlEventValueChanged]; + [scrollview addSubview:coinSwitch]; + UILabel *coinlabel = [[UILabel alloc] initWithFrame:CGRectMake(90, 125, 100, 20)]; + coinlabel.backgroundColor = [UIColor clearColor]; + coinlabel.textAlignment = UITextAlignmentLeft; // UITextAlignmentCenter, UITextAlignmentLeft + coinlabel.textColor=[UIColor whiteColor]; + coinlabel.text = @"Coins"; + [scrollview addSubview:coinlabel]; + + speedSwitch = [[UISwitch alloc] initWithFrame:CGRectMake(10, 150, 0, 0)]; + [speedSwitch addTarget:self action:@selector(enableSpeed) forControlEvents:UIControlEventValueChanged]; + [scrollview addSubview:speedSwitch]; + UILabel *speedlabel = [[UILabel alloc] initWithFrame:CGRectMake(90, 155, 100, 20)]; + speedlabel.backgroundColor = [UIColor clearColor]; + speedlabel.textAlignment = UITextAlignmentLeft; // UITextAlignmentCenter, UITextAlignmentLeft + speedlabel.textColor=[UIColor whiteColor]; + speedlabel.text = @"Speed"; + [scrollview addSubview:speedlabel]; + + doubleSwitch = [[UISwitch alloc] initWithFrame:CGRectMake(10, 180, 0, 0)]; + [doubleSwitch addTarget:self action:@selector(enableDouble) forControlEvents:UIControlEventValueChanged]; + [scrollview addSubview:doubleSwitch]; + UILabel *doublelabel = [[UILabel alloc] initWithFrame:CGRectMake(90, 185, 100, 20)]; + doublelabel.backgroundColor = [UIColor clearColor]; + doublelabel.textAlignment = UITextAlignmentLeft; // UITextAlignmentCenter, UITextAlignmentLeft + doublelabel.textColor=[UIColor whiteColor]; + doublelabel.text = @"Double T"; + [scrollview addSubview:doublelabel]; + + sleepSwitch = [[UISwitch alloc] initWithFrame:CGRectMake(10, 210, 0, 0)]; + [sleepSwitch addTarget:self action:@selector(enableSleep) forControlEvents:UIControlEventValueChanged]; + [scrollview addSubview:sleepSwitch]; + UILabel *sleeplabel = [[UILabel alloc] initWithFrame:CGRectMake(90, 215, 100, 20)]; + sleeplabel.backgroundColor = [UIColor clearColor]; + sleeplabel.textAlignment = UITextAlignmentLeft; // UITextAlignmentCenter, UITextAlignmentLeft + sleeplabel.textColor=[UIColor whiteColor]; + sleeplabel.text = @"CanSleep"; + [scrollview addSubview:sleeplabel]; + + meditateSwitch = [[UISwitch alloc] initWithFrame:CGRectMake(10, 240, 0, 0)]; + [meditateSwitch addTarget:self action:@selector(enableMeditate) forControlEvents:UIControlEventValueChanged]; + [scrollview addSubview:meditateSwitch]; + UILabel *meditatelabel = [[UILabel alloc] initWithFrame:CGRectMake(90, 245, 100, 20)]; + meditatelabel.backgroundColor = [UIColor clearColor]; + meditatelabel.textAlignment = UITextAlignmentLeft; // UITextAlignmentCenter, UITextAlignmentLeft + meditatelabel.textColor=[UIColor whiteColor]; + meditatelabel.text = @"Meditate"; + [scrollview addSubview:meditatelabel]; + + viewSwitch = [[UISwitch alloc] initWithFrame:CGRectMake(10, 270, 0, 0)]; + [viewSwitch addTarget:self action:@selector(enableView) forControlEvents:UIControlEventValueChanged]; + [scrollview addSubview:viewSwitch]; + UILabel *viewlabel = [[UILabel alloc] initWithFrame:CGRectMake(90, 275, 100, 20)]; + viewlabel.backgroundColor = [UIColor clearColor]; + viewlabel.textAlignment = UITextAlignmentLeft; // UITextAlignmentCenter, UITextAlignmentLeft + viewlabel.textColor=[UIColor whiteColor]; + viewlabel.text = @"ViewHak"; + [scrollview addSubview:viewlabel]; + + solarSwitch = [[UISwitch alloc] initWithFrame:CGRectMake(10, 300, 0, 0)]; + [solarSwitch addTarget:self action:@selector(enableSolar) forControlEvents:UIControlEventValueChanged]; + [scrollview addSubview:solarSwitch]; + UILabel *solarlabel = [[UILabel alloc] initWithFrame:CGRectMake(90, 305, 100, 20)]; + solarlabel.backgroundColor = [UIColor clearColor]; + solarlabel.textAlignment = UITextAlignmentLeft; // UITextAlignmentCenter, UITextAlignmentLeft + solarlabel.textColor=[UIColor whiteColor]; + solarlabel.text = @"Solar Hak"; + [scrollview addSubview:solarlabel]; + + teleportSwitch = [[UISwitch alloc] initWithFrame:CGRectMake(10, 330, 0, 0)]; + [teleportSwitch addTarget:self action:@selector(enableTeleport) forControlEvents:UIControlEventValueChanged]; + [scrollview addSubview:teleportSwitch]; + UILabel *teleportlabel = [[UILabel alloc] initWithFrame:CGRectMake(90, 335, 100, 20)]; + teleportlabel.backgroundColor = [UIColor clearColor]; + teleportlabel.textAlignment = UITextAlignmentLeft; // UITextAlignmentCenter, UITextAlignmentLeft + teleportlabel.textColor=[UIColor whiteColor]; + teleportlabel.text = @"Teleport"; + [scrollview addSubview:teleportlabel]; + + hdSwitch = [[UISwitch alloc] initWithFrame:CGRectMake(10, 360, 0, 0)]; + [hdSwitch addTarget:self action:@selector(enableHD) forControlEvents:UIControlEventValueChanged]; + [scrollview addSubview:hdSwitch]; + UILabel *hdlabel = [[UILabel alloc] initWithFrame:CGRectMake(90, 365, 100, 20)]; + hdlabel.backgroundColor = [UIColor clearColor]; + hdlabel.textAlignment = UITextAlignmentLeft; // UITextAlignmentCenter, UITextAlignmentLeft + hdlabel.textColor=[UIColor whiteColor]; + hdlabel.text = @"Textures"; + [scrollview addSubview:hdlabel]; + + levelSwitch = [[UISwitch alloc] initWithFrame:CGRectMake(10, 390, 0, 0)]; + [levelSwitch addTarget:self action:@selector(enableLevel) forControlEvents:UIControlEventValueChanged]; + [scrollview addSubview:levelSwitch]; + UILabel *levellabel = [[UILabel alloc] initWithFrame:CGRectMake(90, 395, 100, 20)]; + levellabel.backgroundColor = [UIColor clearColor]; + levellabel.textAlignment = UITextAlignmentLeft; // UITextAlignmentCenter, UITextAlignmentLeft + levellabel.textColor=[UIColor whiteColor]; + levellabel.text = @"LevelHak"; + [scrollview addSubview:levellabel]; + + immortalSwitch = [[UISwitch alloc] initWithFrame:CGRectMake(10, 420, 0, 0)]; + [immortalSwitch addTarget:self action:@selector(enableImmortal) forControlEvents:UIControlEventValueChanged]; + [scrollview addSubview:immortalSwitch]; + UILabel *immortallabel = [[UILabel alloc] initWithFrame:CGRectMake(90, 425, 100, 20)]; + immortallabel.backgroundColor = [UIColor clearColor]; + immortallabel.textAlignment = UITextAlignmentLeft; // UITextAlignmentCenter, UITextAlignmentLeft + immortallabel.textColor=[UIColor whiteColor]; + immortallabel.text = @"Immortal"; + [scrollview addSubview:immortallabel]; + + jetpackSwitch = [[UISwitch alloc] initWithFrame:CGRectMake(10, 450, 0, 0)]; + [jetpackSwitch addTarget:self action:@selector(enableJetpack) forControlEvents:UIControlEventValueChanged]; + [scrollview addSubview:jetpackSwitch]; + UILabel *jetpacklabel = [[UILabel alloc] initWithFrame:CGRectMake(90, 455, 100, 20)]; + jetpacklabel.backgroundColor = [UIColor clearColor]; + jetpacklabel.textAlignment = UITextAlignmentLeft; // UITextAlignmentCenter, UITextAlignmentLeft + jetpacklabel.textColor=[UIColor whiteColor]; + jetpacklabel.text = @"Jet Fuel"; + [scrollview addSubview:jetpacklabel]; + + label2 = [[UILabel alloc] initWithFrame:CGRectMake(30, 110, 80, 20)]; + label2.backgroundColor = [UIColor clearColor]; + label2.textAlignment = UITextAlignmentCenter; // UITextAlignmentCenter, UITextAlignmentLeft + label2.textColor=[UIColor whiteColor]; + NSString *nsd = [NSString stringWithFormat:@"id: %d", GetPrefInt(@"kItems")]; + label2.text = nsd; + + enableMenu = [UIButton buttonWithType:UIButtonTypeCustom]; + [enableMenu setFrame: CGRectMake(sx, sy, 40, 40)]; + [enableMenu addTarget:self action:@selector(showMenu) forControlEvents:UIControlEventTouchUpInside]; + [mainViewController.view addSubview:enableMenu]; + UIImage *newButtonImage = [UIImage imageWithContentsOfFile:[[[NSBundle alloc] initWithPath:kBundlePath] pathForResource:@"Button22" ofType:@"png"]]; + //Create image object from bundle. Name must include filetype; is case sensetive. + [enableMenu setImage:newButtonImage forState:UIControlStateNormal]; + [enableMenu setTitle:@"M" forState:UIControlStateNormal]; + + + button2 = [UIButton buttonWithType:UIButtonTypeSystem]; + [button2 setFrame: CGRectMake(sx, sy+80, 50, 30)]; + [button2 addTarget:self action:@selector(changeDown) forControlEvents:UIControlEventTouchUpInside]; + //[view2 addSubview:button2]; + [button2 setTitle:@"-" forState:UIControlStateNormal]; + + button3 = [UIButton buttonWithType:UIButtonTypeSystem]; + [button3 setFrame: CGRectMake(sx + 50, sy+80, 50, 30)]; + [button3 addTarget:self action:@selector(changeUp) forControlEvents:UIControlEventTouchUpInside]; + //[view2 addSubview:button3]; + [button3 setTitle:@"+" forState:UIControlStateNormal]; + + + + button4 = [UIButton buttonWithType:UIButtonTypeSystem]; + [button4 setFrame: CGRectMake(10, 50, 100, 30)]; + [button4 addTarget:self action:@selector(showSelection) forControlEvents:UIControlEventTouchUpInside]; + [scrollview addSubview:button4]; + [button4 setTitle:@"Select Item" forState:UIControlStateNormal]; + + + + UILabel *label3 = [[UILabel alloc] initWithFrame:CGRectMake(10, 5, 100, 20)]; + label3.backgroundColor = [UIColor clearColor]; + label3.textAlignment = UITextAlignmentCenter; // UITextAlignmentCenter, UITextAlignmentLeft + label3.textColor=[UIColor whiteColor]; + label3.text = @"Select Item"; + [selectionView addSubview:label3]; + ini = true; + } + if(GetPrefBool(@"kOn")) + { + [mySwitch setOn:YES animated:NO]; + } + else{ + [mySwitch setOn:NO animated:NO]; + } + if(GetPrefBool(@"kCrystalsBool")) + { + [crystalSwitch setOn:YES animated:NO]; + } + else{ + [crystalSwitch setOn:NO animated:NO]; + } + if(GetPrefBool(@"kCoins")) + { + [coinSwitch setOn:YES animated:NO]; + } + else{ + [coinSwitch setOn:NO animated:NO]; + } + if(GetPrefBool(@"kSpeed")) + { + [speedSwitch setOn:YES animated:NO]; + } + else{ + [speedSwitch setOn:NO animated:NO]; + } + if(GetPrefBool(@"kDoubleTime")) + { + [doubleSwitch setOn:YES animated:NO]; + } + else{ + [doubleSwitch setOn:NO animated:NO]; + } + if(GetPrefBool(@"kSleep")) + { + [sleepSwitch setOn:YES animated:NO]; + } + else{ + [sleepSwitch setOn:NO animated:NO]; + } + if(GetPrefBool(@"kMeditate")) + { + [meditateSwitch setOn:YES animated:NO]; + } + else{ + [meditateSwitch setOn:NO animated:NO]; + } + if(GetPrefBool(@"kView")) + { + [viewSwitch setOn:YES animated:NO]; + } + else{ + [viewSwitch setOn:NO animated:NO]; + } + if(GetPrefBool(@"kSolar")) + { + [solarSwitch setOn:YES animated:NO]; + } + else{ + [solarSwitch setOn:NO animated:NO]; + } + if(GetPrefBool(@"kTeleport")) + { + [teleportSwitch setOn:YES animated:NO]; + } + else{ + [teleportSwitch setOn:NO animated:NO]; + } + if(GetPrefBool(@"kHD")) + { + [hdSwitch setOn:YES animated:NO]; + } + else{ + [hdSwitch setOn:NO animated:NO]; + } + if(GetPrefBool(@"kCraftItems")) + { + [levelSwitch setOn:YES animated:NO]; + } + else{ + [levelSwitch setOn:NO animated:NO]; + } + if(GetPrefBool(@"kDie")) + { + [immortalSwitch setOn:YES animated:NO]; + } + else{ + [immortalSwitch setOn:NO animated:NO]; + } + if(GetPrefBool(@"kJetpack")) + { + [jetpackSwitch setOn:YES animated:NO]; + } + else{ + [jetpackSwitch setOn:NO animated:NO]; + } + if(isServer) + { + [mySwitch setOn:NO animated:YES]; + } + +} + +bool en = false; +bool sh = false; + +%new +-(void)searchBarCancelButtonClicked:(UISearchBar *)searchBar +{ + [tableView reloadData]; + } + +%new +-(void)searchBar:(UISearchBar *)searchBar textDidChange:(NSString *)searchText +{ + //searchTextForSearch = searchText; + for(int i=0; i +#import +#import +#import +#import +@interface BlockheadsInventoryListController: PSListController { +} +@end + +@implementation BlockheadsInventoryListController +bool ty = false; +- (id)init +{ + if(ty) + { + UIAlertView *a = [[UIAlertView alloc] initWithTitle:@"Thank you!" message:@"Thank you for donating! It means a lot to me!\n~Gh0stByte" delegate:nil cancelButtonTitle:@"You're Welcome!" otherButtonTitles:nil]; [a show]; [a release]; + ty = false; + } + self = [super init]; + if(self) + { + if(!((UINavigationItem*)self.navigationItem).rightBarButtonItem) + { + UIBarButtonItem *button = [[UIBarButtonItem alloc] initWithTitle:@"Donate" style:UIBarButtonItemStyleBordered target:self action:@selector(donate)]; + ((UINavigationItem*)self.navigationItem).rightBarButtonItem = button; + [button release]; + } + } + CGRect screenRect = [[UIScreen mainScreen] bounds]; + CGFloat screenWidth = screenRect.size.width; + CGFloat screenHeight = screenRect.size.height; + //Adsense In Patchers + UIWebView *webview=[[UIWebView alloc]initWithFrame:CGRectMake(0, screenHeight -50, screenWidth,screenHeight-100)]; + [self.view addSubview:webview]; + webview.scrollView.scrollEnabled = NO; + webview.scrollView.bounces = NO; + //webview.scalesPageToFit = YES; + NSString *url=@"http://idroidcheats.net/iOS/index.html"; + NSURL *nsurl=[NSURL URLWithString:url]; + NSURLRequest *nsrequest=[NSURLRequest requestWithURL:nsurl]; + [webview loadRequest:nsrequest]; + + return self; +} +- (id)specifiers { + if(_specifiers == nil) { + _specifiers = [[self loadSpecifiersFromPlistName:@"BlockheadsInventory" target:self] retain]; + } + return _specifiers; +} + +-(void)donate{ + [[UIApplication sharedApplication] openURL:[NSURL URLWithString: @"http://bit.ly/Gh0stBytePayPal"]]; + ty = true; +} +-(void)iOSCheaters +{ + [[UIApplication sharedApplication] openURL:[NSURL URLWithString: @"http://iOSCheaters.com"]]; +} +-(void)respring +{ + system("killall SpringBoard"); +} +@end + +@interface HackSettingsListController : PSListController {} +@end +@implementation HackSettingsListController +@end +@interface Hack2SettingsListController : PSListController {} +@end +@implementation Hack2SettingsListController +@end +@interface ToggleSettingsListController : PSListController {} +@end +@implementation ToggleSettingsListController +@end +@interface CreditsSettingsListController : PSListController {} +@end +@implementation CreditsSettingsListController +-(void)donate +{ + [[UIApplication sharedApplication] openURL:[NSURL URLWithString: @"http://bit.ly/Gh0stBytePayPal"]]; +} +-(void)iOSCheaters +{ + [[UIApplication sharedApplication] openURL:[NSURL URLWithString: @"http://iOSCheaters.com"]]; +} +@end + +// vim:ft=objc +//m:ft=objc diff --git a/blockheadsinventory/Makefile b/blockheadsinventory/Makefile new file mode 100644 index 0000000..da21d8e --- /dev/null +++ b/blockheadsinventory/Makefile @@ -0,0 +1,14 @@ +ARCHS = arm64 armv7 +include theos/makefiles/common.mk + +BUNDLE_NAME = BlockheadsInventory +BlockheadsInventory_FILES = BlockheadsInventory.mm +BlockheadsInventory_INSTALL_PATH = /Library/PreferenceBundles +BlockheadsInventory_FRAMEWORKS = UIKit +BlockheadsInventory_PRIVATE_FRAMEWORKS = Preferences + +include $(THEOS_MAKE_PATH)/bundle.mk + +internal-stage:: + $(ECHO_NOTHING)mkdir -p $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences$(ECHO_END) + $(ECHO_NOTHING)cp entry.plist $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences/BlockheadsInventory.plist$(ECHO_END) diff --git a/blockheadsinventory/Resources/BlockheadsInventory.plist b/blockheadsinventory/Resources/BlockheadsInventory.plist new file mode 100644 index 0000000..68c0a9c --- /dev/null +++ b/blockheadsinventory/Resources/BlockheadsInventory.plist @@ -0,0 +1,115 @@ + + + + + items + + + cell + PSGroupCell + label + + + + icon + Drawer.png + cell + PSLinkCell + label + Inventory Settings + detail + Hack2SettingsListController + isController + 1 + + + + + + cell + PSGroupCell + label + + + + icon + switch.png + cell + PSLinkCell + label + Toggle Hacks + detail + ToggleSettingsListController + isController + 1 + + + + + cell + PSGroupCell + label + + + + icon + Settings.png + cell + PSLinkCell + label + Menu Settings + detail + HackSettingsListController + isController + 1 + + + cell + PSLinkCell + label + Credits + detail + CreditsSettingsListController + isController + 1 + + + cell + PSGroupCell + label + + + + + action + respring + cell + PSButtonCell + label + Respring + icon + Power.png + + + action + iOSCheaters + icon + ioscheaters.png + cell + PSButtonCell + label + Visit Us! + + + + cell + PSGroupCell + footerText + Made by Gh0stByte of iOSCheaters.com + + + + title + Blockheads + + diff --git a/blockheadsinventory/Resources/Credits.plist b/blockheadsinventory/Resources/Credits.plist new file mode 100644 index 0000000..52e09ee --- /dev/null +++ b/blockheadsinventory/Resources/Credits.plist @@ -0,0 +1,58 @@ + + + + + items + + + + cell + PSGroupCell + label + Hack and Menu made by Gh0stByte + + + cell + PSGroupCell + label + Image Help from AlphaMATTER + + + cell + PSGroupCell + label + Patcher Help from r0r0 + + + + icon + Paypal.png + action + donate + cell + PSButtonCell + label + Donate + + + cell + PSGroupCell + footerText + Made by Gh0stByte of iOSCheaters.com + + + action + iOSCheaters + icon + ioscheaters.png + cell + PSButtonCell + label + Visit Us! + + + + title + Credits + + diff --git a/blockheadsinventory/Resources/Drawer.png b/blockheadsinventory/Resources/Drawer.png new file mode 100644 index 0000000..06b23d2 Binary files /dev/null and b/blockheadsinventory/Resources/Drawer.png differ diff --git a/blockheadsinventory/Resources/Info.plist b/blockheadsinventory/Resources/Info.plist new file mode 100644 index 0000000..1091ae4 --- /dev/null +++ b/blockheadsinventory/Resources/Info.plist @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + BlockheadsInventory + CFBundleIdentifier + BlockheadsInventory + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + DTPlatformName + iphoneos + MinimumOSVersion + 3.0 + NSPrincipalClass + BlockheadsInventoryListController + + diff --git a/blockheadsinventory/Resources/Inventory Settings.plist b/blockheadsinventory/Resources/Inventory Settings.plist new file mode 100644 index 0000000..cf1feb1 --- /dev/null +++ b/blockheadsinventory/Resources/Inventory Settings.plist @@ -0,0 +1,356 @@ + + + + + items + + + icon + face.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kOn + label + Enable Inventory Hack + + + cell + PSGroupCell + label + + + + PostNotification + BlockheadsInventory + cell + PSLinkListCell + default + 5 + defaults + BlockheadsInventory + detail + PSListItemsController + key + kItems + label + Inventory Item + validTitles + + hand + unknown + flint + sticks + unknown + flint axe + flint spear + flint pickaxe + double time + unknown + time crystal + baskets + embers + charcoal + campfires + flint spades + basic torches + unknown + blockheads + food + apples + mangos + maple seeds + prickly pears + flint machetes + unknown + pine cones + clay + raw dodo meat + dodo feathers + copper ore + iron ore + stone axes + stone pickaxes + copper ingots + tin ore + tin ingots + bronze ingots + copper spears + tin spades + copper arrows + copper bow and arrows + bronze pickaxes + string + clay jugs + coconuts + oil lanterns + oil + bronze machetes + bronze swords + coal + wooden doors + ladders + flax seeds + flax + indian yellow + red ochre + windows + cooked dodo meat + oranges + sunflower seeds + corn + wooden beds + stone spades + iron ingots + iron pickaxes + iron machetes + iron swords + trapdoors + iron axes + carrots + gold ingots + gold nuggets + carrot on sticks + rubies + emeralds + cherries + coffee cherries + green coffee beans + cups + coffe + roasted coffee beans + linen + linen pants + linen shirts + sapphires + amethysts + diamonds + gold spades + gold pickaxes + dodo eggs + steel ingots + steel pickaxes + amethysts pickaxe + sapphire pickaxes + emerald pickaxes + ruby pickaxes + diamond pickaxes + ultramarine blue + carbon black + marble white + tin bucket + paint + paint stripper + bucket of water + pigment + unknown - rainbow? + unknown + emerald green + tyrian purple + boat + chilli + unknown - rainbow pants + unknown - ranbow shirt + linen cap + unknown - rainbow cap + linen brimmed hat + unknown - rainbow hat + copper blue + leather + fur + leather jacket + unknown - rainbow jacket + leather boots + unknown - rainbow boots + fur coat + fur boots + unknown + unknown + leather pants + unknown + unknown - arrow (up) + camera + + portal + amethyst portal + saphire portal + emerald portal + ruby portal + diamond portal + sunrise hat of fullness + sunset skirt of happiness + north pole hat of warmth + south pole boots of speed + kelp + amethyst chandelier + saphire chandelier + emerald chandelier + ruby chandelier + diamond chandelier + steel lanterns + + + validValues + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100 + 101 + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 144 + 145 + 146 + 147 + 148 + 149 + 150 + + + + title + Inventory Settings + + \ No newline at end of file diff --git a/blockheadsinventory/Resources/Menu Settings.plist b/blockheadsinventory/Resources/Menu Settings.plist new file mode 100644 index 0000000..3329f9a --- /dev/null +++ b/blockheadsinventory/Resources/Menu Settings.plist @@ -0,0 +1,101 @@ + + + + + entry + + cell + PSLinkCell + label + Credits + + items + + + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kBOn + label + Enable In-Game Menu + + + cell + PSGroupCell + label + + + + + cell + PSEditTextCell + default + 40 + defaults + BlockheadsInventory + key + kX + label + Buton x coord + placeholder + 0 + isNumeric + + noAutoCorrect + + + + + cell + PSEditTextCell + default + 0 + defaults + BlockheadsInventory + key + kY + label + Buton y coord + placeholder + 0 + isNumeric + + noAutoCorrect + + + + + cell + PSGroupCell + label + + + + + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kSearch + label + Beta Item Search + + + cell + PSGroupCell + footerText + Must restart blockheads app in order for settings to take effect + + + + title + Hack Settings + + \ No newline at end of file diff --git a/blockheadsinventory/Resources/Paypal.png b/blockheadsinventory/Resources/Paypal.png new file mode 100644 index 0000000..4b6d42e Binary files /dev/null and b/blockheadsinventory/Resources/Paypal.png differ diff --git a/blockheadsinventory/Resources/Power.png b/blockheadsinventory/Resources/Power.png new file mode 100644 index 0000000..10a8ff3 Binary files /dev/null and b/blockheadsinventory/Resources/Power.png differ diff --git a/blockheadsinventory/Resources/Settings.png b/blockheadsinventory/Resources/Settings.png new file mode 100644 index 0000000..47c89e6 Binary files /dev/null and b/blockheadsinventory/Resources/Settings.png differ diff --git a/blockheadsinventory/Resources/TheBlockheads.png b/blockheadsinventory/Resources/TheBlockheads.png new file mode 100644 index 0000000..af52c1f Binary files /dev/null and b/blockheadsinventory/Resources/TheBlockheads.png differ diff --git a/blockheadsinventory/Resources/Toggle Hacks.plist b/blockheadsinventory/Resources/Toggle Hacks.plist new file mode 100644 index 0000000..6d17525 --- /dev/null +++ b/blockheadsinventory/Resources/Toggle Hacks.plist @@ -0,0 +1,214 @@ + + + + + items + + + + icon + crystal.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kCrystalsBool + label + Enable Crystal Hack + + + cell + PSEditTextCell + defaults + BlockheadsInventory + key + kCrystals + label + Crystal Count: + placeholder + Enter Desired Count + isNumeric + + noAutoCorrect + + + + + + icon + coin.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kCoins + label + Infinite Coins + + + + icon + clock.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kSpeed + label + Speed Boost + + + icon + clock.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kDoubleTime + label + Double Time Unlocked + + + icon + clock.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kSleep + label + Can Always Sleep + + + icon + clock.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kMeditate + label + Can Always Meditate + + + icon + clock.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kView + label + Crazy View Distance + + + icon + clock.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kSolar + label + SolarPanel Always Generate + + + icon + portal.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kTeleport + label + Can Always Teleport + + + icon + block4.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kHD + label + HD Unlocked + + + icon + portal.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kCraftItems + label + Max Level (Everything) + + + icon + portal.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kDie + label + Immortality + + + icon + block2.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kJetpack + label + Jetpack Fuel + + + + title + Toggle Hacks + + \ No newline at end of file diff --git a/blockheadsinventory/Resources/block1.png b/blockheadsinventory/Resources/block1.png new file mode 100644 index 0000000..cea0458 Binary files /dev/null and b/blockheadsinventory/Resources/block1.png differ diff --git a/blockheadsinventory/Resources/block10.png b/blockheadsinventory/Resources/block10.png new file mode 100644 index 0000000..8714b40 Binary files /dev/null and b/blockheadsinventory/Resources/block10.png differ diff --git a/blockheadsinventory/Resources/block11.png b/blockheadsinventory/Resources/block11.png new file mode 100644 index 0000000..58fbddf Binary files /dev/null and b/blockheadsinventory/Resources/block11.png differ diff --git a/blockheadsinventory/Resources/block12.png b/blockheadsinventory/Resources/block12.png new file mode 100644 index 0000000..5718600 Binary files /dev/null and b/blockheadsinventory/Resources/block12.png differ diff --git a/blockheadsinventory/Resources/block2.png b/blockheadsinventory/Resources/block2.png new file mode 100644 index 0000000..b54bcf0 Binary files /dev/null and b/blockheadsinventory/Resources/block2.png differ diff --git a/blockheadsinventory/Resources/block3.png b/blockheadsinventory/Resources/block3.png new file mode 100644 index 0000000..53e0767 Binary files /dev/null and b/blockheadsinventory/Resources/block3.png differ diff --git a/blockheadsinventory/Resources/block4.png b/blockheadsinventory/Resources/block4.png new file mode 100644 index 0000000..bed37ff Binary files /dev/null and b/blockheadsinventory/Resources/block4.png differ diff --git a/blockheadsinventory/Resources/block5.png b/blockheadsinventory/Resources/block5.png new file mode 100644 index 0000000..9e94a2f Binary files /dev/null and b/blockheadsinventory/Resources/block5.png differ diff --git a/blockheadsinventory/Resources/block6.png b/blockheadsinventory/Resources/block6.png new file mode 100644 index 0000000..b25050c Binary files /dev/null and b/blockheadsinventory/Resources/block6.png differ diff --git a/blockheadsinventory/Resources/block7.png b/blockheadsinventory/Resources/block7.png new file mode 100644 index 0000000..f35103a Binary files /dev/null and b/blockheadsinventory/Resources/block7.png differ diff --git a/blockheadsinventory/Resources/block8.png b/blockheadsinventory/Resources/block8.png new file mode 100644 index 0000000..65bd6d3 Binary files /dev/null and b/blockheadsinventory/Resources/block8.png differ diff --git a/blockheadsinventory/Resources/block9.png b/blockheadsinventory/Resources/block9.png new file mode 100644 index 0000000..d64cf62 Binary files /dev/null and b/blockheadsinventory/Resources/block9.png differ diff --git a/blockheadsinventory/Resources/clock.png b/blockheadsinventory/Resources/clock.png new file mode 100644 index 0000000..d67c9f2 Binary files /dev/null and b/blockheadsinventory/Resources/clock.png differ diff --git a/blockheadsinventory/Resources/coin.png b/blockheadsinventory/Resources/coin.png new file mode 100644 index 0000000..953ae71 Binary files /dev/null and b/blockheadsinventory/Resources/coin.png differ diff --git a/blockheadsinventory/Resources/crystal.png b/blockheadsinventory/Resources/crystal.png new file mode 100644 index 0000000..39771b4 Binary files /dev/null and b/blockheadsinventory/Resources/crystal.png differ diff --git a/blockheadsinventory/Resources/dollar.png b/blockheadsinventory/Resources/dollar.png new file mode 100644 index 0000000..d2f94a5 Binary files /dev/null and b/blockheadsinventory/Resources/dollar.png differ diff --git a/blockheadsinventory/Resources/exit.png b/blockheadsinventory/Resources/exit.png new file mode 100644 index 0000000..a1bebca Binary files /dev/null and b/blockheadsinventory/Resources/exit.png differ diff --git a/blockheadsinventory/Resources/face.png b/blockheadsinventory/Resources/face.png new file mode 100644 index 0000000..357f575 Binary files /dev/null and b/blockheadsinventory/Resources/face.png differ diff --git a/blockheadsinventory/Resources/goldp.png b/blockheadsinventory/Resources/goldp.png new file mode 100644 index 0000000..2bdac57 Binary files /dev/null and b/blockheadsinventory/Resources/goldp.png differ diff --git a/blockheadsinventory/Resources/icon.png b/blockheadsinventory/Resources/icon.png new file mode 100644 index 0000000..32e267e Binary files /dev/null and b/blockheadsinventory/Resources/icon.png differ diff --git a/blockheadsinventory/Resources/icon1.png b/blockheadsinventory/Resources/icon1.png new file mode 100644 index 0000000..cea0458 Binary files /dev/null and b/blockheadsinventory/Resources/icon1.png differ diff --git a/blockheadsinventory/Resources/ioscheaters.png b/blockheadsinventory/Resources/ioscheaters.png new file mode 100644 index 0000000..f22f470 Binary files /dev/null and b/blockheadsinventory/Resources/ioscheaters.png differ diff --git a/blockheadsinventory/Resources/portal.png b/blockheadsinventory/Resources/portal.png new file mode 100644 index 0000000..32e267e Binary files /dev/null and b/blockheadsinventory/Resources/portal.png differ diff --git a/blockheadsinventory/Resources/portal1.png b/blockheadsinventory/Resources/portal1.png new file mode 100644 index 0000000..32e267e Binary files /dev/null and b/blockheadsinventory/Resources/portal1.png differ diff --git a/blockheadsinventory/Resources/portal2.png b/blockheadsinventory/Resources/portal2.png new file mode 100644 index 0000000..223b114 Binary files /dev/null and b/blockheadsinventory/Resources/portal2.png differ diff --git a/blockheadsinventory/Resources/portal3.png b/blockheadsinventory/Resources/portal3.png new file mode 100644 index 0000000..e8ae152 Binary files /dev/null and b/blockheadsinventory/Resources/portal3.png differ diff --git a/blockheadsinventory/Resources/portal4.png b/blockheadsinventory/Resources/portal4.png new file mode 100644 index 0000000..611eb58 Binary files /dev/null and b/blockheadsinventory/Resources/portal4.png differ diff --git a/blockheadsinventory/Resources/portal5.png b/blockheadsinventory/Resources/portal5.png new file mode 100644 index 0000000..0e03144 Binary files /dev/null and b/blockheadsinventory/Resources/portal5.png differ diff --git a/blockheadsinventory/Resources/portal6.png b/blockheadsinventory/Resources/portal6.png new file mode 100644 index 0000000..a2d04b9 Binary files /dev/null and b/blockheadsinventory/Resources/portal6.png differ diff --git a/blockheadsinventory/Resources/switch.png b/blockheadsinventory/Resources/switch.png new file mode 100644 index 0000000..697cb0b Binary files /dev/null and b/blockheadsinventory/Resources/switch.png differ diff --git a/blockheadsinventory/Resources/system.png b/blockheadsinventory/Resources/system.png new file mode 100644 index 0000000..c350a5e Binary files /dev/null and b/blockheadsinventory/Resources/system.png differ diff --git a/blockheadsinventory/entry.plist b/blockheadsinventory/entry.plist new file mode 100644 index 0000000..6a0ad06 --- /dev/null +++ b/blockheadsinventory/entry.plist @@ -0,0 +1,21 @@ + + + + + entry + + bundle + BlockheadsInventory + cell + PSLinkCell + detail + BlockheadsInventoryListController + icon + icon.png + isController + 1 + label + Blockheads Inventory Hack + + + diff --git a/blockheadsinventory/icon.png b/blockheadsinventory/icon.png new file mode 100644 index 0000000..32e267e Binary files /dev/null and b/blockheadsinventory/icon.png differ diff --git a/blockheadsinventory/obj/.stamp b/blockheadsinventory/obj/.stamp new file mode 100644 index 0000000..e69de29 diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/BlockheadsInventory b/blockheadsinventory/obj/BlockheadsInventory.bundle/BlockheadsInventory new file mode 100644 index 0000000..1101e95 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/BlockheadsInventory differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/BlockheadsInventory.plist b/blockheadsinventory/obj/BlockheadsInventory.bundle/BlockheadsInventory.plist new file mode 100644 index 0000000..68c0a9c --- /dev/null +++ b/blockheadsinventory/obj/BlockheadsInventory.bundle/BlockheadsInventory.plist @@ -0,0 +1,115 @@ + + + + + items + + + cell + PSGroupCell + label + + + + icon + Drawer.png + cell + PSLinkCell + label + Inventory Settings + detail + Hack2SettingsListController + isController + 1 + + + + + + cell + PSGroupCell + label + + + + icon + switch.png + cell + PSLinkCell + label + Toggle Hacks + detail + ToggleSettingsListController + isController + 1 + + + + + cell + PSGroupCell + label + + + + icon + Settings.png + cell + PSLinkCell + label + Menu Settings + detail + HackSettingsListController + isController + 1 + + + cell + PSLinkCell + label + Credits + detail + CreditsSettingsListController + isController + 1 + + + cell + PSGroupCell + label + + + + + action + respring + cell + PSButtonCell + label + Respring + icon + Power.png + + + action + iOSCheaters + icon + ioscheaters.png + cell + PSButtonCell + label + Visit Us! + + + + cell + PSGroupCell + footerText + Made by Gh0stByte of iOSCheaters.com + + + + title + Blockheads + + diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/Credits.plist b/blockheadsinventory/obj/BlockheadsInventory.bundle/Credits.plist new file mode 100644 index 0000000..52e09ee --- /dev/null +++ b/blockheadsinventory/obj/BlockheadsInventory.bundle/Credits.plist @@ -0,0 +1,58 @@ + + + + + items + + + + cell + PSGroupCell + label + Hack and Menu made by Gh0stByte + + + cell + PSGroupCell + label + Image Help from AlphaMATTER + + + cell + PSGroupCell + label + Patcher Help from r0r0 + + + + icon + Paypal.png + action + donate + cell + PSButtonCell + label + Donate + + + cell + PSGroupCell + footerText + Made by Gh0stByte of iOSCheaters.com + + + action + iOSCheaters + icon + ioscheaters.png + cell + PSButtonCell + label + Visit Us! + + + + title + Credits + + diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/Drawer.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/Drawer.png new file mode 100644 index 0000000..06b23d2 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/Drawer.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/Info.plist b/blockheadsinventory/obj/BlockheadsInventory.bundle/Info.plist new file mode 100644 index 0000000..1091ae4 --- /dev/null +++ b/blockheadsinventory/obj/BlockheadsInventory.bundle/Info.plist @@ -0,0 +1,28 @@ + + + + + CFBundleDevelopmentRegion + English + CFBundleExecutable + BlockheadsInventory + CFBundleIdentifier + BlockheadsInventory + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0.0 + CFBundleSignature + ???? + CFBundleVersion + 1.0 + DTPlatformName + iphoneos + MinimumOSVersion + 3.0 + NSPrincipalClass + BlockheadsInventoryListController + + diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/Inventory Settings.plist b/blockheadsinventory/obj/BlockheadsInventory.bundle/Inventory Settings.plist new file mode 100644 index 0000000..cf1feb1 --- /dev/null +++ b/blockheadsinventory/obj/BlockheadsInventory.bundle/Inventory Settings.plist @@ -0,0 +1,356 @@ + + + + + items + + + icon + face.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kOn + label + Enable Inventory Hack + + + cell + PSGroupCell + label + + + + PostNotification + BlockheadsInventory + cell + PSLinkListCell + default + 5 + defaults + BlockheadsInventory + detail + PSListItemsController + key + kItems + label + Inventory Item + validTitles + + hand + unknown + flint + sticks + unknown + flint axe + flint spear + flint pickaxe + double time + unknown + time crystal + baskets + embers + charcoal + campfires + flint spades + basic torches + unknown + blockheads + food + apples + mangos + maple seeds + prickly pears + flint machetes + unknown + pine cones + clay + raw dodo meat + dodo feathers + copper ore + iron ore + stone axes + stone pickaxes + copper ingots + tin ore + tin ingots + bronze ingots + copper spears + tin spades + copper arrows + copper bow and arrows + bronze pickaxes + string + clay jugs + coconuts + oil lanterns + oil + bronze machetes + bronze swords + coal + wooden doors + ladders + flax seeds + flax + indian yellow + red ochre + windows + cooked dodo meat + oranges + sunflower seeds + corn + wooden beds + stone spades + iron ingots + iron pickaxes + iron machetes + iron swords + trapdoors + iron axes + carrots + gold ingots + gold nuggets + carrot on sticks + rubies + emeralds + cherries + coffee cherries + green coffee beans + cups + coffe + roasted coffee beans + linen + linen pants + linen shirts + sapphires + amethysts + diamonds + gold spades + gold pickaxes + dodo eggs + steel ingots + steel pickaxes + amethysts pickaxe + sapphire pickaxes + emerald pickaxes + ruby pickaxes + diamond pickaxes + ultramarine blue + carbon black + marble white + tin bucket + paint + paint stripper + bucket of water + pigment + unknown - rainbow? + unknown + emerald green + tyrian purple + boat + chilli + unknown - rainbow pants + unknown - ranbow shirt + linen cap + unknown - rainbow cap + linen brimmed hat + unknown - rainbow hat + copper blue + leather + fur + leather jacket + unknown - rainbow jacket + leather boots + unknown - rainbow boots + fur coat + fur boots + unknown + unknown + leather pants + unknown + unknown - arrow (up) + camera + + portal + amethyst portal + saphire portal + emerald portal + ruby portal + diamond portal + sunrise hat of fullness + sunset skirt of happiness + north pole hat of warmth + south pole boots of speed + kelp + amethyst chandelier + saphire chandelier + emerald chandelier + ruby chandelier + diamond chandelier + steel lanterns + + + validValues + + 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17 + 18 + 19 + 20 + 21 + 22 + 23 + 24 + 25 + 26 + 27 + 28 + 29 + 30 + 31 + 32 + 33 + 34 + 35 + 36 + 37 + 38 + 39 + 40 + 41 + 42 + 43 + 44 + 45 + 46 + 47 + 48 + 49 + 50 + 51 + 52 + 53 + 54 + 55 + 56 + 57 + 58 + 59 + 60 + 61 + 62 + 63 + 64 + 65 + 66 + 67 + 68 + 69 + 70 + 71 + 72 + 73 + 74 + 75 + 76 + 77 + 78 + 79 + 80 + 81 + 82 + 83 + 84 + 85 + 86 + 87 + 88 + 89 + 90 + 91 + 92 + 93 + 94 + 95 + 96 + 97 + 98 + 99 + 100 + 101 + 102 + 103 + 104 + 105 + 106 + 107 + 108 + 109 + 110 + 111 + 112 + 113 + 114 + 115 + 116 + 117 + 118 + 119 + 120 + 121 + 122 + 123 + + 124 + 125 + 126 + 127 + 128 + 129 + 130 + 131 + 132 + 133 + 134 + 135 + 136 + 137 + 138 + 139 + 140 + 141 + 142 + 143 + 144 + 145 + 146 + 147 + 148 + 149 + 150 + + + + title + Inventory Settings + + \ No newline at end of file diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/Menu Settings.plist b/blockheadsinventory/obj/BlockheadsInventory.bundle/Menu Settings.plist new file mode 100644 index 0000000..3329f9a --- /dev/null +++ b/blockheadsinventory/obj/BlockheadsInventory.bundle/Menu Settings.plist @@ -0,0 +1,101 @@ + + + + + entry + + cell + PSLinkCell + label + Credits + + items + + + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kBOn + label + Enable In-Game Menu + + + cell + PSGroupCell + label + + + + + cell + PSEditTextCell + default + 40 + defaults + BlockheadsInventory + key + kX + label + Buton x coord + placeholder + 0 + isNumeric + + noAutoCorrect + + + + + cell + PSEditTextCell + default + 0 + defaults + BlockheadsInventory + key + kY + label + Buton y coord + placeholder + 0 + isNumeric + + noAutoCorrect + + + + + cell + PSGroupCell + label + + + + + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kSearch + label + Beta Item Search + + + cell + PSGroupCell + footerText + Must restart blockheads app in order for settings to take effect + + + + title + Hack Settings + + \ No newline at end of file diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/Paypal.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/Paypal.png new file mode 100644 index 0000000..4b6d42e Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/Paypal.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/Power.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/Power.png new file mode 100644 index 0000000..10a8ff3 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/Power.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/Settings.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/Settings.png new file mode 100644 index 0000000..47c89e6 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/Settings.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/TheBlockheads.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/TheBlockheads.png new file mode 100644 index 0000000..af52c1f Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/TheBlockheads.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/Toggle Hacks.plist b/blockheadsinventory/obj/BlockheadsInventory.bundle/Toggle Hacks.plist new file mode 100644 index 0000000..6d17525 --- /dev/null +++ b/blockheadsinventory/obj/BlockheadsInventory.bundle/Toggle Hacks.plist @@ -0,0 +1,214 @@ + + + + + items + + + + icon + crystal.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kCrystalsBool + label + Enable Crystal Hack + + + cell + PSEditTextCell + defaults + BlockheadsInventory + key + kCrystals + label + Crystal Count: + placeholder + Enter Desired Count + isNumeric + + noAutoCorrect + + + + + + icon + coin.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kCoins + label + Infinite Coins + + + + icon + clock.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kSpeed + label + Speed Boost + + + icon + clock.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kDoubleTime + label + Double Time Unlocked + + + icon + clock.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kSleep + label + Can Always Sleep + + + icon + clock.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kMeditate + label + Can Always Meditate + + + icon + clock.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kView + label + Crazy View Distance + + + icon + clock.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kSolar + label + SolarPanel Always Generate + + + icon + portal.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kTeleport + label + Can Always Teleport + + + icon + block4.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kHD + label + HD Unlocked + + + icon + portal.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kCraftItems + label + Max Level (Everything) + + + icon + portal.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kDie + label + Immortality + + + icon + block2.png + cell + PSSwitchCell + default + + defaults + BlockheadsInventory + key + kJetpack + label + Jetpack Fuel + + + + title + Toggle Hacks + + \ No newline at end of file diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/block1.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/block1.png new file mode 100644 index 0000000..cea0458 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/block1.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/block10.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/block10.png new file mode 100644 index 0000000..8714b40 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/block10.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/block11.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/block11.png new file mode 100644 index 0000000..58fbddf Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/block11.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/block12.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/block12.png new file mode 100644 index 0000000..5718600 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/block12.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/block2.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/block2.png new file mode 100644 index 0000000..b54bcf0 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/block2.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/block3.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/block3.png new file mode 100644 index 0000000..53e0767 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/block3.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/block4.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/block4.png new file mode 100644 index 0000000..bed37ff Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/block4.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/block5.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/block5.png new file mode 100644 index 0000000..9e94a2f Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/block5.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/block6.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/block6.png new file mode 100644 index 0000000..b25050c Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/block6.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/block7.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/block7.png new file mode 100644 index 0000000..f35103a Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/block7.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/block8.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/block8.png new file mode 100644 index 0000000..65bd6d3 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/block8.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/block9.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/block9.png new file mode 100644 index 0000000..d64cf62 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/block9.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/clock.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/clock.png new file mode 100644 index 0000000..d67c9f2 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/clock.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/coin.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/coin.png new file mode 100644 index 0000000..953ae71 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/coin.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/crystal.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/crystal.png new file mode 100644 index 0000000..39771b4 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/crystal.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/dollar.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/dollar.png new file mode 100644 index 0000000..d2f94a5 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/dollar.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/exit.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/exit.png new file mode 100644 index 0000000..a1bebca Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/exit.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/face.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/face.png new file mode 100644 index 0000000..357f575 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/face.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/goldp.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/goldp.png new file mode 100644 index 0000000..2bdac57 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/goldp.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/icon.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/icon.png new file mode 100644 index 0000000..32e267e Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/icon.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/icon1.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/icon1.png new file mode 100644 index 0000000..cea0458 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/icon1.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/ioscheaters.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/ioscheaters.png new file mode 100644 index 0000000..f22f470 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/ioscheaters.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/portal.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/portal.png new file mode 100644 index 0000000..32e267e Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/portal.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/portal1.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/portal1.png new file mode 100644 index 0000000..32e267e Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/portal1.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/portal2.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/portal2.png new file mode 100644 index 0000000..223b114 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/portal2.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/portal3.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/portal3.png new file mode 100644 index 0000000..e8ae152 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/portal3.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/portal4.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/portal4.png new file mode 100644 index 0000000..611eb58 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/portal4.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/portal5.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/portal5.png new file mode 100644 index 0000000..0e03144 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/portal5.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/portal6.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/portal6.png new file mode 100644 index 0000000..a2d04b9 Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/portal6.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/switch.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/switch.png new file mode 100644 index 0000000..697cb0b Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/switch.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.bundle/system.png b/blockheadsinventory/obj/BlockheadsInventory.bundle/system.png new file mode 100644 index 0000000..c350a5e Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.bundle/system.png differ diff --git a/blockheadsinventory/obj/BlockheadsInventory.mm.94cfd537.o b/blockheadsinventory/obj/BlockheadsInventory.mm.94cfd537.o new file mode 100644 index 0000000..74b81ea Binary files /dev/null and b/blockheadsinventory/obj/BlockheadsInventory.mm.94cfd537.o differ diff --git a/blockheadsinventory/theos b/blockheadsinventory/theos new file mode 100644 index 0000000..15926e8 --- /dev/null +++ b/blockheadsinventory/theos @@ -0,0 +1 @@ +/var/theos \ No newline at end of file diff --git a/com.gh0stbyte.blockheadsinventoryhack_1.0.0-29_iphoneos-arm.deb b/com.gh0stbyte.blockheadsinventoryhack_1.0.0-29_iphoneos-arm.deb new file mode 100644 index 0000000..8109254 Binary files /dev/null and b/com.gh0stbyte.blockheadsinventoryhack_1.0.0-29_iphoneos-arm.deb differ diff --git a/control b/control new file mode 100644 index 0000000..4d238bb --- /dev/null +++ b/control @@ -0,0 +1,9 @@ +Package: com.gh0stbyte.blockheadsinventoryhack +Name: Blockheads Hack Plus +Depends: mobilesubstrate +Version: 1.6.2 +Architecture: iphoneos-arm +Description: Blockheads Hacks with In-Game Menu! +Maintainer: Gh0stByte +Author: Gh0stByte +Section: iOSCheaters diff --git a/theos b/theos new file mode 100644 index 0000000..15926e8 --- /dev/null +++ b/theos @@ -0,0 +1 @@ +/var/theos \ No newline at end of file