Skip to content

Commit

Permalink
fix: typo (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxshady authored Mar 14, 2024
1 parent ae836ec commit 3d748ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/references/joaat.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Joaat

Jooat stands for "Jenkis one at a time" and is an hashing algorithm, that is used by GTA V to hash names to uint32 values. You can't get the model name from a hashed value, that's only possible by brute forcing the values.
Jooat stands for "Jenkins One At A Time" and is an hashing algorithm, that is used by GTA V to hash names to uint32 values. You can't get the model name from a hashed value, that's only possible by brute forcing the values.

The hash is not case sensitive and is already implemented into alt:V API, you can use alt.hash() on server and client side.

Expand Down Expand Up @@ -45,4 +45,4 @@ Here you can enter a name to get the hash of it as uint32 and hex.
document.getElementById("int").innerHTML = ToInt32(n);
document.getElementById("hex").innerHTML = h;
}
</script>
</script>

0 comments on commit 3d748ea

Please sign in to comment.