Jump to content

Rook

Administrator
  • Posts

    66,482
  • Joined

  • Last visited

Everything posted by Rook

  1. /var/mobile/Library/iFile/Trash That's the location.
  2. This cheat has been updated here: https://iosgods.com/topic/26612-monster-strike-v522-3-cheats/
  3. This has been filled. Search the forum for the hack.
  4. The class and methods are case sensitive also.
  5. 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.
  6. It's inside the page of the alert. The instructions on how to implement it.
  7. Since we don't have it by now, then no. It has been discussed before.
  8. If only there were more people like you two to reply back when the hack works for them.
  9. This has been discussed before. Multiple times.
  10. Posted in the wrong section. Moved to filled. And search the forum for those.
  11. Coming soon. Today or tomorrow.
  12. https://iosgods.com/topic/27202-iron-knights-v153-1-cheats/
  13. @@iy1024 Hacked by the guy above me here: https://iosgods.com/topic/27202-iron-knights-v153-1-cheats/?view=findpost&p=943127
  14. After multiple complaints, he broke our community guidelines therefore that topic is now locked and the author is warned.
  15. Read the first post, it's by Stacksocial.
  16. Locked until further notice.
  17. Administrators as in me & Klepto?
  18. America power!
  19. I think everyone already knows that but thanks for spamming this in the wrong section. The update is coming.
  20. If you're too lazy to type it, then record it.
  21. Welcome to iOSGods. Nice having you 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