Functions: AutoSell

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)
Thank you for using our website
Your script:
_G.yes = true -- set to true or false
while _G.yes == true do
local args = {
[1] = game:GetService("Players").LocalPlayer
}
game:GetService("ReplicatedStorage").Knit.Services.UpgradesService.RF.SellCapacity:InvokeServer(unpack(args))
end

Leave a Comment