Reroll.Gg INFINITE MONEY SCRIPT

Created by Quantum#0005

Features:

  • INFINITE MONEY
    • Make sure you have no existing crates of the same kind you intend to open with the script or else there will be a delay, since you’re buying 1 and opening 3 it removes the delay completely allowing you to instantly open the crates.
getgenv().Config = {
   Enabled = true, --[Master Toggle]--
   Legit = false, --[Opens Slower to Seem Legit]--
   Case = "breakout_case", --[Case You Want to Open]--
   Blacklist = {"Melee", "Bronze", "Silver", "Gold", "Diamond", "Unobtainable"}, --[Items You Don't Want to Sell]--
}

local LocalPlayer = game:GetService("Players").LocalPlayer
local Data = LocalPlayer.Data
local Remotes = game:GetService("ReplicatedStorage").Remotes

while Config.Enabled do
   if Config.Legit then
       task.wait(3)
   else
       task.wait()
   end
   
   Remotes.BuyCase:FireServer(Config.Case)
   Remotes.BuyKey:FireServer(Config.Case)
   Remotes.OpenCase:InvokeServer(Config.Case, 3)
   
   for _,v in next, Data.Inventory.Skins:GetDescendants() do
       if not table.find(Config.Blacklist, v.Parent.Name) then
           Remotes.SellSkin:FireServer(v.Name, "Factory New")
       end
   end
end

⚠️ Warning: Do not download any extensions or any executable files, you're just here for the script!

✔️ Any Patched/Broken Script Can Be Reported To French Dog#6704 In Discord For Removal