# Rally Horizon

*Published:* 2026-06-11
*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:16px;margin:0;padding:0;list-style:none;}
.bfak-am-stats li{margin:0;}
.bfak-am-stat-num{font-family:var(--serif);font-size:24px;font-weight:500;color:var(--ink);display:block;line-height:1.1;}
.bfak-am-stat-lab{font-size:13px;color:var(--muted);margin-top:4px;display:block;}
@container (max-width:480px){.bfak-am-stats{grid-template-columns:repeat(2,1fr);gap:24px 16px;}}
.bfak-am-shot{width:100%;height:auto;border-radius:8px;margin:0;display:block;}
.bfak-am-mod-list{list-style:none;padding:0;margin:0;}
.bfak-am-mod-list li{margin:0 0 24px;padding-left:32px;position:relative;}
.bfak-am-mod-list li:last-child{margin-bottom:0;}
.bfak-am-mod-list li::before{content:"";position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:50%;background:rgba(31,56,55,.08);}
.bfak-am-mod-list li::after{content:"";position:absolute;left:6px;top:8px;width:8px;height:5px;border-left:2px solid var(--accent);border-bottom:2px solid var(--accent);transform:rotate(-45deg);}
.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-table{width:100%;border-collapse:collapse;margin:0;font-size:15px;}
.bfak-am-table th{text-align:left;font-family:var(--serif);font-size:16px;font-weight:500;color:var(--ink);padding:0 12px 12px 0;border-bottom:1px solid rgba(31,56,55,.12);}
.bfak-am-table td{padding:12px 12px 12px 0;border-bottom:1px solid rgba(31,56,55,.06);color:var(--muted);vertical-align:top;}
.bfak-am-table td:first-child{color:var(--ink);font-weight:500;width:38%;}
.bfak-am-related{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;}
.bfak-am-related li{margin:0;}
.bfak-am-related a{display:block;text-decoration:none;color:var(--ink);font-weight:500;}
.bfak-am-related a:hover{color:var(--accent);}
.bfak-am-related span{display:block;font-size:13px;color:var(--muted);font-weight:400;margin-top:2px;}
.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-reveal{opacity:0;transform:translateY(12px);transition:opacity .6s ease,transform .6s ease;}
.bfak-am-reveal.is-in{opacity:1;transform:none;}
Information for educational purposes only

Rally Horizon [Mod APK](https://bestforandroid.com/apk/ "apps apk download") *(Unlimited Money)*

Version **2.5.15** · GRAYPOW · `com.Graypow.RallyHorizon`

An open-world rally racer with ultra-detailed supercars, an 80-level career, and drift physics that carry you across deserts, snow, mud, and asphalt. This modded build opens up the in-game currency so you can build the garage you want from the first race.

What is *Rally Horizon*
-----------------------

Rally Horizon is a racing game from GRAYPOW that drops you into a connected open world rather than a series of isolated tracks. You pick a car, leave the festival hub, and drive out to events scattered across the map: point-to-point rally stages, circuit races, and timed drift challenges. The terrain changes underneath you as you go, so the same car behaves very differently sliding through a snowfield than it does gripping dry tarmac.

The progression spine is an 80-level Career Mode. Each tier hands you tougher rivals and unlocks new cars and customization parts, and a hidden Festival Zone rewards players who explore the world instead of grinding the same loop. The car roster runs from approachable classics to modern supercars, and the handling model leans toward arcade fun with a drift-forward feel rather than strict simulation.

On Google Play the game is free to install and earns its money through in-app currency and ad-supported rewards. Cars, upgrades, and cosmetic parts are bought with coins you grind across events, which is exactly where the modded build below changes the pace.

App snapshot
------------

- 2.5.15Version
- 553 MBDownload size
- 10M+Installs
- 4.5Play rating

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

Open-world stages, garage customization, and weather-driven surfaces straight from the Play Store listing.

![Rally Horizon gameplay screenshots](https://bestforandroid.com/apk/wp-content/uploads/2026/05/shots164.jpg)What this *mod* offers
----------------------

The modded Rally Horizon 2.5.15 build adjusts the in-game economy so progression is no longer gated behind coin grinding. Everything else, including the open world, career structure, and physics, behaves like the standard release.

- **Unlimited money**Coins do not run dry as you spend, so you can stock the garage and chase the cars you actually want to drive.
- **Buy upgrades early**Engine, handling, and tyre upgrades are affordable from the opening tiers instead of dozens of races in.
- **Full car roster within reach**The supercar tier stops being a distant goal; you can test high-end vehicles without finishing the whole career first.
- **Customization without grind**Paint, parts, and cosmetic tuning options open up so you can build a look without saving for weeks.
- **Fewer interruptions**Less reliance on the coin economy means fewer stops to farm currency between the events you care about.

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

1. **Download the APK file**Tap the download button on this page. The 553 MB file lands in your default Downloads folder.
2. **Allow installs from this source**Open Settings, search `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](https://bestforandroid.com/ "best android guides")’s package installer opens and lists the permissions the game requests.
4. **Tap install and wait**Confirm the install and let the progress bar finish. The download is large, so give it space and a stable connection.
5. **Launch and race**Tap Open, let first-run assets unpack, then head to the festival hub and start the career.

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

 What you getMod APKPlay Store  In-game moneyUnlimitedEarned or bought Car and upgrade accessOpen from the startUnlocked over time Install sourceSideloaded APKGoogle Play Auto-updatesManual re-downloadAutomatic Related Android apps
--------------------

- [Asphalt 8 Mod APKArcade arcade racing with unlocked cars](https://bestforandroid.com/apk/asphalt-8-airborne-mod/)
- [Car Parking Multiplayer ModOpen-world driving and multiplayer tuning](https://bestforandroid.com/apk/car-parking-multiplayer-mod/)
- [Hill Climb RacingPhysics-based casual racing classic](https://bestforandroid.com/apk/hill-climb-racing/)
- [8 Ball Pool tips and tricksMore casual mobile gaming guides](https://bestforandroid.com/8-ball-pool-tips-tricks/)
- [Warframe promo codesFree-to-play reward codes on our main site](https://bestforandroid.com/warframe-promo-codes/)

Disclaimer

The modded Rally Horizon APK described here is a community-built variant. It is not published by GRAYPOW and is not affiliated with or endorsed by the official Rally Horizon team. This page is provided for educational and informational purposes, including for readers who want to evaluate the game’s progression before committing to in-app purchases.

If you enjoy the game, the official 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.




{"@context":"https://schema.org","@type":"SoftwareApplication","name":"Rally Horizon Mod APK","operatingSystem":"Android","applicationCategory":"GameApplication","offers":{"@type":"Offer","price":"0","priceCurrency":"USD"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"4.5","ratingCount":"87000"},"author":{"@type":"Organization","name":"GRAYPOW"},"softwareVersion":"2.5.15"}

(function(){
  var els=document.querySelectorAll('.bfak-am-reveal');
  if(!('IntersectionObserver' in window)){
    for(var i=0;i<els.length;i++){els.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<els.length;k++){obs.observe(els);}
})();
.reveal,,,, *, *{opacity:1 !important;transform:none !important;visibility:visible !important}