Advertisement
DarkHarw

Harwotak's HUB

Feb 4th, 2022 (edited)
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.44 KB | None | 0 0
  1. if game.PlaceId == 86322978 then
  2. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  3. local Window = Library.CreateLib("Harwotak's HUB (game Ultimate random night Supported enjoy)", "Sentinel")
  4.  
  5. -- Main
  6. local Main = Window:NewTab("Main")
  7. local MainSection = Main:NewSection("Main")
  8. MainSection:NewButton("Give Night Guard INF power", "This will add guard 420billion power every sec", function()
  9. local ohString1 = "Usage"
  10. local ohNumber2 = -420000000000
  11.  
  12. game:GetService("ReplicatedStorage").ChangeGameValue:FireServer(ohString1, ohNumber2)
  13. end)
  14. MainSection:NewButton("Cut Off Night Guards Power", "This will delete all guard power", function()
  15. local ohString1 = "Usage"
  16. local ohNumber2 = 9.9e+18
  17.  
  18. game:GetService("ReplicatedStorage").ChangeGameValue:FireServer(ohString1, ohNumber2)
  19. end)
  20. MainSection:NewButton("Add unlimited music box", "This will set the music box to 420000000", function()
  21. local ohString1 = "Wound"
  22. local ohNumber2 = 420000000
  23.  
  24. game:GetService("ReplicatedStorage").ChangeGameValue:FireServer(ohString1, ohNumber2)
  25. end)
  26. MainSection:NewButton("This will disable music box", "This will set the music box to negative 420000000", function()
  27. local ohString1 = "Wound"
  28. local ohNumber2 = -420000000
  29.  
  30. game:GetService("ReplicatedStorage").ChangeGameValue:FireServer(ohString1, ohNumber2)
  31. end)
  32. MainSection:NewButton("Force jumpscare", "This will force jumpscare doesnt work if ur phantom", function()
  33. game:GetService("ReplicatedStorage").CallToJumpscare:FireServer()
  34. end)
  35. MainSection:NewButton("Kill guard", "This will instantly kill guard", function()
  36. local ohString1 = "GameOver"
  37. local ohBoolean2 = true
  38.  
  39. game:GetService("ReplicatedStorage").ChangeGameValue:FireServer(ohString1, ohBoolean2)
  40. end)
  41. MainSection:NewButton("Tempature 420BILLION so hot", "This will set the Tempature to 420billion", function()
  42. local ohString1 = "PreferedTemperature"
  43. local ohNumber2 = 420000000000
  44.  
  45. game:GetService("ReplicatedStorage").ChangeGameValue:FireServer(ohString1, ohNumber2)
  46. end)
  47. MainSection:NewButton("Tempature negative 420BILLION SOOO COLD", "sets tempature to negative 420000000000", function()
  48. local ohString1 = "PreferedTemperature"
  49. local ohNumber2 = -420000000000
  50.  
  51. game:GetService("ReplicatedStorage").ChangeGameValue:FireServer(ohString1, ohNumber2)
  52. end)
  53. MainSection:NewButton("Force turn on Control Panel", "Turns on control panel of night guard", function()
  54. local ohCFrame1 = CFrame.new(217.891998, 5.65532732, -126.302483, -1, 6.62775168e-10, -7.86945353e-09, 0, 0.99647218, 0.0839241296, 7.89731303e-09, 0.0839241296, -0.99647218)
  55.  
  56. game:GetService("ReplicatedStorage").ControlPanel:FireServer(ohCFrame1)
  57. end)
  58. MainSection:NewButton("Toogle mask", "Toogle mask on and off works if ur not a guard", function()
  59. local args = {
  60. [1] = CFrame.new(Vector3.new(217.89178466797, 5.6553287506104, -126.30247497559), Vector3.new(0.086881242692471, -0.083924129605293, 0.99267739057541))
  61. }
  62.  
  63. game:GetService("ReplicatedStorage").Mask:FireServer(unpack(args))
  64. end)
  65. MainSection:NewButton("!Give all errors!", "This will give all errors to the guard", function (v)
  66. game.ReplicatedStorage.ChangeGameValue:FireServer("Audio Error",true)
  67. game.ReplicatedStorage.ChangeGameValue:FireServer("AC Error",true)
  68. game.ReplicatedStorage.ChangeGameValue:FireServer("Camera Error",true)
  69. game.ReplicatedStorage.ChangeGameValue:FireServer("Door Error",true)
  70. game.ReplicatedStorage.ChangeGameValue:FireServer("Light Error",true)
  71. end)
  72. MainSection:NewButton("!Disable all errors!", "This will disable all errors", function (v)
  73. game.ReplicatedStorage.ChangeGameValue:FireServer("Audio Error",false)
  74. game.ReplicatedStorage.ChangeGameValue:FireServer("AC Error",false)
  75. game.ReplicatedStorage.ChangeGameValue:FireServer("Camera Error",false)
  76. game.ReplicatedStorage.ChangeGameValue:FireServer("Door Error",false)
  77. game.ReplicatedStorage.ChangeGameValue:FireServer("Light Error",false)
  78. end)
  79.  
  80. --Enable Errors
  81.  
  82. local MainSection = Main:NewSection("Give errors")
  83. MainSection:NewButton("Give ventilation error", "This will Give Ventilation error", function (v)
  84. game.ReplicatedStorage.ChangeGameValue:FireServer("AC Error",true)
  85. end)
  86. MainSection:NewButton("Give camera error", "This will Give Camera error", function (v)
  87. game.ReplicatedStorage.ChangeGameValue:FireServer("Camera Error",true)
  88. end)
  89. MainSection:NewButton("Give door error", "This will Give door error", function(v)
  90. game.ReplicatedStorage.ChangeGameValue:FireServer("Door Error",true)
  91. end)
  92. MainSection:NewButton("Give audio error", "This will Give audio error", function(v)
  93. game.ReplicatedStorage.ChangeGameValue:FireServer("Audio Error",true)
  94. end)
  95. MainSection:NewButton("Give light error", "This will Give lights error", function(v)
  96. game.ReplicatedStorage.ChangeGameValue:FireServer("Light Error",true)
  97. end)
  98.  
  99. --Disable Errors
  100.  
  101. local MainSection = Main:NewSection("Disable errors")
  102. MainSection:NewButton("Disable ventilation error", "This will Disable Ventilation error", function (v)
  103. game.ReplicatedStorage.ChangeGameValue:FireServer("AC Error",false)
  104. end)
  105. MainSection:NewButton("Disable camera error", "This will Disable Camera error", function (v)
  106. game.ReplicatedStorage.ChangeGameValue:FireServer("Camera Error",false)
  107. end)
  108. MainSection:NewButton("Disable door error", "This will Disable door error", function(v)
  109. game.ReplicatedStorage.ChangeGameValue:FireServer("Door Error",false)
  110. end)
  111. MainSection:NewButton("Disable audio error", "This will Disable audio error", function(v)
  112. game.ReplicatedStorage.ChangeGameValue:FireServer("Audio Error",false)
  113. end)
  114. MainSection:NewButton("Disable lights error", "This will Disable lights error", function(v)
  115. game.ReplicatedStorage.ChangeGameValue:FireServer("Light Error",false)
  116. end)
  117. local MainSection = Main:NewSection("Others")
  118. MainSection:NewButton("Infinite yield FE admin", "Gives u most used/popular fe admin", function()
  119. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  120. end)
  121.  
  122.  
  123. --Sounds
  124. local Sounds = Window:NewTab("Sounds")
  125. local SoundsSection = Sounds:NewSection("ALL OF THE SCRIPTS ARE SERVERSIDED")
  126. SoundsSection:NewLabel("Sounds")
  127. SoundsSection:NewButton("Funtime foxy jumpscare sound", "Play jumpscare sound of Funtime Foxy", function(v)
  128. loadstring(game:HttpGet("https://pastebin.com/raw/NWDPT4se", true))()
  129. end)
  130. SoundsSection:NewButton("Toy Freddy lost the game voiceline", "Play sound of toy freddy losing a game", function(v)
  131. local ohString1 = "rbxassetid://2075000638"
  132. local ohNumber2 = 0.75
  133. local ohNumber3 = 30
  134. local ohCFrame4 = CFrame.new(233.759995, 5.75569344, -49.6347656, -0.998178959, 1.13688998e-06, 0.0603216477, 0.0116332155, 0.981231272, 0.192483336, -0.0591892675, 0.192834541, -0.979444504)
  135.  
  136. game:GetService("ReplicatedStorage").PlaySound:FireServer(ohString1, ohNumber2, ohNumber3, ohCFrame4)
  137. end)
  138. SoundsSection:NewButton("Lefty SHHHH voiceline", "Play lefty one of the voicelines", function(v)
  139. local ohString1 = "rbxassetid://2074975001"
  140. local ohNumber2 = 0.75
  141. local ohNumber3 = 15
  142. local ohCFrame4 = CFrame.new(244.247162, 4.3904047, -107.228424, -0.983100832, 0.18303825, -0.00312141469, 0.181433126, 0.976467967, 0.116585925, 0.0243876483, 0.114049405, -0.993175745)
  143.  
  144. game:GetService("ReplicatedStorage").PlaySound:FireServer(ohString1, ohNumber2, ohNumber3, ohCFrame4)
  145. end)
  146. SoundsSection:NewButton("Toy Freddy getting ready to jumpscare voiceline", "This will play Toy Freddy voiceline", function (v)
  147. local ohString1 = "rbxassetid://2301649680"
  148. local ohNumber2 = 1
  149. local ohNumber3 = 30
  150. local ohCFrame4 = CFrame.new(233.759995, 5.79620171, -49.9578438, -1, 8.8817842e-16, -8.74227766e-08, 0, 1, 0, 8.74227766e-08, 0, -1)
  151.  
  152. game:GetService("ReplicatedStorage").PlaySound:FireServer(ohString1, ohNumber2, ohNumber3, ohCFrame4)
  153. end)
  154. SoundsSection:NewButton("Lefty Jumpscare sound", "This will play Lefty kill sound", function (v)
  155. local ohString1 = "rbxassetid://2050546175"
  156. local ohNumber2 = 0.7
  157. local ohNumber3 = 10
  158. local ohCFrame4 = CFrame.new(217.910004, 5.30000019, -123.114998, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  159.  
  160. game:GetService("ReplicatedStorage").PlaySound:FireServer(ohString1, ohNumber2, ohNumber3, ohCFrame4)
  161. end)
  162.  
  163.  
  164. -- Player
  165. local Player = Window:NewTab("Player")
  166. local PlayerSection = Player:NewSection("Player")
  167. PlayerSection:NewButton("Fullbright toogle just click twice to disable", "This Fullbright was made by The Letter B", function(v)
  168. loadstring(game:HttpGet("https://pastebin.com/raw/06iG6YkU", true))()
  169. end)
  170. local PlayerSection = Player:NewSection("Teleports")
  171. PlayerSection:NewButton("Teleport to the office", "This Teleports u in front of night guard", function(v)
  172. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(218, 4, -116)
  173. end)
  174. PlayerSection:NewButton("Teleport to the left door", "Teleports u to the left door", function(v)
  175. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(200.884827, 4.31466198, -115.186058, 0.484327465, 0.000756846857, -0.874886453, 0.00986746326, 0.999931276, 0.00632753922, 0.87483114, -0.0116975112, 0.484286726)
  176. end)
  177. PlayerSection:NewButton("Teleport to the right door", "Teleports u to right door", function(v)
  178. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(233.339401, 4.30000925, -115.981148, 0.647911429, -3.87660037e-08, 0.76171571, -3.44083304e-08, 1, 8.01605609e-08, -0.76171571, -7.81463072e-08, 0.647911429)
  179. end)
  180. PlayerSection:NewButton("Teleport to the hallway", "Teleports u to the hallway", function(v)
  181. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(218.057571, 4.30000925, -104.083244, 0.999807477, -1.06201618e-07, 0.0196229462, 1.05713418e-07, 1, 2.591635e-08, -0.0196229462, -2.3836952e-08, 0.999807477)
  182. end)
  183. -- Credits
  184. local Credits = Window:NewTab("Credits")
  185. local Credits = Credits:NewSection("HUB Creator JanHarw489 aka Ossas")
  186. Credits:NewLabel("ALPHA TESTER CardingamesYT/CAT")
  187. Credits:NewLabel("BETA TESTER STALLION")
  188. Credits:NewLabel("BETA TESTER Awful Keith")
  189. Credits:NewLabel("BETA TESTER Doninator")
  190. local UIKeybind = Window:NewTab("SET UI KEYBIND")
  191. local UIKeybindSection = UIKeybind:NewSection("UI KEYBIND")
  192. UIKeybindSection:NewKeybind("UI KEYBIND", "UI KEYBIND", Enum.KeyCode.Insert, function(v)
  193. Library:ToggleUI()
  194. end)
  195. elseif game.PlaceId == 4898339524 then
  196. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  197. local Window = Library.CreateLib("Harwotak's HUB (Game Broken Ragdolls) Supported!! enjoy", "Sentinel")
  198.  
  199. -- Main
  200. local Main = Window:NewTab("Main")
  201. local MainSection = Main:NewSection("Main Featrues")
  202. MainSection:NewButton("Unlimited Highest Speed & Unlimited Total Distance Travelled", "Gives u unlimited Things", function(v)
  203. local ohTable1 = {}
  204. local ohNumber2 = math.huge
  205. local ohNumber3 = math.huge
  206.  
  207. game:GetService("ReplicatedStorage").Events.SummarizeStatus:FireServer(ohTable1, ohNumber2, ohNumber3, ohNumber1)
  208. end)
  209. -- Player
  210. local Player = Window:NewTab("Player")
  211. local PlayerSection = Player:NewSection("Player Featrues")
  212. PlayerSection:NewButton("Reset Character", "This will reset Character quick", function()
  213. game:GetService("ReplicatedStorage").Events.RestartPlayerEvent:FireServer()
  214. end)
  215. PlayerSection:NewToggle("Toogle Ragdoll", "Ragdoll toogle lol", function(state)
  216. if state then
  217. local ohBoolean1 = true
  218.  
  219. game:GetService("ReplicatedStorage").Modules.RagdollCaster_Module.RemoteEvent:FireServer(ohBoolean1)
  220. else
  221. local ohBoolean1 = false
  222.  
  223. game:GetService("ReplicatedStorage").Modules.RagdollCaster_Module.RemoteEvent:FireServer(ohBoolean1)
  224. end
  225. end)
  226. local Credits = Window:NewTab("Credits")
  227. local CreditsSection = Credits:NewSection("Discord")
  228. CreditsSection:NewButton("Discord link (it will be in dev console)", "it will pop up in dev console")
  229. warn("https://discord.gg/YzqnQMqzfD")
  230. warn("https://discord.gg/YzqnQMqzfD")
  231. warn("https://discord.gg/YzqnQMqzfD")
  232. warn("https://discord.gg/YzqnQMqzfD")
  233. warn("https://discord.gg/YzqnQMqzfD")
  234. warn("https://discord.gg/YzqnQMqzfD")
  235. warn("https://discord.gg/YzqnQMqzfD")
  236. warn("https://discord.gg/YzqnQMqzfD")
  237. warn("https://discord.gg/YzqnQMqzfD")
  238. warn("https://discord.gg/YzqnQMqzfD")
  239. warn("https://discord.gg/YzqnQMqzfD")
  240. warn("https://discord.gg/YzqnQMqzfD")
  241. warn("https://discord.gg/YzqnQMqzfD")
  242. warn("https://discord.gg/YzqnQMqzfD")
  243. warn("https://discord.gg/YzqnQMqzfD")
  244. warn("https://discord.gg/YzqnQMqzfD")
  245. warn("https://discord.gg/YzqnQMqzfD")
  246. warn("https://discord.gg/YzqnQMqzfD")
  247. warn("https://discord.gg/YzqnQMqzfD")
  248. warn("https://discord.gg/YzqnQMqzfD")
  249. warn("https://discord.gg/YzqnQMqzfD")
  250. warn("https://discord.gg/YzqnQMqzfD")
  251. warn("https://discord.gg/YzqnQMqzfD")
  252. warn("https://discord.gg/YzqnQMqzfD")
  253. warn("https://discord.gg/YzqnQMqzfD")
  254. warn("https://discord.gg/YzqnQMqzfD")
  255. warn("https://discord.gg/YzqnQMqzfD")
  256. warn("https://discord.gg/YzqnQMqzfD")
  257. warn("https://discord.gg/YzqnQMqzfD")
  258. warn("https://discord.gg/YzqnQMqzfD")
  259. warn("https://discord.gg/YzqnQMqzfD")
  260. warn("https://discord.gg/YzqnQMqzfD")
  261. warn("https://discord.gg/YzqnQMqzfD")
  262. msg = Instance.new("Message",workspace)
  263. msg.Text = "https://discord.gg/YzqnQMqzfD Created by Harwotak aka RX5PH1NX Thanks for using my HUB!"
  264. wait(20)
  265. game.Workspace.Message:Destroy()
  266. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement