Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. You still don't understand buddy, I was saying that you asked for a hack when you also said that it was fully server-sided. Then you tell me there's a mod for it which means it's not server-sided. I'm not trolling, just showing the obvious. Anyways lol
  2. I don't think you understood, oh well
  3. Goodjob just mark my UI code as "answered" so other users can rely on it if they have the same issue as yours
  4. Oh, everygame that I hacked had the same one find the right one for the game you're hacking then
  5. Oops, you gotta add : #import <UIKit/UIKit.h> On top of your tweak.xm
  6. Tweak.xm : %hook AppDelegate -(BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { UIAlertView *alert = [[uIAlertView alloc] initWithTitle:@"APPNAME" message:@" Cheat By Crypto" delegate:self cancelButtonTitle:@"Thanks!" otherButtonTitles:@"For more hacks, Click Here!", nil]; [alert show]; [alert release]; return %orig(); %new } -(void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex { if(buttonIndex !=alertView.cancelButtonIndex) { [[uIApplication sharedApplication] openURL:[NSURL URLWithString:@"https://iosgods.com]]; } } %end Makefile : ARCHS = armv7 arm64 TARGET = iphone:clang:latest:latest #CFLAGS = -fobjc-arc #THEOS_PACKAGE_DIR_NAME = debs include theos/makefiles/common.mk TWEAK_NAME = fruit minehack_FILES = Tweak.xm minehack_FRAMEWORKS = UIKit minehack_LDFLAGS += -Wl,-segalign,4000 CFLAGS =-w include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard" Try that and compile again. For the tweak.xm just change the credits and appname to what you want.
  7. No need to make one, what iOS are you on?
  8. Look at what you wrote, "This is fully server-sided" and "any hack would be cool" Server-sided = cannot be hacked
  9. That's not your makefile :S did you make a preference bundle?
  10. Which probably means you're not linking correctly Show me your tweak.xm and you makefile, i'll fix it
  11. If it's not working you either 1. Made a patcher and didn't turn on the switches in the settings which is unlikely or 2. You made a tweak but didn't write it properly thus it not working
  12. Crypto

    My Hacks

    Repped
  13. Wow there, you're not doing it properly. There's no point of putting the .dylib there . Go make to your terminal and CD your hack like you did. And instead of writing "make" , write "make package install" without the quotations. This will initially install the hack in your device. If you go back to the hack folder, you'll find the .deb which can be shared with others who want the hack.
  14. Nope, very normal
  15. I don't see anything wrong since there's so errors, id you're trying to make a .deb without installing it, instead of "make", write "make package"
  16. Not filled since it's not the same app
  17. Welcome to iOSGods! You're sideloading knowledge will be very appreciated here
×
  • 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