redribben

delegate code from last night

Nov 18th, 2015
5,349
0
Never
11
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //
  2. //  AppDelegate.m
  3. //  tic tac toe
  4. //
  5. //  Created by Bogdan Michalchuk on 10/22/15.
  6. //  Copyright © 2015 PDXRR. All rights reserved.
  7. //
  8.  
  9. #import "AppDelegate.h"
  10. #import "BMGameDynamics.h"
  11. #import "ViewController.h"
  12.  
  13. @interface AppDelegate ()
  14.  
  15. @end
  16.  
  17. @implementation AppDelegate
  18.  
  19. - (BMGameDynamics *)gameManager {
  20.     if (!_gameManager) {
  21.         _gameManager = [[BMGameDynamics alloc] init];
  22.     }
  23.     return _gameManager;
  24. }
  25.  
  26. - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
  27.     _gameManager = [self gameManager];
  28.    
  29.     ViewController* mainController = (ViewController*) self.window.rootViewController;
  30.     self.gameManager.PDelegate = mainController;
  31.     mainController.IDelegate = self.gameManager;
  32.    
  33.     //Start the game
  34.     [mainController.IDelegate startAnew];
  35.    
  36.     // Override point for customization after application launch.
  37.     return YES;
  38. }
  39.  
  40. - (void)applicationWillResignActive:(UIApplication *)application {
  41.     // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
  42.     // Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
  43. }
  44.  
  45. - (void)applicationDidEnterBackground:(UIApplication *)application {
  46.     // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
  47.     // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
  48. }
  49.  
  50. - (void)applicationWillEnterForeground:(UIApplication *)application {
  51.     // Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
  52. }
  53.  
  54. - (void)applicationDidBecomeActive:(UIApplication *)application {
  55.     // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
  56. }
  57.  
  58. - (void)applicationWillTerminate:(UIApplication *)application {
  59.     // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
  60. }
  61.  
  62. @end
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • Quinnikon
    56 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • Kortakon
    49 days
    # CSS 0.06 KB | 0 0
    1. We just shared HQ data on our channel: https://t.me/theprotocolone
Add Comment
Please, Sign In to add comment