devtoolsgg.com
Guides
GuidesFiveMFiveMGarry's ModMinecraftShared
Shared

Identity

  • SteamID
  • joaat hash

Formatting

  • JSON and Lua
  • Encoding
  • Colours

Security

  • Secrets
  • Security linter
devtoolsgg.com

Generators for game server owners

Platforms

  • FiveM
  • Garry's Mod
  • Minecraft
  • Shared

Resources

  • Home
  • llms.txt

Social

  • Coming soon.

© 2026 devtoolsgg.com

Not affiliated with, endorsed by or associated with Cfx.re, Rockstar Games, Facepunch Studios, Mojang, Microsoft or Valve. All trademarks belong to their respective owners.

Shared

Live

Works with every game

Converters and helpers that are useful whatever server you run.

Identity

SteamID ConverterConvert 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 ConverterBoth 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 DecoderDecode 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 ConverterOne 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 GeneratorPasswords 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 LinterPaste 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.