π§΄ Juice Baby Oil Script (FiveM) | Realistic Roofie & Knockout Effects [QBCore/ESX]
π§΄ Diddy inspired baby oil script for FiveM
π§Ύ Description
Juice Baby Oil is a fully immersive consumable + knockout system designed for serious roleplay servers.
This script introduces a server-validated crafting system combined with a cinematic multi-stage intoxication sequence, allowing players to experience realistic effects, collapse behavior, and recovery β all handled cleanly through your framework.
Built to be lightweight, modular, and server-authoritative, this resource integrates seamlessly into any QBCore or ESX server without relying on ox_inventory usable exports.
πΈ Preview
Screenshots:
π₯ Video Showcase
π¬ Watch the full preview:
π https://www.youtube.com/watch?v=agBZ4nJ4OdU&t=29s
π₯ Features
- β QBCore + ESX Compatible
- β Framework-based usable items (NO ox_inventory exports)
- β Server-side validated crafting system
- β Smooth drink animation + prop attachment
- β
Full cinematic intoxication pipeline:
- Drunk movement
- Screen effects
- Heartbeat audio (proximity-based)
- Blackout flashes
- Collapse + unconscious state
- Timed blackout + recovery
- β Anti-spam protection (server + client)
- β Optional InteractSound integration
- β Fully optimized & lightweight
- β Clean and modular codebase
π§ͺ Crafting System
Players can craft:
π₯€ Ice Cold Water
Required Items:
- Baby Oil
- Water Bottle
- Double Cup
β Fully validated server-side
β Prevents exploits / duping
β Configurable recipe
π¬ Effect Sequence
When consumed, the player will:
- Play drink animation with prop
- Receive status changes (thirst β hunger β health β)
- Enter intoxicated state (drunk movement)
- Experience screen distortion effects
- Trigger heartbeat audio (self + nearby players)
- Go through 3 blackout flashes
- Collapse into unconscious state
- Remain blacked out for configured duration
- Gradually recover to normal
βοΈ Compatibility
- β QBCore
- β ESX
- β Any inventory that respects framework usable items
β Not Supported (By Design)
This script does NOT use:
-
ox_inventory:RegisterUsableItem -
ox_inventory:useItem - Any ox_inventory usable exports
π Optional Dependency
InteractSound (for heartbeat audio)
- If installed β heartbeat plays
- If missing β script continues safely (no errors)
π οΈ Installation
- Add items to your framework:
-
babyoil -
babyoildoublecup -
icecoldwater
-
- Place resource in your server folder
- Ensure start order:
ensure qb-core (or es_extended)
ensure InteractSound (optional)
ensure juice-babyoil
π§© Configuration
All values can be adjusted inside:
config.lua
Includes:
- Effect timing
- Crafting requirements
- Animation settings
- Sound toggles
- Debug mode
π‘οΈ Stability & Safeguards
- β Anti-spam protection
- β Server-side validation
- β Disconnect cleanup
- β Resource restart cleanup
- β Animation fallback system
- β No hard dependency crashes
π¬ Support
Need help or want updates?
π https://discord.gg/TJ6cXhfSKx
π Notes
- Designed for serious RP environments
- Easy to expand or integrate into existing systems
- Clean code structure for developers