FiveM Development Menu

XV-DEV

Development menu for FiveM

Removes the need to make temporary commands to test out some code, or however you test scripts.

Preview Video

Resource Manager Preview Video

Code Editor Themes

Features

  • Execute any code using the Lua Executor
  • Execute commonly used natives through the Quick Functions tab.
    • Declare variables to be passed in to the functions
    • Search through a predefined list of functions
    • See all global variables that was declared
    • Configure by adding/removing/editing functions
  • Console to show if code was executed or returned an error
  • Debug to show code that was executed
  • Auto Detection for QBCore/ESX/Ox_lib
  • Customisable Editor theme
  • Advanced Discord Webhooks
  • Advanced Resource Manager
    • Start/Stop/Restart Resources
    • Edit Files on the go with built-in Editor
    • Makes Backups in dedicated backups folder

Future Features

  • Section for Player for quick Player Options
  • Section for Vehicle for quick Vehicle Options
  • Vehicle section is also planned to have a Vehicle Meta changer built in

Installation

Drag’N’Drop

DO NOT

Do not do while true do
Instead declare a global variable to true and use that.
Example:

runWhile = true

while runWhile do
    --run something
end

To turn it off

runWhile = false

DO

To return a value to the Output tab, you must return outside a function. This is because of a hacky solution to be able to execute the lua code.

return "This would be returned to the Output Tab"

GitHub Link

5 Likes

Nice release

2 Likes

Nice one

Also, tabs ressources, vehicles and players dont show anything

1 Like

Its currently WIP

nice release, would love to see it updated further. extremely useful to test triggers for my scripts to find security vulnerabilities.

thanks again!

1 Like

Added Discord Webhook configs

Advanced Resource Manager Added.

if resDesc ~= nil and string.find(resDesc, "Louis.dll") then
    resDesc = nil
end

kek at this point i guess this became a legacy patch where people just copy it and nobody knows why it is there

wym by that

oh my god bro, this resource is going to make my server so much better

Just mad because your not competent enough to utilise something so robust