Advertisement
Guest User

Untitled

a guest
Nov 11th, 2019
902
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 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.  
  14.  
  15. userid =
  16.  
  17. # you can use either username/password auth or .roblosecurity
  18. # both are not required
  19. # you can leave 2fa enabled if you use .roblosecurity
  20.  
  21.  
  22. #DO NOT USE USERNAME AND PASSWORD
  23.  
  24.  
  25. username =
  26. password =
  27.  
  28.  
  29. #DO NOT USE USERNAME AND PASSWORD
  30.  
  31. #ONLY ROBLOSECURITY WORKS FOR NOW
  32.  
  33. ROBLOSECURITY = _|WARNING:-DO-NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items.|_54CDAD0962BBB737ED4CD3F692254424D8F6F80D2F760D6C532CFB4E203D4BC85057C2662C6442210AF99B1141B4B2F4E045E06E2CE0EAEF2E5E9108B112A6FF714EC7CDF50487FBF755CC0025B8767E56C1F34E6C1A8787A71CE65CA10AB85D98C06852A2370679E2CB6018F6A3A887D5F8AE7CE36A888D4A58BEF47792339C6BC7A2B0E24C5C2F4162640FA8C7C792507299346D838E07E534C3F0AB0539BCB55B810223D7FC4CC58AE6FDB12268C855A09CEB6A0D9CB52312E0EB11D6057772A8E369BF31E740D1FDF7C5879F1AAB33E8EE9FF363813840984CA6BE83CB6A126BB1B457AFD8542F9CAB4CB2249DD4B7165D2BAB17A9CC0A5C253F7E92B70B53F08C5386086E51267FC4805D8B237586739E181B84E6E95FA6D7B07E892D3BF5B03E45
  34.  
  35. [Trading]
  36.  
  37.  
  38. ###################### BOT VALUES ######################
  39. # Dont use the old algorithm!
  40. use_old_value_algorithm = false
  41.  
  42. # Tells the bot to not trade items above this value
  43. maximum_item_value = 115000
  44.  
  45. # If this setting is true, it will value overpriced/projected items at their RAP if RAP is higher than value
  46. value_op_items_at_rap = false
  47.  
  48. scale_value_by_demand_ratio = false
  49. demand_value_scale_multiplier = 1
  50.  
  51.  
  52.  
  53. ###################### ITEMS ######################
  54. # You can put the IDs of items that you don't want traded here, separated by commas
  55. not_for_trade =
  56.  
  57. # I suggest this if you dont want to be tradin for faces :)
  58. only_trade_accessories = false
  59.  
  60. # Required
  61. minimum_item_age = 5184000
  62.  
  63. # The bot will only trade items with a volume above this number
  64. # .15 should evaluate to approximately average-high volume
  65. # You can think of this as demand
  66. minimum_volume = .15
  67.  
  68. # If this setting is true, then the value of the ask has to always be greater than value of the offer.
  69. safety = true
  70.  
  71.  
  72.  
  73. ###################### ITEM RESELLING ######################
  74. # Bot will sell items in catalog for RAP/.7
  75. # Excludes items in not for trade list, and items above maximum_item_value
  76. keep_items_on_sale = false
  77. sale_price_multiplier = 1
  78.  
  79. maximum_item_value_for_resale = 15000
  80.  
  81. # In seconds
  82. interval_between_placing_items_on_sale = 10
  83.  
  84. # Set this to -1 to disable it. When set to 1-9, it will constantly update the sale price
  85. # to keep the item at a certian position in the reseller list. Warning: Overrides all price settings
  86. # Please note that it can take a lot of time for it to update the price for an item depending on
  87. # how many items are in your inventory and your interval_between_placing_items_on_sale setting
  88. constant_reseller_list_position = -1
  89.  
  90.  
  91.  
  92. ###################### INBOUND TRADES ######################
  93. #Set this to false if you don't want it to handle inbound trades
  94. handle_inbound_trades = true
  95.  
  96. # The bot won't accept or decline inbound trades with a total value that is greater than this setting.
  97. ignore_inbound_above_value = 115000
  98.  
  99. interval_between_checking_inbound = 0
  100.  
  101.  
  102.  
  103. ###################### OUTBOUND TRADES ######################
  104. # Minimum time required to wait between sending a trade. Default 60. Setting too low will cause Roblox to temporarily throttle your account.
  105. minimum_time_between_trades = 30
  106.  
  107. # Controls how much its allowed to upgrade/downgrade in each trade
  108. maximum_xv1 = 4
  109. maximum_1vx = 4
  110.  
  111. # Maximum amount of time that can be spent searching for trades with a single partner (in seconds)
  112. maximum_time_searching_with_partner = 30
  113.  
  114. # This setting controls the minimum time that is required to trade with a user twice
  115. # in seconds
  116. minimum_trade_partner_cooldown = 128000
  117.  
  118. # WARNING: These settings are very dangerous. Changing these without fully understanding the consequences can result in the bot making very bad trades.
  119. max_grade_value_modifier = 0.15
  120. outgoing_gradient_multiplier = 1
  121.  
  122. # 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
  123. # Typically ranges from 0.0 - 0.3
  124. score_threshold = .09
  125.  
  126. #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
  127. minimum_value_gain = 0.13
  128. apply_minimum_value_to_inbound = true
  129.  
  130. # 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
  131. minimum_rap_gain = 0
  132. apply_minimum_rap_to_inbound = true
  133.  
  134. # Determines which trades in the queue are sent first
  135. # 1 = highest score
  136. # 2 = highest value gain
  137. # 3 = highest rap gain
  138. trade_priority = 2
  139.  
  140.  
  141.  
  142. [Debugging]
  143. easy_debug = false
  144. memory_debugging = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement