Jump to content

castix

Senior Member
  • Posts

    2,379
  • Joined

  • Last visited

Everything posted by castix

  1. I think Zahir is right. Until further notice I can't explain why and how debugging doesn't work. Maybe some elder hacker can help you. @mikeyb123 @RickHaks @Aswag1 @iOSv64 @@Laxus
  2. Hacking the wrong function eh
  3. Great, and now gimme my jailbreak
  4. You don't. All you can do is creating a new account and don't play so suspicious this time
  5. Select Text Viewer in the screen that pops up, then click the edit button. Find the line that looks like root:UlGASB5XWDrOc:0:0::0:0: The part we need to edit to change your devices password is between root: and the first :0 Next you want to generate a new password hash. You can do this with the perl function 'crypt'. If you've no idea what that is head over to Crypt Tool online . At that website you see a large text area with $str above it, and a one-line text input with $salt above it. $salt can be any two characters. In $str will be where you type your new password, go ahead and do that, and salt. Next click run. You should get a result like what you previous hash was, it should be without any special characters. Replace the text between root: and the first :0 with your generated hash. Be careful to copy it exactly. Click the Save button at the top of iFile screen, then Click the Done button.
  6. You can go to /private/etc/ manually and edit the master.passwd To reset/change your root password (requires root access) Open MobileTerminal. Run "passwd" and type in your new password twice. Please note that your keypresses will not be displayed on the terminal screen (for security).
  7. Back from Italia :)

    1. Tamil

      Tamil

      Welcome back :)

    2. Oxytyramine
    3. Raggnar

      Raggnar

      Wb castix

    4. Rook

      Rook

      :o

       

      We could have met :v

       

      :welcome:

  8. You have to paste the code you posted in the @implementation part of your .mm
  9. Yea good question normal members can also go to the VIP topics, they just can't reply to them
  10. Yes too bad you suck at HTML Haha but why is the message inbox so tiny like 50 messages is nothing
  11. I thought of something like a PM: [Report] 'Topic title' date Your thread 'Topic title' has been reported for the following reasons: •Reason1 •etc... You can update or edit your thread at any time. please contact a moderator or admin for more information. I'm not sure about the end but basically this is my theory
  12. When you report a topic, the author should also be notified and view the report message (Like the note system for giving warning points). So he can see what's wrong and edit it or update
  13. Because now, unlawful people will face the best Moderator ever
  14. You forgot to open the code block for every method for example + (int)filesExistCheck { if(myObj.boolJail) { return 0; } %orig; }
  15. The missing '{' like I said. Maybe he copied the code before you edited it. @Vegito Alternatively you can use if (myObj.boolJail) { // This will execute if boolJail is set to True } What?
  16. @Chrizk0 has one missing '{' and @@C3FFF0E's 'return %orig' will erase the argument value
  17. The first giveaway suitable for my flavour Thank you for this insane gift to the community! (Of course I would prefer to win it myself hehe). I would love to play that account on my new iPhone 6. I barely found any good RPG games for iOS but this is outstanding.
  18. Ah I see what you want so please share your Preferences.mm file here
  19. For PSListController use #include <Preferences/Preferences.h>
×
  • 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