Key Features 
50+ Vape Variants β Includes super-powered vapes (invisibility, super speed, teleportation) and a variety of flavored vapes (watermelon, mango, blueberry, etc.) as inventory items.
Customizable Smoke Effects β Choose from single-color or rainbow smoke with adjustable opacity and exhale duration. Smoke syncs across all players for multiplayer visibility.
Super Power Effects β Activate special abilities like invisibility, super jump, invincibility, teleportation, and vehicle speed boosts, each with configurable durations and progress bars.
Highly Customizable β Adjust vape properties, smoke settings, effect durations, cooldowns, and puff limits via config.lua for full control.
Progress Bar UI β Optional progress bars for effect durations, displayed via a sleek HTML-based UI for a polished experience.
PREVIEW
BUY
DISCORD
DOCUMENTATION
Config.lua
Config.lua
Here there is only the Example Vape but in the Config.lua there is +50 vapes created.
Config.Locale = "en" -- Language for the notifications (en, es, etc.) All languages are in the locales folder
Config.EnableMaxPuffs = true -- Enable max puffs for vapes
Config.ShowNotifications = false -- Show notifications when using the vape
-- Smoke Configuration
Config.VapeExhale = 0.4 -- Time to exhale the smoke in seconds
Config.SmokeOpacity = 0.8 -- Opacity of the smoke (0.0 to 1.0)
Config.SmokeDelay = 1.5 -- Delay between smoke puffs in seconds
Config.DisableCombatButtons = true -- Disable combat buttons when using the vape
-- Vape Configurations
Config.Vapes = {
-- EXAMPLE VAPE THIS DON'T EXISTS
["example_vape"] = {
prop = "mic_purple", -- Color of the Vape Prop (mic_purple, mic_red, mic_green, mic_blue, mic_yellow, mic_orange, mic_black, mic_lightblue, mic_pink)
EffectDuration = 69, -- Duration of the effect in seconds
ShowProgress = true, -- Show progress bar when using the vape
Label = "Example Vape", -- Label of the vape
SmokeColor = {R = 156, G = 39, B = 176}, -- Color of the smoke
SmokeColor = "Rainbow", -- This is for rainbow smoke
Cooldown = 5, -- Cooldown of the vape puff in seconds
puffs = 10 -- Number of puffs before the vape runs out
},
Code is accessible | Config.lua & Styles |
Subscription-based | No |
Requirements | ESX/QBCORE/QBOX |
Support | Yes |