snop Posted September 22, 2021 Report Posted September 22, 2021 const SteamUser = require('steam-user') const client = new SteamUser() client.logOn({ accountName: 'login', password: 'password', }) client.on('loggedOn', (details, parental) => { console.log(parental.salt.toString()) }) It gives it away Quote
Dr. McKay Posted September 24, 2021 Report Posted September 24, 2021 What kind of string do you want? It's a binary value. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.