Jump to content
McKay Development

mtn

Member
  • Posts

    9
  • Joined

  • Last visited

Everything posted by mtn

  1. i already binded it to steam-users and now i use the cookies from it in steamcommunity. if i try to bind the ip to steamcommunity i get an error that community.Constructor is not a function. community.Constructor({localAddress: ip}); https://github.com/DoctorMcKay/node-steamcommunity/wiki/SteamCommunity#constructoroptions anyone can help me?
  2. i tried it so : Client = new CMClient(), GC = new SteamGC(client, 730);
  3. hey i wanted to ask how i use the SteamGameCoordinator like in node-steam (https://github.com/seishun/node-steam/tree/master/lib/handlers/game_coordinator)
  4. Iphone http://forums.backpack.tf/index.php?/topic/45995-guide-how-to-get-your-shared-secret-from-ios-device-steam-mobile/ Android with Root: http://forums.backpack.tf/index.php...he-steam-identity-secret-on-an-android-phone/ Android without root: http://forums.backpack.tf/index.php...ktf-automatic-help-thread/page-65#entry491155
  5. /root/node_modules/steam-client/node_modules/protobufjs/dist/ProtoBuf.js:2440 throw Error(this+"#"+keyOrObj+" is not a field: undefined"); ^ Error: .CMsgClientLogon#accountName is not a field: undefined at Error (native) at MessagePrototype.set (/root/node_modules/steam-client/node_modules/protobufjs/dist/ProtoBuf.js:2440:35) at MessagePrototype.set (/root/node_modules/steam-client/node_modules/protobufjs/dist/ProtoBuf.js:2434:38) at Message (/root/node_modules/steam-client/node_modules/protobufjs/dist/ProtoBuf.js:2363:34) at CMClient.logOn (/root/node_modules/steam-client/lib/cm_client.js:188:52) at Object.<anonymous> (/root/newip.js:41:8) at Module._compile (module.js:413:34) at Object.Module._extensions..js (module.js:422:10) at Module.load (module.js:357:32) at Function.Module._load (module.js:314:12) at Function.Module.runMain (module.js:447:10) at startup (node.js:148:18) at node.js:405:3 what i doing wrong? var SteamTotp = require('steam-totp'); var request = require("request"); var CMClient = require('steam-client').CMClient; var SteamUser = require('steam-user'); var client = new CMClient(); client.bind('127.0.0.1'); var user = new SteamUser(client); var code = SteamTotp.generateAuthCode('======'); console.log(code); client.logOn({ "accountName": "*******", "password": "********" });
  6. hey i wanted to ask if you can explain me how to add ptocol and ip binding ting to the existing node-steam-user lib. if you want money for adding this tell me your price
  7. hi i wanted to ask if and when yes how i can bind ips in node-steam-user like here https://github.com/DoctorMcKay/node-steam-client#cmclient
×
×
  • Create New...