Jump to content

Amaz1ng_

Member
  • Posts

    8
  • Joined

  • Last visited

Profile Information

  • iDevice
    iPhone Xs
  • iOS Version
    9.3.3
  • Gender
    Not Telling
  • Interests
    chillin

Recent Profile Visitors

264 profile views

Amaz1ng_'s Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. EDIT: Delete.
  2. Is Case Clicker the name of your binary? Try telling class dump where it is, for example if it's in /var/mobile do "class-dump -H /var/mobile/Case Clicker -o /var/mobile/headers". Maybe remove the space in the binary and just make it CaseClicker if that doesn't work?
  3. EDIT: Nevermind I figured out how to hack it myself finally, delete this please.
  4. Looks like a very handy tool. One question though, looking at the first screenshot... say if I have the function -(BOOL)hascoins and I want it to return true, I know that I would just write TRUE in the second box.. but can you tell me what I'd write in the other two boxes? I'm mainly asking this because im confused as to whether im supposed to write "-(BOOL)hascoins" in the first box or just "hascoins". Hope this question wasnt too confusing thanks EDIT: nevermind figured it out thanks
  5. Ayy Mr.NeverWinAnything checking in
  6. Needs to be %hook PMBaseSettings -(bool) discardAudioAds { return true; } You just forgot the "{" after discardAudioAds @Amuyea beat me to it
  7. Hi, Try this makefile: ARCHS = armv7 arm64 include theos/makefiles/common.mk TWEAK_NAME = NoAdsForN3 NoAdsForN3_FILES = Tweak.xm NoAdsForN3_FRAMEWORKS = UIKit include $(THEOS_MAKE_PATH)/tweak.mk after-install:: install.exec "killall -9 SpringBoard"
  8. Same thing happening to me! Would the hack happen to be for a cracked app? I have noticed that every hack that I make for apps that are un-cracked work fine. The problem is when I make a hack for a cracked app. Flex tweaks work perfectly fine on the cracked apps, but when I do a mobile substrate tweak using the same functions of the hack from flex, the hack simply doesn't work. It's as if the classes are not successfully being hooked or something.. (ios 9.3.3) really hoping someone can figure this out as I'm sure I have done everything correctly also. In the past I have done this successfully but can't figure out what's going on 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