Jump to content
McKay Development

xLeeJYx

Member
  • Posts

    100
  • Joined

  • Last visited

Everything posted by xLeeJYx

  1. oh wait nvm, found a anwser to it
  2. Very simple question, is it possible to connect to a server using node-tf2/node-globaloffensive ?
  3. Look for a vps
  4. No one pays for your electrical fees
  5. Maybe because you are set to offline ? Trying going online instead
  6. 1. 2.idk 3. You add items using appid,contextid,assetid so i dont think it is possible to do it without getUserInventoryContents
  7. he already said using promises. Youve gotta learn how to use promises for async functions
  8. show your code
  9. xLeeJYx

    Need Help

    probably your nodejs is not the latest version. Try updating ?
  10. https://github.com/DoctorMcKay/node-steamcommunity/wiki/CSteamUser#summary
  11. Really simple question : Are we actually logon to steamcommunity.com ? Because im trying to allow openid. This is my code. However when i open up the body, it asks me to login request({url: 'http://backpack.tf/login'}, function (err, response, body) { if(err){ console.log(err) }else{ console.log(body) } })
  12. var splited = ("StatTrakâ„¢ Tec-9 | Isaac (Field-Tested)").split(" ") console.log(splited) //[ 'StatTrakâ„¢', 'Tec-9', '|', 'Isaac', '(Field-Tested)' ] Then you can access the Tec-9 with splitted[1] *Edit* I dont think you can do it through CEonItem
  13. xLeeJYx

    Logging on

    then idk whats happening
  14. he is trying to make a bot that will trade according to a pricelist. But by just seeing the code u know what is it :V it only accept offer from 1 user
  15. xLeeJYx

    Logging on

    do you log out after doing that ? Or you just client.login and just leave it like that ?
  16. u mean paintindex ?
  17. fs.writeFile('filename', content, function(err){ if(err){ console.log(err )} })
  18. why do you even need it to have different ip ?
  19. your if (steamID === 76561198076819824) is the one preventing it to happen
  20. you are using node-steam-tradeoffers not node-steam-tradeoffer-manager. Not sure if Dr.McKay can help
  21. if you trust us, then show us the code. Post it at sites like pastebin (remember to hide your passwords, username, and secrets)
  22. Weird if the code is leaked, how does he know this forum ? We just gotta wait for him to reply
  23. If you build it yourself, it shouldnt have problems. If you bought it the seller might add some codes in the code and will accept any offer from a specific steam user
×
×
  • Create New...