A vehicle boost system for Greenville that enhances car performance with customizable settings. Currently only works on PC
- W/S Key Throttle Control - Forward and reverse acceleration (PC)
- FWD/RWD Configuration - Toggle front and rear wheel drive independently
- Power Distribution - Adjustable front/rear bias (maintains 100% total)
- Max Torque Control - Configurable motor torque
- Downforce System - Adjustable downforce (press L to temporarily disable on PC)
- Clean Settings UI - Touch-friendly toggle button with settings panel
Run this command in your Roblox executor while in Greenville (Solara bootstrapper is recommended):
loadstring(game:HttpGet("https://raw.githubusercontent.com/crbuch/greenville_exploit_script/refs/heads/master/bundle/out/bundle.client.luau"))()OR if that does not work, copy the contents from here into your executor.
This requires you have darklua, rojo, and wax all installed on your system.
- Install the dependencies with
npm install - Build the project using
npm run build - Bundle the project using
npm run bundle - Copy the contents of
bundle/out/bundle.client.luau - Paste and run in your Roblox executor while in Greenville
- W - Forward throttle
- S - Reverse throttle
- L - Temporarily disable downforce (hold)
- ⚙️ Settings Button - Click to toggle settings menu
- Enable - Turn the boost system on/off
- RWD - Enable/disable rear wheel drive
- FWD - Enable/disable front wheel drive
- Front/Rear Bias - Adjust power distribution (auto-balances to 100%)
- Max Torque - Set maximum motor torque
- Downforce - Set downforce strength
This project uses Roblox-TypeScript with Roact (React for Roblox) to build the UI and game logic.
- Node.js and npm
- roblox-ts
# Install dependencies
npm install
# Compile TypeScript to Lua
npm run build
# Watch mode (auto-compile on changes)
npm run watch
# Bundle into single Lua file
npm run bundle
# Serve to Roblox Studio via Rojo
npm run serve-rojo/
├── src/
│ ├── app/ # Main UI component
│ ├── client/ # Entry point
│ ├── components/ # Reusable UI components
│ │ ├── ui/ # UI elements (Checkbox, NumberInput, etc.)
│ │ └── styles/ # Color definitions
│ └── utils/ # Vehicle system logic
├── bundle/ # Bundled output
└── out/ # Compiled Lua files
This script is for educational purposes only. Use at your own risk. The authors are not responsible for any consequences of using this script, including but not limited to account bans or game exploits.
ISC