Jump to content

fall2pieces

Senior Member
  • Posts

    127
  • Joined

  • Last visited

Everything posted by fall2pieces

  1. I can't seem to get the 32 bit portion of the binary. Not sure what I am doing wrong. All I see is X's instead of R's and looks like I am just viewing the 64 bit portions. Sorry to be a pain.
  2. Anyone know if it's possible to get either Rasticrac or Clutch working on 10.1.1? I've tried them both and neither one seems to be functioning on 10.1.1. Thanks
  3. I looked up the error and it seemed like I just needed an updated toolchain, so I downloaded the new one, but still receiving same error.
  4. Wishing Theos would stop giving me make errors.

    Read more  
    1. Rook

      Rook

      Theos is probably wishing you'd stop making mistakes :p

    2. fall2pieces
    3. xiaov

      xiaov

      this is what you have to solve it and learnt.

  5. Looks like it was an issue in the make file with the bundle ID. Took the bundle ID out for testing and was able to get past that point, but now receiving a different error. Will post screenshot below. Also any info or screenshot of how a bundle ID should be placed in makefile if I don't have the .plist file. I saw that you use the </string> bundle ID</string> but when I input that, that is when I was receiving the error.
  6. Tried to add the extra space and still getting the error. I even cleaned out the tweak.xm file to only one change and still the same error.
  7. Is it the formatting? I was following a tutorial on how to write up the code, but it wasn't super descriptive and its been months since I have used theos so I can't exactly remember what I am doing wrong.
  8. Was able to get it working, Thanks!
  9. I am trying to compile a tweak and when I run the make command, I receive a 'Makefile:8: *** Missing Seperator' error. Below is my code. I have read that it is usually caused by their not being tabs, and have tried user 'tab' and also the code <tab> that is in it now, but nothing seems to be working. %hook ALIncentivizeInterstitialAd -(bool)wasFullyWatched { <tab>return True; } %end %hook FlurryAdUnit -(bool)rewardable { <tab>return True; } %end %hook NativeXReward -(id)getAmount { <tab>return [NSNumber numberWithInteger: 999999]; } %end %hook SUBaseAdapter -(bool)isRewardedVideoExhausted { <tab>return False; } %end %hook SupersonicPlacementInfo -(id)rewardAmount { <tab>return [NSNumber numberWithInteger:999999]; } %end %hook ALTimedTaskResult -(bool)containedVideo { <tab>return True; } -(void)setExecutionDuration:(id) { <tab>argument = [NSNumber numberWithInteger:0]; } -(id)executionDuration { <tab>return [NSNumber numberWithInteger:0]; } %end
  10. Going to try this. Thanks
  11. Hello, I am trying to get theos setup on my windows 10 computer and I am using coolstars tutorial for it. http://sharedinstance.net/2013/12/build-on-windows/ . Whenever I try using git clone -b windows git://github.com/coolstar/theos.git, I receive an error fatal: destination path 'theos' already exists and is not an empty directory. Any help would be much appreciated!
  12. Learning Java and C+ at the same time to get a jump on learning coding.

    Read more  
  13. Cracked IPA, how do I get the binary? Sorry I know this is probably stupid as hell, but my mind is working fantastic right now.
  14. So I have been working with and learning some app coding/cracking and have successfully made a few just off my phone, but I am wanting to use IDA Pro so I am able to do more complex hacking. I am running into issues right out of the gate, and it's probably a really stupid issue, but I am struggling figuring it out. I load a cracked IPA (from rastricrac) into IDA Pro and after it opens the file, I can see some of the coding, but no functions show up. When I try to search for keywords, nothing appears, when I know they are in the app, because I am using a game that I have already hacked on my phone, in IDA, so that I know its doable. Any help? Also I do not have access to a jailbroken phone currently as I had to force update to 10.1.1 and am waiting on the new release that supports the TSCM chip in the 6s. Thanks for any help!
  15. Let it run all night, no progress. Hard rebooted several times and attempted safe mode, but it just continues to load the progress bar instead of booting past that. It isn't looking to great.
  16. I was messing around with lldb and debugging apps, when I kept coming across an error message. After looking into the error message, I saw someone had wrote to reset all settings and that should fix the error. Well I did that (Just the 'settings' not 'settings and content') and now my phone is stuck in a bootloop with the progress bar about 2/3 of the way complete. Is there any known fix for this, or a way to restore from backup in DFU without updating the firmware? Kind of feeling SOL right now. Thanks
  17. Unable to start GDB: cannont find binary in '/var/usr/libraryexec/gdb/gdb-arm-apple-darwin' Any suggestions. Tried reinstalling and still same issue
  18. I reset passwords for mobile and root, then reinstalled openssh and now it's working. Thanks!!
  19. Having issues logging into puTTy. Tried root: alpine and it just gives me "Access Denied". Tried with the 127.0.0.1 as well as my phones IP and same message.
  20. I've been using theos so far. Sorry for all the questions, literally just starting to play around with this and have been going through some tutorials.
  21. I am working on a hack for Tiny Sheep and I have been able to find and modify most of the currency within the game, but the main premium currency is no where to be found. Typically I've noticed that they fall under the same header, typically something like "User" etc. The premium "crystal" currency is the only one that is not there. I have looked for the past day now trying to find it and have been unsuccessful. Any ideas where someone might store info like that? Thanks!
×
  • 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