Evolent Boosting
Tired of the same old point A to B boosts? Yeah, us too. That’s why we built a next-level boosting system.
Our system is packed with variety, real progression, and features that actually make sense.
Installation
Step 1: Install Dependencies
- Ensure you have the following resources installed:
- ox_inventory (opens in a new tab)
- ox_lib (opens in a new tab)
- oxmysql (opens in a new tab)
- ox_target (opens in a new tab)
- bl_ui (opens in a new tab) Replaceable with other mini-games
- Use any supported framework: OX (opens in a new tab), QBOX (opens in a new tab), ESX (opens in a new tab), QB (opens in a new tab), or Standalone
Step 2: Download the Resource
- Download & extract the
evolent_boosting
resource from Cfx.re (opens in a new tab) and place it inside yourresources
folder.
Step 3: Execute all sql files
Execute all sql files in sql
folder.
Step 3: Add Items to ox_inventory
Add this to your ox_inventory/data/items.lua
:
["ghostlink"] = {
label = "GhostLink",
weight = 5000,
stack = true,
close = true,
client = {
event = 'evolent_boosting:startHacking'
}
},
-- add this only if you won't use cmd
["boostingtablet"] = {
label = "Boosting Tablet",
weight = 5000,
stack = true,
close = true,
client = {
export = 'evolent_boosting.openTablet'
}
},
Step 4: Configuration
- Configure the
config.lua
. Visit Configuration for a full breakdown.
Step 5: Starting the Script
- Add evolent_boosting to your server's resource list and start the script.
ensure evolent_boosting