# Hunter Assassin

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

.bfak-ha{
  --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-ha *{box-sizing:border-box;}
.bfak-ha a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;}
.bfak-ha a:hover{text-decoration-thickness:2px;}
.bfak-ha code{font-family:var(--mono);font-size:.875em;color:var(--ink);}
.bfak-ha-edu{font-size:12px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0 0 24px;}
.bfak-ha-hero{margin:0 0 48px;}
.bfak-ha-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-ha-hero-name em{font-style:italic;}
.bfak-ha-hero-meta{font-size:14px;color:var(--muted);margin:0 0 16px;font-weight:400;}
.bfak-ha-hero-meta strong{color:var(--ink);font-weight:500;}
.bfak-ha-hero-value{font-size:20px;line-height:1.45;color:var(--ink);margin:0 0 24px;font-weight:400;}
.bfak-ha-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-ha-h2 em{font-style:italic;}
.bfak-ha-h2:first-child{margin-top:0;}
.bfak-ha p{margin:0 0 16px;font-size:16px;line-height:1.55;color:var(--ink);}
.bfak-ha p:last-child{margin-bottom:0;}
.bfak-ha-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:32px 24px;margin:0;}
.bfak-ha-feature-icon{color:var(--accent);margin:0 0 12px;}
.bfak-ha-feature-icon svg{width:20px;height:20px;display:block;}
.bfak-ha-feature-title{font-family:var(--serif);font-size:20px;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:0 0 4px;line-height:1.25;}
.bfak-ha-feature-text{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}
.bfak-ha-info{display:grid;grid-template-columns:140px 1fr;gap:12px 24px;margin:0;font-size:16px;}
.bfak-ha-info dt{font-size:14px;color:var(--muted);font-weight:400;margin:0;}
.bfak-ha-info dd{font-size:16px;color:var(--ink);margin:0;}
@container (max-width:480px){.bfak-ha-info{grid-template-columns:1fr;gap:4px;}.bfak-ha-info dt{margin-top:12px;}.bfak-ha-info dt:first-child{margin-top:0;}}
.bfak-ha-mod-list{list-style:none;padding:0;margin:0;}
.bfak-ha-mod-list li{margin:0 0 24px;}
.bfak-ha-mod-list li:last-child{margin-bottom:0;}
.bfak-ha-mod-list strong{display:block;font-size:16px;font-weight:500;color:var(--ink);margin:0 0 4px;}
.bfak-ha-mod-list p{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}
.bfak-ha-steps{list-style:none;padding:0;margin:0;counter-reset:step;}
.bfak-ha-steps li{counter-increment:step;display:grid;grid-template-columns:32px 1fr;gap:16px;margin:0 0 24px;}
.bfak-ha-steps li:last-child{margin-bottom:0;}
.bfak-ha-steps li::before{content:counter(step) ".";font-family:var(--serif);font-size:20px;font-weight:500;color:var(--muted);line-height:1.25;}
.bfak-ha-steps strong{display:block;font-size:16px;font-weight:500;color:var(--ink);margin:0 0 4px;}
.bfak-ha-steps p{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}
.bfak-ha-compare{width:100%;border-collapse:collapse;font-size:15px;margin:0;}
.bfak-ha-compare th{text-align:left;font-family:var(--serif);font-size:16px;font-weight:500;color:var(--ink);padding:0 0 12px;border-bottom:1px solid rgba(31,56,55,.15);}
.bfak-ha-compare td{padding:12px 0;border-bottom:1px solid rgba(31,56,55,.08);color:var(--muted);vertical-align:top;}
.bfak-ha-compare td:first-child{color:var(--ink);padding-right:20px;}
.bfak-ha-related{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px 24px;}
.bfak-ha-related li{margin:0;font-size:15px;line-height:1.5;}
.bfak-ha-related a{font-weight:500;}
.bfak-ha-related span{display:block;color:var(--muted);font-size:13px;margin-top:2px;}
.bfak-ha-disclaimer{margin:64px 0 0;}
.bfak-ha-disclaimer-title{font-family:var(--serif);font-size:20px;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:0 0 12px;}
.bfak-ha-disclaimer p{font-size:14px;line-height:1.55;color:var(--muted);margin:0 0 12px;}
.bfak-ha-disclaimer p:last-child{margin-bottom:0;}
.bfak-ha-disclaimer a{color:var(--muted);text-decoration:underline;}
.bfak-ha-disclaimer a:hover{color:var(--accent);}
.bfak-ha .reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease;}
.bfak-ha .reveal.is-in{opacity:1;transform:none;}
Information for educational purposes only

