# Into the Dead 2

*Published:* 2026-06-08
*Author:* Mitja Rutnik

.bfak-am{
  --bg:#FFFFFF;--ink:#0E1A1A;--muted:#4B5C5B;--accent:#1F3837;--surface:#FAF7F2;
  --sans:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
  --serif:'Fraunces',Georgia,'Times New Roman',serif;
  --mono:'JetBrains Mono',ui-monospace,Menlo,Monaco,monospace;
  color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;font-weight:400;
  max-width:720px;margin:0 auto;container-type:inline-size;
}
.bfak-am *{box-sizing:border-box;}
.bfak-am a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;}
.bfak-am a:hover{text-decoration-thickness:2px;}
.bfak-am code{font-family:var(--mono);font-size:.875em;color:var(--ink);}
.bfak-am-edu{font-size:12px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0 0 24px;}
.bfak-am-hero{margin:0 0 48px;}
.bfak-am-hero-name{font-family:var(--serif);font-size:40px;line-height:1.1;font-weight:500;letter-spacing:-.02em;color:var(--ink);margin:0 0 8px;}
.bfak-am-hero-name em{font-style:italic;}
.bfak-am-hero-meta{font-size:14px;color:var(--muted);margin:0 0 16px;font-weight:400;}
.bfak-am-hero-meta strong{color:var(--ink);font-weight:500;}
.bfak-am-hero-value{font-size:20px;line-height:1.45;color:var(--ink);margin:0 0 24px;font-weight:400;}
.bfak-am-h2{font-family:var(--serif);font-size:28px;line-height:1.2;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:64px 0 24px;}
.bfak-am-h2 em{font-style:italic;}
.bfak-am-h2:first-child{margin-top:0;}
.bfak-am p{margin:0 0 16px;font-size:16px;line-height:1.55;color:var(--ink);}
.bfak-am p:last-child{margin-bottom:0;}
.bfak-am-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin:0;}
.bfak-am-stat-num{font-family:var(--serif);font-size:26px;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:0 0 2px;line-height:1.1;}
.bfak-am-stat-label{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin:0;}
@container (max-width:480px){.bfak-am-stats{grid-template-columns:repeat(2,1fr);gap:20px;}}
.bfak-am-shots{display:grid;grid-template-columns:1fr;gap:16px;margin:0;}
.bfak-am-shots img{width:100%;height:auto;border-radius:8px;display:block;}
.bfak-am-mod-list{list-style:none;padding:0;margin:0;}
.bfak-am-mod-list li{margin:0 0 24px;display:grid;grid-template-columns:24px 1fr;gap:14px;}
.bfak-am-mod-list li:last-child{margin-bottom:0;}
.bfak-am-mod-list .chk{color:var(--accent);margin-top:2px;}
.bfak-am-mod-list .chk svg{width:18px;height:18px;display:block;}
.bfak-am-mod-list strong{display:block;font-size:16px;font-weight:500;color:var(--ink);margin:0 0 4px;}
.bfak-am-mod-list p{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}
.bfak-am-steps{list-style:none;padding:0;margin:0;counter-reset:step;}
.bfak-am-steps li{counter-increment:step;display:grid;grid-template-columns:32px 1fr;gap:16px;margin:0 0 24px;}
.bfak-am-steps li:last-child{margin-bottom:0;}
.bfak-am-steps li::before{content:counter(step) ".";font-family:var(--serif);font-size:20px;font-weight:500;color:var(--muted);line-height:1.25;}
.bfak-am-steps strong{display:block;font-size:16px;font-weight:500;color:var(--ink);margin:0 0 4px;}
.bfak-am-steps p{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}
.bfak-am-cmp{width:100%;border-collapse:collapse;margin:0;font-size:15px;}
.bfak-am-cmp th,.bfak-am-cmp td{text-align:left;padding:12px 16px;border-bottom:1px solid rgba(31,56,55,.12);vertical-align:top;}
.bfak-am-cmp th{font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-weight:500;}
.bfak-am-cmp td:first-child{color:var(--muted);}
.bfak-am-related{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px 24px;margin:0;list-style:none;padding:0;}
.bfak-am-related li{margin:0;}
.bfak-am-related a{font-family:var(--serif);font-size:17px;font-weight:500;letter-spacing:-.01em;text-decoration:none;color:var(--accent);}
.bfak-am-related a:hover{text-decoration:underline;}
.bfak-am-related p{font-size:13px;color:var(--muted);margin:4px 0 0;}
.bfak-am-disclaimer{margin:64px 0 0;}
.bfak-am-disclaimer-title{font-family:var(--serif);font-size:20px;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:0 0 12px;}
.bfak-am-disclaimer p{font-size:14px;line-height:1.55;color:var(--muted);margin:0 0 12px;}
.bfak-am-disclaimer p:last-child{margin-bottom:0;}
.bfak-am-disclaimer a{color:var(--muted);text-decoration:underline;}
.bfak-am-disclaimer a:hover{color:var(--accent);}
.bfak-am {opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease;}
.bfak-am .is-in{opacity:1;transform:none;}
Information for educational purposes only

