Skip to content

crbuch/greenville_exploit_script

Repository files navigation

Greenville Speed Script

A vehicle boost system for Greenville that enhances car performance with customizable settings. Currently only works on PC

✨ Features

  • 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

How to Use

Option 1: Direct Load (Recommended)

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.

Option 2: Build the project yourself

This requires you have darklua, rojo, and wax all installed on your system.

  1. Install the dependencies with npm install
  2. Build the project using npm run build
  3. Bundle the project using npm run bundle
  4. Copy the contents of bundle/out/bundle.client.luau
  5. Paste and run in your Roblox executor while in Greenville

🎮 Controls

PC

  • W - Forward throttle
  • S - Reverse throttle
  • L - Temporarily disable downforce (hold)
  • ⚙️ Settings Button - Click to toggle settings menu

⚙️ Settings Panel

  • 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

🛠️ Development

This project uses Roblox-TypeScript with Roact (React for Roblox) to build the UI and game logic.

Prerequisites

  • Node.js and npm
  • roblox-ts

Build Commands

# 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

📁 Project Structure

/
├── 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

⚠️ Disclaimer

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.

📝 License

ISC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •