# Rent Please Landlord

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

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

 ![Rent Please Landlord Sim icon](https://bestforandroid.com/apk/wp-content/uploads/2026/05/icon210.png)Rent Please *Landlord* Sim

[Mod APK](https://bestforandroid.com/apk/ "apps apk download") (Unlimited Money) · ShimmerGames · `com.shimmergames.tenants.gp`

 

Run an apartment block, furnish every unit, and keep a building full of tenants happy. This modded build hands you unlimited money so you can decorate and expand without grinding rent collections.



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

Version1.88.5.2

Size504 MB

Installs10M+

Rating4.4



What is *Rent Please*
---------------------

Rent Please! Landlord Sim is a property-management game from ShimmerGames where you step into the shoes of a building owner. You start with a handful of empty apartments and slowly turn them into a thriving community: furnishing rooms, picking tenants, fixing complaints, and reinvesting the rent into bigger and better units.

The loop is gentle and steady. Each tenant has a personality and a wish list, and matching the right people to the right rooms is half the fun. As your block fills up, you unlock new floors, seasonal decor, and side stories that play out among the residents. It sits comfortably alongside other cozy management games while leaning harder into interior design than most.

The base game is free, but premium currency speeds up renovations and unlocks the nicer furniture sets. That paywall is exactly what the modded build on this page removes, so you can plan the building you want from the start.



A look at the *gameplay*
------------------------

![Rent Please Landlord Sim gameplay screenshots](https://bestforandroid.com/apk/wp-content/uploads/2026/05/shots210.png)

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

- **Unlimited money**The cash balance no longer drains as you renovate, so you can furnish and upgrade rooms without waiting for rent to roll in.
- **Free decorating from the start**Premium furniture sets and decor packs that are usually gated behind in-app purchases are reachable early.
- **Faster expansion**Unlocking new floors and apartment units no longer means a long currency grind between each upgrade.
- **No purchase prompts mid-build**The upsell nudges that interrupt a renovation when you run low on coins are out of the way.



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

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. The [Android](https://bestforandroid.com/ "best android guides") package installer opens and lists the requested permissions.
4. **Tap Install**Confirm and wait for the progress bar to finish. Because this is a large file, give it a moment to unpack.
5. **Open and play**Launch the game from your app drawer. The unlimited money applies as soon as your first save loads.



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

 FeatureMod APKPlay Store  In-game moneyUnlimitedEarned or purchased Premium furnitureUnlocked earlyBehind in-app purchases Expansion paceNo grind gateCurrency-limited SourceSideloaded APKOfficial Google Play 

Related Android *apps*
----------------------

- [SimCity BuildIt Mod](https://bestforandroid.com/apk/simcity-mod-update/)City-building sim with unlocked resources
- [Dragon City Mod guide](https://bestforandroid.com/apk/dragon-city-mod/)Collect-and-build management game
- [Hill Climb Racing](https://bestforandroid.com/apk/hill-climb-racing/)Casual upgrade-driven arcade game
- [Coin Master free spins and coins](https://bestforandroid.com/coin-master-free-spins-coins/)Tips for another resource-driven favorite
- [Warframe promo codes](https://bestforandroid.com/warframe-promo-codes/)Free in-game rewards round-up



Disclaimer

The modded Rent Please! Landlord Sim APK described above is a community-built variant. It is not published by ShimmerGames 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-app purchases are priced beyond local means and for players evaluating the game before buying premium currency.

If you keep playing after evaluation, supporting the official release on Google Play funds 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(){
  function go(){
    var els=document.querySelectorAll('.bfak-rp-reveal');
    if(!('IntersectionObserver' in window)){for(var i=0;i<els.length;i++){els.classList.add('is-in');}return;}
    var ob=new IntersectionObserver(function(ents){
      ents.forEach(function(e){if(e.isIntersecting){e.target.classList.add('is-in');ob.unobserve(e.target);}});
    },{threshold:0.12});
    for(var j=0;j<els.length;j++){ob.observe(els);}
  }
  if(document.readyState!=='loading'){go();}else{document.addEventListener('DOMContentLoaded',go);}
})();

{"@context":"https://schema.org","@type":"SoftwareApplication","name":"Rent Please! Landlord Sim Mod APK","operatingSystem":"Android","applicationCategory":"GameApplication","offers":{"@type":"Offer","price":"0","priceCurrency":"USD"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"4.4","ratingCount":"350000"},"author":{"@type":"Organization","name":"ShimmerGames"},"softwareVersion":"1.88.5.2"}
.reveal,,,, *, *{opacity:1 !important;transform:none !important;visibility:visible !important}