Advertisement
Guest User

hi poratic

a guest
Apr 14th, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. # Velvets God Configs; https://discord.gg/mZBPkMG
  2. # V1 Tested with account "Emuhwie" https://www.rolimons.com/player/47482142
  3. # V1 Test December 10th to December 17th 38k to 66k.
  4.  
  5. [General]
  6. whitelist_user =
  7. whitelist_pass =
  8.  
  9. colors = false
  10.  
  11. archive_trade_messages = true
  12. message_check_interval = 5
  13.  
  14. [Authentication]
  15. # This is required. Please make sure you enter your Roblox user ID at https://oly.nobelium.xyz/ or else whitelist authentication will fail.
  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.  
  26. ROBLOSECURITY =
  27.  
  28. [Trading]
  29.  
  30.  
  31. ###################### BOT VALUES ######################
  32. # A lot of people say the new one doesn't work as well, so you can use the old one if you'd like
  33. use_old_value_algorithm = false
  34.  
  35. # Tells the bot to not trade items above this value
  36. maximum_item_value = 45000
  37.  
  38. #If this setting is true, it will value overpriced/projected items at their RAP if RAP is higher than value
  39. value_op_items_at_rap = false
  40.  
  41.  
  42.  
  43. ########DISABLED###########
  44. scale_value_by_demand_ratio = false
  45. demand_value_scale_multiplier = 1
  46. ###########################
  47.  
  48.  
  49.  
  50.  
  51.  
  52. ###################### ITEMS ######################
  53. #You can put the IDs of items that you don't want traded here, separated by commas
  54. not_for_trade = 0
  55.  
  56. #change to true if you only want to trade accessories
  57. only_trade_accessories = false
  58.  
  59. #in seconds
  60. minimum_item_age = 5184000
  61.  
  62. # The bot will only trade items with a volume above this number
  63. # .15 should evaluate to approximately average-high volume
  64. # You can think of this as demand
  65. minimum_volume = 1
  66.  
  67. # If this setting is true, then the value of the ask has to always be greater than value of the offer.
  68. safety = true
  69.  
  70.  
  71.  
  72. ###################### ITEM RESELLING ######################
  73. # Bot will sell items in catalog for RAP/.7
  74. # Excludes items in not for trade list, and items above maximum_item_value
  75. keep_items_on_sale = false
  76. sale_price_multiplier = 1
  77.  
  78. maximum_item_value_for_resale = 15000
  79.  
  80. # In seconds
  81. interval_between_placing_items_on_sale = 10
  82.  
  83. # Set this to -1 to disable it. When set to 1-9, it will constantly update the sale price
  84. # to keep the item at a certian position in the reseller list. Warning: Overrides all price settings
  85. # Please note that it can take a lot of time for it to update the price for an item depending on
  86. # how many items are in your inventory and your interval_between_placing_items_on_sale setting
  87. constant_reseller_list_position = -1
  88.  
  89.  
  90.  
  91. ###################### INBOUND TRADES ######################
  92. #Set this to false if you don't want it to handle inbound trades
  93. handle_inbound_trades = true
  94.  
  95. # The bot won't accept or decline inbound trades with a total value that is greater than this setting.
  96. ignore_inbound_above_value = 115000
  97.  
  98. interval_between_checking_inbound = 30
  99.  
  100.  
  101.  
  102. ###################### OUTBOUND TRADES ######################
  103.  
  104. # Why is it so why? Well, you're searching people for a 120 seconds, so, if I dont put it so high - you won't get as good trades and you'll get queued.
  105.  
  106. # Minimum time required to wait between sending a trade. Default 60. Setting too low will cause Roblox to temporarily throttle your account.
  107. minimum_time_between_trades = 145
  108.  
  109. # Controls how much its allowed to upgrade/downgrade in each trade
  110. maximum_xv1 = 4
  111. maximum_1vx = 4
  112.  
  113. # Maximum amount of time that can be spent searching for trades with a single partner (in seconds)
  114. maximum_time_searching_with_partner = 120
  115.  
  116. # This setting controls the minimum time that is required to trade with a user twice
  117. # in seconds
  118. minimum_trade_partner_cooldown = 86400
  119.  
  120. # WARNING: These settings are very dangerous. Changing these without fully understanding the consequences can result in the bot making very bad trades.
  121. max_grade_value_modifier = 0.19
  122. outgoing_gradient_multiplier = 0.73
  123.  
  124. # 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
  125. # Typically ranges from 0.0 - 0.3
  126. score_threshold = .08
  127.  
  128. #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
  129. minimum_value_gain = 0.07
  130. apply_minimum_value_to_inbound = true
  131.  
  132. # 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
  133. minimum_rap_gain = 0.01
  134. apply_minimum_rap_to_inbound = true
  135.  
  136. # Determines which trades in the queue are sent first
  137. # 1 = highest score
  138. # 2 = highest value gain
  139. # 3 = highest rap gain
  140. trade_priority = 1
  141.  
  142.  
  143.  
  144. [Debugging]
  145. easy_debug = false
  146. memory_debugging = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement