Boosting

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

Step 2: Download the Resource

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