Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. # -----------------------------------------------------------
  2. # | |
  3. # | --- LICENSE KEY --- |
  4. # | Replace Your_License_Key with the key you were given. |
  5. # | --- LICENSE KEY --- |
  6. # | |
  7. # -----------------------------------------------------------
  8. license-key: Your_License_Key
  9.  
  10. # You can edit anything you need!
  11. settings:
  12. # -----------------------------------------------------
  13. # | |
  14. # | ---- MAIN SETTING ---- |
  15. # | |
  16. # -----------------------------------------------------
  17.  
  18. # Threads are the maximum count of accounts that can be checked simultaneous.
  19. # More threads, faster checking, too much CPU overload computer broken :<
  20. # Recommend: 150.
  21. threads: 50
  22.  
  23. # This is useful if you're copying your accounts directly from Selly or something.
  24. # If it true, checker will add "," at end your hit.
  25. add-commas: false
  26.  
  27. # If it true, checker will save fail accounts to fail.txt.
  28. # It can cause wasting your ram, cpu if it enable!
  29. save-fail: false
  30.  
  31. # This is useful if you're copying your accounts directly from Selly or something.
  32. # If it true, Đẻng Checker will add "," at end your hit.
  33. add-commas: false
  34.  
  35. # Show Threads ID In Console
  36. print-thread-id: true
  37.  
  38. # If it true, checker will print fail account to console!
  39. print-fail-out: false
  40.  
  41. # If it true, checker will print time ([H:M:S]) to console!
  42. print-time-out: true
  43.  
  44. # If it true, checker will auto remove all member in family!
  45. auto-remove-family-member: true
  46.  
  47. # If it true, checker will print time took to console!
  48. print-took-time: true
  49.  
  50. # If it true, checker will automatic change accounts password
  51. auto-change-password: true
  52.  
  53. # New password for auto change password
  54. new-password: SpotityUpgradeBySoLegit
  55.  
  56. discord:
  57. # -----------------------------------------------------
  58. # | |
  59. # | ---- DISCORD SETTING ---- |
  60. # | |
  61. # -----------------------------------------------------
  62.  
  63. # Put your bot token!
  64. token: Put_Your_Bot_Token
  65.  
  66. # You can change the activity of your bot in here! [PREFIX]
  67. activity: Spotify Upgrade - Type [PREFIX]help
  68.  
  69. # Url for Stream activity!
  70. url: https://google.com
  71.  
  72. # Activity Type
  73. # Listening, Playing, Streaming, Watching
  74. type: Playing
  75.  
  76. proxies:
  77. # -----------------------------------------------------
  78. # | |
  79. # | ---- PROXY SETTING ---- |
  80. # | |
  81. # -----------------------------------------------------
  82.  
  83. # Should checker use proxies (you supply them in proxies.txt)(You Can Use Proxies With Auth (IP:Port:User:Pass) Or Rotating Proxies)
  84. use: false
  85.  
  86. # You can choose between HTTP, SOCKS4 and SOCKS5
  87. type: SOCKS4
  88.  
  89. # Connection timeout of your proxies in case you know some could be not working.
  90. # Higher timeout is then slower for non-working proxies.
  91. timeout: 10000