ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
[🎉RELEASE] Anime Siege
4.4k Views

script for this game plssssss

[🎉RELEASE] Anime SiegeUploaded by
1 year ago
Please login to perform these actions:

Description

can anyone make a free script for this game... like opensource inf gems and stuff?

View Raw
Edited By: MasterBeta Download


Comments
7
User profile picture
saberx 1 year ago
Too late everything got patched
User profile picture
MasterBeta 1 year ago
awh
User profile picture
Kyuza 1 year ago
Inf reroll all ur units trait - while task.wait(.3) do for i, v in pairs(game:GetService("Players").LocalPlayer.PlayerGui.Units.collection.list.ScrollingFrame:GetChildren()) do if v:IsA("ImageButton") and v:FindFirstChild("traits") then local GotSecret = false for _, template in pairs(v.traits:GetChildren()) do if template.Name == "Template" and template:FindFirstChild("Secret") then GotSecret = true break end end if not GotSecret then local args = { [1] = {}, [2] = { ["."] = { [1] = { [1] = "\7", [2] = v.Name, [3] = false, ["n"] = 3 } } } } game:GetService("ReplicatedStorage"):WaitForChild("ReliableRedEvent"):FireServer(unpack(args)) end end end end
User profile picture
Kyuza 1 year ago
Inf Gems - local args = { [1] = { ["2"] = { [1] = { [1] = "crate", [2] = -1000000, [3] = "Regular", ["n"] = 3 } } }, [2] = {} } game:GetService("ReplicatedStorage").ReliableRedEvent:FireServer(unpack(args))
User profile picture
Kyuza 1 year ago
Inf raid token - local args = { [1] = { ["2"] = { [1] = { [1] = "crate", [2] = -1000000, [3] = "Raid", ["n"] = 3 } } }, [2] = {} } game:GetService("ReplicatedStorage").ReliableRedEvent:FireServer(unpack(args))
User profile picture
Kyuza 1 year ago
Inf Siege token - local args = { [1] = { ["2"] = { [1] = { [1] = "crate", [2] = -1000000, [3] = "Siege", ["n"] = 3 } } }, [2] = {} } game:GetService("ReplicatedStorage").ReliableRedEvent:FireServer(unpack(args))
User profile picture
jenreyespiritu7 1 year ago
not work
Please Login to add a comment.