Advertisement
Guest User

Untitled

a guest
Dec 17th, 2018
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. 'use strict'
  2.  
  3. module.exports = {
  4. bots: {
  5. '76561198067679367':{
  6. accountName:'',
  7. password:'',
  8. twoFactorCode: '',
  9. identitySecret: '',
  10. personaName: '📒 Uniques [BOT]',
  11. bptfToken: ''
  12. },
  13. '76561198161816831':{
  14. accountName:'',
  15. password:'',
  16. twoFactorCode: '',
  17. identitySecret: '',
  18. personaName: '',
  19. bptfToken: ''
  20. }
  21. },
  22. array_apikeys:[''],
  23. steam_groupID64:'',
  24. boss_steamID64 :'',
  25. trash_defindex:[], // defindex of items that bot will delete.
  26.  
  27.  
  28. // CHECK USER REPUTATION
  29. value_if_invPrivate:1,
  30. value_if_profPrivate:0.5,
  31. value_if_levelIsLow:0.5,
  32. value_if_tf2automaicTrue:1,
  33. value_if_bptfTrue:1,
  34.  
  35.  
  36. min_level_forTrade: 10, // minimun of level for accept a trade -> above this trade will be accepted - below or equal = decline
  37. min_true_forDecline: 1, // above or equal this num trade will be declined
  38. keys_value_forCheckUser: 15, // above this, offer will be pass for check user reputation.
  39.  
  40.  
  41. //CRAFT | SMELT METAL
  42. min_Reclaimeds:2,
  43. min_Scraps:2,
  44.  
  45. // TRADE Mann Co. Supply Crate Key
  46. bank_keys: true, // false for not trading it. Just use it as currencies
  47. tf2_key_maxStock: 100,
  48. tf2_key_status: 'both', // 'sell' for just selling them - 'buy' for just buying them
  49. tf2_key_bot:['76561198067679367', '76561198161816831'], // array of steamID64 that will trade tf2 key
  50.  
  51. // AUTO PRICE UPDATER
  52. updatePrices_interval: 120, // in minutes
  53.  
  54.  
  55.  
  56.  
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement