-- loadstring(game:HttpGet('https://[Log in to view URL]'))()
-- UI
local Library = loadstring(game:HttpGet("https://[Log in to view URL]"))()
local Window = Library.CreateLib("Alternate Battlegrounds", "Any")
-- Tabs
local Home = Window:NewTab("Home")
local Scripts = Window:NewTab("Scripts")
local Credits = Window:NewTab("Credits")
-- Sections
local Config = Home:NewSection("Confinguration")
local MyScripts = Scripts:NewSection("Scripts by AdamHack#7436")
local Others = Scripts:NewSection("Scripts by Others")
local Hubs = Scripts:NewSection("Hubs")
-- Home
Config:NewSlider("SpeedHax", "Changes Speed", 500, 1, function(s) -- 500 (MaxValue) | 0 (MinValue)
game.Players.LocalPlayer.Character.Data.TimeMulti = s
end)
Config:NewSlider("JumpPower", "Changes JumpPower", 500, 1, function(s) -- 500 (MaxValue) | 0 (MinValue)
game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
end)
Config:NewButton("No Stun", "Adding Ability Move when attacking", function()
game.Playes.LocalPlayer.Character.Data.Stunned:Destroy()
end)
Config:NewButton("Ctrl+Click Tp","inf Tp by Ctrl + Click" function() --https://[Log in to view URL]
loadstring(game:HttpGet('https://[Log in to view URL]'))()
end)
Config:NewKeybind("Standing Here, I Realize", "Plays Admin Animation", Enum.KeyCode.G, function()
local Anim = Instance.new("Animation")
Anim.AnimationId = "rbxassetid://11273021696"
local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
k:Play()
k:AdjustSpeed(1)
wait(23)
local Anim = Instance.new("Animation")
Anim.AnimationId = "rbxassetid://11273005728"
local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
k:Play()
k:AdjustSpeed(1)
wait(10)
k:Stop()
end)
-- Scripts
MyScripts:NewButton("Glitch404 Rework", "Reccomended X!Frisk", function() -- https://[Log in to view URL]
loadstring(game:HttpGet('https://[Log in to view URL]'))()
end)
MyScripts:NewButton("Unlock All Skins", "Unlocks all skins", function()
local Player = game.Players.LocalPlayer -- You
local Skins = Player.Skins -- SKins
Skins.Sans.Value = "LBP2"
Skins.Sans.SCSans.Value = true --
Skins.Sans.NMSans.Value = true
Skins.Sans.LBP2.Value = true
Skins.Sans.LBP3.Value = true
Skins.Sans.UF.Value = true
Skins.Asgore.Value = "Akuma"
Skins.Asgore.Akuma.Value = true
Skins.Asgore.Guts.Value = true
Skins.Asgore.DeepWoken.Value = true
Skins.Asgore.XA.Value = true
Skins.GTGaster.Value = "XGaster"
Skins.GTGaster.XGaster.Value = true
end)
MyScripts:NewButton("HardMode Sans","Same Glitch404 but worse design", function() -- https://[Log in to view URL]
loadstring(game:HttpGet('https://[Log in to view URL]'))()
end)
Others:NewButton("RGB Soul", "Choose character use script and Choose character again", function()
game.Players.LocalPlayer.Char.Value = "Marisa"
game.Players.LocalPlayer.Character.Humanoid.Health = 0
end)
Others:NewButton("Glitch God 404", "Glitch404 not reworked", function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
end)
Others:NewButton("RainBow King", "Just Rainbow King hunting souls", function()
loadstring(game:HttpGet('https://[Log in to view URL]'))
end)
Hubs:NewButton("AB Hub1", "idk", function()
loadstring(game:HttpGet('https://[Log in to view URL]'))
end)
Hubs:NewButton("AB Hub by Showcaser1", "idk", function()
loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
end)
-- Credits
Credits:NewLabel("Hub by AdamHack#7436")
Credits:NewLabel("Scripts by Me")
Credits:NewLabel("2nd Hub by Me")
end
To embed this project on your website, copy the following code and paste it into your website's HTML: