Free
Config:
Free
Config:
Free
Custom Welcome & Verify Discord Bot
Free
Tested on QBOX FRAMEWORK!
If you want to convert to esx:
Go on visual studio co-pilot and say "convert the exports to esx and make them usable on esx framework”
Free
Preview
https://www.youtube.com/watch?v=jbovqL-qyVk
Features
Script is now standalone.
Script now supports old QBCore.
You can change how many times player can use SuperBoost from config file.
Free
Fully guide, have fun
Free
Disables all NPCs on the RedM server — pedestrians, coaches (wagons), and horse riders.
Compatible with scripts that intentionally spawn NPCs via a whitelist system.
Installation
1. Drop the `no_npcs` folder into your server's `resources` directory.
2. Add `ensure no_npcs` to your `server.cfg`.
Compatibility - Whitelisting Spawned NPCs
If another resource spawns NPCs/vehicles that should NOT be deleted, whitelist them.
From a client-side script
```lua
local ped = CreatePed(...)
exports['no_npcs']:whitelistAdd(ped)
-- When done:
exports['no_npcs']:whitelistRemove(ped)
```
### From a server-side script
```lua
-- entityNetId = NetworkGetNetworkIdFromEntity(entity) on the client, sent to server
exports['no_npcs']:whitelistAdd(entityNetId)
exports['no_npcs']:whitelistRemove(entityNetId)
```
Trigger from client to server (network event)
```lua
TriggerServerEvent('no_npcs:requestWhitelistAdd', NetworkGetNetworkIdFromEntity(myPed))
TriggerServerEvent('no_npcs:requestWhitelistRemove', NetworkGetNetworkIdFromEntity(myPed))
```
Toggle Suppression at Runtime (client export)
```lua
exports['no_npcs']:setSuppression(false) -- turn off
exports['no_npcs']:setSuppression(true) -- turn back on
```
Free
Wiwang Tower Rooftop Bar
Free
Spawn code: s14khr2
File size: 34.9 MB
Free
Please read and review before using it. Don’t ask for support, use Claude or another similar service.
WS V4 is an open-source anti-cheat system developed specifically for FiveM servers.
It provides protection against:
Cheat menus
Lua injectors
Event abuse
Exploits
Unauthorized resource manipulation
Suspicious player behavior
Its goal is to maintain fair gameplay and improve overall server security.
Credits:
aspirinoo
Free
Mercedes AMG C63s Custom V8 Biturbo V2 | WMAC
Spawn Code: c63damac
Free
Mercedes-Benz C63s AMG 2023 Lowered (5 Seater) Customized | Complain
Spawn Code: Complainc63s2023
Free
Zen Mansion Vinewood Hills
Free
Rockfordhills Brick Mansion
Free
Porsche 911 Mansory Evo 900
Free
Mr.Knight
Spawn Code: MrKnight
Free
Joker 2019
Spawn Code: Joker
Free
President Rolls Royce Ghost Limo | RY Customs
Spawn Code: presidentrollsroyce4
Free
Free
Free
Free
The map has 1 floor, some waiting areas for passengers, 1 little police station, toilets for female & male, a 24/7 store, a clothing store, a bank and 4 offices
Free
Quick Setup Guide
Make sure Python 3 is installed.
Install the required libraries:
pip install discord.py
pip install requests
Set up your bot in the Discord Developer Portal.
Start the bot:
py main.py
That’s it 🚀
Free
Bentley Bentayga Venuum | Lemon
Free
It's a free release on GitHub and I'm sharing it here too.