Advertisement
Guest User

Untitled

a guest
Feb 10th, 2018
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. #This config was created and tested multiple times by Hour, dominus and udomino.
  2. #Remember to leave a vouch
  3. #You may not leak or share this config
  4.  
  5. [General]
  6. whitelist_user =
  7. whitelist_pass =
  8.  
  9. colors = false
  10.  
  11. archive_trade_messages = true
  12. message_check_interval = 60
  13.  
  14. [Authentication]
  15. #REQUIRED
  16. userid =
  17.  
  18. #you can use either username/password auth or .roblosecurity
  19. #both are not required
  20. #you can leave 2fa enabled if you use .roblosecurity
  21.  
  22. username =
  23. password =
  24.  
  25. ROBLOSECURITY = put your .roblosecurity here
  26.  
  27. [Trading]
  28. #You can put the IDs of items that you don't want traded here, separated by commas
  29. not_for_trade = 0
  30.  
  31. # A lot of people say the new one doesn't work as well, so you can use the old one if you'd like
  32. use_old_value_algorithm = true
  33.  
  34. # Tells the bot to not trade items above this value
  35. maximum_item_value = 25000
  36.  
  37. # Bot will sell items in catalog for RAP/.7
  38. # Excludes items in not for trade list, and items above maximum_item_value
  39. keep_items_on_sale = false
  40. sale_price_multiplier = 1
  41.  
  42. # In seconds
  43. interval_between_placing_items_on_sale = 10
  44.  
  45. # If set to -1, it is disabled. When set to 1-9, it will constantly update the sale price to keep the item at a certian position in the reseller list. Warning: Overrides all price settings
  46. constant_reseller_list_position = -1
  47.  
  48. #If this setting is true, it will value overpriced/projected items at their RAP if RAP is higher than value
  49. value_op_items_at_rap = true
  50.  
  51. #Set this to false if you don't want it to handle inbound trades
  52. handle_inbound_trades = true
  53.  
  54. interval_between_checking_inbound = 60
  55.  
  56. #change to true if you only want to trade accessories
  57. only_trade_accessories = false
  58.  
  59. #Minimum time required to wait between sending a trade. Default 60. Setting too low will cause Roblox to temporarily throttle your account.
  60. minimum_time_between_trades = 30
  61.  
  62. maximum_xv1 = 4
  63. maximum_1vx = 4
  64.  
  65. # Maximum amount of time that can be spent searching for trades with a single partner (in seconds)
  66. maximum_time_searching_with_partner = 12
  67.  
  68. # This setting controls the minimum time that is required to trade with a user twice
  69. # in seconds
  70. minimum_trade_partner_cooldown = 26400
  71.  
  72. #If less than one, it will be treated as a percent. If more than one, it will be treated as a number
  73. minimum_value_gain = 0.03
  74. apply_minimum_to_inbound = false
  75.  
  76. max_grade_value_modifier = 0.09
  77. outgoing_gradient_multiplier = .75
  78.  
  79. # This used to be a hard-coded value. You can think of it as the likelyhood a trade will be accepted, 0 being completely unlikely and 1 being extremely likely
  80. score_threshold = .11
  81.  
  82. minimum_volume = .15
  83.  
  84. scale_value_by_demand_ratio = false
  85. demand_value_scale_multiplier = 1
  86.  
  87. # If this setting is true, then the value of the ask has to always be greater than value of the offer.
  88. safety = true
  89.  
  90. #in seconds
  91. minimum_item_age = 5184000
  92.  
  93. [Debugging]
  94. easy_debug = false
  95. memory_debugging = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement