GETFREEROBUX

HellHub Made By AaronHacks

Jan 16th, 2021
273
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 12.93 KB | None | 0 0
  1. --HellHub--
  2. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  3. Text = "Gui Made By AaronHacks";
  4. Color = Color3.new(255, 0, 0);
  5. Font = Enum.Font.SourceSansBold;
  6. FontSize = Enum.FontSize.Size24;
  7. })
  8.  
  9. wait(1)
  10.  
  11. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  12. Text = "Script Source : V3rmillion";
  13. Color = Color3.new(85, 255, 255);
  14. Font = Enum.Font.SourceSansBold;
  15. FontSize = Enum.FontSize.Size24;
  16. })
  17.  
  18. wait(1)
  19.  
  20. game.StarterGui:SetCore("SendNotification", {
  21. Title = "Wait 3 Seconds";
  22. Text = "Please Wait 3 Seconds";
  23. })
  24.  
  25. wait(3)
  26.  
  27. game.StarterGui:SetCore("SendNotification", {
  28. Title = "HellHub Loaded!";
  29. Text = "Gui Made By AaronHacks";
  30. })
  31.  
  32. -- Objects
  33.  
  34. local OwlHub = Instance.new("ScreenGui")
  35. local MainFrame = Instance.new("Frame")
  36. local Title = Instance.new("TextLabel")
  37. local Meepcity GUI = Instance.new("TextButton")
  38. local [FE] Block Head = instance.new("TextButton")
  39.  
  40.  
  41. -- Properties
  42.  
  43. OwlHub.Name = "OwlHub"
  44. OwlHub.Parent = game.CoreGui
  45.  
  46. MainFrame.Name = "MainFrame"
  47. MainFrame.Parent = OwlHub
  48. MainFrame.Active = true
  49. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  50. MainFrame.Position = UDim2.new(0.148325354, 0, 0.268686861, 0)
  51. MainFrame.Size = UDim2.new(0, 470, 0, 283)
  52. MainFrame.Visible = false
  53. MainFrame.Style = Enum.FrameStyle.RobloxSquare
  54. MainFrame.Draggable = true
  55.  
  56. Title.Name = "Title"
  57. Title.Parent = MainFrame
  58. Title.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  59. Title.Position = UDim2.new(-0.0170212761, 0, -0.0282685515, 0)
  60. Title.Size = UDim2.new(0, 470, 0, 30)
  61. Title.Font = Enum.Font.SourceSansBold
  62. Title.Text = "Meep City Gui"
  63. Title.TextColor3 = Color3.new(1, 1, 1)
  64. Title.TextSize = 25
  65. Title.TextStrokeTransparency = 0.10000000149012
  66.  
  67. Meepcity.Name = "Plus"
  68. Meepcity.Parent = MainFrame
  69. Meepcity.BackgroundColor3 = Color3.new(0, 0, 0)
  70. Meepcity.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  71. Meepcity.BorderSizePixel = 2
  72. Meepcity.Position = UDim2.new(0.0489361696, 0, 0.176678449, 0)
  73. Meepcity.Size = UDim2.new(0, 185, 0, 57)
  74. Meepcity.Font = Enum.Font.Cartoon
  75. Meepcity.Text = "Plus Game Pass"
  76. Meepcity.TextColor3 = Color3.new(1, 1, 1)
  77. Meepcity.TextSize = 20
  78. Meepcity.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  79. Meepcity.TextStrokeTransparency = 0
  80. Meepcity.MouseButton1Down:connect(function()
  81. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].PLUS.Value = true
  82. end)
  83.  
  84.  
  85. [FE] Block Head.Name = "Title"
  86. [FE] Block Head.Parent = MainFrame
  87. [FE] Block Head.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  88. [FE] Block Head.Position = UDim2.new(-0.0170212761, 0, -0.0282685515, 0)
  89. [FE] Block Head.Size = UDim2.new(0, 470, 0, 30)
  90. [FE] Block Head.Font = Enum.Font.SourceSansBold
  91. [FE] Block Head.Text = "[FE] Block Head"
  92. [FE] Block Head.TextColor3 = Color3.new(1, 1, 1)
  93. [FE] Block Head.TextSize = 25
  94. [FE] Block Head.TextStrokeTransparency = 0.1000000014
  95.  
  96. --[FE] Block Head
  97. game.Players.LocalPlayer.Character.Head.Mesh:Remove()
  98. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  99. if (v:IsA("Accessory")) then
  100. v.Parent = workspace
  101. end
  102. end
  103. --Meepcity Gui
  104. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  105. Text = "Gui Made By Anwarun";
  106. Color = Color3.new(255, 0, 0);
  107. Font = Enum.Font.SourceSansBold;
  108. FontSize = Enum.FontSize.Size24;
  109. })
  110.  
  111. wait(1)
  112.  
  113. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  114. Text = "Script Source : V3rmillion";
  115. Color = Color3.new(85, 255, 255);
  116. Font = Enum.Font.SourceSansBold;
  117. FontSize = Enum.FontSize.Size24;
  118. })
  119.  
  120. wait(1)
  121.  
  122. game.StarterGui:SetCore("SendNotification", {
  123. Title = "Wait 3 Seconds";
  124. Text = "Please Wait 3 Seconds";
  125. })
  126.  
  127. wait(3)
  128.  
  129. game.StarterGui:SetCore("SendNotification", {
  130. Title = "Anwarun Gui Loaded!";
  131. Text = "Gui Made By Anwarun";
  132. })
  133.  
  134. -- Objects
  135.  
  136. local MeepCity = Instance.new("ScreenGui")
  137. local MainFrame = Instance.new("Frame")
  138. local Title = Instance.new("TextLabel")
  139. local Plus = Instance.new("TextButton")
  140. local Bantuan = Instance.new("TextButton")
  141. local Made = Instance.new("TextLabel")
  142. local Tutup = Instance.new("TextButton")
  143. local Boom = Instance.new("TextButton")
  144. local Money = Instance.new("TextButton")
  145. local Chalk = Instance.new("TextButton")
  146. local BFrame = Instance.new("Frame")
  147. local Dudu = Instance.new("TextLabel")
  148. local BanTutup = Instance.new("TextButton")
  149. local BuFrame = Instance.new("Frame")
  150. local Buka = Instance.new("TextButton")
  151.  
  152. -- Properties
  153.  
  154. MeepCity.Name = "MeepCity"
  155. MeepCity.Parent = game.CoreGui
  156.  
  157. MainFrame.Name = "MainFrame"
  158. MainFrame.Parent = MeepCity
  159. MainFrame.Active = true
  160. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  161. MainFrame.Position = UDim2.new(0.148325354, 0, 0.268686861, 0)
  162. MainFrame.Size = UDim2.new(0, 470, 0, 283)
  163. MainFrame.Visible = false
  164. MainFrame.Style = Enum.FrameStyle.RobloxSquare
  165. MainFrame.Draggable = true
  166.  
  167. Title.Name = "Title"
  168. Title.Parent = MainFrame
  169. Title.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  170. Title.Position = UDim2.new(-0.0170212761, 0, -0.0282685515, 0)
  171. Title.Size = UDim2.new(0, 470, 0, 30)
  172. Title.Font = Enum.Font.SourceSansBold
  173. Title.Text = "Meep City Gui"
  174. Title.TextColor3 = Color3.new(1, 1, 1)
  175. Title.TextSize = 25
  176. Title.TextStrokeTransparency = 0.10000000149012
  177.  
  178. Plus.Name = "Plus"
  179. Plus.Parent = MainFrame
  180. Plus.BackgroundColor3 = Color3.new(0, 0, 0)
  181. Plus.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  182. Plus.BorderSizePixel = 2
  183. Plus.Position = UDim2.new(0.0489361696, 0, 0.176678449, 0)
  184. Plus.Size = UDim2.new(0, 185, 0, 57)
  185. Plus.Font = Enum.Font.Cartoon
  186. Plus.Text = "Plus Game Pass"
  187. Plus.TextColor3 = Color3.new(1, 1, 1)
  188. Plus.TextSize = 20
  189. Plus.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  190. Plus.TextStrokeTransparency = 0
  191. Plus.MouseButton1Down:connect(function()
  192. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].PLUS.Value = true
  193. end)
  194.  
  195. Bantuan.Name = "Bantuan"
  196. Bantuan.Parent = MainFrame
  197. Bantuan.BackgroundColor3 = Color3.new(0, 0, 0)
  198. Bantuan.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  199. Bantuan.BorderSizePixel = 2
  200. Bantuan.Position = UDim2.new(0.644680858, 0, 0.879858613, 0)
  201. Bantuan.Size = UDim2.new(0, 146, 0, 30)
  202. Bantuan.Font = Enum.Font.Cartoon
  203. Bantuan.Text = "Help"
  204. Bantuan.TextColor3 = Color3.new(1, 1, 1)
  205. Bantuan.TextSize = 20
  206. Bantuan.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  207. Bantuan.TextStrokeTransparency = 0
  208. Bantuan.MouseButton1Down:connect(function()
  209. BFrame.Visible = true
  210. end)
  211.  
  212. Made.Name = "Made"
  213. Made.Parent = MainFrame
  214. Made.BackgroundColor3 = Color3.new(0.247059, 0.247059, 0.247059)
  215. Made.BackgroundTransparency = 1
  216. Made.Position = UDim2.new(0.08723405, 0, 0.936395764, 0)
  217. Made.Size = UDim2.new(0, 59, 0, 15)
  218. Made.Font = Enum.Font.SourceSansBold
  219. Made.Text = "Gui Made By Anwarun"
  220. Made.TextColor3 = Color3.new(1, 1, 1)
  221. Made.TextSize = 19
  222. Made.TextStrokeTransparency = 0.10000000149012
  223.  
  224. Tutup.Name = "Tutup"
  225. Tutup.Parent = MainFrame
  226. Tutup.BackgroundColor3 = Color3.new(0, 0, 0)
  227. Tutup.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  228. Tutup.BorderSizePixel = 2
  229. Tutup.Position = UDim2.new(0.929787219, 0, -0.0282685515, 0)
  230. Tutup.Size = UDim2.new(0, 40, 0, 30)
  231. Tutup.Font = Enum.Font.Cartoon
  232. Tutup.Text = "X"
  233. Tutup.TextColor3 = Color3.new(1, 1, 1)
  234. Tutup.TextSize = 20
  235. Tutup.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  236. Tutup.TextStrokeTransparency = 0
  237. Tutup.MouseButton1Down:connect(function()
  238. MainFrame.Visible = false
  239. BuFrame.Visible = true
  240. end)
  241.  
  242. Boom.Name = "Boom"
  243. Boom.Parent = MainFrame
  244. Boom.BackgroundColor3 = Color3.new(0, 0, 0)
  245. Boom.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  246. Boom.BorderSizePixel = 2
  247. Boom.Position = UDim2.new(0.506383002, 0, 0.176678449, 0)
  248. Boom.Size = UDim2.new(0, 185, 0, 57)
  249. Boom.Font = Enum.Font.Cartoon
  250. Boom.Text = "Boom Box Pass"
  251. Boom.TextColor3 = Color3.new(1, 1, 1)
  252. Boom.TextSize = 20
  253. Boom.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  254. Boom.TextStrokeTransparency = 0
  255. Boom.MouseButton1Down:connect(function()
  256. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].BoomBox.Value = true
  257. end)
  258.  
  259. Money.Name = "Money"
  260. Money.Parent = MainFrame
  261. Money.BackgroundColor3 = Color3.new(0, 0, 0)
  262. Money.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  263. Money.BorderSizePixel = 2
  264. Money.Position = UDim2.new(0.506383002, 0, 0.455830395, 0)
  265. Money.Size = UDim2.new(0, 185, 0, 57)
  266. Money.Font = Enum.Font.Cartoon
  267. Money.Text = "Money Farm"
  268. Money.TextColor3 = Color3.new(1, 1, 1)
  269. Money.TextSize = 20
  270. Money.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  271. Money.TextStrokeTransparency = 0
  272. Money.MouseButton1Down:connect(function()
  273.  game.ReplicatedStorage.Connection:InvokeServer(9,2) --Made by Amicus Vale
  274. game.ReplicatedStorage.Connection:InvokeServer(50)
  275. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].PLUS.Value = true -- this will give you more money when you sell
  276. while wait() do
  277. game.ReplicatedStorage.Connection:InvokeServer(49)
  278. game.ReplicatedStorage.Connection:InvokeServer(51)
  279. end
  280. end)
  281.  
  282. Chalk.Name = "Chalk"
  283. Chalk.Parent = MainFrame
  284. Chalk.BackgroundColor3 = Color3.new(0, 0, 0)
  285. Chalk.BorderColor3 = Color3.new(0.333333, 0.333333, 0.333333)
  286. Chalk.BorderSizePixel = 2
  287. Chalk.Position = UDim2.new(0.0489361919, 0, 0.455830395, 0)
  288. Chalk.Size = UDim2.new(0, 185, 0, 57)
  289. Chalk.Font = Enum.Font.Cartoon
  290. Chalk.Text = "Chalk Pass"
  291. Chalk.TextColor3 = Color3.new(1, 1, 1)
  292. Chalk.TextSize = 20
  293. Chalk.TextStrokeColor3 = Color3.new(0.333333, 1, 1)
  294. Chalk.TextStrokeTransparency = 0
  295. Chalk.MouseButton1Down:connect(function()
  296. game.ReplicatedStorage.PlayerData[game.Players.LocalPlayer.UserId].ChalkPass.Value = true
  297. end)
  298.  
  299. BFrame.Name = "BFrame"
  300. BFrame.Parent = MeepCity
  301. BFrame.Active = true
  302. BFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  303. BFrame.Position = UDim2.new(0.185007975, 0, 0.282828301, 0)
  304. BFrame.Size = UDim2.new(0, 395, 0, 214)
  305. BFrame.Visible = false
  306. BFrame.Style = Enum.FrameStyle.RobloxSquare
  307. BFrame.Draggable = true
  308.  
  309. Dudu.Name = "Dudu"
  310. Dudu.Parent = BFrame
  311. Dudu.Active = true
  312. Dudu.BackgroundColor3 = Color3.new(1, 1, 1)
  313. Dudu.BackgroundTransparency = 1
  314. Dudu.Position = UDim2.new(-0.0202531647, 0, -0.0186915882, 0)
  315. Dudu.Size = UDim2.new(0, 395, 0, 206)
  316. Dudu.Font = Enum.Font.SourceSansBold
  317. Dudu.Text = "Money Farm : Go To Phising Place PHISING THE FISH AND SELL FISH                                                                                        PLUS PASS: YOU CAN GET WINGS IN SHOP                                        ANOTHER ? I DONT KNOW , BTW THX FOR USE THIS GUI :D                                                                                                                                    MADE BY : ANWARUN"
  318. Dudu.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  319. Dudu.TextSize = 19
  320. Dudu.TextWrapped = true
  321. Dudu.TextXAlignment = Enum.TextXAlignment.Left
  322. Dudu.TextYAlignment = Enum.TextYAlignment.Top
  323.  
  324. BanTutup.Name = "BanTutup"
  325. BanTutup.Parent = BFrame
  326. BanTutup.Active = false
  327. BanTutup.BackgroundColor3 = Color3.new(0, 0, 0)
  328. BanTutup.BorderColor3 = Color3.new(0.415686, 0.415686, 0.415686)
  329. BanTutup.BorderSizePixel = 2
  330. BanTutup.Position = UDim2.new(0.493670881, 0, 0.785046697, 0)
  331. BanTutup.Size = UDim2.new(0, 200, 0, 50)
  332. BanTutup.Font = Enum.Font.SourceSansBold
  333. BanTutup.Text = "TUTUP / CLOSE"
  334. BanTutup.TextColor3 = Color3.new(1, 1, 1)
  335. BanTutup.TextSize = 20
  336. BanTutup.MouseButton1Down:connect(function()
  337. BFrame.Visible = false
  338. end)
  339.  
  340. BuFrame.Name = "BuFrame"
  341. BuFrame.Parent = MeepCity
  342. BuFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  343. BuFrame.BorderColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  344. BuFrame.BorderSizePixel = 2
  345. BuFrame.Position = UDim2.new(0, 0, 0.474747479, 0)
  346. BuFrame.Size = UDim2.new(0, 179, 0, 52)
  347.  
  348. Buka.Name = "Buka"
  349. Buka.Parent = BuFrame
  350. Buka.BackgroundColor3 = Color3.new(1, 1, 1)
  351. Buka.BackgroundTransparency = 1
  352. Buka.Size = UDim2.new(0, 179, 0, 52)
  353. Buka.Font = Enum.Font.SourceSansBold
  354. Buka.Text = "BUKA / OPEN"
  355. Buka.TextColor3 = Color3.new(1, 1, 1)
  356. Buka.TextScaled = true
  357. Buka.TextSize = 14
  358. Buka.TextWrapped = true
  359. Buka.MouseButton1Down:connect(function()
  360. BuFrame.Visible = false
  361. MainFrame.Visible = true
  362. end)
  363.  
  364. --Owl Hub
  365. local old
  366. old = hookfunction(game.HttpGetAsync, function(inst, url, state)
  367.   url = url:gsub('CriShoux', 'SiLeNSwOrD')
  368.   return old(inst, url, state)
  369. end)
  370.  
  371. local old2
  372. old2 = hookfunction(game.HttpGet, function(inst, url, state)
  373.   url = url:gsub('CriShoux', 'SiLeNSwOrD')
  374.   return old2(inst, url, state)
  375. end)
  376.  
  377. loadstring(game:HttpGet("https://raw.githubusercontent.com/SiLeNSwOrD/OwlHub/master/OwlHub.txt%22))()
  378.  
  379. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  380. Text = "Gui Made By AaronHacks";
  381. Color = Color3.new(255, 0, 0);
  382. Font = Enum.Font.SourceSansBold;
  383. FontSize = Enum.FontSize.Size24;
  384. })
  385.  
  386. wait(1)
  387.  
  388. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  389. Text = "Script Source : V3rmillion";
  390. Color = Color3.new(85, 255, 255);
  391. Font = Enum.Font.SourceSansBold;
  392. FontSize = Enum.FontSize.Size24;
  393. })
  394.  
  395. wait(1)
  396.  
  397. game.StarterGui:SetCore("SendNotification", {
  398. Title = "Wait 3 Seconds";
  399. Text = "Please Wait 3 Seconds";
  400. })
  401.  
  402. wait(3)
  403.  
  404. game.StarterGui:SetCore("SendNotification", {
  405. Title = "HellHub Loaded!";
  406. Text = "Gui Made By AaronHacks Thanks to Birthday X!";
  407. })
  408.  
Advertisement
Add Comment
Please, Sign In to add comment