Auto Resource Cargo Scripot for Yim Menu Agents of Sabotage
GTA V Special Cargo Script for Yim Menu (1.70 DLC Update)
This script is a robust Lua extension that enables the player to have easier management of Special Cargo sell and buy missions. Designed around the 1.70 DLC (The Money Front), it lets you customize cooldowns, sell values, and mission completion times.
📜 Features
Instantly Finish Sell Mission: instantly skips to the payouts without needing to play through the mission.
Instantly Finish Buy/Steal Mission: simulates the buy mission's logic as being complete.
Disabling Buy/Sell Cooldowns: well... you will not have to wait between all your cargo trades for cooldowns.
Set Sale value: you can set your sale price and the player will receive $4,000,000 from it.
🧠 How the Script Works:
This script calls directly into the mission controller script withing Rockstars folders, if there are any, using the two main mission scripts called gbcontrabandsell and gbcontrabandbuy, that handle all the type of contraband selling and buying content GTA Online has to offer. Im guessing you probably already know this, but it is worth explaining how this maybe work. As a note here, this script sets mission states and states that contain globals that are responsible for cooldown state machine logic and sale pricing.
📦 Functions being called:
`lua submenu:addaction("Insta Finish Sell Mission", function() -- sets mission state for sell mission to finish (intactive mission) instantly end) submenu:addaction("Insta Finish Buy/Steal Mission", function() -- handles buy mission without any logic in one tick end) submenu:addaction("No Buy/Sell Cooldown", function() -- sets all waits to be zero when doing buy/sell inmission trades. end) submenu:addaction("Set Price(4M)", function() -- updates all cargo tiers to be relative to While the cargo that is worth exactly $4,000,000. end)
📋 Requirements GTA V v1.70 (Money Front DLC) YimMenu or compatible Lua executor Run in private session Recommended to run in a private session if you can =)
🛠️ Installation Instructions
Copy the Lua code to new file (for example specialcargov2.lua)
Place the new file in your YimMenu /scripts folder
Launch GTA V and open your menu
Click on Special Cargo $ tab
Get started managing your cargo flow with toggles and buttons provided.
🛡️ Disclaimer
This script is for educational purposes and/or use only in sandbox type settings. Using THIS in public lobbys could violate Rockstar's Terms of Service. Please use responsibly and be aware of other players, and effects to their gameplay
💬 Get Help?
If you would like some help with modding and things in GTA V join our Discord community for the latest updates, support, and of course private builds.
What Cargo Auto Source Script is all about ?
The script puts game content into groups - it sorts event and collectible data from many in game activities. It builds tabbed parts under a main menu. The main menu is called “Daily Collectibles”. Each tab goes with a different collectible group - Challenges, Hidden Caches, Treasure Chests, Shipwrecked Locations, Buried Stashes, Junk Energy Skydives, Time Trials, Exotic Exports, G's Cache (Dead Drop), Stash Houses, Street Dealers, LS Tags (Graffiti Sprays), and Madrazo Dispatch Hits.
Every tab helps the player run that event or collectible - it tracks when a player finishes an event. It gets data from inside the game - it turns on or off special features for finding problems or changing things.
The script has many good uses. People who create videos turn events on or off for filming. Mod testers check where collectibles sit and how the script works. Players who want to finish everything track collectibles.
Uses of this Script :
This script has many common uses.
For content creators, it controls when events start or stop for recordings or film.
Mod testers find it helpful to check where collectibles are and how scripts work.
Players who finish all parts of a game use it to find collectibles.
Modders who study learn how Rockstar organizes collectible logic through global and local memory.
The script only works for offline or single player modding - it does not change money, player information, or how players join games. The design helps it avoid problems in public games.
You use it well in single player games. It also works in invite only games. The script works in places that permit mods.
Using the script to learn or to create film content is good. Changing collectible values in public games or sharing progress badly is not good.
Instructions : How to Inject Script With Menu
Step 1 : Make Sure you have Copied already Yim Menu files and everything like FSL, Then Inject the Menu asusual on the Launchpad
Step 2 : Later on Join the FreeMode Session / Lobby / Solo Session as your comfortable with any of it then try to Open Yim Menu by Pressing "INSERT" Key, Then open the Settings > Lua Scripts > Open Lua Scripts Folder, once the Folder has been opened then copy and paste the script which you have downloaded into that scripts folder, as on the picture below
Step 3 : Then once the script is been activated go to any of the cargo resourcing business such as in my case i will be going to bunker and acid labs to show you guys,once your at the business then click on yim resupplier and press that to auto generate the cargo to start .
Step 4 : When its been starting to generate the cargo just stay idle or you could roam in the freemode session but remember this doesnt generate when your on the mission or any kind of heists
Step 5 : So at the end you will be recieveing the desired cargo as you set on the menu settings ,Thats it Enjoy the script while in your in the mission or in a freemode session, now we doesnt need to all the time go to the re-source the cargo,This is how the Script is Injected, Hope you like it!
In-Game Pictures:
Credits to #ShinyWasabi, Mr.X (Github), & L7neg
Download Links :
Frequently Asked Questions