# Bully Mod APK

*Published:* 2026-05-28
*Author:* Mitja Rutnik

.bfak-bl{
  --bg:#FFFFFF;--ink:#0E1A1A;--muted:#4B5C5B;--accent:#1F3837;--surface:rgba(46, 74, 71, 0.04);
  --sans:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
  --serif:'Source Serif Pro','Source Serif 4',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-bl *{box-sizing:border-box;}
.bfak-bl a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;}
.bfak-bl a:hover{text-decoration-thickness:2px;}
.bfak-bl code{font-family:var(--mono);font-size:.875em;color:var(--ink);}

.bfak-bl-edu{font-size:12px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--accent);margin:0 0 24px;}

.bfak-bl-hero{display:grid;grid-template-columns:96px 1fr;gap:24px;align-items:center;margin:0 0 48px;}
.bfak-bl-hero img{width:96px;height:96px;border-radius:18px;display:block;}
.bfak-bl-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-bl-hero-name em{font-style:italic;color:var(--accent);font-weight:500;}
.bfak-bl-hero-meta{font-size:14px;color:var(--muted);margin:0;font-weight:400;}
.bfak-bl-hero-meta strong{color:var(--ink);font-weight:500;}
@container (max-width:480px){.bfak-bl-hero{grid-template-columns:72px 1fr;gap:16px;}.bfak-bl-hero img{width:72px;height:72px;border-radius:14px;}.bfak-bl-hero-name{font-size:30px;}}

.bfak-bl-lead{font-family:var(--serif);font-style:italic;font-size:20px;line-height:1.45;color:var(--ink);margin:0 0 48px;font-weight:400;}

.bfak-bl-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-bl-h2 em{font-style:italic;color:var(--accent);font-weight:500;}

.bfak-bl p{margin:0 0 16px;font-size:16px;line-height:1.55;color:var(--ink);}
.bfak-bl p:last-child{margin-bottom:0;}

.bfak-bl-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 24px;margin:0;padding:24px 0;border-top:1px solid rgba(28,43,42,0.08);border-bottom:1px solid rgba(28,43,42,0.08);}
.bfak-bl-stat-label{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin:0 0 6px;font-weight:500;}
.bfak-bl-stat-value{font-family:var(--serif);font-size:24px;line-height:1.1;color:var(--ink);font-weight:500;margin:0;}
@container (max-width:480px){.bfak-bl-stats{grid-template-columns:repeat(2,1fr);gap:24px 16px;}.bfak-bl-stat-value{font-size:20px;}}

.bfak-bl-screens{margin:48px 0;}
.bfak-bl-screens img{width:100%;height:auto;display:block;border-radius:8px;}
.bfak-bl-screens-cap{font-size:12px;color:var(--muted);text-align:center;margin:12px 0 0;font-style:italic;font-family:var(--serif);}

.bfak-bl-mod-list{list-style:none;padding:0;margin:0;}
.bfak-bl-mod-list li{margin:0 0 24px;display:grid;grid-template-columns:20px 1fr;gap:16px;}
.bfak-bl-mod-list li:last-child{margin-bottom:0;}
.bfak-bl-mod-list .check{color:var(--accent);margin-top:3px;}
.bfak-bl-mod-list .check svg{width:18px;height:18px;display:block;}
.bfak-bl-mod-list strong{display:block;font-size:16px;font-weight:500;color:var(--ink);margin:0 0 4px;}
.bfak-bl-mod-list .desc{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}

.bfak-bl-info{display:grid;grid-template-columns:140px 1fr;gap:12px 24px;margin:0;font-size:16px;}
.bfak-bl-info dt{font-size:14px;color:var(--muted);font-weight:400;margin:0;}
.bfak-bl-info dd{font-size:16px;color:var(--ink);margin:0;}
@container (max-width:480px){.bfak-bl-info{grid-template-columns:1fr;gap:4px;}.bfak-bl-info dt{margin-top:12px;}.bfak-bl-info dt:first-child{margin-top:0;}}

.bfak-bl-steps{list-style:none;padding:0;margin:0;counter-reset:step;}
.bfak-bl-steps li{counter-increment:step;display:grid;grid-template-columns:32px 1fr;gap:16px;margin:0 0 24px;}
.bfak-bl-steps li:last-child{margin-bottom:0;}
.bfak-bl-steps li::before{content:counter(step) ".";font-family:var(--serif);font-size:20px;font-weight:500;color:var(--muted);line-height:1.25;}
.bfak-bl-steps strong{display:block;font-size:16px;font-weight:500;color:var(--ink);margin:0 0 4px;}
.bfak-bl-steps .desc{font-size:14px;line-height:1.5;color:var(--muted);margin:0;}

.bfak-bl-compare{margin:0;border-top:1px solid rgba(28,43,42,0.08);}
.bfak-bl-compare-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px;padding:16px 0;border-bottom:1px solid rgba(28,43,42,0.08);font-size:15px;}
.bfak-bl-compare-row .head{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:500;}
.bfak-bl-compare-row strong{color:var(--ink);font-weight:500;}
.bfak-bl-compare-row .label{color:var(--muted);font-size:14px;}

.bfak-bl-related{margin:0;}
.bfak-bl-related ul{list-style:none;padding:0;margin:0;}
.bfak-bl-related li{margin:0 0 16px;padding:0 0 16px;border-bottom:1px solid rgba(28,43,42,0.08);}
.bfak-bl-related li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0;}
.bfak-bl-related a{font-family:var(--serif);font-size:18px;font-weight:500;text-decoration:none;color:var(--ink);display:block;margin:0 0 4px;}
.bfak-bl-related a:hover{color:var(--accent);text-decoration:underline;}
.bfak-bl-related .note{font-size:14px;color:var(--muted);margin:0;}

.bfak-bl-disclaimer{margin:64px 0 0;}
.bfak-bl-disclaimer-title{font-family:var(--serif);font-size:20px;font-weight:500;letter-spacing:-.01em;color:var(--ink);margin:0 0 12px;}
.bfak-bl-disclaimer p{font-size:14px;line-height:1.55;color:var(--muted);margin:0 0 12px;}
.bfak-bl-disclaimer p:last-child{margin-bottom:0;}
.bfak-bl-disclaimer a{color:var(--muted);text-decoration:underline;}
.bfak-bl-disclaimer a:hover{color:var(--accent);}
Information for educational purposes only

 ![Bully: Anniversary Edition icon](https://bestforandroid.com/apk/wp-content/uploads/2026/05/bully-anniversary-edition-icon.jpg)Bully *Mod APK*
===============

Version **1.4.311** · Rockstar Games · `com.rockstargames.bully`

 

The full Bullworth Academy story, every class, every prank, every chapter, ported to [Android](https://bestforandroid.com/ "best android guides") with Unlimited Money and the paid Play Store gate removed.

Version

1.4.311



Size

2,2856 MB



Installs

5M+



Android

9.0+



What is *Bully*
---------------

Bully: Anniversary Edition is the full mobile port of Rockstar Games’ 2006 schoolyard action-adventure, originally released for PlayStation 2 and later remastered for PC and consoles. The Android build, developed in partnership with War Drum Studios, brings the entire Bullworth Academy story to phone and tablet with touch controls, optional gamepad support, and 5.1 surround audio.

You play as Jimmy Hopkins, a 15-year-old transfer student dropped into a fictional New England boarding school full of cliques, bullies, prefects, and corrupt staff. The campus opens up across six chapters and a full in-game school year. Each section unlocks new districts of the surrounding town, new minigames, new classes, and new factions to either court or antagonize.

The original release is a paid title on Google Play. The version on this page is the community-built mod that bundles the Unlimited Money tweak with the paid-content unlock, so the full story and all four bonus classes load without a purchase gate.

 ![Bully: Anniversary Edition gameplay screenshots showing Bullworth Academy, Jimmy Hopkins, and combat](https://bestforandroid.com/apk/wp-content/uploads/2026/05/bully-anniversary-edition-screenshots.jpg)Bullworth Academy, classroom minigames, and the slingshot-driven combat that defines the schoolyard sandbox.



Key features
------------

The mobile build keeps the structure of the console release intact. Six chapters, more than fifty story missions, twenty-five class lessons, and a roaming open-world hub that grows as you progress through the school year.

- **Full Bullworth open world**Roam the campus, Old Bullworth Vale, Bullworth Town, the asylum, and the surrounding countryside on foot, by bike, or by skateboard.
- **Twenty-five interactive classes**Chemistry, English, Art, Photography, Gym, Biology dissection. Each class unlocks a passive ability used in the open world.
- **Six chapters, fifty plus missions**Story arc tracks Jimmy from outsider to king of the school. Faction relationships shift across the year.
- **Slingshot, stink bombs, marbles**Combat is melee plus a roster of school-yard weapons. Fists, the wooden gun, firecrackers, water balloons, the iconic spud gun.
- **Four bonus classes**Geography, Music, Math, and a second Art lesson that the mobile port adds on top of the original PS2 curriculum.
- **Touch or controller**Optimized on-screen controls plus full support for MFi, Bluetooth, and USB OTG gamepads from Razer, 8BitDo, Xbox, and DualShock.

App info
--------

 PublisherRockstar Games (modded build) Package ID`com.rockstargames.bully` Version1.4.311 UpdatedJanuary 2026 Size~2,2856 MB Android floorAndroid 9.0 and above Architecturearm64-v8a, armeabi-v7a (universal) CategoryAction / Open World Content ratingTeen (Violence, Suggestive Themes, Crude Humor)What this *mod* changes
-----------------------

The community build wraps the standard Bully: Anniversary Edition [APK](https://bestforandroid.com/apk/ "apps apk download") in two tweaks. The first removes the paid Play Store gate so the full game loads without the in-app purchase that the official version requires after the 30-minute free trial. The second injects unlimited in-game currency for clothing, hairstyles, and shop purchases inside Bullworth Town.

- **Unlimited money**In-game wallet stays full. Buy every haircut, clothing item, soda, and stink bomb from the school store and the town shops without grinding lunch-money side jobs.
- **Full game unlocked**No purchase prompt after the trial window. Chapter Two onward loads straight from the save file with all story content available.
- **All bonus classes available**Geography, Music, Math, and the second Art lesson unlock on schedule alongside the main curriculum, no GTA+ membership check.
- **Save file portability**Saves carry across reinstalls if you update to a newer mod build without uninstalling. Cloud sync to the Rockstar Social Club account is disabled in the mod.

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

Bully ships as a single universal APK. No OBB folder, no split-APK bundler, no companion data download from the Rockstar servers. The 2.8 GB install is heavy but contained.

1. **Free up storage**The APK is roughly 2.8 GB. Confirm at least 6 GB of free internal storage so the package installer has room for the temporary unpack.
2. **Download the APK**Tap the download button on this page. The file lands in your default Downloads folder.
3. **Allow installs from this source**Open Settings, search for `Install unknown apps`, find your file manager or browser, and toggle the permission on.
4. **Open the APK**Tap the file in your Downloads folder. Android’s package installer opens. Confirm the requested permissions.
5. **Tap Install and wait**Install takes 60 to 120 seconds depending on storage class. Do not interrupt the process. When it finishes, tap Open.
6. **First launch**First boot loads shader caches and unpacks audio. Allow up to two minutes on the Rockstar splash screen. Subsequent launches are under 20 seconds.

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

Property

Modded APK

Google Play



Price

**Free**

Paid title, around $6.99



Full game access

**Unlocked**

30-minute trial, then purchase prompt



In-game money

**Unlimited**

Earned through side jobs



Save sync

Local only

**Rockstar Social Club cloud**



Updates

Manual reinstall

**Auto via Play Store**





Related *downloads*
-------------------

- [GTA Vice City Mod APK](https://bestforandroid.com/apk/grand-theft-auto-vice-city-gta-mod-apk-download/)Tommy Vercetti’s 1980s Miami stand-in, also paid on Play Store, also unlocked with unlimited money in the community build.
- [GTA San Andreas](https://bestforandroid.com/apk/gta-san-andreas/)CJ, Grove Street, the full San Andreas state map. The other Rockstar mobile port that ships as a paid Play Store title.
- [GTA 5 Original](https://bestforandroid.com/apk/gta-5/)Reference page for the console-tier GTA 5. Not an Android port; useful background on the Rockstar open-world ladder.
- [Minecraft Mod APK](https://bestforandroid.com/apk/minecraft-mod-apk-download/)Companion open-world sandbox if Bully’s schoolyard story doesn’t scratch the build-and-explore itch.
- [WoW private servers guide](https://bestforandroid.com/wow-private-servers/)Sibling main BFA reference on alternative ways to access paid titles when official channels are out of reach.
- [Warframe promo codes](https://bestforandroid.com/warframe-promo-codes/)Another deep-game-loop entry if you want a free-to-play action title to fall back on between Bully chapters.

Disclaimer

The modded Bully: Anniversary Edition APK described above is a community-built variant. It is not published by Rockstar Games and is not affiliated with or endorsed by Rockstar Games, Take-Two Interactive, or War Drum Studios. The information on this page is provided for educational and informational purposes, including for readers in markets where the paid Play Store title is priced beyond local purchasing power and for users evaluating the full game before committing to a purchase.

If you decide to keep playing Bully after evaluation, the official paid version on Google Play and the GTA+ membership channel support 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":"Bully: Anniversary Edition Mod APK","operatingSystem":"Android 9.0+","applicationCategory":"GameApplication","applicationSubCategory":"Action","fileSize":"22856 MB","softwareVersion":"1.4.311","author":{"@type":"Organization","name":"Rockstar Games"},"aggregateRating":{"@type":"AggregateRating","ratingValue":"3.9","ratingCount":"9089","bestRating":"5"},"offers":{"@type":"Offer","price":"0","priceCurrency":"USD"}}