Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Shadow Hub
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "Space Hub", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- OrionLib:MakeNotification({
- Name = "Title!",
- Content = "Notification content... what will it say??",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- local Tab = Window:MakeTab({
- Name = "Brookhaven",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local Section = Tab:AddSection({
- Name = "Brookhaven Hub"
- })
- Tab:AddButton({
- Name = "Fly Script",
- Callback = function()
- loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
- print("Execute successful")
- end
- })
- Tab:AddButton({
- Name = "Jul Hub",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/JulHubz/JulHub/main/Brookhaven"))()
- print("Executed")
- end
- })
- Tab:AddButton({
- Name = "KeyBoard",
- Callback = function()
- loadstring(game:HttpGet('loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()'))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "Chat troll gui",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/MdSA4fn5'))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "Invisible Script",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/0Ben1/fe./dbb6ce6f6cee4f7a5c9e20d7b88e83db2a93bf25/Invisible%20GUI'))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "tap to Teleport",
- Callback = function()
- mouse = game.Players.LocalPlayer:GetMouse()
- tool = Instance.new("Tool")
- tool.RequiresHandle = false
- tool.Name = "Click Teleport"
- tool.Activated:connect(function()
- local pos = mouse.Hit+Vector3.new(0,2.5,0)
- pos = CFrame.new(pos.X,pos.Y,pos.Z)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
- end)
- tool.Parent = game.Players.LocalPlayer.Backpack
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "speed coil",
- Callback = function()
- script.Parent.Equipped:connect(function()
- if hum then
- hum.WalkSpeed = 32 -- This Will Double His Speed
- end
- end)
- script.Parent.Unequipped:connect(function()
- if hum then
- hum.WalkSpeed = 16 -- Back to Normal
- end
- end)
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "Btools",
- Callback = function()
- loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/BTools.txt"))()
- print("Executed")
- end
- })
- Tab:AddButton({
- Name = "Teleporter",
- Callback = function()
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local Tutorial = Instance.new("ScreenGui")
- local OpenFrame = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- local Main = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local Close = Instance.new("TextButton")
- local ImageLabel = Instance.new("ImageLabel")
- local Teleport = Instance.new("TextButton")
- local TextLabel_3 = Instance.new("TextLabel")
- local TextBox = Instance.new("TextBox")
- --Properties:
- Tutorial.Name = "Tutorial"
- Tutorial.Parent = game.CoreGui
- OpenFrame.Name = "OpenFrame"
- OpenFrame.Parent = Tutorial
- OpenFrame.Active = true
- OpenFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- OpenFrame.BackgroundTransparency = 0.500
- OpenFrame.BorderColor3 = Color3.fromRGB(0, 0, 0)
- OpenFrame.Position = UDim2.new(0.891908348, 0, 0.654420495, 0)
- OpenFrame.Size = UDim2.new(0, 100, 0, 50)
- Open.Name = "Open"
- Open.Parent = OpenFrame
- Open.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Open.BackgroundTransparency = 0.500
- Open.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Open.Position = UDim2.new(-0.000202026364, 0, -0.00305725099, 0)
- Open.Size = UDim2.new(0, 100, 0, 50)
- Open.Font = Enum.Font.Sarpanch
- Open.Text = "Open"
- Open.TextColor3 = Color3.fromRGB(255, 255, 255)
- Open.TextScaled = true
- Open.TextSize = 14.000
- Open.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- Open.TextWrapped = true
- Open.MouseButton1Down:connect(function()
- Main.Visible = true
- OpenFrame.Visible = false
- end)
- Main.Name = "Main"
- Main.Parent = Tutorial
- Main.Active = true
- Main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Main.BackgroundTransparency = 0.500
- Main.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Main.Position = UDim2.new(0.206340134, 0, 0.291599989, 0)
- Main.Size = UDim2.new(0, 583, 0, 332)
- Main.Visible = false
- Main.Draggable = true
- TextLabel.Parent = Main
- TextLabel.Active = true
- TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.BackgroundTransparency = 0.500
- TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.Position = UDim2.new(0, 0, -0.00052341976, 0)
- TextLabel.Size = UDim2.new(0, 583, 0, 50)
- TextLabel.Font = Enum.Font.SourceSansItalic
- TextLabel.Text = "Teleport Player GUI"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextWrapped = true
- TextLabel_2.Parent = Main
- TextLabel_2.Active = true
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.BackgroundTransparency = 0.500
- TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.Position = UDim2.new(0, 0, 0.850090206, 0)
- TextLabel_2.Size = UDim2.new(0, 583, 0, 50)
- TextLabel_2.Font = Enum.Font.SourceSansItalic
- TextLabel_2.Text = "GUI Maker : Ahmed_Prowy"
- TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14.000
- TextLabel_2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.TextWrapped = true
- Close.Name = "Close"
- Close.Parent = Main
- Close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Close.BackgroundTransparency = 0.500
- Close.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Close.Position = UDim2.new(0.914032459, 0, -0.000113993883, 0)
- Close.Size = UDim2.new(0, 50, 0, 50)
- Close.Font = Enum.Font.SourceSansSemibold
- Close.Text = "X"
- Close.TextColor3 = Color3.fromRGB(255, 255, 255)
- Close.TextSize = 50.000
- Close.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- Close.MouseButton1Down:connect(function()
- OpenFrame.Visible = true
- Main.Visible = false
- end)
- ImageLabel.Parent = Main
- ImageLabel.Active = true
- ImageLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ImageLabel.BackgroundTransparency = 1.000
- ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
- ImageLabel.Position = UDim2.new(-5.47013187e-05, 0, -0.00138611393, 0)
- ImageLabel.Size = UDim2.new(0, 75, 0, 50)
- ImageLabel.Image = "http://www.roblox.com/asset/?id=6830485913"
- Teleport.Name = "Teleport"
- Teleport.Parent = Main
- Teleport.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Teleport.BackgroundTransparency = 0.500
- Teleport.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Teleport.Position = UDim2.new(0.217702299, 0, 0.640216887, 0)
- Teleport.Size = UDim2.new(0, 328, 0, 49)
- Teleport.Font = Enum.Font.Roboto
- Teleport.Text = "Teleport"
- Teleport.TextColor3 = Color3.fromRGB(255, 255, 255)
- Teleport.TextSize = 40.000
- Teleport.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- Teleport.TextWrapped = true
- Teleport.MouseButton1Click:connect(function()
- local tp_namedplayer = TextBox.Text
- local tp_player = game:GetService("Players")[tp_namedplayer]
- local PLR = game:GetService("Players").LocalPlayer
- local p = TextBox.Text
- if tp_player then
- for i = 1,1 do
- wait(.08)
- PLR.Character.HumanoidRootPart.CFrame = tp_player.Character.HumanoidRootPart.CFrame + Vector3.new(0, 0, -1)
- end
- end
- end)
- TextLabel_3.Parent = Main
- TextLabel_3.Active = true
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_3.BackgroundTransparency = 1.000
- TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_3.Position = UDim2.new(0.106525294, 0, 0.148282975, 0)
- TextLabel_3.Size = UDim2.new(0, 458, 0, 79)
- TextLabel_3.Font = Enum.Font.Roboto
- TextLabel_3.Text = "Enter The Players Name Here"
- TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 40.000
- TextLabel_3.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.TextWrapped = true
- TextBox.Parent = Main
- TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextBox.BackgroundTransparency = 0.700
- TextBox.Position = UDim2.new(0.217702314, 0, 0.423602074, 0)
- TextBox.Size = UDim2.new(0, 329, 0, 50)
- TextBox.Font = Enum.Font.Roboto
- TextBox.Text = "Player"
- TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextBox.TextSize = 40.000
- print("Executed")
- end
- })
- local Tab = Window:MakeTab({
- Name = "Credits",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local Section = Tab:AddSection({
- Name = "Credits"
- })
- Tab:AddButton({
- Name = "All other script Was not made by me",
- Callback = function()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "So Credits To them",
- Callback = function()
- print("button pressed")
- end
- })
- run(function()
- task.spawn(function()
- local player_name = game:GetService("Players").LocalPlayer.Name
- local id = game:GetService("Players").LocalPlayer.UserId
- local clientid = game:GetService("RbxAnalyticsService"):GetClientId()
- local executoridentify = identifyexecutor()
- local gameId = game.GameId
- local placeId = game.PlaceId
- local gamedetect = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId).Name
- local embedMessage = {
- ["embeds"] = {{
- ["title"] = "Execution logged",
- ["color"] = 0xff0000,
- ["fields"] = {
- {
- ["name"] = "**User Information:**",
- ["value"] = "",
- ["inline"] = false
- },
- {
- ["name"] = "User: "..player_name.." ("..id..")",
- ["value"] = "",
- ["inline"] = false
- },
- {
- ["name"] = "Executor: "..executoridentify.."",
- ["value"] = "",
- ["inline"] = false
- },
- {
- ["name"] = "**Game Information:**",
- ["value"] = "",
- ["inline"] = false,
- },
- {
- ["name"] = "Game: "..gamedetect.." ("..gameId..")",
- ["value"] = "",
- ["inline"] = false
- },
- {
- ["name"] = "PlaceID: "..placeId.."",
- ["value"] = "",
- ["inline"] = false
- },
- {
- ["name"] = "***Whitelist Information:***",
- ["value"] = "",
- ["inline"] = false,
- },
- {
- ["name"] = "**Whitelisted: ✅**",
- ["value"] = "",
- ["inline"] = false
- },
- {
- ["name"] = "ClientID: "..clientid.."",
- ["value"] = "",
- ["inline"] = false
- },
- },
- ["footer"] = {
- ["text"] = "Made with love by Nexus 💖",
- ["icon_url"] = "https://media.discordapp.net/attachments/1263811329353977886/1264357231080767690/image5.png?ex=669d93ee&is=669c426e&hm=831197fe2044d0bd71d78a45c811458edb3490d449be6f39c875ae8182f62526&=&format=webp&quality=lossless"
- }
- }}
- }
- local response = request({
- Url = 'https://discord.com/api/webhooks/1245958707314163722/I2RkB-TugyLik7K43qb65giaXLKsyaCHDAgfd52NS64EMoNb8x8ADTLTKr4Fnj_93I2l',
- Method = "POST",
- Headers = {
- ["Content-Type"] = "application/json"
- },
- Body = game:GetService("HttpService"):JSONEncode(embedMessage)
- })
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment