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 anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!