[Release/DevTool] Vehicle Hash Grabber! [Works with add-on's!]

  • Hello people of the FiveM forums! Today I present to you a small script that helps you get the hash key for a vehicle.

    How does it work?
    You simply put the vehicle spawn name of the vehicle hash you are trying to find out into the config located within the client.lua and once you enter that vehicle its hash name will be printed into the chat!



  • Installation is super easy just follow these steps below!
  1. Download the file from the link below! (Obviously)
  2. Place the HashGrabber folder into your server resources folder!
  3. Put start HashGrabber into your server.cfg!
  4. Go into the HashGrabber folder, then go into the client.lua and open it! Once opened replace PUTMODELNAMEHERE with the spawn name of the vehicle that you are trying to find the hash of.
  5. Spawn the vehicle and the message will appear in chat!


  • Other Info!
    If you wish to edit this script feel free however if you wish to upload an editied version of this script please get written consent!
8 Likes

If you have runcode enabled you can type in the F8 console:

crun GetHashKey(GetEntityModel(GetVehiclePedIsIn(PlayerPedId())))
3 Likes

Whats the point of this if you can just do something like

local veh = "police"
print(GetHashKey(veh))

Point? There was no point. I just had it laying around and i thought some people may want to use it.

1 Like

The point of this script is to help other people ! Thank you for the script @AntwanR942

4 Likes

how to find hashkey for addon rims ?