Jump to content

Taylor Meyer

Senior Member
  • Posts

    699
  • Joined

  • Last visited

Everything posted by Taylor Meyer

  1. So i am getting this Making all for tweak PandoraCheats... make[2]: Nothing to be done for `internal-library-compile'. Making stage for tweak PandoraCheats... make: *** [internal-package] Error 126
  2. also how do I make a uialert in my tweak.xm should i put import the UiKit and import foundation that's what shmoo was telling me if so what is the exact code of both
  3. well good news is I fixed the problem but now I have a new problem when I tried make package it worked but a new error oh boyyyy having so much luck ****ing theos is so good lol will post a picture here is the picture https://imgur.com/a/OhNiH
  4. I used that tool I did a setup all
  5. Jb hide = hides jailbreak state or bypasses jailbreak detection
  6. thank you for believeing in me
  7. Not getting mad at anyone here but now I'm getting ****ing pissed now I tried moving stuff around in my tweak.xm of course ****ing didn't work screw the ****ing project I'm about to have someone I trust that can compile it
  8. the one I installed was iOS 8.1 I'm on 8.4
  9. im not forcing you in any way but i used clutch before but i quit using it because the binaries would always crash if you want try Rasticrac
  10. https://imgur.com/a/XquQ1 Here is the picture
  11. So I fixed the other error where I kept getting a Xcode command error. So now my new error is my tweak.xm it is saying the first argument must be greater than 0 Here is my tweak.xm. Also tell me if I'm missing anything if I have to add anything #include <substrate.h> %hook PMListeningPersistence -(double) skipDelayAfterTrackStart { return 0; } %end %hook PMListeningPersistence -(BOOL) listenTimeoutEnabled { return FALSE; } %end %hook PMBaseSettings -(BOOL) ignoreSkipLimit { return TRUE; } %end %hook PMRadioConfig -(BOOL) discardAudioAds { return TRUE; } %end %hook TrackDescriptor -(BOOL) allowVisualAds { return FALSE; } %end %hook PMAppPersistence -(int) cellAudioQuality { return 200000000; } %end %hook AudioFileTypes +(double) cellHighQualityBitrate { return 200000000; } %end %hook AudioFileTypes +(double) cellLowQualityBitrate { return 200000000; } %end %hook StationDescriptor -(BOOL) suppressVideoAds { return TRUE; } %end %hook PMRadio -(BOOL) userReceivesVisualAds { return FALSE; } %end %hook PMRadioConfig -(BOOL) enableBannerAds { return FALSE; } %end %hook StationPlayer -(BOOL) skipsAudioAds { return TRUE; } %end
  12. So I am trying to make a package but I keep getting this error I don't know why it's happening here is a picture of the error https://imgur.com/a/8XCIq
  13. I am trying to find the Pandora one splash screen class via flex 2 regular class dump does not work
  14. So I am getting a error when trying to start a new project in theos I have tried reinstalling all of the required tools still does not work here is a picture of the error https://imgur.com/a/ewt1L Perl: bad interpreter theos
  15. yea this https://iosgods.com/topic/13072-macios-how-to-easily-install-theos-on-any-ios-device-setuptheos/ should I press yes
  16. Setup theos message I will post a picture What do I do https://imgur.com/a/Xs1kn
  17. thanks also do I copy and paste the pop from the post any of them I decide on
  18. i put that in the make file or the tweak.xm
×
  • 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