Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. Your syntax is messed up. #import "RootViewController.h" @implementation RootViewController - (void)loadView { self.view = [[[uIView alloc] initWithFrame:[[uIScreen mainScreen] applicationFrame]] autorelease]; self.view.backgroundColor = [uIColor yellowColor]; UIAlertView *alert = [[uIAlertView alloc]initWithTitle:@"Alert" message:@"Hello this is an alert message" delegate:self cancleButtonTitle:@"I Know" otherButtonTitles:nil]; [alert show]; } @end
  2. Post your tweak.xm
  3. The author is IanouarSend him a PM
  4. It's the author's mistake. The pre installation script was configured wrong. He/She probably misspelt the binary name. Contact the author.
  5. Install ios terminal if you don't have it and run these commands: apt-get install adv-cmds ps -x > /var/mobile/Documents/errorLog.txt There will be an log file in /var/mobile/Documents/ Upload it here
  6. Torrent photoshop and learn how to use it
  7. Learn objective c and how to use essential frameworks like UIKit. You can learn most of what you need to know from youtube and stackoverflow
  8. I modified the header to support arm64. PM me for it.
  9. Could be that the hack is armv7 only. Contact the author.
  10. version 1.0.9.5 - Fixed minor critical syntax errors.
  11. Ye olde bugs hath been rekt: version 1.0.9.4 - Removed unnecessary NIC templates and made minor bug fixes to the scripts
  12. New update! (@DiDA made me do it) version 1.0.9.3 - Updated the NIC templates (requested by DiDA)
  13. I'm on iPad right now
  14. Somebody made a post that had a screenshot of a known anti virus detecting "malicious" software.
  15. What part of 'allegedly' do you not understand?
  16. CPLoader allegedly has a virus.
  17. So you're basically trying to prefix a string...Try this: // Other code here... NSString *url = @"https://k8.reko.io/v1/api?ud="; NSMutableString *userInput = NSMutableString.alloc.init; // User input Code here [userInput stringByAppendingString:(@"%@", userInput )]; // Do something with the string
  18. Better not be fake...
  19. Do this: GO_EASY_ON_ME = 1 ARCHS = arm64 armv7 TARGET = iphone:clang:8.1
  20. Objective c and bash shell.
  21. Run this command in terminal mv -f -- /var/theos/include/_fallback/IOSurfaceAPI.h /var/theos/include/IOKit/IOSurfaceAPI.h
  22. Go through every single option. Use option 1 then 2, 3, 4, 5 etc... http://iosgods.com/t...ice-setuptheos/
  23. Reinstall everything using all the options.
×
  • 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