-- Instances:
local ScreenGui = Instance.new("ScreenGui")
local Frame = Instance.new("Frame")
local ImageButton = Instance.new("ImageButton")
--Properties:
ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
Frame.Parent = ScreenGui
Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
Frame.BackgroundTransparency = 1.000
Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame.BorderSizePixel = 0
Frame.Position = UDim2.new(0.919568837, 0, 0.166666672, 0)
Frame.Size = UDim2.new(0, 47, 0, 43)
ImageButton.Parent = ScreenGui
ImageButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
ImageButton.BackgroundTransparency = 0.200
ImageButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
ImageButton.BorderSizePixel = 0
ImageButton.Position = UDim2.new(0.919568837, 0, 0.166666672, 0)
ImageButton.Size = UDim2.new(0, 47, 0, 43)
ImageButton.Image = "http://[Log in to view URL]"
ImageButton.ImageTransparency = 0.800
ImageButton.MouseButton1Click:Connect(function()
game:GetService("VirtualInputManager"):SendKeyEvent(true, "F" , false , game)
end)
ScreenGui.ResetOnSpawn = false
--Library
local Library = loadstring(game:HttpGet("https://[Log in to view URL]"))()
--Windows
local Window = Library.CreateLib("FIRE GOD☀️Slayer Tycoon (v1.7)", "BloodTheme")
--Tabs
local Main = Window:NewTab("Main")
local Bosses = Window:NewTab("Bosses")
local Misc = Window:NewTab("Misc")
--Sections
local MainSection = Main:NewSection("Main")
local MiscSection = Misc:NewSection("Misc")
--Main Scripts
--Script 1
MainSection:NewButton("Script 1 (Keyless)", "Has Some Features", function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
end)
--Script 2
MainSection:NewButton("Script 2(Key)", "Has All Features", function()
loadstring(game:HttpGet"https://[Log in to view URL]")()
end)
--Single Bosses
local BossesSection = Bosses:NewSection("Single Bosses")
BossesSection:NewButton("Shockwave Demon", "Kills Shockwave Demon", function()
workspace.BossHolder["Shockwave Demon"].Humanoid["Health"]=0
end)
BossesSection:NewButton("Spider Demon", "Kills Spider Demon", function()
workspace.BossHolder["Spider Demon"].Humanoid["Health"]=0
end)
BossesSection:NewButton("Biwa Demon", "Kills Biwa Demon", function()
workspace.BossHolder["Biwa Demon"].Humanoid["Health"]=0
end)
--Double Bosses
local BossesSection = Bosses:NewSection("Double Bosses")
BossesSection:NewButton("Obi Demon", "Kills Obi Demon", function()
workspace.BossHolder["Obi Demon"].Humanoid["Health"]=0
end)
BossesSection:NewButton("Sickle Demon", "Kills Sickle Demon", function()
workspace.BossHolder["Sickle Demon"].Humanoid["Health"]=0
end)
BossesSection:NewButton("Fear Demon", "Kills Fear Demon", function()
workspace.BossHolder["Fear Demon"].Humanoid["Health"]=0
end)
BossesSection:NewButton("Anger Demon", "Kills Anger Demon", function()
workspace.BossHolder["Anger Demon"].Humanoid["Health"]=0
end)
BossesSection:NewButton("Sorrow Demon", "Kills Sorrow Demon", function()
workspace.BossHolder["Sorrow Demon"].Humanoid["Health"]=0
end)
BossesSection:NewButton("Joy Demon", "Kills Joy Demon", function()
workspace.BossHolder["Joy Demon"].Humanoid["Health"]=0
end)
BossesSection:NewButton("Amusenment Demon", "Kills Amusenment Demon", function()
workspace.BossHolder["Amusenment Demon"].Humanoid["Health"]=0
end)
--Misc Buttons
MiscSection:NewButton("Infinite Yield", "Infinite Yield", function()
loadstring(game:HttpGet"https://[Log in to view URL]")()
end)
MiscSection:NewButton("Dark Dex", "Dark Dex", function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
end)
MiscSection:NewButton("RemoteSpy", "RemoteSpy", function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)
MiscSection:NewButton("Keyboard", "Keyboard For Mobile", function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)
MiscSection:NewButton("Hitbox (For PC)", "Changes Other Players Hitbox", function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
end)
MiscSection:NewButton("Hitbox (For Mobile)", "Changes Other Players Hitbox", function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)
--Sliders
MiscSection:NewSlider("WalkSpeed", "WalkSpeed", 200, 16, function(s) -- 200 (MaxValue) | 0 (MinValue)
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
end)
--Keybinds
MiscSection:NewKeybind("Keybind", "Changes Keybind", Enum.KeyCode.F, function()
Library:ToggleUI()
end)
To embed this program on your website, copy the following code and paste it into your website's HTML: