Jump to content

Rook

Administrator
  • Posts

    66,534
  • Joined

  • Last visited

Everything posted by Rook

  1. Reboot your device and try again?
  2. Install CrashReporter from Cydia and find out what's causing the issue. Also, AppCake 5+ is known to be doing this.
  3. Then you're doing it wrong or you've been banned in a different way.
  4. @@ASock If it's Jailbroken, you can manually install a tweak to remove the passcode. And, there's also a tutorial here on iOSGods which gives you unlimited Passcode attempts using iTunes. If that doesn't work, you can take it to an Apple shop. Maybe they have better tools to recover files inside it.
  5. Looks like you made it. https://iosgods.com/topic/27234-phoenix-hd-260-2/
  6. This is not a drill.
  7. @@DeathScripts Link the thread to it in Tools to this one.
  8. Just ssh into the server as Blade Mods and type in whoami It'll say "Blade Mods - Super Admin"
  9. I have faith in you.
  10. Nice work! First .deb?
  11. /var/mobile/Library/iFile/Trash That's the location.
  12. This cheat has been updated here: https://iosgods.com/topic/26612-monster-strike-v522-3-cheats/
  13. This has been filled. Search the forum for the hack.
  14. The class and methods are case sensitive also.
  15. Ah, I guess I will make a tutorial soon on how to integrate this with theos. @@extractor304 So first of all, you will need the headers from GitHub. Download them and add them in /theos/include/SCLAlertView/ Next, start a new project and then open your Makefile and add: ARCHS = armv7 arm64 CFLAGS = -fobjc-arc # ARC is needed for SCLAlertView include theos/makefiles/common.mk TWEAK_NAME = YOURTWEAKNAMEHERE YOURTWEAKNAMEHERE_FILES = Tweak.xm $(shell find $(THEOS)/include/SCLAlertView -name '*.m') YOURTWEAKNAMEHERE_FRAMEWORKS = UIKit MessageUI Social QuartzCore CoreGraphics Foundation AVFoundation Accelerate GLKit AudioToolbox YOURTWEAKNAMEHERE_LDFLAGS += -Wl,-segalign,4000 Then in your Tweak.xm: #import <SCLAlertView/SCLAlertView.h> // Imports the popup headers. %hook UnityAppController - (BOOL)application:(id)fp8 didFinishLaunchingWithOptions:(id)fp12 { // Popup only once at each launch of the app. SCLAlertView *alert = [[SCLAlertView alloc] initWithNewWindow]; [alert showSuccess: @"Title here"// Success, Error, Notice, Warning, Info, Edit, Custom, Waiting subTitle: @"Subtitle here" closeButtonTitle: @"Close button" duration: 0.0f]; return %orig; } %end Compile and it should work.
  16. It's inside the page of the alert. The instructions on how to implement it.
  17. Since we don't have it by now, then no. It has been discussed before.
  18. If only there were more people like you two to reply back when the hack works for them.
  19. This has been discussed before. Multiple times.
  20. Posted in the wrong section. Moved to filled. And search the forum for those.
  21. Coming soon. Today or tomorrow.
×
  • 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