Hunter Assassin *Mod* [APK](https://bestforandroid.com/apk/ "apps apk download")

Version **2.041** · Ruby Games AS · `com.rubygames.assassin`

A stealth arcade game where you move through the dark, dodge guard searchlights, and take out targets one by one. This modified build runs with unlimited gems so every hunter and upgrade is open from the start.

App *info*
----------

PublisherRuby Games AS (modded build)Package ID`com.rubygames.assassin`Version2.041UpdatedMay 2026Size~135 MB[Android](https://bestforandroid.com/ "best android guides") floorAndroid 6.0 and aboveInstalls500,000,000+ on Google PlayContent ratingRated for 7+CategoryAction / ArcadeWhat is *Hunter Assassin*
-------------------------

Hunter Assassin is a top-down stealth game from Ruby Games AS. You guide a single hooded assassin through tight, maze-like levels patrolled by armed guards. The trick is patience: each guard sweeps a cone of light, and stepping into that light gets you spotted and shot. Wait in the shadows, time your dash, and stab a guard while their back is turned.

Every level is a small puzzle. Pick off lone guards first, lure others away from their patrol routes, and clear the map before anyone catches you in the open. Gems you collect from fallen guards unlock new hunters, each faster or tougher than the last, which is what keeps the loop going across hundreds of stages.

The base game is free with ads and an in-app gem economy. The mod on this page swaps that economy out so the gem counter never runs dry, letting you skip the grind and try every character right away.

Key *features*
--------------



Stealth combat

Move in the dark, avoid guard searchlights, and strike from behind. One mistake in the open ends the run.





Hunters to unlock

Each new hunter brings faster movement or more health. Spend gems to swap between them as levels get harder.





Hundreds of levels

Compact maze maps that get tighter and more crowded the deeper you go. Quick rounds built for short sessions.





Plays offline

No login or connection needed. Install once and the whole campaign works on a plane or with data switched off.





One-thumb controls

Tap where you want the hunter to go. The whole game runs from a single thumb, which makes it easy to pick up.





Short play sessions

A level takes under a minute. Good for a quick break, with a difficulty curve that pulls you into one more round.





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

The modified build of Hunter Assassin 2.041 rewrites the gem economy so you start with an effectively unlimited balance. Every cost in the upgrade and hunter menus is covered, so the usual grind for currency is gone.

- **Unlimited gems.**The gem counter stays full no matter how much you spend. Buy hunters and upgrades without farming guards first.
- **All hunters available.**Every character in the roster is open to unlock from the first session, so you can test which playstyle suits you.
- **Free upgrades.**Speed, health, and damage upgrades cost gems you already have in surplus, letting you max a hunter quickly.
- **No grind walls.**Later stages that normally stall free players behind a currency wall stay open and playable straight through.
- **Same offline campaign.**The mod keeps the offline play intact. No account, no server check, the full level list works without a connection.

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

This is a standard Android sideload. If your file manager already has permission to install apps, it is three taps from download to play.

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**Confirm and wait for the progress bar to finish, then tap Open to launch the game.
5. **Start playing**The gem balance is already loaded. Open the hunter menu and pick any character to begin.

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

FeatureMod APKPlay StoreGemsUnlimited from the startEarned slowly or boughtHuntersAll open to unlockUnlocked one by oneUpgradesCovered by surplus gemsGated behind currency grindSourceCommunity-built APKOfficial Ruby Games buildRelated Android *apps*
----------------------

- [Shadow Fight 2 Mod APK](https://bestforandroid.com/apk/shadow-fight-modd/)Another action fighter with unlocked progression
- [Archero Mod APK](https://bestforandroid.com/apk/archero-mod/)Top-down arcade action with mod perks
- [Stick War Legacy Mod APK](https://bestforandroid.com/apk/stick-war-legacy-mod/)Strategy-action mod from the same gaming bucket
- [8 Ball Pool tips and tricks](https://bestforandroid.com/8-ball-pool-tips-tricks/)Casual mobile gaming guide on the main site
- [Coin Master free spins and coins](https://bestforandroid.com/coin-master-free-spins-coins/)More casual gaming rewards from BestForAndroid

Disclaimer

The modded Hunter Assassin APK described above is a community-built variant. It is not published by Ruby Games AS and is not affiliated with or endorsed by the official Hunter Assassin team. The information here is provided for educational purposes, including for players who want to try the full hunter roster before deciding whether to support the game through its official channels.

If you enjoy Hunter Assassin, the official free version on Google Play supports continued development. All app names, trademarks, and logos belong to their respective owners. Rights holders can see our [DMCA process](/apk/dmca/) to request removal.



  

(function(){
  if(typeof window==="undefined"){return;}
  var nodes=document.querySelectorAll(".bfak-ha .reveal");
  if(!nodes.length){return;}
  if(!("IntersectionObserver" in window)){
    for(var i=0;i<nodes.length;i++){nodes.classList.add("is-in");}
    return;
  }
  var obs=new IntersectionObserver(function(entries){
    for(var j=0;j<entries.length;j++){
      if(entries.isIntersecting){
        entries.target.classList.add("is-in");
        obs.unobserve(entries.target);
      }
    }
  },{threshold:0.12});
  for(var k=0;k<nodes.length;k++){obs.observe(nodes);}
})();

  

{"@context":"https://schema.org","@type":"SoftwareApplication","name":"Hunter Assassin Mod APK","operatingSystem":"Android 6.0+","applicationCategory":"GameApplication","offers":{"@type":"Offer","price":"0","priceCurrency":"USD"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"4.2","ratingCount":"4100000"},"author":{"@type":"Organization","name":"Ruby Games AS"}}