Page 1 of 8 123 ... LastLast
Results 1 to 15 of 110
  1. #1
    iFile_shift's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Lang Son, Viet Nam
    Posts
    127
    Reputation
    10
    Thanks
    900
    My Mood
    Relaxed

    DLC Unlocker - by creamapi

    I DID NOT MAKE THIS EXPLOIT!

    I've tried to do this before but this time will be a little different.
    All credits to creamapi and whoever helped make this.

    All right, so this exploit replaces one of your steam API files with a modified one that allows you to essentially tell the Arma 3 client that you own all the DLC already, regardless of what you actually paid.
    Here's the steps to use these files.
    Make sure to exit steam completely before doing this.
    1. Open the zip file
    2. Navigate to your Arma3 directory
    3. Locate "steam_api" and "steam_api64"
    4. Rename these to "steam_api_o" and "steam_api64_o" so as to not lose them if you decide to unistall this exploit.
    5. Drag and drop the contents of the zip file into your arma directory.
    6. Relaunch steam and enjoy your free DLC.


    You can add me at these approved places:



    Code:
    ; Get DLC Info from SteamDB by Sak32009 v3.3.1
    ; Format: CREAMAPI v2.0.0.7
    ; AppID: 107410
    ; AppID Name: Arma 3
    ; AppID Total DLCs: 17
    ; Config EXE: arma3launcher.exe
    ; Config ARG: 
    ; 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
    ; Force the usage of specific language.
    ; Uncomment this option to turn it on.
    ;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 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
    ; ExtraProtection level.
    ; Default is "0".
    ; Available options :
    ; 0 = minimum, 1 = medium, 2 = maximum
    extraprotectionlevel = 0
    ; Turn on the "light" wrapper mode.
    ; Default is "false".
    wrappermode = false
    ; Enable/disable logging of the DLC functions.
    ; Default is "false".
    ; If you use log_build, uncomment this option to turn it on.
    ;log = false
    
    [steam_wrapper]
    ; Application ID to override (used when the wrapper mode is on)
    newappid = 107410
    ; Load steam emulator library.
    ; Default is "false".
    loademu = true
    ; Emulator library that is used for the stats
    ; and storage handling.
    ; Default is "emu.dll".
    emudll = emu.dll
    ; Use the emulator storage system.
    ; Default is "false".
    wrapperremotestorage = false
    ; Use the emulator stats/achievements system.
    ; Default is "false".
    wrapperuserstats = false
    ; Use the emulator utils system.
    ; Default is "false".
    wrapperutils = false
    ; User the emulator callbacks system.
    ; Default is "false".
    wrappercallbacks = false
    
    [dlc_subscription]
    ; This will check if the specifed
    ; DLC is owned by the user.
    ; Format: <dlc_id> = <true/false>
    ; e.g. : 12345 = true
    ;        12346 = true
    ;        12347 = true
    ; If the DLC is not specified in this section
    ; then it won't be subscribed.
    ; Also if the value is set to "false" the DLC
    ; won't be subscribed either.
    228800 = true
    233780 = true
    233800 = true
    249500 = true
    249860 = true
    249861 = true
    249862 = true
    275700 = true
    288520 = true
    304380 = true
    304400 = true
    332350 = true
    390500 = true
    395180 = true
    571710 = true
    601670 = true
    612480 = true
    639600 = true
    571710 = true
    
    [dlc_index]
    ; DLC handling.
    ; Format: <dlc_index> = <dlc_id>
    ; e.g. : 0 = 12345
    ;        1 = 12346
    ;        2 = 12347
    0 = 228800
    1 = 233780
    2 = 233800
    3 = 249500
    4 = 249860
    5 = 249861
    6 = 249862
    7 = 275700
    8 = 288520
    9 = 304380
    10 = 304400
    11 = 332350
    12 = 390500
    13 = 395180
    14 = 601670
    15 = 612480
    16 = 639600
    18 = 571710
    
    [dlc_names]
    ; Names for the DLCs index put above.
    ; Use this only if needed.
    ; Format: <dlc_index> = <dlc_name>
    ; e.g. : 0 = DLC Name 0
    ;        1 = DLC Name 1
    ;        2 = DLC Name 2
    0 = Arma 3 Alpha Lite - expires now (Arma 3)
    1 = Arma 3 Server
    2 = Arma 3 Tools
    3 = SteamDB Unknown App 249500
    4 = Arma 3 Soundtrack
    5 = Arma 3 Maps
    6 = Arma 3 Tactical Guide
    7 = Arma 3 Zeus
    8 = Arma 3 Karts
    9 = Arma 3 Helicopters
    10 = Arma 3 DLC Bundle 1
    11 = Arma 3 Marksmen
    12 = Arma 3 Samples
    13 = Arma 3 Apex
    15 = Arma 3 Jets
    16 = Arma 3 DLC Bundle 2
    18 = Arma 3 Laws of War
    
    [dlc_timestamp]
    ; Specifies a unique unix timestamp for the purchased DLC (https://www.onlineconversion.com/unix_time.htm).
    ; By default returns the current date timestamp (if nothing was specified).
    ; Format: <dlc_id> = <timestamp>
    ; e.g. : 12345 = 1420070400
    228800 = 1444187068
    233780 = 1493935029
    233800 = 1492013785
    249500 = 1444187068
    249860 = 1468520676
    249861 = 1468520676
    249862 = 1468520676
    275700 = 1463012695
    288520 = 1490190226
    304380 = 1478619980
    304400 = 1490187610
    332350 = 1490190051
    390500 = 1489684140
    395180 = 1478568598
    571710 = 1481882297
    601670 = 1492501995
    612480 = 1490204550
    639600 = 1498139492
    571710 = 1505291040



    If anyone can provide me information on how to unpack a .dll file (which needs no unpacking by nature) that'd be great!


    Virus scans:
    https://virusscan.jotti.org/en-US/fi...job/7s1z5b1kxg
    https://www.virustotal.com/en/file/6...is/1496596693/

    <b>Downloadable Files</b> Downloadable Files
    Last edited by Minerva; 08-23-2017 at 03:34 PM.

  2. The Following 498 Users Say Thank You to iFile_shift For This Useful Post:

    -[jello]- (12-31-2017),00ninja00 (06-18-2017),01Zeron (11-28-2019),0911902589 (05-31-2021),387 (03-24-2020),513135210351.2135 (10-18-2017),aarongami (03-10-2018),Abbus (12-25-2017),abdullah47 (10-21-2020),Actionminers (08-08-2017),adamtheproducer (11-10-2020),Aggho (11-12-2017),airking000 (08-11-2019),ALegs (05-05-2019),ALPER8 (04-06-2018),alsace (12-14-2017),Aman1995 (07-04-2017),AmenoDeviljho (07-26-2020),AmericanHawk1 (03-06-2019),andreinastase0202 (06-24-2017),AndrezGalak (06-30-2017),Angel235346543 (06-25-2021),angelcee420 (01-25-2025),antorerf (09-27-2017),aqz107 (04-12-2018),Archermog (09-14-2017),Arian2000 (08-10-2017),Armontek (07-10-2017),arniukas123 (08-10-2017),artan68370 (09-03-2017),as4shi (04-23-2018),asd7909 (07-26-2021),asdasdsasd2123 (11-24-2018),Ashleybfc (07-21-2018),asssad (11-18-2017),AstroTWCH (11-19-2024),AsunaX (07-08-2017),atomats (07-29-2017),austin111555 (07-06-2017),Aytham (08-30-2019),ayylmao321 (07-02-2017),Azeal (06-29-2018),Azereyy (07-11-2017),B U Y A N O V (07-24-2017),baasking (12-08-2018),bach268 (05-20-2020),BAMxqzme (07-08-2017),BARKVALLAS (02-03-2019),bazingahackz (09-29-2020),Bernen (04-18-2022),BigSlappy (06-30-2021),bikerman66 (07-09-2017),BilCraft007 (06-08-2017),BillyPJ (12-24-2018),BLA777 (09-20-2017),BoggyB (05-13-2021),bola1717 (11-18-2018),bonkers212 (04-14-2019),Bonkey99 (01-21-2021),bonug (11-17-2021),Borsalino12 (06-08-2017),boyoh (09-26-2020),brady5842 (08-12-2018),bri2ny (02-04-2018),Brubinho (05-04-2018),bruno2111111111 (04-13-2018),burglary (07-19-2017),bynotfindit (02-26-2021),ca88 (02-06-2018),caiovatutin (06-30-2017),cambm0 (11-25-2020),Cameroyo24 (06-14-2017),canerdi (12-05-2017),canfur (08-18-2017),Canuma7 (06-24-2017),Cappuchronix (02-25-2020),CaptainLack (05-06-2018),Cardiss (09-07-2017),catankerouskrew (04-27-2021),CAZZOCULO123 (12-20-2020),Charotty (12-02-2020),cheems3 (05-17-2021),chriphianzxc (12-12-2019),chris123455 (08-01-2017),cj55 (07-14-2017),CK2ASAPS (06-10-2018),Codaaaaaaa (10-02-2017),Coffee6k (06-09-2019),Colfe00 (01-18-2019),Compile Heart (10-23-2020),Compuetrfacts (06-09-2017),Cookae (07-12-2017),CooperlostDog (01-24-2019),Cootrapa (01-28-2018),Coronel_Razor (12-28-2017),crayon121 (10-04-2017),cucaitican (09-02-2021),Curtis_Maxwell (06-28-2017),cypresschill (08-25-2017),dada5482 (07-24-2017),dada734 (06-15-2017),dantheman09 (09-07-2017),Dark Slayer (07-14-2021),darkmessai (02-07-2019),DarkNessProvide (06-28-2017),DarthVader333 (03-10-2018),dasdgasd (07-14-2017),dav180 (10-12-2017),davidp234 (06-19-2017),dd7859 (07-15-2017),deejman89 (06-07-2019),DelYunquePR (05-12-2018),demerged (06-08-2017),demonhunters (11-11-2020),denisan5316 (07-18-2017),DerpLord_ (09-12-2017),Dexter (06-11-2017),Dezzzsni (02-03-2019),dicksuckerfaggot (07-02-2017),Dimoo_ (08-22-2017),djjoshee (02-06-2019),dlc999999 (03-17-2018),dogec0in (03-09-2019),doinky (10-25-2017),DollyFace (04-14-2019),Dominik777 (11-25-2019),dorianlych6 (02-19-2019),Dragon1919 (04-15-2021),dragosionut868 (03-12-2019),Drakonbread (06-19-2020),drewtof (11-25-2017),duckasick (09-19-2018),dwdwddw (01-10-2018),dwkr (01-26-2021),Dylan2218 (06-10-2017),dzahlus (07-21-2017),Echosootweeae (01-19-2023),edescob (11-08-2017),edgymemelord (06-17-2018),Eight_Ball (10-25-2018),elbarto36 (12-29-2017),Eleveynnn (07-16-2017),ERGreergergergrgrgrggfaegaeg (07-18-2019),EricG50 (06-06-2020),EthanTriggs69 (07-21-2017),everydayjacker (01-08-2018),EXtonIC (09-10-2017),fabian420 (08-24-2021),FaGGeNFreaKeR (07-13-2017),Fantasy003 (02-06-2020),farisknight (11-25-2023),FatalityHits (08-29-2017),fdine (03-17-2022),fdsjfijdsb (06-06-2021),fimah706 (07-14-2017),FireKung (07-08-2023),flama87 (07-17-2019),Floye (06-17-2017),Fluffyfx (07-28-2020),foliex (08-24-2017),fornhorn (05-02-2020),forum.goblok (03-22-2020),FR0z (06-22-2019),freerice (07-07-2017),frefr (06-06-2018),frenkigg (11-28-2019),frogurty (07-18-2021),fukkakke (08-17-2019),Fusah (06-26-2017),Fuzison (05-05-2022),FvckA (10-09-2017),FWEgHGrhhgyRG2$@$ (06-24-2017),Fyzik (05-30-2018),Gallows1797 (04-18-2019),GamersCreedBR (07-06-2018),GeoffGeoffersonV (03-19-2020),ghost000 (01-17-2019),Giorolling (06-28-2017),Glowware (07-20-2017),Gnocchi123 (08-02-2021),gobax849 (09-19-2017),Godmode Minecraft (10-24-2017),gouthi (03-31-2020),govedo42 (04-28-2020),Grover01 (05-09-2020),gshock2369 (07-15-2017),gstoffle301 (10-27-2017),GucciBucketHATTTT (06-12-2021),guilhermegg37 (06-13-2019),H4ckerxx44 (02-25-2020),Hacker1975 (05-13-2019),hackluv (04-28-2020),HailTheJiJi (02-18-2019),Hajsu9 (12-28-2020),HardestOwl (12-14-2018),haryandra (06-29-2021),hasan.k (08-29-2017),hatsunesenbonzakura (06-22-2018),HC54321 (07-11-2021),heckoff (02-25-2018),Hello am rokkie (06-26-2021),HeroinAnd (09-04-2017),heysahdude (07-22-2017),HiImKyle (09-14-2017),HolyGlow (07-11-2017),holynnesis (03-21-2020),hthrsthe (12-27-2020),hunterkingg (05-18-2020),illitah (09-03-2017),isosplz (11-11-2018),ItzFlamyz (08-27-2017),Itz_Gui (06-23-2017),Iulian91 (02-10-2019),ivemejddsdfcxnhtjd (09-14-2020),ivysaur7899 (01-12-2019),j3j (05-31-2019),JaddHaidar (11-10-2017),jagsalt (09-26-2020),jaojoes (06-15-2020),Jay! (03-08-2020),jocks16 (12-16-2019),joebobo (07-14-2017),jooshzz (08-12-2017),juice76849 (06-28-2017),Jujusmith019 (11-10-2018),juytr55 (07-12-2021),K3RAMB0 (10-03-2018),kaique matias (08-25-2017),Kalarius1337 (06-09-2017),kalpanayy (02-24-2020),KarimSaiyan21 (05-25-2020),karimwaks (09-08-2017),KatarLeS (03-17-2022),kaydence22 (04-05-2020),kazexxx (11-10-2020),kbalint03 (09-07-2021),kees98 (10-27-2017),kemaltr0 (12-07-2020),Kentvuong88 (04-19-2019),kerelexiix (08-12-2018),Keyboard Cat1 (07-21-2020),Kickkid123 (04-16-2019),kidsuper1 (11-23-2020),KimJongKun (01-16-2018),Kiwi1329 (01-22-2018),Kluryusly (07-16-2018),KomiksPL (10-27-2020),Krazykev (07-28-2021),kristofix (10-30-2020),KrossBeaux (12-27-2018),LaggingSlayer (05-29-2021),leekage1 (07-18-2018),LegendaryRPG (12-09-2018),lervyy (03-07-2021),leszek1 (04-20-2022),lexieee (09-04-2017),LHasNolife (11-23-2017),lilbreast (08-10-2021),liquidwalker (08-01-2021),LocoRojo (08-20-2017),loganhack (06-11-2017),lol123xd (08-05-2017),lol_xdxdxd (12-12-2018),Loubert (01-28-2018),lpminer (08-31-2017),lucius000 (05-31-2018),lucylucz (07-03-2020),Lutscher1999 (08-07-2017),LuxRay (02-28-2021),luy (07-20-2017),m0vingd0wn (09-08-2017),m1ikos (07-15-2017),madmen07 (06-16-2021),Magister99 (12-21-2018),Mallizify (06-21-2017),mandhale (12-12-2021),maniacv (05-16-2021),Marcel700700 (01-01-2018),mario1338 (04-06-2021),mastershi (12-12-2017),materialrock (02-05-2021),matheushenry (06-28-2021),matix2101 (12-06-2018),Mawganm (09-09-2017),maxeley123 (05-05-2018),maybalat (12-12-2018),meepzlol (08-18-2017),meowkater (06-16-2018),meseses (04-09-2018),mietekdres (02-19-2019),MiisT19 (09-08-2017),Mikiho (06-25-2017),moosucow (11-12-2018),MorgrotSK (01-15-2018),MPORage (09-15-2017),Mr1234567yt (07-08-2017),MrFreaggle (11-13-2019),MrRobloxer69 (01-25-2018),mrunkown125 (11-18-2020),muncherlauncher (07-11-2017),MyShort (10-18-2019),nabilnazlytan (08-28-2022),namesave (10-08-2020),narcolepticasians (09-14-2017),Nerfman7 (08-15-2017),nickinik (11-10-2017),NikkuMiru (04-28-2019),nipplenumber2 (07-24-2021),Nizarit (12-20-2017),noggaphosh (03-21-2021),nooneisfair1 (11-07-2017),NormalAxis (12-09-2017),nuclearintel (03-04-2019),NudesHunter333 (02-04-2021),nukekubi0 (09-06-2020),ObeyGaint (07-14-2017),OJboi (05-19-2019),olofskis (02-27-2019),OmeegaLad (04-27-2020),Omniblade77 (10-30-2018),oneloliboi (05-09-2018),oQuintessential (02-12-2018),OSHOGULAB (09-07-2017),Owenimus (08-15-2017),paintrockindian (09-08-2020),PandaCrazy672 (06-25-2020),PapaNiku (03-01-2018),Paradoxon_ (07-22-2021),Paragon RP (11-01-2020),ParisXDMZ (07-09-2017),parthiv5335 (08-01-2021),peeness (06-18-2019),pestikoko1 (08-17-2019),phenomize (10-01-2020),phillyP (01-21-2019),PhoneticShadowZ (09-18-2017),pipecardona0001 (03-18-2021),PixDust101 (02-09-2019),pizdaogienparalotnia (07-22-2019),pizza87 (12-25-2020),poopbutt1233 (04-27-2021),pr0saic (09-16-2017),Priest34 (01-03-2018),ProQsGamer (06-21-2017),ProximaCoke (01-07-2021),PurpleOldMaN (07-17-2017),Pwnmaster 22 (09-10-2017),Qunite (10-24-2017),Qwewls (12-25-2017),QWIPTEX (11-13-2021),Radioactive Cartofel (12-30-2017),Radioactive Cartofel2 (01-06-2018),RainMW (06-20-2017),RasoRaso (07-16-2018),raven3934 (11-11-2017),Rayz025 (10-16-2024),RCSVulpes33720 (12-15-2018),RealCreamApi (02-22-2020),ReaperO0 (07-26-2017),RedTillDead (03-02-2019),Reliquish (06-30-2017),Rettone (06-29-2021),rigerian (07-02-2018),RitsuFox (11-10-2020),RobertoGroll (06-08-2018),roger_69 (07-31-2017),rolyxd (06-11-2018),Rong3101 (12-17-2017),russianimport (08-09-2017),rust_E (06-15-2017),sahand3000 (06-04-2017),salihcam55 (01-19-2018),SamFreelancePolice (03-16-2019),ScoobyDoo02 (08-03-2017),sephirea2 (12-02-2017),SerkanG55 (12-14-2017),sghsdgawedgsewrg (06-06-2021),shamrockk (01-23-2024),sharky2xyz (12-28-2017),shininguz (04-21-2018),SimplyGameLogical (07-09-2020),sinmon958 (12-18-2021),SkeptaPl (04-12-2018),Skrzypa66 (09-09-2020),skullcandies (08-01-2017),Skupplez (04-15-2022),slimehead2003 (06-22-2017),slipslopslap (07-20-2017),SnappyFanatic (12-10-2020),sofman1 (01-06-2019),SONGOYT (07-09-2017),sonosawada (07-26-2017),Soul321 (10-28-2020),sp00ner (10-04-2017),Spaccur (02-01-2019),SplashSplash (07-09-2018),spwa117 (07-30-2019),Squirellgas (05-18-2021),StalkerinoMemerino (02-15-2019),Star11 (08-23-2020),StarLordF (02-20-2023),Steven_Usui (01-19-2018),stew,dqe (4 Weeks Ago),Stoober (12-01-2022),strzix (08-07-2020),Sturmovik125 (03-27-2018),Subwear (05-31-2021),sukmahdik (01-21-2018),SuperGabe64 (10-16-2023),Syncro_Lord (06-25-2017),System2 (04-06-2020),Szp0n (11-05-2018),tango2k700 (09-27-2020),TaskSix (08-16-2017),tasty78231 (12-18-2020),TedCowell (08-08-2017),tehstrikerwf (08-29-2017),TerrorCarrot (06-24-2020),Tesafilm22 (06-28-2017),Thakill23 (10-14-2017),thanhvinh (01-29-2019),The3picassass1n (06-05-2017),thearabianguy (09-28-2019),thefey (05-11-2021),thegamercosmin (06-14-2017),thegomagot (08-12-2017),thejoikabolla (09-01-2022),THEKILLER5559 (07-01-2017),TheKrank (02-17-2019),TheLonelySoul12 (07-19-2017),TheLorax1 (10-05-2019),Theo0311 (06-14-2017),theo1910 (04-27-2020),theonilcraft (03-05-2018),TheWoWNerd (05-31-2019),the_bo0m (05-29-2018),the_real_possum (11-06-2020),Thume134 (01-16-2021),tiago tl (06-11-2021),tinto12345 (03-08-2020),tommystan123 (03-25-2020),toms_03 (07-27-2019),ToR1122 (09-14-2017),tot1212 (06-15-2019),Totalnutterr (08-09-2017),Triggerbot123 (07-13-2017),Triktor (12-22-2017),TriMelonPie (12-27-2018),tt32 (01-25-2019),TwinC (08-08-2017),type0937 (08-10-2021),uidsfihi (01-09-2020),uloa (11-13-2021),UltimateAero (01-02-2018),unklezach (03-27-2021),Usertykoun (01-10-2019),vaxx (06-24-2018),VerZus1337 (07-11-2017),viniciustormin (03-19-2020),VirusDot (08-24-2020),Volkorelh (06-11-2020),Vorxeus (10-22-2018),vvnvvu (11-26-2020),VyRuX (06-08-2017),V_Raven9 (01-05-2018),Waizox (08-25-2021),walterwhitebreakingbad (09-19-2022),wankingdolphin (09-17-2020),WaterDylone (06-25-2017),watko (12-13-2020),wiha (06-08-2017),WindAria (02-13-2019),wlopop (08-15-2019),woodsfamily (01-12-2018),wrtgresroreigtdshjgfq68yt (11-20-2021),xabrau (09-06-2017),Xerghos (02-07-2019),xGAGED (12-19-2017),xjoand37 (06-26-2019),xSh4dowXSniPerx (12-02-2017),yannandy (08-15-2020),yanofficer (11-03-2020),ygordesantanna (07-21-2017),yomamma112 (04-16-2019),Yoshimaster (12-04-2019),z0x8c842 (06-17-2017),Zahawk (03-30-2019),zaptain (04-20-2018),Zebabcebul (06-18-2017),zeda222 (06-22-2017),zerocauze (01-09-2020),zey13tay (09-20-2020),Zhytu (12-05-2020),zipshop (07-23-2017),Zozer (05-08-2021),zSonicz (11-19-2021),zzpaul (11-23-2018),_KaRiN_ (10-29-2017)

  3. #2
    Expanded's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    68
    Reputation
    10
    Thanks
    23
    Quote Originally Posted by Felix View Post
    The same thread has been released 4 Weeks making this a dupe thread @Minerva

    Same method as the other one so isn't really needed.
    https://www.mpgh.net/forum/showthread.php?t=1255249

    and this one is 2 different ones.

    whereas this one is much easier to do.

  4. The Following User Says Thank You to Expanded For This Useful Post:

    iFile_shift (06-05-2017)

  5. #3
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,745
    My Mood
    Relaxed
    The file looks safe, thread approved.

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

    iFile_shift (06-05-2017)

  7. #4
    iFile_shift's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Lang Son, Viet Nam
    Posts
    127
    Reputation
    10
    Thanks
    900
    My Mood
    Relaxed
    Quote Originally Posted by Expanded View Post
    https://www.mpgh.net/forum/showthread.php?t=1255249

    and this one is 2 different ones.

    whereas this one is much easier to do.
    Thank you for pointing this out.

  8. #5
    ares6's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Didn't work. Still have only Zeus.

  9. #6
    iFile_shift's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Lang Son, Viet Nam
    Posts
    127
    Reputation
    10
    Thanks
    900
    My Mood
    Relaxed
    Quote Originally Posted by ares6 View Post
    Didn't work. Still have only Zeus.
    Did you do everything properly? I have everything unlocked using this method.

  10. #7
    EnvyTheNoob's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    37°14'3.60" N -115°48'23.99" W
    Posts
    186
    Reputation
    114
    Thanks
    197
    My Mood
    Innocent
    I crash every time I launch the game. The instruction at 0x00000000000000000 regerenced memory at 0x00000000000000000000. The memory could n ot be written.
    Contact me via
    | MPGH IM

  11. #8
    iFile_shift's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Lang Son, Viet Nam
    Posts
    127
    Reputation
    10
    Thanks
    900
    My Mood
    Relaxed
    Quote Originally Posted by EnvyTheNoob View Post
    I crash every time I launch the game. The instruction at 0x00000000000000000 regerenced memory at 0x00000000000000000000. The memory could n ot be written.
    Try renaming your "steam_api_o" and "steam_api64_o" to "steam_api_o.dll" and "steam_api64_o.dll"
    Last edited by iFile_shift; 06-07-2017 at 11:42 PM. Reason: Fix

  12. #9
    zawzaw99's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    it gives error. I added u on steam I will chat from steam. chat me mynickname is zawzaw091

  13. #10
    ChronAU's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Location
    Melbourne, Victoria, Australia
    Posts
    308
    Reputation
    10
    Thanks
    48
    My Mood
    Psychedelic
    This still working bro?

  14. #11
    iFile_shift's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Lang Son, Viet Nam
    Posts
    127
    Reputation
    10
    Thanks
    900
    My Mood
    Relaxed
    Quote Originally Posted by ChronAU View Post
    This still working bro?
    I've ran it through the most recent update with the experimental unlock all running and it works fine. Runs fine on my friend computer as of 6/8/17(Windows 7 and local directory is the basic C:, not a backup)

    I do live support if I can and when I get an issue solved I will document it and create another thread with a list of hotfixes.

    Windows 8.1 seems to have an error when using this (we're attempting to get this resolved) and if I have time rewrite the .ini file into a newer configuration as the current one is a little outdated.
    Last edited by iFile_shift; 06-09-2017 at 12:48 AM.

  15. #12
    demerged's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    1
    Really good Dlc unlocker super simple to enable and its working as of June 8th 2017 im running windows 10 64bit...

  16. The Following User Says Thank You to demerged For This Useful Post:

    iFile_shift (06-08-2017)

  17. #13
    wiha's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    59
    Reputation
    10
    Thanks
    9
    My Mood
    Cynical
    Worked for me!
    Not sure how people are having issue.

  18. The Following User Says Thank You to wiha For This Useful Post:

    iFile_shift (06-09-2017)

  19. #14
    Aytham's Avatar
    Join Date
    Jun 2017
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    6
    My Mood
    Cynical
    Is It safe to trust this ? For how long should It be Undetecded ?
    Little bit annoyed If I get Global Ban.

  20. #15
    iFile_shift's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    Lang Son, Viet Nam
    Posts
    127
    Reputation
    10
    Thanks
    900
    My Mood
    Relaxed
    Quote Originally Posted by Aytham View Post
    Is It safe to trust this ? For how long should It be Undetecded ?
    Little bit annoyed If I get Global Ban.
    If you can't risk getting banned then don't cheat, it's very simple. I'm not sure how I can make this seem 'trustworthy' and personally don't care if you get a global ban, but no there isn't a big chance.

    I'm not the creator so I couldn't give you an estimate on how long it'll be undetected but it's been in use by people for a good amount of years now.
    Last edited by iFile_shift; 06-09-2017 at 11:03 PM.

Page 1 of 8 123 ... LastLast

Similar Threads

  1. [Solved] Black Ops Skidrow- Reloaded Version With DLC Unlockers though Tunngle/ Hamachi
    By Weapon317 in forum Call of Duty Black Ops Help
    Replies: 3
    Last Post: 10-30-2011, 07:11 AM
  2. [Detected] First Strike DLC Unlocker[19/5/11]
    By iFireLazers in forum Call of Duty 7 - Black Ops Hacks & Cheats
    Replies: 379
    Last Post: 08-09-2011, 06:21 AM
  3. [Detected] First strike DLC unlocker working from [25/5/11] (Works)
    By k.blackops in forum Call of Duty 7 - Black Ops Hacks & Cheats
    Replies: 7
    Last Post: 05-25-2011, 04:43 PM
  4. [Info] The dlc unlocker is working fine
    By lolbie in forum Call of Duty Black Ops Discussions
    Replies: 9
    Last Post: 05-19-2011, 12:22 AM
  5. [Tutorial] How to play acension online whit the dlc unlock
    By Snipmen in forum Call of Duty Black OPS Tutorials
    Replies: 13
    Last Post: 04-21-2011, 07:49 AM