wercuhdhdhs

Reming Hub

Aug 7th, 2022 (edited)
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 14.89 KB | None | 0 0
  1. --[[
  2.  
  3. Welcome to Reming Hub!
  4. HELL NAW ITS UPDATE LOG AND CREDITS TIME PLEASE NO
  5.  
  6. Credits:
  7.  
  8. UI: Max, nothinng
  9. Scripting: me (wercuhdhdhs), null
  10. Owner: me
  11. Update Log NOOOOOO:
  12.  
  13. Version 3.0 Added Ice Hub
  14. Version 2.0 Added Kill Gui v2 Brookhaven
  15. Version 1.0 Just Released! Added JumpPower/Speed Modifier, Infinte Yield, Day/Night time Non FE
  16.  
  17. Credit us or not lol-
  18.  
  19. --]]
  20.  
  21.  
  22.  
  23. local RemingHub = Instance.new("ScreenGui")
  24. local MainFrame = Instance.new("Frame")
  25. local Name = Instance.new("TextLabel")
  26. local SpeedBox = Instance.new("TextBox")
  27. local SpeedAdder = Instance.new("TextButton")
  28. local JumpPowerBox = Instance.new("TextBox")
  29. local JumpPowerAdder = Instance.new("TextButton")
  30. local NightTime = Instance.new("TextButton")
  31. local DayTime = Instance.new("TextButton")
  32. local InfinteYield = Instance.new("TextButton")
  33. local IceHub = Instance.new("TextButton")
  34. local BrookHavenTroll = Instance.new("TextButton")
  35. local ImageLabel = Instance.new("ImageLabel")
  36. local OpenClose = Instance.new("TextButton")
  37.  
  38. --Properties:
  39.  
  40. RemingHub.Name = "Reming Hub"
  41. RemingHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  42. RemingHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  43.  
  44. MainFrame.Name = "MainFrame"
  45. MainFrame.Parent = RemingHub
  46. MainFrame.BackgroundColor3 = Color3.fromRGB(66, 66, 66)
  47. MainFrame.BorderSizePixel = 0
  48. MainFrame.Position = UDim2.new(0.346651793, 0, 0.127134725, 0)
  49. MainFrame.Size = UDim2.new(0, 417, 0, 393)
  50. MainFrame.Visible = false
  51.  
  52. Name.Name = "Name"
  53. Name.Parent = MainFrame
  54. Name.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  55. Name.BorderSizePixel = 0
  56. Name.Position = UDim2.new(0.100947537, 0, 0, 0)
  57. Name.Size = UDim2.new(0, 374, 0, 40)
  58. Name.Font = Enum.Font.SourceSans
  59. Name.Text = "Reming Hub"
  60. Name.TextColor3 = Color3.fromRGB(0, 0, 0)
  61. Name.TextScaled = true
  62. Name.TextSize = 14.000
  63. Name.TextStrokeColor3 = Color3.fromRGB(175, 175, 175)
  64. Name.TextStrokeTransparency = 0.000
  65. Name.TextWrapped = true
  66.  
  67. SpeedBox.Name = "SpeedBox"
  68. SpeedBox.Parent = MainFrame
  69. SpeedBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  70. SpeedBox.Position = UDim2.new(0.0401943401, 0, 0.124704361, 0)
  71. SpeedBox.Size = UDim2.new(0, 111, 0, 47)
  72. SpeedBox.Font = Enum.Font.SciFi
  73. SpeedBox.PlaceholderText = "Enter Speed Here"
  74. SpeedBox.Text = ""
  75. SpeedBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  76. SpeedBox.TextScaled = true
  77. SpeedBox.TextSize = 20.000
  78. SpeedBox.TextWrapped = true
  79.  
  80. SpeedAdder.Name = "SpeedAdder"
  81. SpeedAdder.Parent = MainFrame
  82. SpeedAdder.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  83. SpeedAdder.Position = UDim2.new(0.0387330242, 0, 0.273469448, 0)
  84. SpeedAdder.Size = UDim2.new(0, 111, 0, 44)
  85. SpeedAdder.Style = Enum.ButtonStyle.RobloxRoundButton
  86. SpeedAdder.Font = Enum.Font.SciFi
  87. SpeedAdder.Text = "Set"
  88. SpeedAdder.TextColor3 = Color3.fromRGB(0, 0, 0)
  89. SpeedAdder.TextSize = 40.000
  90. SpeedAdder.TextWrapped = true
  91.  
  92. JumpPowerBox.Name = "JumpPowerBox"
  93. JumpPowerBox.Parent = MainFrame
  94. JumpPowerBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  95. JumpPowerBox.Position = UDim2.new(0.365809411, 0, 0.124704361, 0)
  96. JumpPowerBox.Size = UDim2.new(0, 111, 0, 47)
  97. JumpPowerBox.Font = Enum.Font.SciFi
  98. JumpPowerBox.PlaceholderText = "Enter JumpPower Here"
  99. JumpPowerBox.Text = ""
  100. JumpPowerBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  101. JumpPowerBox.TextScaled = true
  102. JumpPowerBox.TextSize = 20.000
  103. JumpPowerBox.TextWrapped = true
  104.  
  105. JumpPowerAdder.Name = "JumpPowerAdder"
  106. JumpPowerAdder.Parent = MainFrame
  107. JumpPowerAdder.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  108. JumpPowerAdder.BorderColor3 = Color3.fromRGB(0, 0, 0)
  109. JumpPowerAdder.Position = UDim2.new(0.364520729, 0, 0.273469448, 0)
  110. JumpPowerAdder.Size = UDim2.new(0, 111, 0, 45)
  111. JumpPowerAdder.Style = Enum.ButtonStyle.RobloxRoundButton
  112. JumpPowerAdder.Font = Enum.Font.SciFi
  113. JumpPowerAdder.Text = "Set"
  114. JumpPowerAdder.TextColor3 = Color3.fromRGB(0, 0, 0)
  115. JumpPowerAdder.TextSize = 40.000
  116. JumpPowerAdder.TextWrapped = true
  117.  
  118. NightTime.Name = "Night Time"
  119. NightTime.Parent = MainFrame
  120. NightTime.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  121. NightTime.Position = UDim2.new(0.700245976, 0, 0.273469418, 0)
  122. NightTime.Size = UDim2.new(0, 111, 0, 42)
  123. NightTime.Font = Enum.Font.SourceSans
  124. NightTime.Text = "Night Time (Not FE)"
  125. NightTime.TextColor3 = Color3.fromRGB(0, 0, 0)
  126. NightTime.TextScaled = true
  127. NightTime.TextSize = 14.000
  128. NightTime.TextWrapped = true
  129.  
  130. DayTime.Name = "Day Time"
  131. DayTime.Parent = MainFrame
  132. DayTime.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  133. DayTime.Position = UDim2.new(0.700245976, 0, 0.413736612, 0)
  134. DayTime.Size = UDim2.new(0, 111, 0, 42)
  135. DayTime.Font = Enum.Font.SourceSans
  136. DayTime.Text = "Day Time (Not FE)"
  137. DayTime.TextColor3 = Color3.fromRGB(0, 0, 0)
  138. DayTime.TextScaled = true
  139. DayTime.TextSize = 14.000
  140. DayTime.TextWrapped = true
  141.  
  142. InfinteYield.Name = "Infinte Yield"
  143. InfinteYield.Parent = MainFrame
  144. InfinteYield.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  145. InfinteYield.Position = UDim2.new(0.700245976, 0, 0.122332685, 0)
  146. InfinteYield.Size = UDim2.new(0, 111, 0, 46)
  147. InfinteYield.Font = Enum.Font.SourceSans
  148. InfinteYield.Text = "Infinte Yield"
  149. InfinteYield.TextColor3 = Color3.fromRGB(0, 0, 0)
  150. InfinteYield.TextScaled = true
  151. InfinteYield.TextSize = 14.000
  152. InfinteYield.TextWrapped = true
  153.  
  154. IceHub.Name = "IceHub"
  155. IceHub.Parent = MainFrame
  156. IceHub.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  157. IceHub.Position = UDim2.new(0.36451456, 0, 0.413736612, 0)
  158. IceHub.Size = UDim2.new(0, 111, 0, 42)
  159. IceHub.Font = Enum.Font.SourceSans
  160. IceHub.Text = "Ice Hub"
  161. IceHub.TextColor3 = Color3.fromRGB(0, 0, 0)
  162. IceHub.TextScaled = true
  163. IceHub.TextSize = 14.000
  164. IceHub.TextWrapped = true
  165.  
  166. BrookHavenTroll.Name = "BrookHavenTroll"
  167. BrookHavenTroll.Parent = MainFrame
  168. BrookHavenTroll.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  169. BrookHavenTroll.Position = UDim2.new(0.0383754671, 0, 0.413736612, 0)
  170. BrookHavenTroll.Size = UDim2.new(0, 111, 0, 42)
  171. BrookHavenTroll.Font = Enum.Font.SourceSans
  172. BrookHavenTroll.Text = "Troll gui for BrookHaven"
  173. BrookHavenTroll.TextColor3 = Color3.fromRGB(0, 0, 0)
  174. BrookHavenTroll.TextScaled = true
  175. BrookHavenTroll.TextSize = 14.000
  176. BrookHavenTroll.TextWrapped = true
  177.  
  178. ImageLabel.Parent = MainFrame
  179. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  180. ImageLabel.BackgroundTransparency = 1.000
  181. ImageLabel.Size = UDim2.new(0, 43, 0, 40)
  182. ImageLabel.Image = "http://www.roblox.com/asset/?id=8609188722"
  183.  
  184. OpenClose.Name = "Open/Close"
  185. OpenClose.Parent = RemingHub
  186. OpenClose.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  187. OpenClose.BackgroundTransparency = 1.000
  188. OpenClose.Position = UDim2.new(0, 0, 0.90322578, 0)
  189. OpenClose.Size = UDim2.new(0, 54, 0, 51)
  190. OpenClose.Font = Enum.Font.SourceSans
  191. OpenClose.Text = "Open"
  192. OpenClose.TextColor3 = Color3.fromRGB(255, 255, 255)
  193. OpenClose.TextScaled = true
  194. OpenClose.TextSize = 14.000
  195. OpenClose.TextStrokeTransparency = 0.000
  196. OpenClose.TextWrapped = true
  197.  
  198. -- Scripts:
  199.  
  200. local function AELXXEL_fake_script() -- Name.Rainbower
  201.     local script = Instance.new('LocalScript', Name)
  202.  
  203.     while wait() do
  204.         script.Parent.TextColor3 = Color3.new(1,0,0)
  205.         for i=1,15 do
  206.             game:GetService("RunService").RenderStepped:wait()
  207.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  208.         end
  209.         for i=1,15 do
  210.             game:GetService("RunService").RenderStepped:wait()
  211.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  212.         end
  213.         for i=1,15 do
  214.             game:GetService("RunService").RenderStepped:wait()
  215.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  216.         end
  217.         for i=1,15 do
  218.             game:GetService("RunService").RenderStepped:wait()
  219.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  220.         end
  221.         for i=1,15 do
  222.             game:GetService("RunService").RenderStepped:wait()
  223.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  224.         end
  225.         for i=1,15 do
  226.             game:GetService("RunService").RenderStepped:wait()
  227.             script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  228.         end
  229.     end
  230. end
  231. coroutine.wrap(AELXXEL_fake_script)()
  232. local function HXEY_fake_script() -- SpeedAdder.LocalScript
  233.     local script = Instance.new('LocalScript', SpeedAdder)
  234.  
  235.     script.Parent.MouseButton1Click:Connect(function()
  236.         local player = game.Players.LocalPlayer
  237.         local setspeed = script.Parent.Parent.SpeedBox.Text
  238.         local hum = game.Workspace:WaitForChild(player.Name).Humanoid
  239.         if hum then
  240.             hum.WalkSpeed = setspeed
  241.         end
  242.     end)
  243. end
  244. coroutine.wrap(HXEY_fake_script)()
  245. local function ULGKMP_fake_script() -- JumpPowerAdder.LocalScript
  246.     local script = Instance.new('LocalScript', JumpPowerAdder)
  247.  
  248.     script.Parent.MouseButton1Click:Connect(function()
  249.         local player = game.Players.LocalPlayer
  250.         local setJump = script.Parent.Parent.JumpPowerBox.Text
  251.         local hum = game.Workspace:WaitForChild(player.Name).Humanoid
  252.         if hum then
  253.             hum.JumpPower = setJump
  254.         end
  255.     end)
  256. end
  257. coroutine.wrap(ULGKMP_fake_script)()
  258. local function XVUAFBX_fake_script() -- NightTime.Rainbow Frame
  259.     local script = Instance.new('LocalScript', NightTime)
  260.  
  261.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  262.    
  263.     counter = 0
  264.    
  265.     while wait(0.1)do
  266.      script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  267.      
  268.      counter = counter + 0.01
  269.     end
  270. end
  271. coroutine.wrap(XVUAFBX_fake_script)()
  272. local function EKPFLQ_fake_script() -- NightTime.LocalScript
  273.     local script = Instance.new('LocalScript', NightTime)
  274.  
  275.     script.Parent.MouseButton1Down:Connect(function()
  276.         game.Lighting.ClockTime = 24
  277.     end)
  278. end
  279. coroutine.wrap(EKPFLQ_fake_script)()
  280. local function LKID_fake_script() -- DayTime.Rainbow Frame
  281.     local script = Instance.new('LocalScript', DayTime)
  282.  
  283.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  284.    
  285.     counter = 0
  286.    
  287.     while wait(0.1)do
  288.      script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  289.      
  290.      counter = counter + 0.01
  291.     end
  292. end
  293. coroutine.wrap(LKID_fake_script)()
  294. local function OYUCUV_fake_script() -- DayTime.LocalScript
  295.     local script = Instance.new('LocalScript', DayTime)
  296.  
  297.     script.Parent.MouseButton1Down:Connect(function()
  298.         game.Lighting.ClockTime = 14
  299.     end)
  300. end
  301. coroutine.wrap(OYUCUV_fake_script)()
  302. local function GGHA_fake_script() -- MainFrame.Smooth GUI Dragging
  303.     local script = Instance.new('LocalScript', MainFrame)
  304.  
  305.     local UserInputService = game:GetService("UserInputService")
  306.     local runService = (game:GetService("RunService"));
  307.    
  308.     local gui = script.Parent
  309.    
  310.     local dragging
  311.     local dragInput
  312.     local dragStart
  313.     local startPos
  314.    
  315.     function Lerp(a, b, m)
  316.         return a + (b - a) * m
  317.     end;
  318.    
  319.     local lastMousePos
  320.     local lastGoalPos
  321.     local DRAG_SPEED = (8); -- // The speed of the UI darg.
  322.     function Update(dt)
  323.         if not (startPos) then return end;
  324.         if not (dragging) and (lastGoalPos) then
  325.             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))
  326.             return
  327.         end;
  328.    
  329.         local delta = (lastMousePos - UserInputService:GetMouseLocation())
  330.         local xGoal = (startPos.X.Offset - delta.X);
  331.         local yGoal = (startPos.Y.Offset - delta.Y);
  332.         lastGoalPos = UDim2.new(startPos.X.Scale, xGoal, startPos.Y.Scale, yGoal)
  333.         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))
  334.     end;
  335.    
  336.     gui.InputBegan:Connect(function(input)
  337.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  338.             dragging = true
  339.             dragStart = input.Position
  340.             startPos = gui.Position
  341.             lastMousePos = UserInputService:GetMouseLocation()
  342.    
  343.             input.Changed:Connect(function()
  344.                 if input.UserInputState == Enum.UserInputState.End then
  345.                     dragging = false
  346.                 end
  347.             end)
  348.         end
  349.     end)
  350.    
  351.     gui.InputChanged:Connect(function(input)
  352.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  353.             dragInput = input
  354.         end
  355.     end)
  356.    
  357.     runService.Heartbeat:Connect(Update)
  358. end
  359. coroutine.wrap(GGHA_fake_script)()
  360. local function JQUXDB_fake_script() -- InfinteYield.Rainbow Frame
  361.     local script = Instance.new('LocalScript', InfinteYield)
  362.  
  363.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  364.    
  365.     counter = 0
  366.    
  367.     while wait(0.1)do
  368.      script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  369.      
  370.      counter = counter + 0.01
  371.     end
  372. end
  373. coroutine.wrap(JQUXDB_fake_script)()
  374. local function BERFOTX_fake_script() -- InfinteYield.LocalScript
  375.     local script = Instance.new('LocalScript', InfinteYield)
  376.  
  377.     script.Parent.MouseButton1Down:Connect(function()
  378.         loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"), true)()
  379.     end)
  380. end
  381. coroutine.wrap(BERFOTX_fake_script)()
  382. local function SRVD_fake_script() -- IceHub.Rainbow Frame
  383.     local script = Instance.new('LocalScript', IceHub)
  384.  
  385.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  386.    
  387.     counter = 0
  388.    
  389.     while wait(0.1)do
  390.      script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  391.      
  392.      counter = counter + 0.01
  393.     end
  394. end
  395. coroutine.wrap(SRVD_fake_script)()
  396. local function DLRF_fake_script() -- IceHub.LocalScript
  397.     local script = Instance.new('LocalScript', IceHub)
  398.  
  399.     script.Parent.MouseButton1Down:Connect(function()
  400.         loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
  401.     end)
  402. end
  403. coroutine.wrap(DLRF_fake_script)()
  404. local function JDZAFCY_fake_script() -- BrookHavenTroll.Rainbow Frame
  405.     local script = Instance.new('LocalScript', BrookHavenTroll)
  406.  
  407.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  408.    
  409.     counter = 0
  410.    
  411.     while wait(0.1)do
  412.      script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  413.      
  414.      counter = counter + 0.01
  415.     end
  416. end
  417. coroutine.wrap(JDZAFCY_fake_script)()
  418. local function TQOML_fake_script() -- BrookHavenTroll.LocalScript
  419.     local script = Instance.new('LocalScript', BrookHavenTroll)
  420.  
  421.     script.Parent.MouseButton1Down:Connect(function()
  422.         loadstring(game:HttpGet('https://raw.githubusercontent.com/IceMael7/Kill/main/Brookhaven'))()
  423.     end)
  424. end
  425. coroutine.wrap(TQOML_fake_script)()
  426. local function KOEQUHT_fake_script() -- OpenClose.LocalScript
  427.     local script = Instance.new('LocalScript', OpenClose)
  428.  
  429.     local GUI = script.Parent.Parent.MainFrame
  430.    
  431.     script.Parent.MouseButton1Click:Connect(function()
  432.    
  433.     if GUI.Visible == false then
  434.    
  435.         GUI.Visible = true
  436.         script.Parent.Text = "Close"
  437.    
  438.      else
  439.    
  440.         GUI.Visible = false
  441.         script.Parent.Text = "Open"
  442.    
  443.     end
  444.     end)
  445.    
  446. end
  447. coroutine.wrap(KOEQUHT_fake_script)()
  448.  
Add Comment
Please, Sign In to add comment