Advertisement
Guest User

Untitled

a guest
Mar 1st, 2018
1,336
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. var config = {
  2. username: "", //the username you sign into steam with
  3. password: "", //the password you sign into steam with
  4. sharedSecret: "", //your shared_secret guides here http://steamcommunity.com/groups/TradeVise/discussions/2/1621724915764974831/
  5. identitySecret: "", //your identity_secret guides here http://steamcommunity.com/groups/TradeVise/discussions/2/1621724915764974831/
  6. adminurl: 'http://steamcommunity.com/profiles/76561198347937286/', //your admin url Example http://steamcommunity.com/profiles/76561198347937286/
  7. admin: "76561198347937286", //Just the number part of your admin url Example 76561198347937286
  8. groupurl: 'http://steamcommunity.com/groups/TradeVise', //Your group's url Example http://steamcommunity.com/groups/TradeVise
  9. groupID64: '103582791460736253',//Your group's number identifier Find it by adding "/memberslistxml/?xml=1" to the end of your group's url Example http://steamcommunity.com/groups/TradeVise/memberslistxml/?xml=1
  10. bpAPI: "",
  11.  
  12. CARDS: 'YES', //DO YOU WANT THE BOT TO HANDLE TRADING CARDS? (YES/NO)
  13. buyPrice: 1, // The price the bots buys cards for in scrap value. 0.22 ref = 2
  14. sellPrice: 3, // The price the bot sells cards for in scrap value. 0.33 ref = 3
  15.  
  16. GEMS: 'YES', //DO YOU WANT THE BOT TO HANDLE STEAM GEMS? (YES/NO)
  17. gemBuyPrice: 10, //AMOUNT OF YOUR GEMS THE BOT SELLS FOR ONE OF THEIR SCRAP
  18. gemSellPrice: 15, //AMOUNT OF THEIR GEMS THE BOT BUYS FOR ONE OF YOUR SCRAP
  19.  
  20. EMOTICONS: 'NO', //DO YOU WANT THE BOT TO HANDLE EMOTICONS? (YES/NO)
  21. emoteBuyPrice: 1, //THE PRICE THE BOTS BUYS EMOTICONS FOR IN SCRAP VALUE. 0.22 ref = 2
  22. emoteSellPrice: 4, //THE PRICE THE BOTS SELLS EMOTICONS FOR IN SCRAP VALUE. 0.33 ref = 3
  23. minEmoteScmPrice: 4, //THE MINIMUM PRICE OF THE EMOTICONS ON THE STEAM COMMUNITY MARKET IN CENTS
  24.  
  25. BACKGROUNDS: 'NO', //DO YOU WANT THE BOT TO HANDLE BACKGROUNDS? (YES/NO)
  26. backgroundBuyPrice: '',//THE PRICE THE BOT BUYS BACKGROUNDS FOR IN SCRAP VALUE. 0.22 ref = 2
  27. backgroundSellPrice: '',//THE PICE THE BOT SELLS BACKGROUNDS FOR IN SCRAP VALUE. 0.33 ref = 3
  28. minBackgroundScmPrice: '',//THE MINIMUM PRICE OF THE BACKGROUNDS ON THE STEAM COMMUNITY MARKET
  29.  
  30. gameName: 'Get Card for the Raffle!', // the name of the game it shows you playing
  31. commandsMSG: ''
  32. }
  33.  
  34.  
  35. module.exports = config;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement