ADVERTISEMENTREMOVE ADS
Game icon

Infinite money | kadincabine1

The Storage
4 months ago
Script preview thumbnail
Script Preview

Description

ADVERTISEMENTREMOVE ADS
59 Lines • 1.74 KiB
Raw
local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
local Window = Library:NewWindow("Script")
local Tab = Window:NewSection("Made by: kadincabine1")
Tab:CreateButton("Get Money", function()
local function roll()
local args = {
[1] = "PremRollSkin10"
}
game:GetService("ReplicatedStorage").RemoteFunction:InvokeServer(unpack(args))
end
-- Don't mind this
local function sell()
local skins = {
"Hot Pink", "Agent", "Checkered", "Grey Camo", "Rusted Red",
"Green Camo", "Orange Crush", "Painted Yellow", "Painted Orange",
"Damaged", "Earth", "Painted Blue", "Painted Green", "Painted Red",
"Painted Pink", "Painted Purple", "Green Sentry", "Pink Sentry",
"Red Sentry", "Royal", "Fallen Agent"
}
local guns = {"SMG", "LMG", "Double Barrel Shotgun", "Revolver", "AK47", "Turret", "Shotgun"}
for _, g in ipairs(guns) do
for _, s in ipairs(skins) do
local evArgs = {
[1] = "SellSkin",
[2] = g,
[3] = s
}
game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(evArgs))
game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvent"):FireServer(unpack(evArgs))
end
end
end
sell()
roll()
local rollConnection = game:GetService("RunService").Heartbeat:Connect(function()
roll()
end)
end)
Tab:CreateButton("Rejoin for more", function()
local player = game.Players.LocalPlayer
local gamePlaceId = game.PlaceId
local teleportService = game:GetService("TeleportService")
teleportService:Teleport(gamePlaceId, player)
end)
ADVERTISEMENTREMOVE ADS

Comments

2 comments
to add a comment
Fa

Script could have been patched because it doesn't execute when I put the script in. Executor: delta

0
0
Do

Inf money not working or there's a new update

0
0
ADVERTISEMENTREMOVE ADS