local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
OrionLib:MakeNotification({
Name = "Loaded",
Content = "Ready, Script Version 2.1",
Image = "rbxassetid://4483345998",
Time = 5
})
local Window = OrionLib:MakeWindow({Name = "Supreme Bathroom Battles (Remake Full Script 2.1)", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
local Tab = Window:MakeTab({
Name = "Toilets",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
local Section = Tab:AddSection({
Name = "Characters"
})
Tab:AddButton({
Name = "Big Toilet",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs2"):WaitForChild("BigBathroom")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Launcher Toilet",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs2"):WaitForChild("LauncherBathroom")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "G-Toilet V3",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs2"):WaitForChild("BossBathroom3")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "G-Toilet V2",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs2"):WaitForChild("BossBathroom2")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "G-Toilet V1",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs2"):WaitForChild("BossBathroom")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Big Military Toilet",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs2"):WaitForChild("BigMilitaryBathroom")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Ultra Scientist Toilet",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs2"):WaitForChild("BossScientistBathroom")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Corrupted Titan Speaker Man",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs2"):WaitForChild("CorrupedTitanSpeakerHead")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Giant Toilet",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs2"):WaitForChild("GiantBathroom")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Giant Military Toilet",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs2"):WaitForChild("GiantMilitaryBathroom")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Giant Spider Toilet",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs2"):WaitForChild("GiantSpiderBathroom")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Glasses Giant Toilet",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs2"):WaitForChild("GlassesGiantBathroom")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Mutant Toilet",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs2"):WaitForChild("MutantBathroom")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Rocket Toilet",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs2"):WaitForChild("RocketBathroom")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Spider Toilet",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs2"):WaitForChild("SpiderBathroom")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Vacuum Toilet",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs2"):WaitForChild("VacuumBathroom")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
local Tab = Window:MakeTab({
Name = "Alliance",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
local Section = Tab:AddSection({
Name = "Characters"
})
Tab:AddButton({
Name = "Large Camera Man",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs"):WaitForChild("LargeCameraHead")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Big Speaker Man",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs"):WaitForChild("LargeSpeakerHead")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Large TV Man",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs"):WaitForChild("LargeTvHead")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Camera Man Titan",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs"):WaitForChild("TitanCameraHead")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Cinema Man Titan",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs"):WaitForChild("TitanCinemaHead")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Titan Speaker Man",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs"):WaitForChild("TitanSpeakerHead")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Upgraded Speaker Man Titan",
Callback = function()
local args = {
[1] = game:GetService("ReplicatedStorage"):WaitForChild("Arquives"):WaitForChild("MegaSpeakerHead2")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "TV Man Titan",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs"):WaitForChild("TitanTvHead")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Ninja Camera Man",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs"):WaitForChild("PlungerCameraHead")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "Speaker Man",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs"):WaitForChild("SpeakerHead")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "TV Woman",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs"):WaitForChild("TvGirlHead")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
Tab:AddButton({
Name = "TV Man",
Callback = function()
local args = {
[1] = workspace:WaitForChild("Morphs"):WaitForChild("TvHead")
}
game:GetService("ReplicatedStorage"):WaitForChild("CharChange"):FireServer(unpack(args))
end
})
local Tab = Window:MakeTab({
Name = "Humanoid",
Icon = "rbxassetid://4483345998",
PremiumOnly = false
})
local CoolSlider = Tab:AddSlider({
Name = "Speed",
Min = 15,
Max = 100,
Default = 15,
Color = Color3.fromRGB(255,255,255),
Increment = 1,
ValueName = "Speed",
Callback = function(Value)
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
end
})
OrionLib:Init()