Jump to content

KingRalph

Senior Member
  • Posts

    1,300
  • Joined

  • Last visited

Everything posted by KingRalph

  1. Im trying to use Wi-Fi
  2. run this in the debugger: attach "Tap Titans"
  3. I have been trying to get my old toshiba laptop to work because I am currently using a very old computer to make hacks. The RAM is so low I keep getting the following errors while attempting to connect to the internet: When I click on the Diagnose why windows can't find any network: Any suggestions?
  4. Who cares anyway? As long as the image is better after I edit it, it doesn't matter. This is great advice! But I am currently unable to design images because I design on mobile. I also don't plan on making a living from designing. I do it for fun
  5. why not try this: #import <Preferences/Preferences.h> @interface TWEAKNAMEListController: PSListController { } @end @implementation TWEAKNAMEListController - (id)specifiers { if(_specifiers == nil) { _specifiers = [[self loadSpecifiersFromPlistName:@"TWEAKNAME" target:self] retain]; } return _specifiers; } - (void)link { [[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"INSERTURLHERE"]]; } @end // vim:ft=objc
  6. I don't know but I can't compile without them
  7. 1. Keep your old subtrate.h2. They work fine on my device 3. Read this: https://github.com/rpetrich/iphoneheaders/blob/master/IOSurface/README.txt
  8. Yes I had been having the exact same problem for a while until I read when Alcatraz give the answer to atheoi. I am talking from experience Also, you don't need to "export ARCHS" if you're compiling on mobile As for what you said about the headers, you can get the latest headers from here: https://github.com/rpetrich/iphoneheaders @@Javi Tech Pm me and I can show you how to get a copy of the IOSurfaceAPI.h since it's not free or open source
  9. If he doesn't set target for clang, it will force it like you said, but when clang is forced, the binary is only armv7. Therefore, it will still have no effect. Always remember to set environmental variables like clang
  10. add this to the top of your tweak.xm #import <UIKit/UIKit.h>And add the following code to the top of your makefile or your hack will not work ARCHS = armv7 arm64 TARGET = iphone:clang:YOURSDKNUMBERHERE
  11. I suggest you start with SAV hacking, then ms hook, then IDA, then cscip. If you start with IDA your brain will explode with confusion
  12. I wasn't going to reply to this but it annoys me so much. 1. Don't brag about your art on a thread about someone else's art 2. I do not find images, adjust lighting and add text then pawn it off as art. How I make GFX: Find image Increase saturation Increase sharpness Add gradient Add lens flare Add text Adjust opacity Add bevel effect Add glow Add drop shadow Add water mark
  13. I want to add a UIWebview to my upcoming tweaks but I don't know how. Any help? Note: can you please code it in objective c because I am n00by at c++ -KingRalph
  14. Does that mean you like it?
  15. The admins on IC said the same thing. Lemme edit it
  16. I'm glad you like it! Since you're not using the logo I designed, I tool the liberty of adding it to my GFX work I've got a smexy one. I'll send it to you in a pm a soon as I finish it
  17. Im glad you like it
  18. -(My GFX work)- Reply if you want one. I'm new at this
×
  • 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