Jump to content

Your #1 Resource Platform

Browse and download thousands of free and premium resources for FiveM, Minecraft, web development and much more. Whether you're building a server, a website or a creative project - PrimeLeaks has everything you need, all in one place.

Start Browsing

Unlock the Full Experience

Stop waiting and start downloading at full speed. Our membership plans give you unlimited downloads, zero wait times and access to exclusive VIP content - all starting at just $8.99/month. Upgrade today and get the most out of PrimeLeaks.

View Plans

Got Something to Say?

Our forum is the heart of the PrimeLeaks community. Report scammers, stay up to date with the latest announcements, get help from our team and connect with other members - everything happens right here.

Visit Forum

Noizy

Member
  • Posts

    64
  • Joined

  • Last visited

  • Days Won

    3

Files posted by Noizy

  1. Free
    Config:

    7 0
  2. Free
    Config:

    6 0
  3. Free
    Custom Welcome & Verify Discord Bot
    23 0
  4. 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”
     
     
    46 1
  5. 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.
    23 0
  6. Free
    Fully guide, have fun
    19 0
  7. 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
    ```
     
    1 0
  8. Free
    Wiwang Tower Rooftop Bar
    28 0
  9. Free
    Spawn code: s14khr2
    File size: 34.9 MB
    12 0
  10. 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
    124 2
  11. Free
    Mercedes AMG C63s Custom V8 Biturbo V2 | WMAC
    Spawn Code: c63damac
    22 0
  12. Free
    Mercedes-Benz C63s AMG 2023 Lowered (5 Seater) Customized | Complain
    Spawn Code: Complainc63s2023
    31 0
  13. Free
    Zen Mansion Vinewood Hills
    64 0
  14. Free
    Rockfordhills Brick Mansion
    38 0
  15. Free
    Porsche 911 Mansory Evo 900
    27 0
  16. Free
    Mr.Knight
    Spawn Code: MrKnight
    15 0
  17. Free
    Joker 2019

    Spawn Code: Joker
    18 0
  18. Free
    President Rolls Royce Ghost Limo | RY Customs
    Spawn Code: presidentrollsroyce4
    29 0
  19. Free
    90 1
  20. Free
    36 0
  21. Free
    57 0
  22. 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
    47 0
  23. 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 🚀
    22 1
  24. Free
    Bentley Bentayga Venuum | Lemon
    10 0
  25. Free
    It's a free release on GitHub and I'm sharing it here too.
    6 0
×
×
  • Create New...

Important Information

Welcome! To ensure the best possible experience, we require your acceptance of our Terms of Use and Privacy Policy. We also recommend reviewing our Guidelines prior to participation.