-
Posts
37 -
Joined
-
Last visited
Everything posted by ByNiggs
-
Yea I mean, I said it wasn’t lol
-
Bro, I wish i found this topic sooner, thanks DiDa!
-
Damn I don't have my brain on me atm, I'll try later.
-
Sounds promising, might edit to express my results.
-
Really needed this, been trying to hit senior member, but didn't know how
-
thank you for sharing this, really help beginners like me.
-
Mod Menu Hack Duolingo Modded (All Versions) +1
ByNiggs replied to Laxus 's topic in Free Jailbreak Cheats
thanks -
I've been trying to hack c-ops but overall other than the stuff already on this forum I've only done this. It's not that useful but I thought I could share it here. If you want to share this code snippet make sure to credit me. If you need the dump this is based on, don't doubt in DMing me @ Discord: Briggs#4992 [Hidden Content] I'm willing to learn more, if you have experience in this game or other games please help me learn
- 15 replies
-
- 17
-
-
-
-
-
-
learning
-
loving the tutorials
-
aye thank you brother really loving it
-
Hey guys I'm using and iPhone 6s Plus running iOS 13.4.1 So basically I'm new into Theos/Logos and the objective-c syntax. I do have a background in other programming languages and can make my way through documentation (btw apple sucks at documenting imo). I choose Critical Ops as the app to test in, because why not lol. Basically I hooked into UnityAppController and the applicationDidBecomeActive method. Here I tried doing a simple alert box. I tried first with UIAlertView but then noticed that it was deprecated. Naturally I started using UIAlertController. I made my whole alert box and tried displaying it with the rootViewController I grabbed from the UIApplication argument that this method provides. It display for a second and then disappears, any help? My Tweak.xm %hook UnityAppController - (void) applicationDidBecomeActive:(UIApplication *) GameUIApplication { NSLog(@"Hooked into UnityAppController.applicationDidBecomeActive."); id rootViewController = GameUIApplication.delegate.window.rootViewController; UIAlertController* popupAlert = [UIAlertController alertControllerWithTitle:@"My title" message:@"My message." preferredStyle:UIAlertControllerStyleAlert]; UIAlertAction* okButton = [UIAlertAction actionWithTitle:@"Ok" style:UIAlertActionStyleDefault handler:^(UIAlertAction * action) { NSLog(@"Pressed ok button on popup."); }]; [popupAlert addAction:okButton]; [rootViewController presentViewController:popupAlert animated:YES completion:nil]; //UIAlertView* popupAlert = [[UIAlertView alloc] initWithTitle:@"My title" message:@"My message." delegate:self cancelButtonTitle:@"Ok" otherButtonTitles:nil]; //[popupAlert show]; //UIWindow* mainWindow = [[GameUIApplication windows] firstObject]; %orig(GameUIApplication); } %end Video
-
Hack Call of Duty anticheat bypass [1.5 - Global + Korean]
ByNiggs replied to iOSGods App Updates 's topic in Free Jailbreak Cheats
Arigatou -
Tool iAP26 (Chimera/Electra) iOS 11-12.1.2 (Free in app Purchases)
ByNiggs replied to JustinPet26's topic in Tools
yeet -
mah