Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
- ]]
- 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("actual infinite version")
- Tab:CreateButton("Inf Coins", function()
- local args = {
- [1] = "Cash",
- [2] = 253143542363457567
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("AddRewardEvent"):FireServer(unpack(args))
- end)
- Tab:CreateButton("Inf Gold Bombs 💀", function()
- local args = {
- [1] = "Gold Bombs",
- [2] = 253143542363457567
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("AddRewardEvent"):FireServer(unpack(args))
- end)
- Tab:CreateButton("Inf Bombs 💀", function()
- local args = {
- [1] = "Bombs",
- [2] = 253143542363457567
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("AddRewardEvent"):FireServer(unpack(args))
- end)
- Tab:CreateButton("Inf Spins", function()
- local args = {
- [1] = "Spins",
- [2] = 253143542363457567
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("AddRewardEvent"):FireServer(unpack(args))
- end)
- Tab:CreateButton("Get best trail", function()
- local args = {
- [1] = "Rainbow",
- [2] = 0
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BuyTrailEvent"):FireServer(unpack(args))
- end)
- Tab:CreateButton("Get all skins", function()
- local args = {
- [1] = "Blank",
- [2] = 0
- }
- game:GetService("ReplicatedStorage"):WaitForChild("Remotes"):WaitForChild("BuySkinEvent"):FireServer(unpack(args))
- end)
- Tab:CreateButton("Get all skins", function()
- local skinNames = {
- "USA",
- "Wood",
- "Stone",
- "Brick",
- "Rock",
- "Obsidian",
- "Amethyst",
- "Magma",
- "Lava",
- "Gold Ore",
- "Diamond Ore",
- "Galaxy Ore",
- "Diamonds",
- "Space",
- "Rainbow",
- "Meme Dog",
- "Meme Cat",
- "Hungry Cat",
- "Cute Cat",
- "Banana Cat",
- "Backrooms",
- "USA",
- "China",
- "Brazil",
- "Philippines",
- "Mexico",
- "Japan",
- "South Korea",
- "Russia",
- "Germany",
- "France",
- "UK",
- "India",
- "Indonesia",
- "Malaysia",
- "Thailand",
- "Canada",
- "Italy",
- "Spain",
- "Turkey",
- "Australia",
- "Poland",
- "Netherlands",
- "Argentina",
- "Vietnam",
- "Ukraine",
- "UAE",
- "Singapore",
- "Switzerland",
- "Sweden",
- "Pakistan",
- "Egypt",
- "Colombia",
- "Romania",
- "Peru",
- "Chile",
- "Bangladesh",
- "Belgium",
- "Portugal",
- "Austria",
- "Czechia",
- "Norway",
- "Denmark",
- "Finland",
- "Jamaica",
- "Ireland",
- "Serbia",
- "New Zealand",
- "Greece",
- "Scotland",
- "Ghana",
- "Kenya",
- "Blank"
- }
- local replicatedStorage = game:GetService("ReplicatedStorage")
- local buySkinEvent = replicatedStorage:WaitForChild("Remotes"):WaitForChild("BuySkinEvent")
- for _, skinName in ipairs(skinNames) do
- local args = {
- [1] = skinName,
- [2] = 0
- }
- buySkinEvent:FireServer(unpack(args))
- end
- end)
- Tab:CreateButton("Get all colours", function()
- local trailNames = {
- "Red",
- "Yellow",
- "Blue",
- "Green",
- "Purple",
- "Pink",
- "White",
- "Black",
- "Rainbow"
- }
- local replicatedStorage = game:GetService("ReplicatedStorage")
- local buyTrailEvent = replicatedStorage:WaitForChild("Remotes"):WaitForChild("BuyTrailEvent")
- for _, trailName in ipairs(trailNames) do
- local args = {
- [1] = trailName,
- [2] = 0
- }
- buyTrailEvent:FireServer(unpack(args))
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment