Jump to content

Goggwell

Senior Member
  • Posts

    2,274
  • Joined

  • Last visited

Everything posted by Goggwell

  1. UIButton *myButton = [UIButton buttonWithType:UIButtonTypeCustom]; [myButton setFrame:CGRectMake(10.0f, 10.0f, 100.0f, 20.f)]; [myButton setBackgroundColor:[UIColor blueColor]]; [myButton setTitle:@"click me:" forState:UIControlStateNormal]; [myButton setTitle:@"changed" forState:UIControlStateHighlighted]; [myButton addTarget:self action:@selector(buttonHighlight:) forControlEvents:UIControlEventTouchDown]; [myButton addTarget:self action:@selector(buttonNormal:) forControlEvents:UIControlEventTouchUpInside]; Also + (UIImage *)imageWithColor:(UIColor *)color { CGRect rect = CGRectMake(0.0f, 0.0f, 1.0f, 1.0f); UIGraphicsBeginImageContext(rect.size); CGContextRef context = UIGraphicsGetCurrentContext(); CGContextSetFillColorWithColor(context, [color CGColor]); CGContextFillRect(context, rect); UIImage *image = UIGraphicsGetImageFromCurrentImageContext(); UIGraphicsEndImageContext(); return image; }
  2. It only works on devices running ARM64
  3. Thanks for making the 64 bit version You are free to use my offsets for 32 bit
  4. Yeah he's selling the hack for 10$. We're giving the hack for free
  5. I have been shown a whole new world of hacking :o

    1. K3NNNY

      K3NNNY

      What is it? Show us

    2. Rook

      Rook

      Say NO to drugs

    3. Goggwell
  6. If that hack works for Android, it's possible we could find something in the iOS binary as well Sorry I haven't been updating, as I'm busy with school.
  7. School :D

    1. Show previous comments  1 more
    2. .jpg

      .jpg

      It's already started in Australia, about 2 terms and 3 weeks

    3. Pavitrin

      Pavitrin

      @thejordan1221 I'm in Australia and its almost end of term 3 for me :D

    4. WolfDesigns
    5. Incognite

      Incognite

      dammit school :(

  8. Throwback Monday
  9. noob jk u
  10. Bro I'll hook you up. iPhone 7S Limited Gold Edition 256-bit. ARM128
  11. I think that's server sided, so we can't do that If you want a progress update, you can ask me or
  12. Yeah you should rename that
  13. I've worked on it before, but it seems as if the functions are server-sided. I'll wait for some more experienced hackers
  14. If you know Obj-C or C++ it's gonna be easy making hacks
  15. You're going to be the best hacker in the world
  16. If you have some basic Obj-C and C++ knowledge (like variables, elements and the regular stuff), you're more than prepared for Cydia Substrate hacks
  17. You think we haven't done that We did that before we made this topic
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines