Jump to content

Goggwell

Senior Member
  • Posts

    2,274
  • Joined

  • Last visited

Everything posted by Goggwell

  1. I already knew this but thanks
  2. Expect the expected
  3. Welcome. I hope you enjoy kryptonite, cause iG is killer!
  4. Hack Heroes of Dragon Age
  5. Never played this game before. Looks fun
  6. 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

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