Into the Dead 2 *[Mod APK](https://bestforandroid.com/apk/ "apps apk download")*

Version **1.84.0** · PikPok · `com.pikpok.dr2.play`

The zombie-apocalypse action runner, with the modded build carrying unlimited money so every weapon, upgrade, and outfit is reachable from the first run.

1.84.0

Version



~1.8 GB

Size



10M+

Installs



4.6

Rating





What *Into the Dead 2* is
-------------------------

Into the Dead 2 is an on-rails survival runner from PikPok, the studio behind the original Into the Dead. You sprint through fog-choked fields, forests, and farmland while the undead close in, swinging your aim left and right to carve a path and dropping anything that gets between you and the next checkpoint. It is the rare runner with a story spine: seven chapters and more than sixty levels follow a man fighting his way home to his family as the outbreak spreads.

What sets the sequel apart from the first game is the arsenal. You start with a pistol and work up through shotguns, assault rifles, and heavy weapons, each upgradeable across damage, reload speed, and capacity. Loyal dog companions flush out zombies, mounted gun emplacements let you hold a position, and alternate routes reward players who read the field instead of just running straight. It earned a Google Play Editors’ Choice badge for a reason.

The base game is free with ads and in-app purchases. Weapons and upgrades are gated behind in-game currency that you grind for or buy, which is exactly the friction the modded build on this page removes.

Screenshots
-----------

 ![Into the Dead 2 gameplay screenshots](https://bestforandroid.com/apk/wp-content/uploads/2026/05/shots126.jpg)

What this *mod* offers
----------------------

The modified Into the Dead 2 build is patched to give you an effectively bottomless balance, so the upgrade economy stops being a grind and becomes a sandbox.

- **Unlimited money.**In-game currency never runs dry, so you can buy and fully upgrade weapons without farming the same levels for hours.
- **Every weapon unlocked early.**Shotguns, assault rifles, and heavy weapons are within reach from the opening chapters instead of being walled off behind progression.
- **Maxed upgrades on demand.**Pour currency into damage, reload speed, and magazine size so loadouts hit their ceiling without weeks of saving.
- **Outfits and companions accessible.**Cosmetic gear and the dog companions that flush out zombies become easy to acquire and equip.
- **Less storefront pressure.**With currency no longer the bottleneck, the prompts pushing you toward paid currency packs lose their grip on the loop.

How to *install*
----------------

This is a large download, so connect to Wi-Fi and clear enough free storage before you start. The rest is the standard [Android](https://bestforandroid.com/ "best android guides") sideload flow.

1. **Download the APK file**Tap the download button on this page. The file saves to your default Downloads folder.
2. **Allow installs from this source**Open Settings, search for `Install unknown apps`, find your browser or file manager, and toggle the permission on.
3. **Open the downloaded APK**Tap the file in Downloads. Android’s package installer opens and lists the permissions the game requests.
4. **Tap Install and wait**Confirm the install. The package is large, so give it a moment to unpack before the progress bar finishes.
5. **Launch and play**Open the game, let the first-run setup complete, and check your currency balance to confirm the mod is active.

Mod APK vs *Play Store*
-----------------------

 Mod APKPlay StoreIn-game currencyUnlimitedEarned or purchasedWeapon accessOpen earlyUnlocked by progressionUpgrade paceInstant when fundedGrind-gatedAuto-updatesManual re-downloadAutomaticRelated Android *apps*
----------------------

- [Subway Surfers Mod APK](https://bestforandroid.com/apk/subway-surfers-mod-apk/)Another endless runner with an unlocked-currency modded build.
- [Shadow Fight 2 Mod APK](https://bestforandroid.com/apk/shadow-fight-modd/)Action combat where the mod opens up weapons and upgrades.
- [Stick War Legacy Mod APK](https://bestforandroid.com/apk/stick-war-legacy-mod/)A strategy-action title with the same currency-unlock treatment.
- [Warframe promo codes](https://bestforandroid.com/warframe-promo-codes/)Free in-game rewards for another action shooter.
- [8 Ball Pool tips and tricks](https://bestforandroid.com/8-ball-pool-tips-tricks/)Guides for getting more out of a top casual mobile game.

Disclaimer

The modified Into the Dead 2 APK described above is a community-built variant. It is not published by PikPok and is not affiliated with or endorsed by the official Into the Dead 2 team. The information here is provided for educational purposes, including for readers evaluating the upgrade economy before deciding whether to support the developer through the official release.

If you keep playing, buying currency through Google Play supports continued development. All app names, trademarks, and logos belong to their respective owners. Rights holders: see our [DMCA process](/apk/dmca/) to request removal.




{"@context":"https://schema.org","@type":"SoftwareApplication","name":"Into the Dead 2 Mod APK","operatingSystem":"Android 7.0+","applicationCategory":"GameApplication","offers":{"@type":"Offer","price":"0","priceCurrency":"USD"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"4.6","ratingCount":"691000"},"softwareVersion":"1.84.0","author":{"@type":"Organization","name":"PikPok"}}


(function(){
  var els=document.querySelectorAll('.bfak-am ');
  if(!('IntersectionObserver' in window)){for(var i=0;i<els.length;i++){els.classList.add('is-in');}return;}
  var io=new IntersectionObserver(function(entries){
    for(var j=0;j<entries.length;j++){
      if(entries.isIntersecting){entries.target.classList.add('is-in');io.unobserve(entries.target);}
    }
  },{threshold:0.12});
  for(var k=0;k<els.length;k++){io.observe(els);}
})();