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 › Programming › C++/C Programming › tier0 error when injecting dll project (Source SDK Base)

tier0 error when injecting dll project (Source SDK Base)

Posts 1–6 of 6 · Page 1 of 1
DanK
DanK
tier0 error when injecting dll project (Source SDK Base)
So I'm using MS2010 and have a Source SDK Base, based off this tutorial:
http://www.mpgh.net/forum/437-vindic...ell_demon.html

It's what I've made all my consoles with and my current project DankSole is now using it.

It works fine until I try to use certain things. For example: Currently needing to use AngleVectors().

If I use AngleVectors() or various other things when I inject my dll I get an error that says "the application failed to start because tier0.dll is missing from your computer, please reinstall the application and try again".

I get the same problem using things like GetDefault() which gives me the same error but for vstdlib.dll.

tier0.lib is in my project and tier0.dll is in all the places it should be.. (steam bin, vindictus bin).

I've tried this suggestion from Hell_Demon "#pragma comment(lib, "tier0.lib")" with no success.

Everything will work great if I copy tier0.dll from the Vindictus/bin folder to the folder Vindictus.exe is in, but I'd really like to avoid having to tell all my users to do that for my future release.


Can't find any related solution's on the web after hours of searching and nobody I talk to understands or can solve the problem. I'm hoping someone around here may have some insight.
#1 · 15y ago
FO
Fovea
AddDllDirectory - Read the remarks carefully.

Another article you might be interested in: Dynamic-Link Library Search Order
#2 · 15y ago
DanK
DanK
Quote Originally Posted by Fovea View Post
AddDllDirectory - Read the remarks carefully.

Another article you might be interested in: Dynamic-Link Library Search Order
I did read through both those pages, and tried to use them(SetDefaultDllDirectories and AddDllDirectory).. Either I got the syntax wrong (i have a hard time understanding syntaxs shown in MSDN without seeing a code example) or it just didn't work.

I really don't understand this error and why I get it while people with the same projects don't.. :/
#3 · 15y ago
FBIRyan
FBIRyan
What happened to the fun in starting from scratch?
#4 · 15y ago
NI
Nico
Quote Originally Posted by FBIRyan View Post
What happened to the fun in starting from scratch?
Using SDK has some advantages in this case
#5 · 15y ago
DanK
DanK
After WEEKS of pulling my hair out... And probably trying 100 different solutions..

This issue is finally ... . SOLVED!

This was what finally worked: Solution!

@Nicdel
#6 · 15y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • Memory.dll error when injectingBy bocacapo123 in Battlefield Heroes Hacks
    0Last post 15y ago
  • Error when injecting wakkas pubBy lilmarv03 in Combat Arms Help
    4Last post 16y ago
  • Some error when injecting? (Screenshot)By lumpylog in Combat Arms Help
    5Last post 16y ago
  • Got Error when inject Mat automatonBy eangchungveng in Mission Against Terror Discussions
    4Last post 15y ago
  • [SOLVED]Crossfire error when injecting a hack i made?By Nubzgetkillz in CrossFire Help
    14Last post 15y ago

Tags for this Thread

None