Admin 479 Report post Posted January 26, 2018 These are not all the features, only 3. They are: ammo, grenades and points. Here is the Tweak.xm: /* Copyright NitroxicDemon */ /*************************************/ /**Usage: writeData(0xADDR, 0xDATA);**/ /*************************************/ #include "writeData.h" %ctor { double delayInSeconds = 5.0; dispatch_time_t popTime = dispatch_time(DISPATCH_TIME_NOW, (int64_t)(delayInSeconds * NSEC_PER_SEC)); dispatch_after(popTime, dispatch_get_main_queue(), ^(void){ writeData(0x234846, 0xC046C046); //<<<<<<<< might be ammo or nades writeData(0x23AE4E, 0xC046C046); // Either ammo or nades I forgot writeData(0x20F0A4, 0x47614761); //Points }); } %hook s3eAppDelegate -(void)applicationDidBecomeActive:(id)arg { UIAlertView *credits = [[UIAlertView alloc] initWithTitle:@"COD:BOZ Hack" message:@"Hacked by NitroxicDemon for iOSMods.com!" delegate:self cancelButtonTitle:@"Thanks!" otherButtonTitles:@"Visit Us", nil]; [credits show]; [credits release]; return %orig; } %new -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { NSString *button = [alertView buttonTitleAtIndex:buttonIndex]; if([button isEqualToString:@"Visit Us"]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"http://www.iOSMods.com/"]]; } } %end 3 Ezi, Step and Tom UAE reacted to this Quote Share this post Link to post Share on other sites
Step 1 Report post Posted January 27, 2018 thanks m8 Quote Share this post Link to post Share on other sites
Ripiw 13 Report post Posted January 27, 2018 good ( ͡° ͜ʖ ͡°) Quote Share this post Link to post Share on other sites
Griffinov22 0 Report post Posted October 6, 2018 How do I use this in game Quote Share this post Link to post Share on other sites
vip774 0 Report post Posted October 15, 2019 Hi Quote Share this post Link to post Share on other sites
AboOmar20 0 Report post Posted October 16, 2019 Hi Quote Share this post Link to post Share on other sites
Nif121 0 Report post Posted October 21, 2019 شكرا Quote Share this post Link to post Share on other sites
d7mi52 0 Report post Posted October 21, 2019 ز Quote Share this post Link to post Share on other sites