Kalkulator hashy joaat
Licz hashe joaat GTA V / RDR2 (GetHashKey) dla dowolnych stringów, hurtowo, w całości w przeglądarce. Wynik w signed, unsigned i hex, plus gotowa tabela hashy w Lua dla całych list.
To narzędzie i jego opis są na razie po angielsku.
Input
Result
What is joaat?
GTA V and RDR2 identify models, weapons, animations and most other assets by a 32-bitJenkins one-at-a-time hash of their lower-cased name. In FiveM it is exposed asGetHashKey(name), joaat(name) or the Lua backtick shorthand `name`, which is resolved at compile time.
Signed vs unsigned
The hash is an unsigned 32-bit number, but many natives and dumps show it as a signed int32. Both refer to the same model: 3078201489 and -1216765807 are both adder.
local model = `adder` -- compile-time hash
RequestModel(model)
while not HasModelLoaded(model) do Wait(0) end
local veh = CreateVehicle(model, coords.x, coords.y, coords.z, heading, true, false)Więcej narzędzi: kalkulatory
Kalkulator driving style
Zaznacz zachowania, które chcesz, i dostań wartość flagi driving style do TaskVehicleDriveToCoord i spółki.
Kalkulator flag animacji
Złóż wartość flagi do TaskPlayAnim: pętla, górna część ciała, sterowanie, zatrzymanie na ostatniej klatce i więcej.
Przyciski ekranu ostrzeżenia
Policz flagi przycisków dla ekranów ostrzeżeń SetWarningMessage: akceptuj, anuluj, ponów i więcej.
