Jump to content

Pro

Senior Member
  • Posts

    1,587
  • Joined

  • Last visited

Everything posted by Pro

  1. You should make every spoiler scroll in random directions to make it hard to click
  2. Try thinning the binary first, make sure it doesn't crash when replacing the original binary, then disable ASLR with the method in the second link DiDA posted
  3. The only error I would have with GDB is just that I was never able to get an offset with it The fact that I'm on an iPhone 6 just may be why
  4. Are you trying to thin the binary as well as remove ASLR?
  5. Was on another site for a while, heard of this, registered, went inactive for a while, and now I'm staying here.
  6. Thin the binary EDIT: Saw that you said that, just misspelled it. My bad
  7. App: Monopoly Bingo! iTunes Link: https://itunes.apple.com/us/app/monopoly-bingo!/id927060395?mt=8 Hack Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools / AnyTrans / iExplorer / DiskAid or any other file managers for iOS. - Cydia Substrate (from Cydia). Features: - All tiles are daubable - Tapping tiles multiple times will give more XP, cash, etc. - Always Win (When you're done tapping all the tiles, just go ahead and press Bingo. If you're feeling lazy and don't want to tap every tile, just make sure you at least have a bingo.) - Anti-ban Download Link: [Hidden Content] Installation Instructions: Step 1: Download the file from the link above. Step 2: Copy the file over to your iDevice using any file managers mentioned above or skip this step if you're downloading from your iDevice. Step 3: Using iFile or Filza, browse to where you saved the downloaded deb file and tap on it. Step 4: Once you tap on the file, you will then need to press on "Installer" or 'Install' from the options on your screen. Step 5: Let iFile / Filza finish the installation. Step 6: Once the installation is finished, open the app and enjoy the hack! Credits: Pro (Me) Hack Screenshots:
  8. BO3 (yes, I'm gonna be the Christmas noob), a king size plush velvet blanket, 1 year XBL, $20, $15 iTunes, and some clothes
  9. It's the method that was in Flex, yes The return TRUE; is just what was in the tweak.xm
  10. I have a method that was in Flex that I wanted to include in my tweak -(bool)canDaubTile:(id)card:(id)validity:(bool)time:(double)fp8 {return TRUE; }I only want to return the first bool value as true, but in doing that, I get nothing out of that. Returning the first bool as true worked perfectly fine in a Flex patch
  11. Not sure, maybe something in this might help you: http://iphonedevwiki.net/index.php/Preferences_specifier_plist#PSLinkListCell_.26_PSSegmentCell
  12. No problem
  13. Maybe this? http://iosgods.com/topic/2016-tutorial-how-to-add-pslinklistcell-in-your-preference-bundle/
  14. I've already posted BoomGift I agree though, it is nice
  15. I think I know what your problem is. Go into your makefile, and add this at the top if you haven't ARCHS = armv7 arm64
  16. There should be a file called "YourProjectName.plist" in your project folder. In it, there should be a line that says "<string>Your Bundle ID</string>" Since I'm guessing that you don't have it right, use this. <string>com.blumarket.stayinthelinefree</string> EDIT: Didn't see that @castix posted it.
  17. Did you put the correct bundle ID when first making your tweak?
  18. What iOS are you on?
  19. What's wrong with it?
×
  • 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