Page 1 of 2 12 LastLast
Results 1 to 15 of 24
  1. #1
    Helepheil's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    44
    My Mood
    Amazed

    Checking for CFGs

    Okay. I am a choob. Now that that's out of the way, let's move on.

    Before I came to this forum, I knew next to nothing about the exploitation of Vindictus. Now I've built up a fairly good knowledge base and believe in myself to ask questions worth asking.

    So, post-Titan patch we discovered that we can continue to use perma-binds because the game does not check the integrity of the file FAC6B533E4D245CE8B9A67DB1472B2B98F3F54FA.hfs

    Therefore, we can edit it to our hearts content.

    I present to someone with a little more intelligence and book-learnin' in this area to perhaps tell me how would one perhaps check what files are being checked when the game launches?

  2. The Following User Says Thank You to Helepheil For This Useful Post:

    trung4ad3 (04-24-2011)

  3. #2
    AnniBanana's Avatar
    Join Date
    Apr 2011
    Gender
    female
    Posts
    139
    Reputation
    17
    Thanks
    13
    My Mood
    Bitchy
    Quote Originally Posted by Helepheil View Post
    Okay. I am a choob. Now that that's out of the way, let's move on.

    Before I came to this forum, I knew next to nothing about the exploitation of Vindictus. Now I've built up a fairly good knowledge base and believe in myself to ask questions worth asking.

    So, post-Titan patch we discovered that we can continue to use perma-binds because the game does not check the integrity of the file FAC6B533E4D245CE8B9A67DB1472B2B98F3F54FA.hfs

    Therefore, we can edit it to our hearts content.

    I present to someone with a little more intelligence and book-learnin' in this area to perhaps tell me how would one perhaps check what files are being checked when the game launches?
    I think any .zip you open that says extra_obfuscated are the ones that are checked.

  4. The Following 3 Users Say Thank You to AnniBanana For This Useful Post:

    Helepheil (04-24-2011),Ripped (04-24-2011),trung4ad3 (04-24-2011)

  5. #3
    UlRRvtk7's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    560
    Reputation
    49
    Thanks
    348
    It's 'extra_obscure', but yeah that's pretty much right as far as I can tell.

  6. The Following User Says Thank You to UlRRvtk7 For This Useful Post:

    Helepheil (04-24-2011)

  7. #4
    Helepheil's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    44
    My Mood
    Amazed
    Quote Originally Posted by UlRRvtk7 View Post
    It's 'extra_obscure', but yeah that's pretty much right as far as I can tell.
    So, when I switch the .hfs files, if there is an extra_obscure file, than it's checked?

  8. #5
    AnniBanana's Avatar
    Join Date
    Apr 2011
    Gender
    female
    Posts
    139
    Reputation
    17
    Thanks
    13
    My Mood
    Bitchy
    Sorreh for my typo, but yush.

  9. The Following User Says Thank You to AnniBanana For This Useful Post:

    Helepheil (04-24-2011)

  10. #6
    Helepheil's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    44
    My Mood
    Amazed
    You two have been very helpful. Thanks on the house!

  11. #7
    UlRRvtk7's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    560
    Reputation
    49
    Thanks
    348
    Quote Originally Posted by Helepheil View Post
    So, when I switch the .hfs files, if there is an extra_obscure file, than it's checked?
    That will be a comment on the zip file, not an actual file.

  12. #8
    AnniBanana's Avatar
    Join Date
    Apr 2011
    Gender
    female
    Posts
    139
    Reputation
    17
    Thanks
    13
    My Mood
    Bitchy
    Quote Originally Posted by Helepheil View Post
    You two have been very helpful. Thanks on the house!
    :"D! Np

  13. #9
    Helepheil's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    44
    My Mood
    Amazed
    Quote Originally Posted by UlRRvtk7 View Post
    That will be a comment on the zip file, not an actual file.
    May I ask what you mean by 'a comment'? Just when I open it, int he files it will have the note written in?

  14. #10
    Fovea's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    325
    Reputation
    101
    Thanks
    411
    My Mood
    Amused
    In WinRAR (not sure about other clients), if an archive has a comment, the right side will display the comment.

    Another way, albeit slow but the process can be automated, is to check if the second pass checksum exists in the hfs file. This means that there is an extra 4 bytes appended to the EndOfCentralDirectory header. You'll need to understand a small portion of the file format to utilize this method.
    Last edited by Fovea; 04-24-2011 at 09:09 PM.

  15. The Following User Says Thank You to Fovea For This Useful Post:

    Helepheil (04-24-2011)

  16. #11
    AnniBanana's Avatar
    Join Date
    Apr 2011
    Gender
    female
    Posts
    139
    Reputation
    17
    Thanks
    13
    My Mood
    Bitchy
    Quote Originally Posted by Helepheil View Post
    May I ask what you mean by 'a comment'? Just when I open it, int he files it will have the note written in?
    When you open it, the zip will be split in half. Left side will have contents, right side will have txt.

  17. #12
    UlRRvtk7's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    560
    Reputation
    49
    Thanks
    348
    7zip pops up a stats window with the comment when you open the file.

    Like they've said, it depends on the app you're using. But you'll have to get the info from within the app.

  18. #13
    Helepheil's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    44
    My Mood
    Amazed
    You've all been great!

    Quote Originally Posted by Fovea View Post
    In WinRAR (not sure about other clients), if an archive has a comment, the right side will display the comment.

    Another way, albeit slow but the process can be automated, is to check if the second pass checksum exists in the hfs file. This means that there is an extra 4 bytes appended to the EndOfCentralDirectory header. You'll need to understand a small portion of the file format to utilize this method.
    Okay, so I'm using WinRAR. It'll be on the right.

    That second part sounds interesting. Especially the automated part. I will not ask you to explain it further if you would not like to but any and all help would be appreciated to help me alleviate from "Leecher" status in the eyes of the forum. *Flies to Google*

    Another note, is it possible to flip the entire directory of .hfs files instead of one by one?

  19. #14
    UlRRvtk7's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Posts
    560
    Reputation
    49
    Thanks
    348
    Use the 'a' option. It's in the readme.

  20. The Following 2 Users Say Thank You to UlRRvtk7 For This Useful Post:

    Helepheil (04-24-2011),Ripped (04-24-2011)

  21. #15
    Helepheil's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Posts
    136
    Reputation
    10
    Thanks
    44
    My Mood
    Amazed
    Quote Originally Posted by UlRRvtk7 View Post
    Use the 'a' option. It's in the readme.
    Thank you for sir!

Page 1 of 2 12 LastLast

Tags for this Thread