redribben

playbutton

May 28th, 2015
6,131
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @implementation ButtonView
  2.  
  3. - (void)drawRect:(CGRect)rect
  4. {
  5.     //// Color Declarations
  6.     UIColor* color4 = [UIColor colorWithRed: 0.293 green: 0.69 blue: 0.256 alpha: 1];
  7.    
  8.     //// playButton
  9.     {
  10.         //// circleOutline Drawing
  11.         UIBezierPath* circleOutlinePath = UIBezierPath.bezierPath;
  12.         [circleOutlinePath moveToPoint: CGPointMake(160.77, 160.75)];
  13.         [circleOutlinePath addCurveToPoint: CGPointMake(160.77, 38.75) controlPoint1: CGPointMake(194.36, 127.07) controlPoint2: CGPointMake(194.36, 72.43)];
  14.         [circleOutlinePath addCurveToPoint: CGPointMake(39.23, 38.75) controlPoint1: CGPointMake(127.2, 5.08) controlPoint2: CGPointMake(72.8, 5.08)];
  15.         [circleOutlinePath addCurveToPoint: CGPointMake(39.23, 160.75) controlPoint1: CGPointMake(5.64, 72.43) controlPoint2: CGPointMake(5.64, 127.07)];
  16.         [circleOutlinePath addCurveToPoint: CGPointMake(160.77, 160.75) controlPoint1: CGPointMake(72.8, 194.42) controlPoint2: CGPointMake(127.2, 194.42)];
  17.         [circleOutlinePath closePath];
  18.         [circleOutlinePath moveToPoint: CGPointMake(170.72, 170.62)];
  19.         [circleOutlinePath addCurveToPoint: CGPointMake(29.28, 170.62) controlPoint1: CGPointMake(131.67, 209.79) controlPoint2: CGPointMake(68.33, 209.79)];
  20.         [circleOutlinePath addCurveToPoint: CGPointMake(29.28, 28.88) controlPoint1: CGPointMake(-9.76, 131.48) controlPoint2: CGPointMake(-9.76, 68.02)];
  21.         [circleOutlinePath addCurveToPoint: CGPointMake(170.72, 28.88) controlPoint1: CGPointMake(68.33, -10.29) controlPoint2: CGPointMake(131.67, -10.29)];
  22.         [circleOutlinePath addCurveToPoint: CGPointMake(170.72, 170.62) controlPoint1: CGPointMake(209.76, 68.02) controlPoint2: CGPointMake(209.76, 131.48)];
  23.         [circleOutlinePath closePath];
  24.         [color4 setFill];
  25.         [circleOutlinePath fill];
  26.        
  27.        
  28.         //// Triangle Drawing
  29.         UIBezierPath* trianglePath = UIBezierPath.bezierPath;
  30.         [trianglePath moveToPoint: CGPointMake(64.5, 40.5)];
  31.         [trianglePath addLineToPoint: CGPointMake(164.5, 99.5)];
  32.         [trianglePath addLineToPoint: CGPointMake(64.5, 158.5)];
  33.         [trianglePath addLineToPoint: CGPointMake(64.5, 99.5)];
  34.         [trianglePath addLineToPoint: CGPointMake(64.5, 40.5)];
  35.         [trianglePath addLineToPoint: CGPointMake(64.5, 40.5)];
  36.         [trianglePath closePath];
  37.         trianglePath.lineCapStyle = kCGLineCapRound;
  38.        
  39.         [color4 setFill];
  40.         [trianglePath fill];
  41.         [color4 setStroke];
  42.         trianglePath.lineWidth = 1;
  43.         [trianglePath stroke];
  44.     }
  45.    
  46.    
  47.     //// Bezier Drawing
  48.     UIBezierPath* bezierPath = UIBezierPath.bezierPath;
  49.     [UIColor.blackColor setStroke];
  50.     bezierPath.lineWidth = 1;
  51.     [bezierPath stroke];
  52. }
Advertisement
Comments
  • Quinnikon
    97 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).
  • Niklodar
    90 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