chiefmza

config.js

Dec 6th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. module.exports = {
  2. account: {
  3. username: 'chiefmza_05',
  4. password: 'J@@nu123',
  5. shared_secret: 'cf2gkN53cX+NDruawxaOzdqtaG8=', // Used to get and confirm mobile confirmations
  6. identity_secret: 'YK+x01s48JLEIPQdbVg0PnTAtSE=', // Used to get the 2FA code which is required to login with
  7. id64: '76561198437109844'
  8. },
  9. key_account: {
  10. username: 'chiefmza_10',
  11. password: 'J@@nu123',
  12. shared_secret: 'DNFSmGVq5I+vfxvrHuWyopKbfHI=',
  13. identity_secret: '4G4ovMaEigJkfLqCEC67WVOj9Q8=',
  14. id64: '76561198440758318'
  15. },
  16. storage_accounts: [
  17. {
  18. username: 'chiefmza_06',
  19. password: 'J@@nu123',
  20. shared_secret: 'eegFPXMjkH4GFFM8KxygVZSnlZY=',
  21. identity_secret: '54LobGaXfLF4UX/vrJn0m+FqyTA=',
  22. id64: '76561198436666044'
  23. },
  24.  
  25. {
  26. username: 'chiefmza_07',
  27. password: 'J@@nu123',
  28. shared_secret: 'NjSNK2KOf1MISJN/6UpxT+QmKx8=',
  29. identity_secret: 'NaO0mWgyNEdFT1aClq8vKufwtMU=',
  30. id64: '76561198439140628'
  31. },
  32.  
  33. {
  34. username: 'chiefmza_08',
  35. password: 'J@@nu123',
  36. shared_secret: 'b6dh6nhQqgG/3o+wwA/nWBuad/c=',
  37. identity_secret: 'c2IWoTkVzC0PLo0UCJKdWs0xVSo=',
  38. id64: '76561198440260298'
  39. },
  40.  
  41. {
  42. username: 'chiefmza_09',
  43. password: 'J@@nu123',
  44. shared_secret: 'mkv9m3HPBAfBAZEf5578J7t3Ab4=',
  45. identity_secret: 'vFmmfyeVd/zMESDdpFTLfILoGvM=',
  46. id64: '76561198441013151'
  47. }
  48. ],
  49. rates: {
  50. casesForKey: 550
  51. },
  52. settings: {
  53. groupID: "103582791460513636",
  54. welcomeMessage: "Hello and welcome to MZA's Case Bot.\nType !help to begin.\nDon't forget to join our steam group!",
  55. priceMessage: "Our Current Price is : For ONE of your CS:GO keys we will give you 550 CASES",
  56. helpMessage: "Use the following commands: \n\n:snikblue: !help (For getting list of accepted commands)\n:snikblue: !stock (To know Total amount of cases we can trade)\n:snikblue: !price (To know how many cases we give you for your keys)\n:snikblue: !buy x (x is number of keys you want to exchange into cases) Example : !buy 1",
  57. gameMessage: "Selling 550 Cases For 1 Key",
  58. busyMessage: "Serving a Customer - BUSY",
  59. restockMessage: "Getting Cases From Storage - BUSY",
  60. acceptTradeChatMessage: "Thank you for trading. If you are satisfied with our service, then don't forget to leave a +rep on my profile :)",
  61. acceptedTradeComment: "+rep, Thank you for buying 550 cases for 1 Key from me",
  62. retryTime: 10, // Time in seconds to wait and retry if an error occurres
  63. maxRetries: 5, // Max retries when getting the inventory status
  64. admin: [
  65. "76561198244507082",
  66. "76561198406611221",
  67. "76561198363890833",
  68. "76561198437109844"
  69. ],
  70. acceptFriendRequests: true,
  71. trade: {
  72. acceptEscrow: false, // If false, the bot will check for escrow and decline if the offer will be held.
  73. acceptScammers: false, // If false, the bot will check SteamREP and decline if they are marked.
  74. },
  75. notify: {
  76. acceptedOffers: true,
  77. declinedOffers: true
  78. },
  79. acceptedCrates: [
  80. 'Operation Wildfire Case', 'Gamma Case', 'Gamma 2 Case', 'Glove Case', 'Chroma Case', 'Chroma 2 Case', 'Chroma 3 Case'
  81. ],
  82. acceptedKeys: [
  83. 'Huntsman Case Key', 'Chroma 2 Case Key', 'Operation Vanguard Case Key', 'Gamma Case Key', 'Operation Breakout Case Key', 'Chroma Case Key', 'Operation Wildfire Case Key', 'Shadow Case Key', 'Gamma 2 Case Key', 'Revolver Case Key', 'Chroma 3 Case Key', 'Operation Hydra Case Key', 'Spectrum Case Key', 'Spectrum 2 Case Key', 'Glove Case Key', 'eSports Key'
  84. ]
  85. }
  86. }
Add Comment
Please, Sign In to add comment