bingdongssssskaaskak

Untitled

Jun 25th, 2018
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.08 KB | None | 0 0
  1. [General]
  2. whitelist_user = YoursHere
  3. whitelist_pass = YoursHere
  4.  
  5. colors = false
  6.  
  7. archive_trade_messages = true
  8. message_check_interval = 60
  9.  
  10. [Authentication]
  11. #REQUIRED
  12. userid = YoursHere
  13.  
  14. #you can use either username/password auth or .roblosecurity
  15. #both are not required
  16. #you can leave 2fa enabled if you use .roblosecurity
  17.  
  18. username = YoursHere
  19. password = YoursHere
  20.  
  21. ROBLOSECURITY = YoursHere
  22.  
  23. [Trading]
  24. #You can put the IDs of items that you don't want traded here, separated by commas
  25. not_for_trade = 1081239
  26.  
  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 = 15000
  32.  
  33. # Bot will sell items in catalog for RAP/.7
  34. # Excludes items in not for trade list, and items above maximum_item_value
  35. keep_items_on_sale = false
  36. sale_price_multiplier = 1
  37.  
  38. maximum_item_value_for_resale = 15000
  39.  
  40. # In seconds
  41. interval_between_placing_items_on_sale = 10
  42.  
  43. # 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
  44. constant_reseller_list_position = -1
  45.  
  46. #If this setting is true, it will value overpriced/projected items at their RAP if RAP is higher than value
  47. value_op_items_at_rap = false
  48.  
  49. #Set this to false if you don't want it to handle inbound trades
  50. handle_inbound_trades = true
  51.  
  52. # The bot won't accept or decline inbound trades with a total value that is greater than this setting.
  53. ignore_inbound_above_value = 15000
  54.  
  55. interval_between_checking_inbound = 0
  56.  
  57. #change to true if you only want to trade accessories
  58. only_trade_accessories = false
  59.  
  60. #Minimum time required to wait between sending a trade. Default 60. Setting too low will cause Roblox to temporarily throttle your account.
  61. minimum_time_between_trades = 10
  62.  
  63. maximum_xv1 = 3
  64. maximum_1vx = 2
  65.  
  66. # Maximum amount of time that can be spent searching for trades with a single partner (in seconds)
  67. maximum_time_searching_with_partner = 60
  68.  
  69. # This setting controls the minimum time that is required to trade with a user twice
  70. # in seconds
  71. minimum_trade_partner_cooldown = 86400
  72.  
  73. #If less than one, it will be treated as a percent. If more than one, it will be treated as a number
  74. minimum_value_gain = 1200
  75. apply_minimum_to_inbound = true
  76.  
  77. # WARNING: THESE ARE VERY DANGEROUS. I WOULD NOT RECOMMEND CHANGING UNLESS YOU KNOW WHAT YOU'RE DOING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  78. max_grade_value_modifier = 1.3
  79. outgoing_gradient_multiplier = 1
  80.  
  81. # 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
  82. score_threshold = .06
  83.  
  84. minimum_volume = .30
  85.  
  86. scale_value_by_demand_ratio = true
  87. demand_value_scale_multiplier = 1.2
  88.  
  89. # If this setting is true, then the value of the ask has to always be greater than value of the offer.
  90. safety = true
  91.  
  92. #in seconds
  93. minimum_item_age = 5184000
  94.  
  95. [Debugging]
  96. easy_debug = false
  97. memory_debugging = false
Add Comment
Please, Sign In to add comment