Advertisement
GOLDENCHEATSYT

hat hub remake v2

Feb 12th, 2021
21,941
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.13 KB | None | 0 0
  1. ------------------
  2.  
  3.  
  4.  
  5. ----------_Games Supported are Ragdoll engine
  6. print ("Detecting if any game is supported")
  7.  
  8. if game.PlaceId == 2041312716 then
  9. print ("Hat hub has detected ragdoll engine... Loading GUI")
  10. loadstring(game:HttpGet(('https://gitlab.com/Tsuniox/lua-stuff/-/raw/master/RagdollEngineGUI.lua'),true))()
  11. end
  12.  
  13.  
  14.  
  15. ---------GUI
  16. print ("Loading GUI")
  17.  
  18.  
  19.  
  20.  
  21. print ("Loading GUI")
  22.  
  23.  
  24.  
  25. local MainUI = Instance.new("ScreenGui")
  26. local Container = Instance.new("Frame")
  27. local TextLabel = Instance.new("TextLabel")
  28. local TextLabel_2 = Instance.new("TextLabel")
  29. local TextButton = Instance.new("TextButton")
  30. local TextButton_2 = Instance.new("TextButton")
  31. local TextButton_3 = Instance.new("TextButton")
  32. local TextButton_4 = Instance.new("TextButton")
  33. local TextButton_5 = Instance.new("TextButton")
  34. local TextButton_6 = Instance.new("TextButton")
  35. local Tab1 = Instance.new("TextButton")
  36. local Tab1_2 = Instance.new("TextButton")
  37. local Tab1_3 = Instance.new("TextButton")
  38. local Tab1_4 = Instance.new("TextButton")
  39.  
  40. --Properties:
  41.  
  42. MainUI.Name = "MainUI"
  43. MainUI.Parent = game.CoreGui
  44. MainUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  45.  
  46. Container.Name = "Container"
  47. Container.Parent = MainUI
  48. Container.BackgroundColor3 = Color3.fromRGB(22, 22, 22)
  49. Container.BorderColor3 = Color3.fromRGB(255, 170, 0)
  50. Container.Position = UDim2.new(0.299465179, 0, 0.285714298, 0)
  51. Container.Size = UDim2.new(0, 395, 0, 245)
  52. Container.Active = true
  53. Container.Draggable = true
  54.  
  55. print ("Loading Buttons")
  56.  
  57.  
  58. TextLabel.Parent = Container
  59. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  60. TextLabel.BackgroundTransparency = 3.000
  61. TextLabel.Position = UDim2.new(-0.0191846527, 0, -0.0244755242, 0)
  62. TextLabel.Size = UDim2.new(0, 66, 0, 43)
  63. TextLabel.Font = Enum.Font.SourceSans
  64. TextLabel.Text = "Hat"
  65. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  66. TextLabel.TextSize = 32.000
  67.  
  68. TextLabel_2.Parent = Container
  69. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  70. TextLabel_2.Position = UDim2.new(0.122587487, 0, 0, 0)
  71. TextLabel_2.Size = UDim2.new(0, 54, 0, 30)
  72. TextLabel_2.Font = Enum.Font.SourceSans
  73. TextLabel_2.Text = "Hub"
  74. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  75. TextLabel_2.TextSize = 32.000
  76.  
  77. TextButton.Parent = Container
  78. TextButton.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  79. TextButton.BorderColor3 = Color3.fromRGB(255, 170, 0)
  80. TextButton.Position = UDim2.new(0.684558153, 0, 0.118631527, 0)
  81. TextButton.Size = UDim2.new(0, 108, 0, 34)
  82. TextButton.Font = Enum.Font.SourceSans
  83. TextButton.Text = "PP"
  84. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  85. TextButton.TextSize = 40.000
  86. TextButton.MouseButton1Down:connect(function()
  87. wait(0.3)
  88. game:GetService("StarterGui"):SetCore("SendNotification", {
  89. Title = "Hat Hub Remake!";
  90. Text = "Must Wear 9 fedora hats and be r6!. ";
  91. })
  92.  
  93. loadstring(game:HttpGet("https://pastebin.com/raw/Kb0xnjEZ", true))()
  94.  
  95. end)
  96.  
  97. TextButton_2.Parent = Container
  98. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  99. TextButton_2.BorderColor3 = Color3.fromRGB(255, 170, 0)
  100. TextButton_2.Position = UDim2.new(0.383292377, 0, 0.118631527, 0)
  101. TextButton_2.Size = UDim2.new(0, 108, 0, 34)
  102. TextButton_2.Font = Enum.Font.SourceSans
  103. TextButton_2.Text = "Net Bypass"
  104. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  105. TextButton_2.TextSize = 26.000
  106. TextButton_2.MouseButton1Down:connect(function()
  107. print ("Net is now Inf, This might not affect if your not running it on exploits like krnl or synapse.")
  108. game["Run Service"].RenderStepped:connect(function()
  109. settings().Physics.AllowSleep = false
  110. setsimulationradius(math.huge*math.huge,math.huge*math.huge)
  111. end)
  112. end)
  113.  
  114. TextButton_3.Parent = Container
  115. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  116. TextButton_3.BorderColor3 = Color3.fromRGB(255, 170, 0)
  117. TextButton_3.Position = UDim2.new(0.383292377, 0, 0.296405941, 0)
  118. TextButton_3.Size = UDim2.new(0, 108, 0, 34)
  119. TextButton_3.Font = Enum.Font.SourceSans
  120. TextButton_3.Text = "Orbit"
  121. TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  122. TextButton_3.TextSize = 26.000
  123. TextButton_3.MouseButton1Down:connect(function()
  124. wait(0.3)
  125. game:GetService("StarterGui"):SetCore("SendNotification", {
  126. Title = "Hat Hub Remake!";
  127. Text = "Commands: .orbit (Name) .speed.";
  128. })
  129.  
  130.  
  131.  
  132. loadstring(game:HttpGet("https://pastebin.com/raw/4B4fktPS", true))()
  133. end)
  134.  
  135.  
  136. TextButton_4.Parent = Container
  137. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  138. TextButton_4.BorderColor3 = Color3.fromRGB(255, 170, 0)
  139. TextButton_4.Position = UDim2.new(0.684558213, 0, 0.296406001, 0)
  140. TextButton_4.Size = UDim2.new(0, 108, 0, 34)
  141. TextButton_4.Font = Enum.Font.SourceSans
  142. TextButton_4.Text = "Car"
  143. TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  144. TextButton_4.TextSize = 26.000
  145. TextButton_4.MouseButton1Down:connect(function()
  146. loadstring(game:HttpGet('https://raw.githubusercontent.com/MonkoTubeYT/carscript/master/!carscript.lua',true))()
  147. end)
  148.  
  149.  
  150. TextButton_5.Parent = Container
  151. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  152. TextButton_5.BorderColor3 = Color3.fromRGB(255, 170, 0)
  153. TextButton_5.Position = UDim2.new(0.383292377, 0, 0.472884506, 0)
  154. TextButton_5.Size = UDim2.new(0, 108, 0, 34)
  155. TextButton_5.Font = Enum.Font.SourceSans
  156. TextButton_5.Text = "Build"
  157. TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  158. TextButton_5.TextSize = 26.000
  159. TextButton_5.MouseButton1Down:connect(function()
  160. setclipboard ("no cursing!")
  161. print ("Copied Key")
  162. wait(0.3)
  163. game:GetService("StarterGui"):SetCore("SendNotification", {
  164. Title = "Fe Bulding!";
  165. Text = "Key has been copied. Paste it in the gui. ";
  166. })
  167.  
  168. _G.CheckCustomBuilds = true
  169. _G.DefaulBuilds = true
  170. _G.Barrier = true
  171. _G.bridge2 = true
  172. _G.bridge4 = true
  173. _G.ladder = true
  174. _G.Nazi = true
  175. _G.penis = true
  176. _G.platform = true
  177. _G.stairs = true
  178. _G.BigPP = true
  179.  
  180. _G.RGB = false
  181. _G.RGBswitchDelay = .4
  182.  
  183. _G.RejoinWaitDelayForReExecute = 5 -- tell how long the script will wait before rejoining (for synapse script queing)
  184.  
  185. loadstring(game:HttpGet("https://ssbtools.netlify.app/assets/storage/LOADSTRING_SCRIPT2.txt"))()
  186. end)
  187.  
  188. TextButton_6.Parent = Container
  189. TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  190. TextButton_6.BorderColor3 = Color3.fromRGB(255, 170, 0)
  191. TextButton_6.Position = UDim2.new(0.684558213, 0, 0.472884446, 0)
  192. TextButton_6.Size = UDim2.new(0, 108, 0, 34)
  193. TextButton_6.Font = Enum.Font.SourceSans
  194. TextButton_6.Text = "Smile"
  195. TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
  196. TextButton_6.TextSize = 26.000
  197. TextButton_6.MouseButton1Down:connect(function()
  198. loadstring(game:HttpGet("https://ghostbin.co/paste/zspcs/raw", true))()
  199. end)
  200.  
  201.  
  202. Tab1.Name = "Tab1"
  203. Tab1.Parent = Container
  204. Tab1.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  205. Tab1.Position = UDim2.new(0.0313990712, 0, 0.181668222, 0)
  206. Tab1.Size = UDim2.new(0, 110, 0, 56)
  207. Tab1.Font = Enum.Font.SourceSans
  208. Tab1.Text = "Scripts"
  209. Tab1.TextColor3 = Color3.fromRGB(0, 0, 0)
  210. Tab1.TextSize = 35.000
  211.  
  212.  
  213.  
  214.  
  215.  
  216. Tab1_2.Name = "Tab1"
  217. Tab1_2.Parent = Container
  218. Tab1_2.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  219. Tab1_2.Position = UDim2.new(0.0313990712, 0, 0.712280452, 0)
  220. Tab1_2.Size = UDim2.new(0, 110, 0, 56)
  221. Tab1_2.Font = Enum.Font.SourceSans
  222. Tab1_2.Text = "Updates"
  223. Tab1_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  224. Tab1_2.TextSize = 35.000
  225.  
  226. Tab1_3.Name = "Tab1"
  227. Tab1_3.Parent = Container
  228. Tab1_3.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  229. Tab1_3.Position = UDim2.new(0.0313990712, 0, 0.44289273, 0)
  230. Tab1_3.Size = UDim2.new(0, 110, 0, 56)
  231. Tab1_3.Font = Enum.Font.SourceSans
  232. Tab1_3.Text = "Games"
  233. Tab1_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  234. Tab1_3.TextSize = 35.000
  235.  
  236. Tab1_4.Name = "Tab1"
  237. Tab1_4.Parent = Container
  238. Tab1_4.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  239. Tab1_4.Position = UDim2.new(0.421266973, 0, 0.671464205, 0)
  240. Tab1_4.Size = UDim2.new(0, 189, 0, 51)
  241. Tab1_4.Font = Enum.Font.SourceSans
  242. Tab1_4.Text = "Hat Hub Cracked"
  243. Tab1_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  244. Tab1_4.TextSize = 32.000
  245. Tab1_4.MouseButton1Down:connect(function()
  246. loadstring(game:HttpGet("https://pastebin.com/raw/BH2xHN8S", true))()
  247. end)
  248.  
  249.  
  250. -----------------
  251. print ("Loaded! Enjoy Using Hat Hub Remake + Hat Hub Cracked (:")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement