GTA V – All Awards Unlocker script (ImagineNothing version)
All Awards Unlocker script is a full featured GTA V tool designed for modding applications such as Yim Menu, it will allow you to unlock the hundreds of stats relating to awards/unlocks through multiplayer achievements. Originally a script made by ImagineNothing by creating a Lua script to unlock this content using Rockstar’s global and stat memory pools, we were able to unlock racing medals awards, combat kill awards, heist accomplishment awards and awards under the catch-all label “Other”.
This tool is meant strictly for educational purposes, personal mod within your own community testing, and/or private game sessions/solos. It should never be used in a public GTA Online lobby where it can be abused and violate Rockstar’s terms of service. Below is the full overview of what this script can do and how to use it in a safe and effective way.
What is the Yim Unlocker Script?
The Unlocker Script is a Yim Menu v2 addon, one of the most popular open-source GTA V mod menus. The Unlocker script is NOT another money generator or trolling tool, instead it is designed specifically to unlock in-game content that already exists but has been locked down using Rockstar’s systems of progression. Unlocker unlocks all the goodies, the Unlocker alters Rockstar’s process of stat tracking on items, and flagging. The primary function of the Unlocker is simply to manipulate stat or flagging items to true, to unlock anything from , to at once! Net result? Players can fully access everything GTA V has to offer from cosmetics, vehicles, and achievements, without the tedious months of repetitive gameplay Rockstar created their often repeated grind around.Core Unlocker Features
- The Unlocker script unlocks a massively wide array of unlockable content. Unlockable content includes, but is not limited to the following categories:
- Achievements and Awards – Instantly complete and reward achievement badges.
- Clothing and Outfits – Unlock hidden clothing items and exclusive event specific clothing items.
- Tattoos and Hair Styles – Gain access to styles, which are by default time-gated.
- Vehicles – Unlock hidden or exclusive vehicles which have unlock gate through mission progress or through inactive DLC triggering.
- Weapons and Attachments – Enable all weapon camos, scopes, silencers, and all mods.
- Trophies and Collectibles – Mark collectibles as completed for RP or to set up a roleplay scenario.
- Unlocking is completed through the Yim Menu interface, and system notifications confirmed which categories were activated.
Why Use An Unlocker?
Unlocker scripts fill a very specific niche inside of the GTA modding ecosystem. Fossilically unlike money or rank scripts that artificially raise stats, unlockers simply remove gate requirements. That nuance is not actually as small as it may sound, and here’s why: — For Roleplayers: Having the ability to effectively equip rare outfits, and tattoos and unlocked cars, creates immersive characters and scenarios. — For Content Creators: Saves time getting them access to all of the assets they need for filming, or machinima style videos, in a timely manner, no need for hours of prep. — For Casual Players: Removes the scrutiny of the grind out, allowing players to experience GTA V’s content is immediately. — For testing: Mod developers who are developing or testing new scripts, will be able to gain access to all assets easily, and that can be critical to producing projects. Unlockers are like a “creative mode” button to avoid wasteful repetition to get to the fun of games.How the Unlocker Script Works
Under the hood, the Unlocker script manipulates GTA V’s stats API and achievement tracking. Everything that can unlocked or earned as a reward in GTA, is attached to a stat or a flag on the players profile. The Unlocker script runs the functions that will query through the multiple stats and will find the relevant stat, then set its value to “unlocked” — The achievement awards are accomplished by turning on global stat banners. — Clothing items are unlocked by toggling in event related /DLC reward RSSI variables. — Vehicles are “turned on”, by changing the relevant mission tables completion percentages. One major benefit of the Unlocker Scripts, is specifically, since the changes are made directly to the players profile, the changes will persist even after the game has been restarted. That longevity side of the Unlocker is attractive, when considered against mods that allow changes to be made for temporary states.🔓 What Does This Script Unlock?
The script alters almost every awards category that the online stat system tracks in GTA V. They entail:
Victory & Race Awards – specific to racing modes, best laps, win counts
Heists & Doomsday Awards – based on roles, finale completions, elite bonuses
Combat Achievement – stealth bonus, kill streaks, weapon based kill counts
Vehicle Awards – exports missions, car bom, flips, jumps, wheeling
General & Social Awards – arm wrestling wins, dance sessions, darts results, golf results, lap dances
Roleplay Progress – LSCM, Cayo Perico prep, diamond heist medals, nightclub popularity
Arena War Stats – ranks, titles and different arena challenges
📋 Example Achievements set by the script
The Slayer – 50 Deathmatch Wins
The Champion – 50 Race Wins
Follow to a Tee – 25 Rally Wins as Driver
Still Standing – 50 Last Team Standing
Survivor – 10 waves of Survival Completed
All Rounder – Win every mode in GTA
Hole In One – Make a hole in one in Golf
Unstoppable – Arena War Performance Titles
The Cayo Perico Heist – All awards unlocked including solo play, elite – status and amount of total loot
🧠 How the Script Works
The script runs until a callback returns, it waits to detect you playing online then writes to memory gradually using:
stats.setint() – Count based achievements
stats.setbool() – Binary achievements (true/false)
ScriptGlobal() – Will reset a few globals state temporarily before unlocking begins
script.yield() – this will spread the updates over time instead of spamming memory
The script targets your active MP character with the MPX prefix and resolves your last active to avoid writing to your MP0 or MP1.
Alright what are you waiting for? Loading…
✅ Safe Use Pre-Cautions
This script is powerful script, but please use it responsibly. Follow these practices below to avoid triggering server-side detection or breaching rockstars community rules:
Only use in solo, invite only or modded offline sessions.
Don’t use with any other cashdrop or rankboost scripts
Only run the script once per session – Don’t inject multiple time or loops
Don’t use in any GTA Online Public lobbies
📥 Installation Instructions
Save the above code as AllAwardsUnlocker.lua
Place the file in your scripts directory in your Yim Menu or any mod menu which support lua scripts
Launch GTA V Enhanced Edition
Open your mod menu (e.g F8 if using Yim Menu)
Run or inject the script through your mod menu UI
🎉 Credits & Note
This script was originally created by ImagineNothing and remastered for modular menus by the GTA V modding community as a reference implementation for award stat manipulation, used for testing unlock systems or by anyone who wants to create tracking tools for UI awards, or just view and share all their gameplay stats in a video to the masses.
📎 Connect With The Community
Are you having issues with the install of the script or want to modify it? Looking for more unlockers or menu safe tools?
What Main Features will it Unlock ?
- Character Abilities & Stats:
- Weapons & Mods:
- Vehicles & Mods:
- Tattoos, Clothes, Hairstyles:
- Heist Progress:
- Business Statistics:
- Daily Objectives & Achievements:
Graphical Instructions : How to Inject Menu
-
- Step 1: Launch GTA 5 Enhanced with FSL or Non-FSL. Turn off Battleye. Once at the Launchpad screen, inject
Menu.dll
usingXenos.exe
.
- Step 1: Launch GTA 5 Enhanced with FSL or Non-FSL. Turn off Battleye. Once at the Launchpad screen, inject
-
- Step 2: In Xenos, select
GTA5_Enhanced.exe
, drag & dropYimMenu.dll
and click inject.
- Step 2: In Xenos, select
-
- Step 3: Wait 10 seconds. Click “Update Cache” and join Story Mode. Use the
INSERT
key to open/close menu.
- Step 3: Wait 10 seconds. Click “Update Cache” and join Story Mode. Use the
-
- Step 4: Go into Freemode. If awards aren’t unlocked yet, use the Scripts tab and change session after execution.
-
- Step 5: If you don’t see changes, reload the script and re-enter Kosatka to refresh the planning board.
Will I get banned from GTAO for using the script to unlock all?
I’ve been using the YimMenu modding script for 2 days now. And as I was playing today, as the curiosity gets the best of me, and as I wanted some customizations to be unlocked, I pressed tbe Unlock all button in the Recovery section. And after that, i started to recieve all types of awards (which I didn’t wanted at all).