Jump to content

Crypto

Senior Member
  • Posts

    3,170
  • Joined

  • Last visited

Everything posted by Crypto

  1. Oh, everygame that I hacked had the same one find the right one for the game you're hacking then
  2. Oops, you gotta add : #import <UIKit/UIKit.h> On top of your tweak.xm
  3. 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.
  4. No need to make one, what iOS are you on?
  5. Look at what you wrote, "This is fully server-sided" and "any hack would be cool" Server-sided = cannot be hacked
  6. That's not your makefile :S did you make a preference bundle?
  7. Which probably means you're not linking correctly Show me your tweak.xm and you makefile, i'll fix it
  8. 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
  9. Crypto

    My Hacks

    Repped
  10. 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.
  11. Nope, very normal
  12. 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"
  13. Not filled since it's not the same app
  14. Welcome to iOSGods! You're sideloading knowledge will be very appreciated here
  15. It's mostly for the "which one do I use" confusing moments but ohwell
  16. Crack it with rasticrac or clutch, take the binary from the .app using iFile or Filza. Open IDA and load the binary inside of it.
  17. Welcome!!
×
  • 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