Jump to content

Goggwell

Senior Member
  • Posts

    2,274
  • Joined

  • Last visited

Everything posted by Goggwell

  1. 11+ projects + Schoolwork + GFX Job = I'm dead

    1. Diversityy

      Diversityy

      Good luck DemiGod :)

    2. AnotherLurker

      AnotherLurker

      + Blow Job = amazing

    3. Srau

      Srau

      Taking any requests? top kek

  2. This poll is rigged. DiDA gave himself 20 votes Traitor
  3. 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
  4. 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
  5. I forgot. Maybe the Main .mm or .xm file?
  6. 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; }
  7. It only works on devices running ARM64
  8. Thanks for making the 64 bit version You are free to use my offsets for 32 bit
  9. Yeah he's selling the hack for 10$. We're giving the hack for free
  10. 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
  11. 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.
  12. 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 :(

  13. Throwback Monday
  14. noob jk u
  15. Bro I'll hook you up. iPhone 7S Limited Gold Edition 256-bit. ARM128
  16. I think that's server sided, so we can't do that If you want a progress update, you can ask me or
×
  • 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