# Supreme Duelist

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

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

Supreme Duelist Stickman *Mod* [APK](https://bestforandroid.com/apk/ "apps apk download")

Version **4.0.5** · Neron’s Brother · `com.Neurononfire.SupremeDuelist`

A fast ragdoll fighting game with stickman duelists, dozens of weapons, and physics-driven combat. This modded build adds unlimited coins so every weapon and skin is yours from the first round.

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

PublisherNeron’s Brother (modded build)Package ID`com.Neurononfire.SupremeDuelist`Version4.0.5UpdatedMay 2026Size~98 MB[Android](https://bestforandroid.com/ "best android guides") floorAndroid 6.0 and aboveInstalls100,000,000+Rating4.5 on Google PlayCategoryAction / FightingWhat is *Supreme Duelist Stickman*
----------------------------------

Supreme Duelist Stickman is an action fighting game from Neron’s Brother where two stick figures square off in short, physics-heavy duels. Every hit, fall, and weapon swing runs through a ragdoll engine, so fights rarely play out the same way twice. A clean hit can end a round in a second, or a scrappy exchange can drag on while both fighters wobble back to their feet.

The appeal is the depth hiding under a simple control scheme. You pick a weapon, a stage, and a fighter look, then read your opponent and time your strikes. Swords, clubs, energy blades, and ranged tools all change the rhythm of a match, and random stages add hazards that turn a losing round around. It plays well solo against the AI, in local two-player on one screen, or online.

The base game is free with ads and a coin economy that gates skins, weapons, and modes. The modded APK on this page removes that grind by giving you unlimited coins from the start, so the full roster is open without watching reward videos or waiting on slow coin drops.

A look at the *game*
--------------------

![Supreme Duelist Stickman gameplay screenshots](https://bestforandroid.com/apk/wp-content/uploads/2026/05/shots105.jpg)What this *mod* offers
----------------------

The modified build of Supreme Duelist Stickman 4.0.5 is built around an unlocked coin balance. Everything the base game sells for coins becomes free, and the usual ad-for-coins loop stops mattering.

- **Unlimited coins.**The coin balance never runs down, so you can buy any weapon, stage, or fighter look without grinding matches first.
- **All weapons unlocked.**Swords, clubs, spears, energy blades, and ranged tools are open from the start instead of drip-fed behind coin gates.
- **Full skin and color set.**Every fighter appearance and color option is available, so you can style your duelist however you like.
- **All stages open.**Every battle arena, including the hazard-heavy maps, is unlocked for solo, local, and online play.
- **Reduced ad interruptions.**Because coins no longer come from reward videos, the steady stream of ad prompts between rounds eases off.

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

The install follows the standard Android sideload flow. Three taps on most devices once your file manager has permission to install apps.

1. **Download the APK file**Tap the download button on this page. The file lands in 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 it needs.
4. **Tap Install**Confirm the install and wait for the progress bar. If you have an older copy installed, remove it first to avoid a signature conflict.
5. **Launch and play**Tap Open. Your coin balance should already be unlocked; pick a weapon and stage and start dueling.

Mod APK vs *Google Play*
------------------------

What you getPlay StoreModded APKCoinsEarned slowly or via adsUnlimited from the startWeapons and skinsUnlocked with coins over timeAll open immediatelyAd reward loopCentral to earning coinsMostly bypassedUpdatesAutomatic through Google PlayManual re-download hereRelated *Android* apps
----------------------

- [Stick War Legacy Mod](https://bestforandroid.com/apk/stick-war-legacy-mod/)Another stickman fighter, this one built around tactical army battles.
- [Shadow Fight 2 Mod](https://bestforandroid.com/apk/shadow-fight-modd/)Silhouette martial-arts combat with deep weapon and skill trees.
- [Mini Militia mod guide](https://bestforandroid.com/apk/mini-militia-doodle-army-mod/)Fast multiplayer shooting if you want chaos with friends.
- [WoW private servers](https://bestforandroid.com/wow-private-servers/)For readers who want big-world PvP beyond quick duels.
- [Warframe promo codes](https://bestforandroid.com/warframe-promo-codes/)Free in-game rewards for another fast-paced action title.

Disclaimer

The modded Supreme Duelist Stickman APK described above is a community-built variant. It is not published by Neron’s Brother and is not affiliated with or endorsed by the official team. The information here is provided for educational purposes, including for readers in markets where in-game purchases are priced beyond local means and for players evaluating the full roster before deciding to support the developer.

If you keep playing, the official free release on 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.




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


{"@context":"https://schema.org","@type":"SoftwareApplication","name":"Supreme Duelist Stickman Mod APK","operatingSystem":"Android 6.0+","applicationCategory":"GameApplication","offers":{"@type":"Offer","price":"0","priceCurrency":"USD"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"4.5","ratingCount":"1600000"},"author":{"@type":"Organization","name":"Neron's Brother"},"softwareVersion":"4.0.5"}