Vendetta/API/generate key
From Quasar-RCE
Jump to navigationJump to search
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.