Vendetta/API/generate key: Difference between revisions
From Quasar-RCE
Jump to navigationJump to search
created generate_key |
(No difference)
|
Latest revision as of 14:44, 3 March 2025
Definition
lib.generate_key () :: string key
Description
Creates a key based on SHA1 using certain inputs
Arguments
- None
Returns
- 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.