Jump to content

Goggwell

Senior Member
  • Posts

    2,274
  • Joined

  • Last visited

Everything posted by Goggwell

  1. Menus are better than including NSTimer IMO
  2. IGMs suck You're better off making a menu
  3. I already knew this but thanks
  4. Expect the expected
  5. Welcome. I hope you enjoy kryptonite, cause iG is killer!
  6. Hack Heroes of Dragon Age
  7. Never played this game before. Looks fun
  8. 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

  9. This poll is rigged. DiDA gave himself 20 votes Traitor
  10. 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
  11. 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
  12. I forgot. Maybe the Main .mm or .xm file?
  13. 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; }
  14. Thanks for making the 64 bit version You are free to use my offsets for 32 bit
  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
×
  • 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