Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 KB | None | 0 0
  1.  
  2. [General]
  3. whitelist_user =
  4. whitelist_pass =
  5.  
  6. colors = false
  7.  
  8. archive_trade_messages = true
  9. message_check_interval = 60
  10.  
  11. [Authentication]
  12. # This is required. Please make sure you enter your Roblox user ID at https://oly.nobelium.xyz/ or else whitelist authentication will fail.
  13. userid = 110762743
  14.  
  15. # you can use either username/password auth or .roblosecurity
  16. # both are not required
  17. # you can leave 2fa enabled if you use .roblosecurity
  18.  
  19. username =
  20. password =
  21.  
  22. ROBLOSECURITY =
  23. [Trading]
  24.  
  25.  
  26. ###################### BOT VALUES ######################
  27. # A lot of people say the new one doesn't work as well, so you can use the old one if you'd like
  28. use_old_value_algorithm = true
  29.  
  30. # Tells the bot to not trade items above this value
  31. maximum_item_value = 20000
  32.  
  33. #If this setting is true, it will value overpriced/projected items at their RAP if RAP is higher than value
  34. value_op_items_at_rap = false
  35.  
  36. scale_value_by_demand_ratio = false
  37. demand_value_scale_multiplier = 1
  38.  
  39.  
  40.  
  41. ###################### ITEMS ######################
  42. #You can put the IDs of items that you don't want traded here, separated by commas
  43. not_for_trade =
  44.  
  45. #change to true if you only want to trade accessories
  46. only_trade_accessories = false
  47.  
  48. #in seconds
  49. minimum_item_age = 518
  50.  
  51. # The bot will only trade items with a volume above this number
  52. # .15 should evaluate to approximately average-high volume
  53. # You can think of this as demand
  54. minimum_volume = .21
  55.  
  56. # If this setting is true, then the value of the ask has to always be greater than value of the offer.
  57. safety = true
  58.  
  59.  
  60.  
  61. ###################### ITEM RESELLING ######################
  62. # Bot will sell items in catalog for RAP/.7
  63. # Excludes items in not for trade list, and items above maximum_item_value
  64. keep_items_on_sale = false
  65. sale_price_multiplier = 1
  66.  
  67. maximum_item_value_for_resale = 15000
  68.  
  69. # In seconds
  70. interval_between_placing_items_on_sale = 10
  71.  
  72. # Set this to -1 to disable it. When set to 1-9, it will constantly update the sale price
  73. # to keep the item at a certian position in the reseller list. Warning: Overrides all price settings
  74. # Please note that it can take a lot of time for it to update the price for an item depending on
  75. # how many items are in your inventory and your interval_between_placing_items_on_sale setting
  76. constant_reseller_list_position = -1
  77.  
  78.  
  79.  
  80. ###################### INBOUND TRADES ######################
  81. #Set this to false if you don't want it to handle inbound trades
  82. handle_inbound_trades = false
  83.  
  84. # The bot won't accept or decline inbound trades with a total value that is greater than this setting.
  85. ignore_inbound_above_value = 15000
  86.  
  87. interval_between_checking_inbound = 600
  88.  
  89.  
  90.  
  91. ###################### OUTBOUND TRADES ######################
  92. # Minimum time required to wait between sending a trade. Default 60. Setting too low will cause Roblox to temporarily throttle your account.
  93. minimum_time_between_trades = 60
  94.  
  95. # Controls how much its allowed to upgrade/downgrade in each trade
  96. maximum_xv1 = 4
  97. maximum_1vx = 3
  98.  
  99. # Maximum amount of time that can be spent searching for trades with a single partner (in seconds)
  100. maximum_time_searching_with_partner = 20
  101.  
  102. # This setting controls the minimum time that is required to trade with a user twice
  103. # in seconds
  104. minimum_trade_partner_cooldown = 424000
  105.  
  106. # WARNING: These settings are very dangerous. Changing these without fully understanding the consequences can result in the bot making very bad trades.
  107. max_grade_value_modifier = 0
  108. outgoing_gradient_multiplier = 1
  109.  
  110. # This used to be a hard-coded value. You can think of it as the likelyhood a trade will be accepted. Score is a function of the difference in RAP between the offer and the ask
  111. # Typically ranges from 0.0 - 0.3
  112. score_threshold = 0.9
  113.  
  114. #If less than one, it will be treated as a percent. If more than or equal to 1, it will be treated as an constant integer
  115. minimum_value_gain = 0.15
  116. apply_minimum_value_to_inbound = true
  117.  
  118. # If less than one, it will be treated as a percent. If more than or equal to 1, it will be treated as an constant integer
  119. minimum_rap_gain = 1
  120. apply_minimum_rap_to_inbound = false
  121.  
  122. # Determines which trades in the queue are sent first
  123. # 1 = highest score
  124. # 2 = highest value gain
  125. # 3 = highest rap gain
  126. trade_priority = 2
  127.  
  128.  
  129.  
  130. [Debugging]
  131. easy_debug = false
  132. memory_debugging = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement