Zaferix Posted October 30, 2016 Report Posted October 30, 2016 I have two questions 1- How to login a non-steam website with steam cookies. I want to auto login bet site. 2- How to use steamuser with steamcommunity sametime. Quote
Dr. McKay Posted October 30, 2016 Report Posted October 30, 2016 1. You're on your own with that.2. When SteamUser emits webSession, call SteamCommunity#setCookies with the cookies that webSession gave you. Quote
Zaferix Posted October 30, 2016 Author Report Posted October 30, 2016 (edited) 1. You're on your own with that.2. When SteamUser emits webSession, call SteamCommunity#setCookies with the cookies that webSession gave you. Thanks I have one more problem. Create account not working. client.logOn(); client.on('loggedOn', function (details) { console.log("Logged as " + client.steamID.getSteam3RenderedID()); client.setPersona(SteamUser.EPersonaState.Online); }); client.createAccount("usernameiwrited", "passwordiwrited", "[email protected]", function (result, steamid) { console.log(result); console.log(steamid); console.log("Account Created."); }); Does not work. I don't have any error or log just skip createaccount part. Account does not create. Edited October 30, 2016 by Zaferix Quote
Dr. McKay Posted October 30, 2016 Report Posted October 30, 2016 Please read up on callbacks and asynchronicity in JavaScript. Quote
Zaferix Posted October 31, 2016 Author Report Posted October 31, 2016 (edited) Please read up on callbacks and asynchronicity in JavaScript. I did everything last question how can i make bot click Sign In button in this screenshot. I try to connect my bot with my website. Screenshot: http://prntscr.com/d11i77 Edited October 31, 2016 by Zaferix Quote
Dr. McKay Posted October 31, 2016 Report Posted October 31, 2016 1. You're on your own with that. Quote
Zaferix Posted October 31, 2016 Author Report Posted October 31, 2016 (edited) 1. You're on your own with that. I thought people help on this forum. You should give me one clue to where to start. Also i really need a clue. I can't find way to do it. Edited October 31, 2016 by Zaferix 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.