print 'hello world!'local NotificationHolder = loadstring(game:HttpGet("https://[Log in to view URL]"))()
local Notification = loadstring(game:HttpGet("https://[Log in to view URL]"))()
local plr = game.Players.LocalPlayer
local plrname = plr.Name
local plrid = plr.UserId
print("Loading...")
Notification:Notify(
{Title = "Loading", Description = "Please wait"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 5, Type = "default"}
)
wait(5)
Notification:Notify(
{Title = "Loaded!", Description = "Have Fun!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 3, Type = "default"}
)
print("Loaded!");
wait(0.5)
Notification:Notify(
{Title = "Welcome", Description = (plrname)},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 3, Type = "default"}
)
local Library = loadstring(game:HttpGet("https://[Log in to view URL]"))()
local Window = Library.CreateLib("Fiji H Hub V1 | V1.02 | Paid", "GrapeTheme")
local ScreenGui = Instance.new("ScreenGui")
local Button = Instance.new("TextButton")
ScreenGui.Parent = game.CoreGui
ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
Button.Name = "Button"
Button.Parent = ScreenGui
Button.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
Button.BackgroundTransparency = 0.700
Button.Position = UDim2.new(0, 0, 0.469249964, 0)
Button.Size = UDim2.new(0.131393284, 0, 0.082329005, 0)
Button.Font = Enum.Font.Garamond
Button.Text = "Toggle"
Button.TextColor3 = Color3.fromRGB(40, 40, 40)
Button.TextSize = 30.000
Button.TextWrapped = true
Button.Draggable = true
Button.Selectable = true
Button.Active = true
Button.MouseButton1Down:Connect(function()
Library:ToggleUI()
end)
local Tab1 = Window:NewTab("Main", true)
local Tab2 = Window:NewTab("Player", false)
local Tab3 = Window:NewTab("Scripts", false)
local Tab4 = Window:NewTab("FE Scripts", false)
local Tab5 = Window:NewTab("Games", false)
local Tab6 = Window:NewTab("Hubs", false)
local Tab7 = Window:NewTab("Guis", false)
local Tab8 = Window:NewTab("Admins", false)
local Tab9 = Window:NewTab("Tools", false)
local Tab10 = Window:NewTab("Credits", false)
local Sec1 = Tab1:NewSection("Welcome, " ..plrname)
local Sec2 = Tab2:NewSection("Player")
local Sec3 = Tab3:NewSection("Scripts")
local Sec4 = Tab4:NewSection("FE")
local Sec5 = Tab5:NewSection("Bedwars")
local Sec6 = Tab6:NewSection("Hubs")
local Sec7 = Tab7:NewSection("Guis")
local Sec8 = Tab8:NewSection("Admins")
local Sec9 = Tab9:NewSection("Tools")
local Sec10 = Tab10:NewSection("Credits to the Owner of Scripts")
Sec1:NewButton("Click Me!", "Nothing", function()
print("Clicked! User: " ..plrname.. " | " ..plrid)
Notification:Notify(
{Title = "Notification", Description = "Clicked!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
end)
Sec1:NewKeybind("Toggle Keybind", "No Info", Enum.KeyCode.F, function()
Library:ToggleUI()
end)
Sec2:NewButton("ESP","ALL GAME(NOT SURE)", function()
loadstring(game:HttpGet("https://[Log in to view URL]", true))()
end)
Sec2:NewLabel("LocalPlayer")
Sec2:NewTextBox("WalkSpeed", "Change WalkSpeed", function(v)
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = v
end)
Sec2:NewTextBox("JumpPower", "Change JumpPower", function(v)
game.Players.LocalPlayer.Character.Humanoid.JumpPower = v
end)
Sec2:NewTextBox("Fov","Change Field Of View", function(v)
game.Workspace.CurrentCamera.FieldOfView = v
end)
Sec2:NewToggle("Noclip","can go through wall", function(s)
_G.Noclip = (s and true or false)
while _G.Noclip == true do
game:GetService("RunService").Stepped:wait()
game.Players.LocalPlayer.Character.Head.CanCollide = false
game.Players.LocalPlayer.Character.Torso.CanCollide = false
end
end)
Sec2:NewToggle("Infinite Jump","Infinite Jump", function(s)
_G.InfJ = (s and true or false)
game:GetService("UserInputService").JumpRequest:connect(function()
if _G.InfJ == true then
game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
end
end)
end)
Sec3:NewButton("Anti Fling","Anti fling", function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
Notification:Notify(
{Title = "Notification", Description = "Executed!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
end)
Sec3:NewButton("Anti Attach","Remove Your Right Arm", function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
Notification:Notify(
{Title = "Notification", Description = "Executed!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
end)
Sec3:NewButton("Shiftlock For Mobile","Shiftlock", function()
loadstring(game:HttpGet('https://[Log in to view URL]'))();
Notification:Notify(
{Title = "Notification", Description = "Executed!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
end)
Sec3:NewButton("Keyboard","Credits to the Owner", function()
loadstring(game:HttpGet("https://[Log in to view URL]", true))()
end)
Sec3:NewButton("Keyboard(2)","Credits to the Owner", function()
loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
end)
Sec3:NewButton("RemoteSpy","Credits to the Owner", function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)
Sec3:NewButton("Netless","No Info", function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)
Sec4:NewButton("FE VR(Execute Netless First)","No Info", function()
Notification:Notify(
{Title = "Notification", Description = "Make Sure You Execute Netless!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
loadstring(game:HttpGet("https://[Log in to view URL]"))()
Notification:Notify(
{Title = "Notification", Description = "Executed!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
end)
Sec4:NewButton("FE Cat","No Info", function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)
Sec4:NewButton("FE SCP-096","Hats Needed", function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)
Sec4:NewButton("FE Baller V2","Hat : Red Stickman Head//Credits - scriptifer#9511", function()
loadstring(game:HttpGetAsync("https://[Log in to view URL]"))()
end)
Sec4:NewButton("FE Snake","No Hats Needed!", function()
loadstring(game:HttpGet(('https://[Log in to view URL]'),true))()
end)
Sec4:NewButton("FakeLag","FE", function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
end)
Sec5:NewButton("OP BEDWARS SCRIPT","Credits - 7GrandDad and Vcsk0", function()
loadstring(game:HttpGet("https://[Log in to view URL]", true))()
Notification:Notify(
{Title = "Notification", Description = "Executed!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
end)
Sec5:NewLabel("Doors")
Sec5:NewButton("Darkrai X","Credits - GamingScripter", function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)
Sec5:NewLabel("Dahood")
Sec5:NewButton("SwagModeV2","Credits to the Owner", function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
end)
Sec5:NewButton("NukerMode","Credits to the Owner", function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)
Sec5:NewLabel("Bloxfruit")
Sec5:NewButton("ThunderZ","Credits to the Owner", function()
loadstring(game:HttpGet("https://[Log in to view URL]", true))()
end)
Sec5:NewLabel("PrisonLife")
Sec5:NewButton("SeptexAdmin","Credits to the Owner", function()
loadstring(game:HttpGet(("https://[Log in to view URL]"),true))()
end)
Sec6:NewButton("Hat Hub","No Info", function()
loadstring(game:HttpGet("https://[Log in to view URL]"))();
Notification:Notify(
{Title = "Notification", Description = "Executed!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
end)
Sec6:NewButton("HoHo Hub","No Info", function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
Notification:Notify(
{Title = "Notification", Description = "Executed!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
end)
Sec6:NewButton("B_Genesis","No Info", function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
Notification:Notify(
{Title = "Notification", Description = "Executed!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
end)
Sec6:NewButton("RedGhost Hub","No Info", function()
loadstring(game:HttpGet('https://[Log in to view URL]'))();
Notification:Notify(
{Title = "Notification", Description = "Executed!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
end)
Sec6:NewButton("BritishHubV6","No Info", function()
loadstring(game:HttpGet(("https://[Log in to view URL]"),true))()
Notification:Notify(
{Title = "Notification", Description = "Executed!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
end)
Sec6:NewButton("VHub","No Info", function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
Notification:Notify(
{Title = "Notification", Description = "Executed!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
end)
Sec6:NewButton("DarkX Hub","No Info", function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
Notification:Notify(
{Title = "Notification", Description = "Executed!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
end)
Sec6:NewButton("DarkGhost Hub","No Info", function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
Notification:Notify(
{Title = "Notification", Description = "Executed!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
end)
Sec6:NewButton("DomainX Hub","No Info", function()
loadstring(game:HttpGet('https://[Log in to view URL]',true))()
Notification:Notify(
{Title = "Notification", Description = "Executed!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
end)
Sec6:NewButton("FEBoomboxHub","No Info", function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
Notification:Notify(
{Title = "Notification", Description = "Executed!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
end)
Sec7:NewButton("RTX Gui | V3.1.1","Credits - ImPatrick", function()
loadstring(game:HttpGet("https://[Log in to view URL]",true))()
end)
Sec8:NewButton("Infinite Yield","Fe", function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
end)
Sec8:NewButton("Fates Admin","Fe", function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
end)
Sec8:NewButton("IV AdminV2","Fe", function()
loadstring(game:HttpGet('\104\116\116\112\115\58\47\47\114\97\119\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\79\109\110\105\112\111\116\101\110\99\101\68\101\118\101\108\111\112\101\114\47\78\117\109\98\101\114\47\109\97\105\110\47\49\46\108\117\97'))()
end)
Sec8:NewButton("Reviz Admin","Fe", function()
loadstring(game:HttpGet("https://[Log in to view URL]",true))()
end)
Sec9:NewButton("Super Tools","Tools", function()
loadstring(game:HttpGet('https://[Log in to view URL]'))()
Notification:Notify(
{Title = "Notification", Description = "Executed!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
end)
Sec9:NewButton("F3X","Not FE", function()
loadstring(game:GetObjects("rbxassetid://6695644299")[1].Source)()
Notification:Notify(
{Title = "Notification", Description = "Executed!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
end)
Sec9:NewButton("Telekinesis","FE", function()
loadstring(game:HttpGet("https://[Log in to view URL]"))()
Notification:Notify(
{Title = "Notification", Description = "Executed!"},
{OutlineColor = Color3.fromRGB(80, 80, 80),Time = 2, Type = "image"},
{Image = "http://[Log in to view URL]", ImageColor = Color3.fromRGB(255, 84, 84)}
)
end)
Sec9:NewButton("Invisible Tools","invisible", function()
loadstring(game:HttpGet("https://[Log in to view URL]",true))()
end)
Sec9:NewButton("BLADE BALL","By Me", function()
loadstring(game:HttpGet("https://[Log in to view URL]",true))()
end)
To embed this project on your website, copy the following code and paste it into your website's HTML: