Skip to content
MPGHThe Dark Arts
/
RegisterLog in
Forum
Community
What's NewLatest posts across the boardTrendingHottest threads right nowSubscribedThreads you follow
Discussion
GeneralIntroductionsEntertainmentDebate FortFlaming & Rage
Board
News & AnnouncementsMPGH TimesSuggestions & HelpGiveaways
More Sections
Art & Graphic DesignProgrammingHackingCryptocurrency
Hacks & Cheats
Games
ValorantCS2 / CS:GOCall of Duty / WarzoneFortniteApex LegendsEscape From Tarkov
+14 moreLeague of LegendsGTA VMinecraftRustROTMGBattlefieldTroveBattleOnCombat ArmsCrossFireBlackshotRuneScapeDayZDead by Daylight
Resources
Game Hacking TutorialsReverse EngineeringGeneral Game HackingAnti-CheatConsole Game Hacking
Tools
Game Hacking ToolsTrainers & CheatsHack/Release NewsNew
Submit a release →Share your cheat, tool, or config with the community.
AINEW
AI Tools
General & DiscussionPrompt EngineeringLLM JailbreaksHotAI Agents & AutomationLocal / Open Models
AI × Gaming
AI Aimbots & VisionML Anti-CheatGame Bots & Automation
Create
AI Coding / Vibe CodingAI Art & MediaAI Voice & TTS
The AI frontier →Where game hacking meets modern machine learning. Jump in.
Marketplace
Buy & Sell
SellingBuyingTradingUser Services
Trust & Safety
Middleman LoungeMarketplace TalkVouch Copy Profiles
Money
Cryptocurrency TalkCurrency ExchangeWork & Job Offers
Start selling →List accounts, services, and goods. Use the middleman to trade safe.
MPGH The Dark Arts

A community for offensive security research, reverse engineering, and AI.

Community

ForumMarketplaceSearch

Account

RegisterLog in

Legal

Privacy PolicyForum RulesHelp & FAQ
© 2026 MPGH · All rights reserved.Built by the community, for the community. For educational purposes onlyContent is shared for security research and education — we don't condone illegal use. You're responsible for complying with applicable laws. Use at your own risk.
Home › Forum › MultiPlayer Game Hacks & Cheats › Other MMORPG Hacks › Vindictus Hacks & Cheats › Vindictus Discussions › Checking for CFGs

Checking for CFGs

Posts 1–15 of 24 · Page 1 of 2
HE
Helepheil
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?
#1 · 15y ago
AN
AnniBanana
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.
#2 · 15y ago
UL
UlRRvtk7
It's 'extra_obscure', but yeah that's pretty much right as far as I can tell.
#3 · 15y ago
HE
Helepheil
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?
#4 · 15y ago
AN
AnniBanana
Sorreh for my typo, but yush.
#5 · 15y ago
HE
Helepheil
You two have been very helpful. Thanks on the house!
#6 · 15y ago
UL
UlRRvtk7
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.
#7 · 15y ago
AN
AnniBanana
Quote Originally Posted by Helepheil View Post
You two have been very helpful. Thanks on the house!
:"D! Np
#8 · 15y ago
HE
Helepheil
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?
#9 · 15y ago
FO
Fovea
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.
#10 · edited 15y ago · 15y ago
AN
AnniBanana
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.
#11 · 15y ago
UL
UlRRvtk7
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.
#12 · 15y ago
HE
Helepheil
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?
#13 · 15y ago
UL
UlRRvtk7
Use the 'a' option. It's in the readme.
#14 · 15y ago
HE
Helepheil
Quote Originally Posted by UlRRvtk7 View Post
Use the 'a' option. It's in the readme.
Thank you for sir!
#15 · 15y ago
Posts 1–15 of 24 · Page 1 of 2

Post a Reply

Tags for this Thread

#bind#check#file#titan#vindictus