Appearance
SecondaryLogin ​
GameclientMessageSecondaryLogin · outbound · 40 bytes
Send scalars/strings with Packet.send. Print the live usage block with Packet.help("SecondaryLogin").
lua
local Packet = require("sdk.packet")
-- Nested login need a helper. Scalars/strings only below.
Packet.send("SecondaryLogin", {
os = 0,
})| Name | Kind | Nested |
|---|---|---|
os | u32 | — |
login | msg | SecondaryLoginRSAEncryptedBlock |