Jump to content

Rook

Administrator
  • Posts

    67,280
  • Joined

  • Last visited

Everything posted by Rook

  1. I did?
  2. Money, money everywhere!
  3. The cheat or MovieBox itself? You might want to install StoreAlert from Cydia to prevent this.
  4. Moved to DIY Cheats & nice find! But what if someone can't download from the cloud? And does this still work? http://iosgods.com/topic/508-moviebox-3-5/ Also, this MovieBox version has no ads but I don't think it's the latest. http://iosgods.com/topic/1900-tutorial-how-to-get-moviebox-on-non-jailbroken-idevice-ios-7-ios-8/
  5. Nice eye! Forgot to put it.
  6. If it's just one void you can null it like this: %hook something -(void)showCoins { } %end This should work also: + (void)sendSegmentationParams:(id)fp8{ return; fp8 = NULL; %orig(fp8); } %end
  7. + (void)sendSegmentationParams:(id)fp8{ fp8 = NULL; %orig(fp8); %end You can null voids also: http://iosgods.com/topic/831-tutorial-how-to-hack-using-mobile-substrate-method-hooking/ But I suggest you try them with Flex 2 so you can test them while you add new functions instead of adding, compiling, installing etc etc. Much easier with flex.
  8. I guess if you NULL / turn them to false it should work? Give it a try.
  9. Should this be in DIY Cheats? Good find though!
  10. If you can do .deb hacks then it's suggested that you do.
  11. :thumbsup:
  12. Wanna send me your tweak.xm or half of it to see if it's a theos related problem?
  13. Please elaborate on your problem. Show us a screenshot of the error or explain it better.
  14. Have you seen his tutorial? http://iosgods.com/topic/1902-tutorial-how-to-add-a-settings-textfield-using-psedittextcell/ You can also try this: http://iosgods.com/topic/1737-tutorial-how-to-add-psedittextcell-in-a-patcher/
  15. That has nothing to do with the error. The error is generated inside the Tweak.xm on line 82.
  16. How about just compiling one feature? What happens?
  17. Just remove that feature and compile.
  18. Unlimited MB of traffic or something like that.
  19. Glad you got it working!
  20. It's actually a .deb tweak but he's confusing it.
  21. In Cydia. They're both there. PreferenceLoader - No Spaces. More info here: https://www.google.com/url?q=http://iosgods.com/topic/2269-preference-loader-on-ios-8x-81x/&sa=U&ei=Ap58VL6dOILZmgXnwYL4DQ&ved=0CAYQFjAA&client=internal-uds-cse&usg=AFQjCNF7Eya2AbbuRKpvfXOlFjfTy3S2bw
  22. Can you send me the topic where you downloaded the file from? Install Preference Loader & Cydia Substrate from Cydia then reinstall the hack and reboot. After reboot check your settings.
×
  • 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