mass sends trades to item owners

  • proxies should be in ip:port format
  • itemsToSend and itemsToGet require item ids, not uaids
  • install the requirements from “requirements.txt” and then open “run.bat”
example config:

{
    "rbxCookie" : "_|WARNING:-DO-NOT-SHARE-THIS.....",
    "rbxId" : "123456789",
    "itemsToSend" : [123],
    "itemsToGet" : [456, 789], 
    "webhookColor" : "704191",
    "successWebhook" : "https://canary.discord.com/api/webhooks/987654321",
    "errorWebhook" : "https://canary.discord.com/api/webhooks/987654321"
}

GitHub

View Github