L
L
lidiaprograms2019-12-23 15:24:02
JavaScript
lidiaprograms, 2019-12-23 15:24:02

Steam Trade Bot how to find the shared_secret and identity_secret of a Steam account?

Hello. How do I find out the shared_secret and identity_secret of a Steam account in order to create a Node.JS bot using the steam-user npm package?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergobago, 2019-12-23
@Sergobago

Let's consider a way to get shared_secret and identity_secret through a PC emulator.
1. Enable Steam Guard on your bot account. To enable Steam Guard, open the Steam main menu and select "Settings".
2. Download any android emulator MEmu ( https://www.memuplay.com/) , BlueStacks ( https://www.bluestacks.com/ru/index.html) or any other emulator to your PC.
3. After the emulator is fully loaded, select the system language and enter the "Google" account.
4. On the emulator in the settings, set yourself ROOT rights (They may already be set).
5. Download the Steam and Total Commander applications on the emulator through the Play Market.
6. On the emulator, log into your Steam account. Next, open the "Steam Guard" tab and turn it on.
Important! After each enabling/disabling Steam Guard on your account, you must wait 15 days to start fully using your account for exchanges using the bot.
7. Open the Total Commander app and go to /data/data/com.valvesoftware.android.steam.community/f/Steamguard-STEAMID64 , where STEAMID64 is your Steam account ID. Next, open this file for reading, as you may not be allowed to open it for editing. If you cannot open the file even for reading, then try using different text editors.
8. After opening the Steamguard-STEAMID64 file, you need to find the "shared_secret" fields: "############################" and "identity_secret" ":"#############################". Where ############################# are the shared secret and identity secret values ​​you need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question