Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Welcome to Reming Hub!
- HELL NAW ITS UPDATE LOG AND CREDITS TIME PLEASE NO
- Credits:
- UI: Max, nothinng
- Scripting: me (wercuhdhdhs), null
- Owner: me
- Update Log NOOOOOO:
- Version 3.0 Added Ice Hub
- Version 2.0 Added Kill Gui v2 Brookhaven
- Version 1.0 Just Released! Added JumpPower/Speed Modifier, Infinte Yield, Day/Night time Non FE
- Credit us or not lol-
- --]]
- local RemingHub = Instance.new("ScreenGui")
- local MainFrame = Instance.new("Frame")
- local Name = Instance.new("TextLabel")
- local SpeedBox = Instance.new("TextBox")
- local SpeedAdder = Instance.new("TextButton")
- local JumpPowerBox = Instance.new("TextBox")
- local JumpPowerAdder = Instance.new("TextButton")
- local NightTime = Instance.new("TextButton")
- local DayTime = Instance.new("TextButton")
- local InfinteYield = Instance.new("TextButton")
- local IceHub = Instance.new("TextButton")
- local BrookHavenTroll = Instance.new("TextButton")
- local ImageLabel = Instance.new("ImageLabel")
- local OpenClose = Instance.new("TextButton")
- --Properties:
- RemingHub.Name = "Reming Hub"
- RemingHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- RemingHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = RemingHub
- MainFrame.BackgroundColor3 = Color3.fromRGB(66, 66, 66)
- MainFrame.BorderSizePixel = 0
- MainFrame.Position = UDim2.new(0.346651793, 0, 0.127134725, 0)
- MainFrame.Size = UDim2.new(0, 417, 0, 393)
- MainFrame.Visible = false
- Name.Name = "Name"
- Name.Parent = MainFrame
- Name.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Name.BorderSizePixel = 0
- Name.Position = UDim2.new(0.100947537, 0, 0, 0)
- Name.Size = UDim2.new(0, 374, 0, 40)
- Name.Font = Enum.Font.SourceSans
- Name.Text = "Reming Hub"
- Name.TextColor3 = Color3.fromRGB(0, 0, 0)
- Name.TextScaled = true
- Name.TextSize = 14.000
- Name.TextStrokeColor3 = Color3.fromRGB(175, 175, 175)
- Name.TextStrokeTransparency = 0.000
- Name.TextWrapped = true
- SpeedBox.Name = "SpeedBox"
- SpeedBox.Parent = MainFrame
- SpeedBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- SpeedBox.Position = UDim2.new(0.0401943401, 0, 0.124704361, 0)
- SpeedBox.Size = UDim2.new(0, 111, 0, 47)
- SpeedBox.Font = Enum.Font.SciFi
- SpeedBox.PlaceholderText = "Enter Speed Here"
- SpeedBox.Text = ""
- SpeedBox.TextColor3 = Color3.fromRGB(0, 0, 0)
- SpeedBox.TextScaled = true
- SpeedBox.TextSize = 20.000
- SpeedBox.TextWrapped = true
- SpeedAdder.Name = "SpeedAdder"
- SpeedAdder.Parent = MainFrame
- SpeedAdder.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- SpeedAdder.Position = UDim2.new(0.0387330242, 0, 0.273469448, 0)
- SpeedAdder.Size = UDim2.new(0, 111, 0, 44)
- SpeedAdder.Style = Enum.ButtonStyle.RobloxRoundButton
- SpeedAdder.Font = Enum.Font.SciFi
- SpeedAdder.Text = "Set"
- SpeedAdder.TextColor3 = Color3.fromRGB(0, 0, 0)
- SpeedAdder.TextSize = 40.000
- SpeedAdder.TextWrapped = true
- JumpPowerBox.Name = "JumpPowerBox"
- JumpPowerBox.Parent = MainFrame
- JumpPowerBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- JumpPowerBox.Position = UDim2.new(0.365809411, 0, 0.124704361, 0)
- JumpPowerBox.Size = UDim2.new(0, 111, 0, 47)
- JumpPowerBox.Font = Enum.Font.SciFi
- JumpPowerBox.PlaceholderText = "Enter JumpPower Here"
- JumpPowerBox.Text = ""
- JumpPowerBox.TextColor3 = Color3.fromRGB(0, 0, 0)
- JumpPowerBox.TextScaled = true
- JumpPowerBox.TextSize = 20.000
- JumpPowerBox.TextWrapped = true
- JumpPowerAdder.Name = "JumpPowerAdder"
- JumpPowerAdder.Parent = MainFrame
- JumpPowerAdder.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- JumpPowerAdder.BorderColor3 = Color3.fromRGB(0, 0, 0)
- JumpPowerAdder.Position = UDim2.new(0.364520729, 0, 0.273469448, 0)
- JumpPowerAdder.Size = UDim2.new(0, 111, 0, 45)
- JumpPowerAdder.Style = Enum.ButtonStyle.RobloxRoundButton
- JumpPowerAdder.Font = Enum.Font.SciFi
- JumpPowerAdder.Text = "Set"
- JumpPowerAdder.TextColor3 = Color3.fromRGB(0, 0, 0)
- JumpPowerAdder.TextSize = 40.000
- JumpPowerAdder.TextWrapped = true
- NightTime.Name = "Night Time"
- NightTime.Parent = MainFrame
- NightTime.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- NightTime.Position = UDim2.new(0.700245976, 0, 0.273469418, 0)
- NightTime.Size = UDim2.new(0, 111, 0, 42)
- NightTime.Font = Enum.Font.SourceSans
- NightTime.Text = "Night Time (Not FE)"
- NightTime.TextColor3 = Color3.fromRGB(0, 0, 0)
- NightTime.TextScaled = true
- NightTime.TextSize = 14.000
- NightTime.TextWrapped = true
- DayTime.Name = "Day Time"
- DayTime.Parent = MainFrame
- DayTime.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- DayTime.Position = UDim2.new(0.700245976, 0, 0.413736612, 0)
- DayTime.Size = UDim2.new(0, 111, 0, 42)
- DayTime.Font = Enum.Font.SourceSans
- DayTime.Text = "Day Time (Not FE)"
- DayTime.TextColor3 = Color3.fromRGB(0, 0, 0)
- DayTime.TextScaled = true
- DayTime.TextSize = 14.000
- DayTime.TextWrapped = true
- InfinteYield.Name = "Infinte Yield"
- InfinteYield.Parent = MainFrame
- InfinteYield.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- InfinteYield.Position = UDim2.new(0.700245976, 0, 0.122332685, 0)
- InfinteYield.Size = UDim2.new(0, 111, 0, 46)
- InfinteYield.Font = Enum.Font.SourceSans
- InfinteYield.Text = "Infinte Yield"
- InfinteYield.TextColor3 = Color3.fromRGB(0, 0, 0)
- InfinteYield.TextScaled = true
- InfinteYield.TextSize = 14.000
- InfinteYield.TextWrapped = true
- IceHub.Name = "IceHub"
- IceHub.Parent = MainFrame
- IceHub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- IceHub.Position = UDim2.new(0.36451456, 0, 0.413736612, 0)
- IceHub.Size = UDim2.new(0, 111, 0, 42)
- IceHub.Font = Enum.Font.SourceSans
- IceHub.Text = "Ice Hub"
- IceHub.TextColor3 = Color3.fromRGB(0, 0, 0)
- IceHub.TextScaled = true
- IceHub.TextSize = 14.000
- IceHub.TextWrapped = true
- BrookHavenTroll.Name = "BrookHavenTroll"
- BrookHavenTroll.Parent = MainFrame
- BrookHavenTroll.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- BrookHavenTroll.Position = UDim2.new(0.0383754671, 0, 0.413736612, 0)
- BrookHavenTroll.Size = UDim2.new(0, 111, 0, 42)
- BrookHavenTroll.Font = Enum.Font.SourceSans
- BrookHavenTroll.Text = "Troll gui for BrookHaven"
- BrookHavenTroll.TextColor3 = Color3.fromRGB(0, 0, 0)
- BrookHavenTroll.TextScaled = true
- BrookHavenTroll.TextSize = 14.000
- BrookHavenTroll.TextWrapped = true
- ImageLabel.Parent = MainFrame
- ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageLabel.BackgroundTransparency = 1.000
- ImageLabel.Size = UDim2.new(0, 43, 0, 40)
- ImageLabel.Image = "http://www.roblox.com/asset/?id=8609188722"
- OpenClose.Name = "Open/Close"
- OpenClose.Parent = RemingHub
- OpenClose.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- OpenClose.BackgroundTransparency = 1.000
- OpenClose.Position = UDim2.new(0, 0, 0.90322578, 0)
- OpenClose.Size = UDim2.new(0, 54, 0, 51)
- OpenClose.Font = Enum.Font.SourceSans
- OpenClose.Text = "Open"
- OpenClose.TextColor3 = Color3.fromRGB(255, 255, 255)
- OpenClose.TextScaled = true
- OpenClose.TextSize = 14.000
- OpenClose.TextStrokeTransparency = 0.000
- OpenClose.TextWrapped = true
- -- Scripts:
- local function AELXXEL_fake_script() -- Name.Rainbower
- local script = Instance.new('LocalScript', Name)
- while wait() do
- script.Parent.TextColor3 = Color3.new(1,0,0)
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
- end
- for i=1,15 do
- game:GetService("RunService").RenderStepped:wait()
- script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
- end
- end
- end
- coroutine.wrap(AELXXEL_fake_script)()
- local function HXEY_fake_script() -- SpeedAdder.LocalScript
- local script = Instance.new('LocalScript', SpeedAdder)
- script.Parent.MouseButton1Click:Connect(function()
- local player = game.Players.LocalPlayer
- local setspeed = script.Parent.Parent.SpeedBox.Text
- local hum = game.Workspace:WaitForChild(player.Name).Humanoid
- if hum then
- hum.WalkSpeed = setspeed
- end
- end)
- end
- coroutine.wrap(HXEY_fake_script)()
- local function ULGKMP_fake_script() -- JumpPowerAdder.LocalScript
- local script = Instance.new('LocalScript', JumpPowerAdder)
- script.Parent.MouseButton1Click:Connect(function()
- local player = game.Players.LocalPlayer
- local setJump = script.Parent.Parent.JumpPowerBox.Text
- local hum = game.Workspace:WaitForChild(player.Name).Humanoid
- if hum then
- hum.JumpPower = setJump
- end
- end)
- end
- coroutine.wrap(ULGKMP_fake_script)()
- local function XVUAFBX_fake_script() -- NightTime.Rainbow Frame
- local script = Instance.new('LocalScript', NightTime)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(XVUAFBX_fake_script)()
- local function EKPFLQ_fake_script() -- NightTime.LocalScript
- local script = Instance.new('LocalScript', NightTime)
- script.Parent.MouseButton1Down:Connect(function()
- game.Lighting.ClockTime = 24
- end)
- end
- coroutine.wrap(EKPFLQ_fake_script)()
- local function LKID_fake_script() -- DayTime.Rainbow Frame
- local script = Instance.new('LocalScript', DayTime)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(LKID_fake_script)()
- local function OYUCUV_fake_script() -- DayTime.LocalScript
- local script = Instance.new('LocalScript', DayTime)
- script.Parent.MouseButton1Down:Connect(function()
- game.Lighting.ClockTime = 14
- end)
- end
- coroutine.wrap(OYUCUV_fake_script)()
- local function GGHA_fake_script() -- MainFrame.Smooth GUI Dragging
- local script = Instance.new('LocalScript', MainFrame)
- local UserInputService = game:GetService("UserInputService")
- local runService = (game:GetService("RunService"));
- local gui = script.Parent
- local dragging
- local dragInput
- local dragStart
- local startPos
- function Lerp(a, b, m)
- return a + (b - a) * m
- end;
- local lastMousePos
- local lastGoalPos
- local DRAG_SPEED = (8); -- // The speed of the UI darg.
- function Update(dt)
- if not (startPos) then return end;
- if not (dragging) and (lastGoalPos) then
- gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, lastGoalPos.X.Offset, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, lastGoalPos.Y.Offset, dt * DRAG_SPEED))
- return
- end;
- local delta = (lastMousePos - UserInputService:GetMouseLocation())
- local xGoal = (startPos.X.Offset - delta.X);
- local yGoal = (startPos.Y.Offset - delta.Y);
- lastGoalPos = UDim2.new(startPos.X.Scale, xGoal, startPos.Y.Scale, yGoal)
- gui.Position = UDim2.new(startPos.X.Scale, Lerp(gui.Position.X.Offset, xGoal, dt * DRAG_SPEED), startPos.Y.Scale, Lerp(gui.Position.Y.Offset, yGoal, dt * DRAG_SPEED))
- end;
- gui.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = gui.Position
- lastMousePos = UserInputService:GetMouseLocation()
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- gui.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- runService.Heartbeat:Connect(Update)
- end
- coroutine.wrap(GGHA_fake_script)()
- local function JQUXDB_fake_script() -- InfinteYield.Rainbow Frame
- local script = Instance.new('LocalScript', InfinteYield)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(JQUXDB_fake_script)()
- local function BERFOTX_fake_script() -- InfinteYield.LocalScript
- local script = Instance.new('LocalScript', InfinteYield)
- script.Parent.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"), true)()
- end)
- end
- coroutine.wrap(BERFOTX_fake_script)()
- local function SRVD_fake_script() -- IceHub.Rainbow Frame
- local script = Instance.new('LocalScript', IceHub)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(SRVD_fake_script)()
- local function DLRF_fake_script() -- IceHub.LocalScript
- local script = Instance.new('LocalScript', IceHub)
- script.Parent.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
- end)
- end
- coroutine.wrap(DLRF_fake_script)()
- local function JDZAFCY_fake_script() -- BrookHavenTroll.Rainbow Frame
- local script = Instance.new('LocalScript', BrookHavenTroll)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(JDZAFCY_fake_script)()
- local function TQOML_fake_script() -- BrookHavenTroll.LocalScript
- local script = Instance.new('LocalScript', BrookHavenTroll)
- script.Parent.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/IceMael7/Kill/main/Brookhaven'))()
- end)
- end
- coroutine.wrap(TQOML_fake_script)()
- local function KOEQUHT_fake_script() -- OpenClose.LocalScript
- local script = Instance.new('LocalScript', OpenClose)
- local GUI = script.Parent.Parent.MainFrame
- script.Parent.MouseButton1Click:Connect(function()
- if GUI.Visible == false then
- GUI.Visible = true
- script.Parent.Text = "Close"
- else
- GUI.Visible = false
- script.Parent.Text = "Open"
- end
- end)
- end
- coroutine.wrap(KOEQUHT_fake_script)()
Add Comment
Please, Sign In to add comment