devtoolsgg.com
Tools
Guides
Search tools
⌘K
Language
English
Français
Deutsch
Español
Italiano
Русский
Guides
FiveM
FiveM
Garry's Mod
Minecraft
Shared
Shared
Live
Works with every game
Converters and helpers that are useful whatever server you run.
Identity
SteamID Converter
Convert between every Steam identifier format: STEAM_0:1:x, [U:1:x], SteamID64, and the hex steam: identifier FiveM hands your server.
Hash Calculator (joaat)
The hash GTA and FiveM use for every model, weapon and animation name. GetHashKey lowercases its input, so WEAPON_PISTOL and weapon_pistol give the same number.
Formatting
JSON and Lua Table Converter
Both engines speak Lua and every API around them speaks JSON. Converting by hand is where the mistakes come from: Lua has no null, its arrays start at 1, and a key that is not an identifier needs bracket syntax.
Base64, Hex and URL Decoder
Decode a payload without handing it to someone else's website. This runs in your browser, which is the point when the thing you are decoding came out of a script you do not trust.
Colour Converter
One colour in every notation these engines ask for: the Lua Color for Garry's Mod, separate channels for FiveM natives, and the decimal a Discord embed wants.
Security
Secret Generator
Passwords and keys for the things a server has to be given: rcon, a database user, an API token. The randomness comes from your browser and never leaves this page.
Security Linter
Paste server-side Lua and get the dangerous patterns flagged: events that trust the client, dynamic code execution, concatenated SQL and leaked secrets. Every finding explains the fix.