Vendetta/API/generate key

From Quasar-RCE
Revision as of 14:44, 3 March 2025 by Wikiadmin (talk | contribs) (created generate_key)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Definition

lib.generate_key () :: string key

Description

Creates a key based on SHA1 using certain inputs

Arguments

  1. None

Returns

  1. string key: the string containing the alphanumeric key

Other notes

  • Added in LME 3.x.x
  • This is essentially a shortcut to using SHA1(gkmisc.GetGameTime() + math.random()), and is used internally by Neoloader.