Back to Scripts
TVmans script hub beta

TVmans script hub beta

ScriptBlox
Free

Game: Brookhaven 🏡RP

150 Views
1 Likes
1 Dislikes
luizgabrielpcicapui2

luizgabrielpcicapui2

offline

Features

my script

Script Code

local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()

local Window = Rayfield:CreateWindow({
   Name = "TV_man's script hub (brookhaven)",
   Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
   LoadingTitle = "TV_man's script hub",
   LoadingSubtitle = "by TV_man",
   ShowText = "", -- for mobile users to unhide rayfield, change if you'd like
   Theme = "Default", -- Check https://docs.sirius.menu/rayfield/configuration/themes

   ToggleUIKeybind = "K", -- The keybind to toggle the UI visibility (string like "K" or Enum.KeyCode)

   DisableRayfieldPrompts = false,
   DisableBuildWarnings = false, -- Prevents Rayfield from warning when the script has a version mismatch with the interface

   ConfigurationSaving = {
      Enabled = true,
      FolderName = nil, -- Create a custom folder for your hub/game
      FileName = "Big Hub"
   },

   Discord = {
      Enabled = false, -- Prompt the user to join your Discord server if their executor supports it
      Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ ABCD would be ABCD
      RememberJoins = true -- Set this to false to make them join the discord every time they load it up
   },

   KeySystem = false, -- Set this to true to use our key system
   KeySettings = {
      Title = "key system",
      Subtitle = "",
      Note = "https://rekonise.org/rks/A9xzWu", -- Use this to tell the user how to get a key
      FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
      SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
      GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
      Key = {"TVMANBESTHUBEVER"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
   }
})

local Tab = Window:CreateTab("Sounds", 4483362458) -- Title, Image
local Section = Tab:CreateSection("soundboards")

local Button = Tab:CreateButton({
   Name = "Soundboard gui",
   Callback = function()
      --[[
	WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
loadstring(game:HttpGet("https://raw.githubusercontent.com/nmalka01/nmalka01/refs/heads/main/Brookhaven_audio"))()
   -- The function that takes place when the button is pressed
   end,
})

local Tab = Window:CreateTab("tools", 4483362458) -- Title, Image
local Section = Tab:CreateSection("Fe tools")

local Button = Tab:CreateButton({
   Name = "Telekinesis(FE)(OP)",
   Callback = function()
      --[[
	WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
loadstring(game:HttpGet(('https://raw.githubusercontent.com/SAZXHUB/Control-update/main/README.md'),true))()
   -- The function that takes place when the button is pressed
   end,
})

local Button = Tab:CreateButton({
   Name = "TP tool(FE)",
   Callback = function()
      --[[
	WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
mouse = game.Players.LocalPlayer:GetMouse()
tool = Instance.new("Tool")
tool.RequiresHandle = false
tool.Name = "Tp tool(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
   -- The function that takes place when the button is pressed
   end,
})

local Tab = Window:CreateTab("Universal", 4483362458) -- Title, Image
local Section = Tab:CreateSection("Universal guis and script")

local Button = Tab:CreateButton({
   Name = "fly gui",
   Callback = function()
      --[[
	WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
loadstring(game:HttpGet("https://raw.githubusercontent.com/XNEOFF/FlyGuiV3/main/FlyGuiV3.txt"))()
   -- The function that takes place when the button is pressed
   end,
})

local Tab = Window:CreateTab("FE and OP", 4483362458) -- Title, Image
local Section = Tab:CreateSection("")

local Button = Tab:CreateButton({
   Name = "VIP rainbow name",
   Callback = function()
      --[[
	WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
]]
local args = {
    [1] = "OnVIPNameColor1",
    [2] = 2,
    [3] = 10
}

game:GetService("ReplicatedStorage").RE:FindFirstChild("1RPNam1eTex1t"):FireServer(unpack(args))

   -- The function that takes place when the button is pressed
   end,
})

local Button = Tab:CreateButton({
   Name = "click kill with cart",
   Callback = function()
      game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-212, -499, -627) --Read the instructions before you insert this.his.
   -- The function that takes place when the button is pressed
   end,
})

local Button = Tab:CreateButton({
   Name = "quircky cmd (FE)(OP)",
   Callback = function()
      -- QuirkyCMD made by quirky anime boy (smokedoutlocedout on discord)
-- Discord server with games list, plugins, etc:  https://discord.gg/aG6KdRje3x
-- Testing game: https://www.roblox.com/games/7593160773
loadstring(game:HttpGet("https://gist.github.com/someunknowndude/38cecea5be9d75cb743eac8b1eaf6758/raw"))()
   -- The function that takes place when the button is pressed
   end,
})

Rayfield:IsVisible()

Ratings & Reviews

No reviews yet. Be the first to review this script!

Comments (0)

Please login to comment

Login with Discord

Loading comments...