Jump to content

Rook

Administrator
  • Posts

    66,806
  • Joined

  • Last visited

Everything posted by Rook

  1. 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/
  2. Nice eye! Forgot to put it.
  3. 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
  4. + (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.
  5. I guess if you NULL / turn them to false it should work? Give it a try.
  6. Should this be in DIY Cheats? Good find though!
  7. If you can do .deb hacks then it's suggested that you do.
  8. :thumbsup:
  9. Wanna send me your tweak.xm or half of it to see if it's a theos related problem?
  10. Please elaborate on your problem. Show us a screenshot of the error or explain it better.
  11. 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/
  12. That has nothing to do with the error. The error is generated inside the Tweak.xm on line 82.
  13. How about just compiling one feature? What happens?
  14. Just remove that feature and compile.
  15. Unlimited MB of traffic or something like that.
  16. Glad you got it working!
  17. It's actually a .deb tweak but he's confusing it.
  18. 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
  19. 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.
  20. Just set permissions to the file you copied and open the game.
  21. Which Brave Frontier Cheat? The one in VIP? You set permissions to the file inside the .app folder which is under the same name as the folder without an extension. More info: https://www.google.com/url?q=http://iosgods.com/topic/2740-tutorialvideo-how-to-set-permission-to-777-via-ifile/&sa=U&ei=H5h8VOTuDYK4mwWQzIDICw&ved=0CAYQFjAA&client=internal-uds-cse&usg=AFQjCNH2RuDUFi2No9Yg29VgX46Kxv010g And this is a binary hack which means you just copy and replace the modded file with the original one and set permissions then open the game. This has no settings to configure.
  22. I think it has to do with your internet connection because both repos are working fine here. Can you try using another Wi-Fi?
×
  • 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