Jump to content

Goggwell

Senior Member
  • Posts

    2,274
  • Joined

  • Last visited

Everything posted by Goggwell

  1. I'm working on a 32Bit version. One Hit Kill is glitchy and Health is glitchy, but Mana works and I'm currently finding Cooldown
  2. And BTW that is for changing the color of a UIButton [myButton setBackgroundColor:[UIColor blueColor]]; I think you can do the same with a switch. You can also change color in the PLIST
  3. I forgot. Maybe the Main .mm or .xm file?
  4. 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; }
  5. It only works on devices running ARM64
  6. Thanks for making the 64 bit version You are free to use my offsets for 32 bit
  7. Yeah he's selling the hack for 10$. We're giving the hack for free
  8. 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
  9. 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.
  10. 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 :(

  11. Throwback Monday
  12. noob jk u
  13. Bro I'll hook you up. iPhone 7S Limited Gold Edition 256-bit. ARM128
  14. I think that's server sided, so we can't do that If you want a progress update, you can ask me or
  15. Yeah you should rename that
  16. I've worked on it before, but it seems as if the functions are server-sided. I'll wait for some more experienced hackers
×
  • 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