Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
- local Window = Rayfield:CreateWindow({
- Name = "Prysm Hub",
- LoadingTitle = "Pre-Alpha",
- LoadingSubtitle = "By Xekor",
- ConfigurationSaving = {
- Enabled = false,
- FolderName = nil,
- FileName = "Prysm Hub"
- },
- Discord = {
- Enabled = true,
- Invite = "PRYSMHUB",
- RememberJoins = true
- },
- KeySystem = true,
- KeySettings = {
- Title = "Prysm Hub",
- Subtitle = "Key System",
- Note = "Key:K-KEY.REAL",
- FileName = "Prysm Script",
- SaveKey = true,
- GrabKeyFromSite = true,
- Key = "https://pastebin.com/raw/1d6RWQDC"
- }
- })
- local MainTab = Window:CreateTab("Home📒", nil)
- local MainSection = MainTab:CreateSection("Main")
- Rayfield:Notify({
- Title = "Prysm Hub Is Active! 💡",
- Content = "Tanks You So Much ❤️🔥",
- Duration = 5,
- Image = nil,
- Actions = {
- Ignore = {
- Name = "Okay",
- Callback = function()
- print("Xekor")
- end
- },
- },
- })
- local Button = MainTab:CreateButton({
- Name = "Fly",
- Info = "Fly Normal",
- Interact = 'Changable',
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/gaz0U0XX"))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Infinite Yield",
- Info = "Admin Script",
- Interact = "Changable",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Infinite Jump",
- Info = "Infinite Jump",
- Interact = "Changable",
- Callback = function()
- local InfiniteJumpEnabled = true
- game:GetService("UserInputService").JumpRequest:connect(function()
- if InfiniteJumpEnabled then
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end,
- })
- local MainTab = Window:CreateTab("Hub🔮", nil)
- local MainSection = MainTab:CreateSection("Main")
- local Button = MainTab:CreateButton({
- Name = "Mobile Hub",
- Info = "Mobile Hub",
- Interact = "Changable",
- Callback = function()
- loadstring(game:HttpGet("https://shz.al/~mobile-hub"))()
- end,
- })9
- local Button = MainTab:CreateButton({
- Name = "Gamer Hub"
- Info = "Gamer Hub"
- Interact = "Changable"
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/GamerScripter/Game-Hub/main/loader"))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Ice Hub"
- Info = "Ice Hub"
- Interact = "Changable"
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
- end,
- })
- local MainTab = Window:CreateTab("Script📜", nil)
- local MainSection = MainTab:CreateSection("Main")
- local Button = MainTab:CreateButton({
- Name = "Noclip"
- Info = "Wall Hack"
- Interact = "Changable"
- Callback = function()
- local Workspace = game:GetService("Workspace")
- local CoreGui = game:GetService("CoreGui")
- local Players = game:GetService("Players")
- local Noclip = Instance.new("ScreenGui")
- local BG = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local Toggle = Instance.new("TextButton")
- local StatusPF = Instance.new("TextLabel")
- local Status = Instance.new("TextLabel")
- local Credit = Instance.new("TextLabel")
- local Plr = Players.LocalPlayer
- local Clipon = false
- Noclip.Name = "Noclip"
- Noclip.Parent = game.CoreGui
- BG.Name = "BG"
- BG.Parent = Noclip
- BG.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
- BG.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
- BG.BorderSizePixel = 2
- BG.Position = UDim2.new(0.149479166, 0, 0.82087779, 0)
- BG.Size = UDim2.new(0, 210, 0, 127)
- BG.Active = true
- BG.Draggable = true
- Title.Name = "Title"
- Title.Parent = BG
- Title.BackgroundColor3 = Color3.new(0.266667, 0.00392157, 0.627451)
- Title.BorderColor3 = Color3.new(0.180392, 0, 0.431373)
- Title.BorderSizePixel = 2
- Title.Size = UDim2.new(0, 210, 0, 33)
- Title.Font = Enum.Font.Highway
- Title.Text = "Noclip"
- Title.TextColor3 = Color3.new(1, 1, 1)
- Title.FontSize = Enum.FontSize.Size32
- Title.TextSize = 30
- Title.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
- Title.TextStrokeTransparency = 0
- Toggle.Parent = BG
- Toggle.BackgroundColor3 = Color3.new(0.266667, 0.00392157, 0.627451)
- Toggle.BorderColor3 = Color3.new(0.180392, 0, 0.431373)
- Toggle.BorderSizePixel = 2
- Toggle.Position = UDim2.new(0.152380958, 0, 0.374192119, 0)
- Toggle.Size = UDim2.new(0, 146, 0, 36)
- Toggle.Font = Enum.Font.Highway
- Toggle.FontSize = Enum.FontSize.Size28
- Toggle.Text = "Toggle"
- Toggle.TextColor3 = Color3.new(1, 1, 1)
- Toggle.TextSize = 25
- Toggle.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
- Toggle.TextStrokeTransparency = 0
- StatusPF.Name = "StatusPF"
- StatusPF.Parent = BG
- StatusPF.BackgroundColor3 = Color3.new(1, 1, 1)
- StatusPF.BackgroundTransparency = 1
- StatusPF.Position = UDim2.new(0.314285725, 0, 0.708661377, 0)
- StatusPF.Size = UDim2.new(0, 56, 0, 20)
- StatusPF.Font = Enum.Font.Highway
- StatusPF.FontSize = Enum.FontSize.Size24
- StatusPF.Text = "Status:"
- StatusPF.TextColor3 = Color3.new(1, 1, 1)
- StatusPF.TextSize = 20
- StatusPF.TextStrokeColor3 = Color3.new(0.333333, 0.333333, 0.333333)
- StatusPF.TextStrokeTransparency = 0
- StatusPF.TextWrapped = true
- Status.Name = "Status"
- Status.Parent = BG
- Status.BackgroundColor3 = Color3.new(1, 1, 1)
- Status.BackgroundTransparency = 1
- Status.Position = UDim2.new(0.580952346, 0, 0.708661377, 0)
- Status.Size = UDim2.new(0, 56, 0, 20)
- Status.Font = Enum.Font.Highway
- Status.FontSize = Enum.FontSize.Size14
- Status.Text = "off"
- Status.TextColor3 = Color3.new(0.666667, 0, 0)
- Status.TextScaled = true
- Status.TextSize = 14
- Status.TextStrokeColor3 = Color3.new(0.180392, 0, 0.431373)
- Status.TextWrapped = true
- Status.TextXAlignment = Enum.TextXAlignment.Left
- Credit.Name = "Credit"
- Credit.Parent = BG
- Credit.BackgroundColor3 = Color3.new(1, 1, 1)
- Credit.BackgroundTransparency = 1
- Credit.Position = UDim2.new(0.195238099, 0, 0.866141737, 0)
- Credit.Size = UDim2.new(0, 128, 0, 17)
- Credit.Font = Enum.Font.SourceSans
- Credit.FontSize = Enum.FontSize.Size18
- Credit.Text = "Created by KingLuna"
- Credit.TextColor3 = Color3.new(1, 1, 1)
- Credit.TextSize = 16
- Credit.TextStrokeColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- Credit.TextStrokeTransparency = 0
- Credit.TextWrapped = true
- Toggle.MouseButton1Click:connect(function()
- if Status.Text == "off" then
- Clipon = true
- Status.Text = "on"
- Status.TextColor3 = Color3.new(0,185,0)
- Stepped = game:GetService("RunService").Stepped:Connect(function()
- if not Clipon == false then
- for a, b in pairs(Workspace:GetChildren()) do
- if b.Name == Plr.Name then
- for i, v in pairs(Workspace[Plr.Name]:GetChildren()) do
- if v:IsA("BasePart") then
- v.CanCollide = false
- end end end end
- else
- Stepped:Disconnect()
- end
- end)
- elseif Status.Text == "on" then
- Clipon = false
- Status.Text = "off"
- Status.TextColor3 = Color3.new(170,0,0)
- end
- end)
- local Button = MainTab:CreateButton({
- Name = "Blox Fruits"
- Info = "Blox Fruits"
- Interact = "Changable"
- Callback = function ()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/xQuartyx/DonateMe/main/OldBf"))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Killer Hub"
- Info = "Killer Hub"
- Interact = "Changable"
- Callback = function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/Rr6htCmm'),true))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Tool Teleport"
- Info = "Tool Teleport"
- Interact = "Changable"
- Callback = function()
- mouse = game.Players.LocalPlayer:GetMouse()
- tool = Instance.new("Tool")
- tool.RequiresHandle = false
- tool.Name = "Equip to Click TP"
- 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
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Nameless Admin"
- Info = "Admin"
- Interact = "Changable"
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/FilteringEnabled/NamelessAdmin/main/Source'))()
- end,
- })
- -- Creating the main panel
- local panel = Instance.new("ScreenGui")
- panel.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- -- Creating a frame for the panel
- local frame = Instance.new("Frame")
- frame.Size = UDim2.new(1, 0, 1, 0)
- frame.BackgroundColor3 = Color3.fromRGB(255, 0, 0) -- Bright red
- frame.Parent = panel
- -- Add a button for the Brookhaven R4D script
- local brookhavenButton = Instance.new("TextButton")
- brookhavenButton.Size = UDim2.new(0.4, 0, 0.1, 0)
- brookhavenButton.Position = UDim2.new(0.3, 0, 0.4, 0)
- brookhavenButton.BackgroundColor3 = Color3.fromRGB(0, 0, 255) -- Bright blue
- brookhavenButton.Text = "Brookhaven R4D Script"
- brookhavenButton.TextColor3 = Color3.fromRGB(255, 255, 255) -- White text
- brookhavenButton.Parent = frame
- -- Function to execute the Brookhaven R4D script when the button is clicked
- brookhavenButton.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/M1ZZ001/BrookhavenR4D/main/Brookhaven%20R4D%20Script'))()
- end)
- -- Add a button for the trolling script
- local trollButton = Instance.new("TextButton")
- trollButton.Size = UDim2.new(0.4, 0, 0.1, 0)
- trollButton.Position = UDim2.new(0.3, 0, 0.6, 0)
- trollButton.BackgroundColor3 = Color3.fromRGB(255, 255, 0) -- Bright yellow
- trollButton.Text = "Troll"
- trollButton.TextColor3 = Color3.fromRGB(0, 0, 0) -- Black text
- trollButton.Parent = frame
- -- Function to activate the trolling script when the button is clicked
- trollButton.MouseButton1Click:Connect(function()
- local trollScript = Instance.new("ScreenGui")
- trollScript.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- local trollTextLabel = Instance.new("TextLabel")
- trollTextLabel.Size = UDim2.new(1, 0, 1, 0)
- trollTextLabel.Text = "You just activated the trolling script!"
- trollTextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) -- White text
- trollTextLabel.BackgroundTransparency = 1
- trollTextLabel.TextScaled = true
- trollTextLabel.Parent = trollScript
- end)
- -- Add a trolling animation
- while true do
- frame.BackgroundColor3 = Color3.new(math.random(), math.random(), math.random())
- wait(0.1)
- end
- -- Creating the main panel
- local panel = Instance.new("ScreenGui")
- panel.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- -- Creating a frame for the panel
- local frame = Instance.new("Frame")
- frame.Size = UDim2.new(1, 0, 1, 0)
- frame.BackgroundColor3 = Color3.fromRGB(255, 0, 0) -- Bright red
- frame.Parent = panel
- -- Add a button for the Brookhaven R4D script
- local brookhavenButton = Instance.new("TextButton")
- brookhavenButton.Size = UDim2.new(0.4, 0, 0.1, 0)
- brookhavenButton.Position = UDim2.new(0.3, 0, 0.4, 0)
- brookhavenButton.BackgroundColor3 = Color3.fromRGB(0, 0, 255) -- Bright blue
- brookhavenButton.Text = "Brookhaven R4D Script"
- brookhavenButton.TextColor3 = Color3.fromRGB(255, 255, 255) -- White text
- brookhavenButton.Parent = frame
- -- Function to execute the Brookhaven R4D script when the button is clicked
- brookhavenButton.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/M1ZZ001/BrookhavenR4D/main/Brookhaven%20R4D%20Script'))()
- end)
- -- Add a button for the trolling script
- local trollButton = Instance.new("TextButton")
- trollButton.Size = UDim2.new(0.4, 0, 0.1, 0)
- trollButton.Position = UDim2.new(0.3, 0, 0.6, 0)
- trollButton.BackgroundColor3 = Color3.fromRGB(255, 255, 0) -- Bright yellow
- trollButton.Text = "Troll"
- trollButton.TextColor3 = Color3.fromRGB(0, 0, 0) -- Black text
- trollButton.Parent = frame
- -- Function to activate the trolling script when the button is clicked
- trollButton.MouseButton1Click:Connect(function()
- local trollScript = Instance.new("ScreenGui")
- trollScript.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- local trollTextLabel = Instance.new("TextLabel")
- trollTextLabel.Size = UDim2.new(1, 0, 1, 0)
- trollTextLabel.Text = "You just activated the trolling script!"
- trollTextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) -- White text
- trollTextLabel.BackgroundTransparency = 1
- trollTextLabel.TextScaled = true
- trollTextLabel.Parent = trollScript
- end)
- -- Add a trolling animation
- while true do
- frame.BackgroundColor3 = Color3.new(math.random(), math.random(), math.random())
- wait(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment