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 Semi-Popular First Person Shooter Hacks › ArmA 3 Hacks & Cheats › ArmA 3 Discussions › My DLCs stopped working (cream.api method)

UnhappyMy DLCs stopped working (cream.api method)

Posts 1–6 of 6 · Page 1 of 1
CH
charalizado
My DLCs stopped working (cream.api method)
Hi, today Arma 3 updated and my DLCs were no longer working, I tried re-doing the cream.api method but when i try to launch the game it shows 0xC0000005 - STATUS_ACCESS_VIOLATION.

Anyone got a workaround or even any new DLC cracks?

Thanks.
#1 · 8y ago
DL
dlc999999
same problem for me, probably will have to wait for someone to get the Tanks DLC
#2 · 8y ago
DestroyerFrance
DestroyerFrance
wassup here.
You need to reinstall the .DLL files : Delete old DLL creamapifiles EXCEPT the creamapi.ini (move it to your desktop), rename the steam_api_o.dll and steam_api64_o.dll to steam_api.dll and steam_api64.dll ; after this check the files with steam and finally remove the code of "creamapi.ini" and replace it by

Code:
; Get DLC Info from SteamDB by Sak32009 v3.5.6
; Format: CREAMAPI v3.4.1.0
; AppID: 107410
; AppID Name: Arma 3
; AppID Total DLCs: 20
; SteamDB: https://steamdb.info/app/107410
; Homepage: https://******.com/Sak32009/GetDLCInfoFromSteamDB/
; Support: http://cs.rin.ru/forum/viewtopic.php?f=10&t=71837
 
[steam]
; Application ID (http://store.steampowered.com/app/%appid%/)
appid = 107410
; Current game language.
; Uncomment this option to turn it on.
; Default is "english".
; language = english
; Enable/disable automatic DLC unlock. Default option is set to "false".
; Keep in mind that this option is highly experimental and won't
; work if the game wants to call each DLC by index.
unlockall = false
; Original Valve's steam_api.dll.
; Default is "steam_api_o.dll".
orgapi = steam_api_o.dll
; Original Valve's steam_api64.dll.
; Default is "steam_api64_o.dll".
orgapi64 = steam_api64_o.dll
; Enable/disable extra protection bypasser.
; Default is "false".
extraprotection = false
; The game will think that you're offline (supported by some games).
; Default is "false".
forceoffline = false
; Some games are checking for the low violence presence.
; Default is "false".
;lowviolence = true
; Installation path for the game.
; Note, that you can use ..\ to set the parent directory (from where executable file is located).
; Maximum number of parent directories: 5 (..\..\..\..\..\)
; Default is the path to current working directory.
;installdir = ..\
; Use DLC id as the appended installation directory.
; e.g. <install_directory>\480
; Default is "true".
;dlcasinstalldir = false
; Purchase timestamp for the DLC (http://www.onlineconversion.com/unix_time.htm).
; Default is "0" (1970/01/01).
;purchasetimestamp = 0
; Turn on the wrapper mode.
; Default is "false".
wrappermode = false
 
[steam_misc]
; Disables the internal SteamUser interface handler.
; Does have an effect on the games that are using the license check for the DLC/application.
; Default is "false".
disableuserinterface = false
; Disables the internal SteamUtils interface handler.
; Does have an effect on the games that are checking for the actual AppId (only matters when "wrappermode" is set to "true").
; Default is "false".
disableutilsinterface = false
; Disable the internal reserve hook of the "Steam_RegisterInterfaceFuncs" function.
; Default is "false".
disableregisterinterfacefuncs = false
; Unlock/Lock Steam parental restrictions.
; Default is "true".
;unlockparentalrestrictions = false
; SteamId64 to override. Note that this action could be risky !
; This option can only work if "disableuserinterface = false".
;steamid = 0
; Bypass VAC signature check. Note that this action could be risky !
; Default is "false".
;signaturebypass = true
 
[steam_wrapper]
; Application ID to override (used when the wrapper mode is on)
newappid = 0
; Use the internal storage system.
; Default is "false".
wrapperremotestorage = false
; Use the internal stats/achievements system.
; Default is "false".
wrapperuserstats = false
; Use the internal workshop (UGC) system.
; Default is "false".
wrapperugc = false
; Store the data in the current directory (incl. stats)
; By default the data is stored at: %appdata%/CreamAPI/%appid%/
; Default is "false".
saveindirectory = false
; Force the usage of a full save path instead of the relative one.
; Default is "false".
forcefullsavepath = false
; Disable internal callbacks system.
; Default is "false".
;disablecallbacks = true
; Disable/Enable a StoreStats callback. Takes effect only if "wrapperuserstats" is set to "true".
; Default is "true".
;storestatscallback = false
; Fixed achievements count.
; Some games can only work if this option is configured properly (e.g. Wolfenstein II).
; Default is "0".
achievementscount = 0
 
[dlc]
; DLC handling.
; Format: <dlc_id> = <dlc_description>
; e.g. : 247295 = Saints Row IV - GAT V Pack
; If the DLC is not specified in this section
; then it won't be unlocked
228800 = Arma 3 Alpha Lite - expires now (Arma 3)
233780 = Arma 3 Server
233800 = Arma 3 Tools
249500 = SteamDB Unknown App 249500
249860 = Arma 3 Soundtrack
249861 = Arma 3 Maps
249862 = Arma 3 Tactical Guide
275700 = Arma 3 Zeus
288520 = Arma 3 Karts
304380 = Arma 3 Helicopters
304400 = Arma 3 DLC Bundle 1
332350 = Arma 3 Marksmen
390500 = Arma 3 Samples
395180 = Arma 3 Apex
571710 = Arma 3 Laws of War
601670 = Arma 3 Jets
612480 = Arma 3 DLC Bundle 2
639600 = Arma 3 Malden
744950 = Arma 3 Tac-Ops Mission Pack
798390 = Arma 3 Tanks
 
[dlc_installdirs]
; Installation path for the specific DLC (dependent from "installdir" option).
; This section works only if "dlcasinstalldir" option is set to "false".
; Format: <dlc_id> = <install_dir>
; e.g. : 556760 = DLCRoot0
 
[steam_ugc]
; Subscribed workshop items.
; This section works only if "wrappermode" and "wrapperugc" options are set to "true".
; Format: <dlc_id> = <true/false>
; e.g. : 812713531 = true
; Please refer to __README_WORKSHOP_EN__.txt for more details.
reinstall the .dll files
#3 · 8y ago
DL
dlc999999
doesnt work for me, anybody else?
#4 · 8y ago
CH
charalizado
Quote Originally Posted by DestroyerFrance View Post
wassup here.
You need to reinstall the .DLL files : Delete old DLL creamapifiles EXCEPT the creamapi.ini (move it to your desktop), rename the steam_api_o.dll and steam_api64_o.dll to steam_api.dll and steam_api64.dll ; after this check the files with steam and finally remove the code of "creamapi.ini" and replace it by

Code:
; Get DLC Info from SteamDB by Sak32009 v3.5.6
; Format: CREAMAPI v3.4.1.0
; AppID: 107410
; AppID Name: Arma 3
; AppID Total DLCs: 20
; SteamDB: https://steamdb.info/app/107410
; Homepage: https://******.com/Sak32009/GetDLCInfoFromSteamDB/
; Support: https://cs.rin.ru/forum/viewtopic.php?f=10&t=71837
 
[steam]
; Application ID (https://store.steampowered.com/app/%appid%/)
appid = 107410
; Current game language.
; Uncomment this option to turn it on.
; Default is "english".
; language = english
; Enable/disable automatic DLC unlock. Default option is set to "false".
; Keep in mind that this option is highly experimental and won't
; work if the game wants to call each DLC by index.
unlockall = false
; Original Valve's steam_api.dll.
; Default is "steam_api_o.dll".
orgapi = steam_api_o.dll
; Original Valve's steam_api64.dll.
; Default is "steam_api64_o.dll".
orgapi64 = steam_api64_o.dll
; Enable/disable extra protection bypasser.
; Default is "false".
extraprotection = false
; The game will think that you're offline (supported by some games).
; Default is "false".
forceoffline = false
; Some games are checking for the low violence presence.
; Default is "false".
;lowviolence = true
; Installation path for the game.
; Note, that you can use ..\ to set the parent directory (from where executable file is located).
; Maximum number of parent directories: 5 (..\..\..\..\..\)
; Default is the path to current working directory.
;installdir = ..\
; Use DLC id as the appended installation directory.
; e.g. <install_directory>\480
; Default is "true".
;dlcasinstalldir = false
; Purchase timestamp for the DLC (https://www.onlineconversion.com/unix_time.htm).
; Default is "0" (1970/01/01).
;purchasetimestamp = 0
; Turn on the wrapper mode.
; Default is "false".
wrappermode = false
 
[steam_misc]
; Disables the internal SteamUser interface handler.
; Does have an effect on the games that are using the license check for the DLC/application.
; Default is "false".
disableuserinterface = false
; Disables the internal SteamUtils interface handler.
; Does have an effect on the games that are checking for the actual AppId (only matters when "wrappermode" is set to "true").
; Default is "false".
disableutilsinterface = false
; Disable the internal reserve hook of the "Steam_RegisterInterfaceFuncs" function.
; Default is "false".
disableregisterinterfacefuncs = false
; Unlock/Lock Steam parental restrictions.
; Default is "true".
;unlockparentalrestrictions = false
; SteamId64 to override. Note that this action could be risky !
; This option can only work if "disableuserinterface = false".
;steamid = 0
; Bypass VAC signature check. Note that this action could be risky !
; Default is "false".
;signaturebypass = true
 
[steam_wrapper]
; Application ID to override (used when the wrapper mode is on)
newappid = 0
; Use the internal storage system.
; Default is "false".
wrapperremotestorage = false
; Use the internal stats/achievements system.
; Default is "false".
wrapperuserstats = false
; Use the internal workshop (UGC) system.
; Default is "false".
wrapperugc = false
; Store the data in the current directory (incl. stats)
; By default the data is stored at: %appdata%/CreamAPI/%appid%/
; Default is "false".
saveindirectory = false
; Force the usage of a full save path instead of the relative one.
; Default is "false".
forcefullsavepath = false
; Disable internal callbacks system.
; Default is "false".
;disablecallbacks = true
; Disable/Enable a StoreStats callback. Takes effect only if "wrapperuserstats" is set to "true".
; Default is "true".
;storestatscallback = false
; Fixed achievements count.
; Some games can only work if this option is configured properly (e.g. Wolfenstein II).
; Default is "0".
achievementscount = 0
 
[dlc]
; DLC handling.
; Format: <dlc_id> = <dlc_description>
; e.g. : 247295 = Saints Row IV - GAT V Pack
; If the DLC is not specified in this section
; then it won't be unlocked
228800 = Arma 3 Alpha Lite - expires now (Arma 3)
233780 = Arma 3 Server
233800 = Arma 3 Tools
249500 = SteamDB Unknown App 249500
249860 = Arma 3 Soundtrack
249861 = Arma 3 Maps
249862 = Arma 3 Tactical Guide
275700 = Arma 3 Zeus
288520 = Arma 3 Karts
304380 = Arma 3 Helicopters
304400 = Arma 3 DLC Bundle 1
332350 = Arma 3 Marksmen
390500 = Arma 3 Samples
395180 = Arma 3 Apex
571710 = Arma 3 Laws of War
601670 = Arma 3 Jets
612480 = Arma 3 DLC Bundle 2
639600 = Arma 3 Malden
744950 = Arma 3 Tac-Ops Mission Pack
798390 = Arma 3 Tanks
 
[dlc_installdirs]
; Installation path for the specific DLC (dependent from "installdir" option).
; This section works only if "dlcasinstalldir" option is set to "false".
; Format: <dlc_id> = <install_dir>
; e.g. : 556760 = DLCRoot0
 
[steam_ugc]
; Subscribed workshop items.
; This section works only if "wrappermode" and "wrapperugc" options are set to "true".
; Format: <dlc_id> = <true/false>
; e.g. : 812713531 = true
; Please refer to __README_WORKSHOP_EN__.txt for more details.
reinstall the .dll files
This doesn't work for me either, maybe i'm doing it wrong, could you elaborate more on which dll files to delete? "old" is kinda confusing to me.
Thanks.
#5 · 8y ago
BU
buvnitza
thanks, it worked but i dont have the tank dlc
#6 · 8y ago
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

  • hacks stopped working WTF!By hotfudge2100 in Combat Arms Hacks & Cheats
    14Last post 17y ago
  • *Combat Arms has stopped working-b4 runBy Dslob in Combat Arms Hacks & Cheats
    8Last post 17y ago
  • Combat Arms exe stopped working...By Zeinland in Combat Arms Hacks & Cheats
    0Last post 17y ago
  • Hack stopped workingBy koob in Combat Arms Hacks & Cheats
    3Last post 17y ago
  • my crossfire stop working plz help me:(By kern in CrossFire Hacks & Cheats
    1Last post 17y ago

Tags for this Thread

None