Advertisement
Guest User

usdfhbiusdfgusfd

a guest
Oct 22nd, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.69 KB | None | 0 0
  1. --Doge Hub made v0.5 made by cas#3544
  2.  
  3. -- Objects
  4.  
  5. local PARENT = Instance.new("ScreenGui")
  6. local Open = Instance.new("Frame")
  7. local OpenButton = Instance.new("TextButton")
  8. local MainUi = Instance.new("ScrollingFrame")
  9. local Rocky2u = Instance.new("TextButton")
  10. local Grab = Instance.new("TextButton")
  11. local ClickTP = Instance.new("TextButton")
  12. local Akbar = Instance.new("TextButton")
  13. local Titan = Instance.new("TextButton")
  14. local MusicGUI = Instance.new("TextButton")
  15. local UnHub = Instance.new("TextButton")
  16. local Weight = Instance.new("TextButton")
  17. local Exit = Instance.new("TextButton")
  18. local Title = Instance.new("TextLabel")
  19. local Credit = Instance.new("TextLabel")
  20. MainUi.Visible = false
  21. local ImageLabel = Instance.new("ImageLabel")
  22. local Blaster = Instance.new("TextButton")
  23. local Portal = Instance.new("TextButton")
  24. local Scythe = Instance.new("TextButton")
  25. local Btools = Instance.new("TextButton")
  26. local Lightning = Instance.new("TextButton")
  27. local Pokeball = Instance.new("TextButton")
  28.  
  29.  
  30. -- Properties
  31.  
  32. PARENT.Name = "PARENT"
  33. PARENT.Parent = game.CoreGui
  34.  
  35. Open.Name = "Open"
  36. Open.Parent = PARENT
  37. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  38. Open.BackgroundTransparency = 0.19999998807907
  39. Open.BorderColor3 = Color3.new(0.552941, 0.235294, 1)
  40. Open.Position = UDim2.new(0, 0, 0, 496)
  41. Open.Size = UDim2.new(0, 100, 0, 29)
  42.  
  43. OpenButton.Name = "OpenButton"
  44. OpenButton.Parent = Open
  45. OpenButton.BackgroundColor3 = Color3.new(0, 0, 0)
  46. OpenButton.BackgroundTransparency = 0.94999998807907
  47. OpenButton.BorderColor3 = Color3.new(0.552941, 0.235294, 1)
  48. OpenButton.BorderSizePixel = 2
  49. OpenButton.Size = UDim2.new(0, 100, 0, 29)
  50. OpenButton.Font = Enum.Font.SciFi
  51. OpenButton.FontSize = Enum.FontSize.Size24
  52. OpenButton.Text = "Open"
  53. OpenButton.TextColor3 = Color3.new(0.552941, 0.235294, 1)
  54. OpenButton.TextSize = 20
  55. OpenButton.MouseButton1Down:connect(function()
  56. OpenButton.Visible = false
  57. MainUi.Visible = true
  58. Open.Visible = false
  59. end)
  60.  
  61. MainUi.Name = "MainUi"
  62. MainUi.Parent = PARENT
  63. MainUi.BackgroundColor3 = Color3.new(0, 0, 0)
  64. MainUi.BackgroundTransparency = 0.25999999046326
  65. MainUi.BorderColor3 = Color3.new(0.552941, 0.235294, 1)
  66. MainUi.Position = UDim2.new(0, 304, 0, 190)
  67. MainUi.Size = UDim2.new(0, 374, 0, 433)
  68. MainUi.Active = true
  69. MainUi.Draggable = true
  70.  
  71. Rocky2u.Name = "Rocky2u"
  72. Rocky2u.Parent = MainUi
  73. Rocky2u.BackgroundColor3 = Color3.new(1, 1, 1)
  74. Rocky2u.BackgroundTransparency = 1
  75. Rocky2u.BorderColor3 = Color3.new(0.552941, 0.235294, 1)
  76. Rocky2u.Position = UDim2.new(0, 43, 0, 63)
  77. Rocky2u.Size = UDim2.new(0, 98, 0, 25)
  78. Rocky2u.Font = Enum.Font.SciFi
  79. Rocky2u.FontSize = Enum.FontSize.Size24
  80. Rocky2u.Text = "Rocky2u"
  81. Rocky2u.TextColor3 = Color3.new(0.552941, 0.235294, 1)
  82. Rocky2u.TextSize = 20
  83. Rocky2u.MouseButton1Down:connect(function()
  84. loadstring(game:GetObjects('rbxassetid://295850902')[1].Source)()
  85. end)
  86.  
  87. Grab.Name = "Grab"
  88. Grab.Parent = MainUi
  89. Grab.BackgroundColor3 = Color3.new(1, 1, 1)
  90. Grab.BackgroundTransparency = 1
  91. Grab.BorderColor3 = Color3.new(0.552941, 0.235294, 1)
  92. Grab.Position = UDim2.new(0, 225, 0, 63)
  93. Grab.Size = UDim2.new(0, 98, 0, 25)
  94. Grab.Font = Enum.Font.SciFi
  95. Grab.FontSize = Enum.FontSize.Size24
  96. Grab.Text = "Grab Knife V3"
  97. Grab.TextColor3 = Color3.new(0.552941, 0.235294, 1)
  98. Grab.TextSize = 20
  99. Grab.TextWrapped = true
  100. Grab.MouseButton1Down:connect(function()
  101. game:GetObjects("rbxassetid://365387823")[1].Parent = game.Players.LocalPlayer.PlayerScripts
  102. end)
  103.  
  104. ClickTP.Name = "ClickTP"
  105. ClickTP.Parent = MainUi
  106. ClickTP.BackgroundColor3 = Color3.new(1, 1, 1)
  107. ClickTP.BackgroundTransparency = 1
  108. ClickTP.BorderColor3 = Color3.new(0.552941, 0.235294, 1)
  109. ClickTP.Position = UDim2.new(0, 225, 0, 113)
  110. ClickTP.Size = UDim2.new(0, 98, 0, 25)
  111. ClickTP.Font = Enum.Font.SciFi
  112. ClickTP.FontSize = Enum.FontSize.Size24
  113. ClickTP.Text = "Click TP"
  114. ClickTP.TextColor3 = Color3.new(0.552941, 0.235294, 1)
  115. ClickTP.TextSize = 20
  116. ClickTP.MouseButton1Down:connect(function()
  117. loadstring(game:GetObjects("rbxassetid://1069888204")[1].Source)()
  118. end)
  119.  
  120. Akbar.Name = "Akbar"
  121. Akbar.Parent = MainUi
  122. Akbar.BackgroundColor3 = Color3.new(1, 1, 1)
  123. Akbar.BackgroundTransparency = 1
  124. Akbar.BorderColor3 = Color3.new(0.552941, 0.235294, 1)
  125. Akbar.Position = UDim2.new(0, 43, 0, 160)
  126. Akbar.Size = UDim2.new(0, 98, 0, 25)
  127. Akbar.Font = Enum.Font.SciFi
  128. Akbar.FontSize = Enum.FontSize.Size18
  129. Akbar.Text = "ALLUH AKBAR!"
  130. Akbar.TextColor3 = Color3.new(0.552941, 0.235294, 1)
  131. Akbar.TextSize = 18
  132. Akbar.MouseButton1Down:connect(function()
  133. loadstring(game:GetObjects("rbxassetid://1069899806")[1].Source)()
  134. end)
  135.  
  136. Titan.Name = "Titan"
  137. Titan.Parent = MainUi
  138. Titan.BackgroundColor3 = Color3.new(1, 1, 1)
  139. Titan.BackgroundTransparency = 1
  140. Titan.BorderColor3 = Color3.new(0.552941, 0.235294, 1)
  141. Titan.Position = UDim2.new(0, 225, 0, 160)
  142. Titan.Size = UDim2.new(0, 98, 0, 25)
  143. Titan.Font = Enum.Font.SciFi
  144. Titan.FontSize = Enum.FontSize.Size24
  145. Titan.Text = "Awesome Titan"
  146. Titan.TextColor3 = Color3.new(0.552941, 0.235294, 1)
  147. Titan.TextSize = 19
  148. Titan.MouseButton1Down:connect(function()
  149. loadstring(game:GetObjects("rbxassetid://1069907617")[1].Source)()
  150. end)
  151.  
  152. MusicGUI.Name = "Music Gui"
  153. MusicGUI.Parent = MainUi
  154. MusicGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  155. MusicGUI.BackgroundTransparency = 1
  156. MusicGUI.BorderColor3 = Color3.new(0.552941, 0.235294, 1)
  157. MusicGUI.Position = UDim2.new(0, 225, 0, 207)
  158. MusicGUI.Size = UDim2.new(0, 98, 0, 25)
  159. MusicGUI.Font = Enum.Font.SciFi
  160. MusicGUI.FontSize = Enum.FontSize.Size24
  161. MusicGUI.Text = "Music Gui"
  162. MusicGUI.TextColor3 = Color3.new(0.552941, 0.235294, 1)
  163. MusicGUI.TextSize = 19
  164. MusicGUI.MouseButton1Down:connect(function()
  165. loadstring(game:GetObjects("rbxassetid://1069926627")[1].Source)()
  166. end)
  167.  
  168. UnHub.Name = "UnHub"
  169. UnHub.Parent = MainUi
  170. UnHub.BackgroundColor3 = Color3.new(1, 1, 1)
  171. UnHub.BackgroundTransparency = 1
  172. UnHub.BorderColor3 = Color3.new(0.552941, 0.235294, 1)
  173. UnHub.Position = UDim2.new(0, 43, 0, 253)
  174. UnHub.Size = UDim2.new(0, 98, 0, 25)
  175. UnHub.Font = Enum.Font.SciFi
  176. UnHub.FontSize = Enum.FontSize.Size24
  177. UnHub.Text = "Unverifieds Hub"
  178. UnHub.TextColor3 = Color3.new(0.552941, 0.235294, 1)
  179. UnHub.TextSize = 19
  180. UnHub.MouseButton1Down:connect(function()
  181. loadstring(game:GetObjects("rbxassetid://1069932790")[1].Source)()
  182. end)
  183.  
  184. Weight.Name = "Weight"
  185. Weight.Parent = MainUi
  186. Weight.BackgroundColor3 = Color3.new(1, 1, 1)
  187. Weight.BackgroundTransparency = 1
  188. Weight.BorderColor3 = Color3.new(0.552941, 0.235294, 1)
  189. Weight.Position = UDim2.new(0, 225, 0, 252)
  190. Weight.Size = UDim2.new(0, 98, 0, 25)
  191. Weight.Font = Enum.Font.SciFi
  192. Weight.FontSize = Enum.FontSize.Size24
  193. Weight.Text = "Weight Lift. Sim."
  194. Weight.TextColor3 = Color3.new(0.552941, 0.235294, 1)
  195. Weight.TextSize = 19
  196. Weight.MouseButton1Down:connect(function()
  197. loadstring(game:GetObjects('rbxassetid://988498026')[1].Source)()
  198. end)
  199.  
  200. Exit.Name = "Exit"
  201. Exit.Parent = MainUi
  202. Exit.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  203. Exit.BackgroundTransparency = 0.20000000298023
  204. Exit.Position = UDim2.new(0, 335, 0, 0)
  205. Exit.Size = UDim2.new(0, 27, 0, 28)
  206. Exit.Font = Enum.Font.Arcade
  207. Exit.FontSize = Enum.FontSize.Size24
  208. Exit.Text = "X"
  209. Exit.TextSize = 19
  210. Exit.MouseButton1Down:connect(function()
  211. MainUi.Visible = false
  212. OpenButton.Visible = true
  213. Open.Visible = true
  214. end)
  215.  
  216. Title.Name = "Title"
  217. Title.Parent = MainUi
  218. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  219. Title.BackgroundTransparency = 1
  220. Title.Position = UDim2.new(0, 87, 0, 0)
  221. Title.Size = UDim2.new(0, 200, 0, 50)
  222. Title.Font = Enum.Font.SciFi
  223. Title.FontSize = Enum.FontSize.Size32
  224. Title.Text = "Friday"
  225. Title.TextColor3 = Color3.new(0.552941, 0.235294, 1)
  226. Title.TextSize = 32
  227.  
  228. Credit.Name = "Credit"
  229. Credit.Parent = MainUi
  230. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  231. Credit.BackgroundTransparency = 1
  232. Credit.Position = UDim2.new(0, 0, 0, 412)
  233. Credit.Size = UDim2.new(0, 130, 0, 21)
  234. Credit.Font = Enum.Font.SciFi
  235. Credit.FontSize = Enum.FontSize.Size18
  236. Credit.Text = "Made by cas#3544"
  237. Credit.TextColor3 = Color3.new(0.552941, 0.235294, 1)
  238. Credit.TextSize = 15
  239.  
  240. ImageLabel.Parent = MainUi
  241. ImageLabel.Active = true
  242. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  243. ImageLabel.BackgroundTransparency = 1
  244. ImageLabel.Size = UDim2.new(0, 57, 0, 53)
  245. ImageLabel.Image = "rbxassetid://1072987011"
  246.  
  247. Btools.Name = "Btools"
  248. Btools.Parent = MainUi
  249. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  250. Btools.BackgroundTransparency = 1
  251. Btools.BorderColor3 = Color3.new(0.552941, 0.235294, 1)
  252. Btools.Position = UDim2.new(0, 227, 0, 302)
  253. Btools.Size = UDim2.new(0, 98, 0, 25)
  254. Btools.Font = Enum.Font.SciFi
  255. Btools.FontSize = Enum.FontSize.Size24
  256. Btools.Text = "Silent Btools"
  257. Btools.TextColor3 = Color3.new(0.552941, 0.235294, 1)
  258. Btools.TextSize = 20
  259. Btools.MouseButton1Down:connect(function()
  260. loadstring(game:GetObjects("rbxassetid://282948276")[1].Source)()
  261. end)
  262.  
  263. Scythe.Name = "Scythe"
  264. Scythe.Parent = MainUi
  265. Scythe.BackgroundColor3 = Color3.new(1, 1, 1)
  266. Scythe.BackgroundTransparency = 1
  267. Scythe.BorderColor3 = Color3.new(0.552941, 0.235294, 1)
  268. Scythe.Position = UDim2.new(0, 43, 0, 302)
  269. Scythe.Size = UDim2.new(0, 98, 0, 25)
  270. Scythe.Font = Enum.Font.SciFi
  271. Scythe.FontSize = Enum.FontSize.Size24
  272. Scythe.Text = "Jordan's Scythe"
  273. Scythe.TextColor3 = Color3.new(0.552941, 0.235294, 1)
  274. Scythe.TextSize = 20
  275. Scythe.MouseButton1Down:connect(function()
  276. game:GetObjects("rbxassetid://337235215")[1].Parent=game.Players.LocalPlayer.PlayerGui
  277. end)
  278.  
  279. Portal.Name = "Portal"
  280. Portal.Parent = MainUi
  281. Portal.BackgroundColor3 = Color3.new(1, 1, 1)
  282. Portal.BackgroundTransparency = 1
  283. Portal.BorderColor3 = Color3.new(0.552941, 0.235294, 1)
  284. Portal.Position = UDim2.new(0, 43, 0, 207)
  285. Portal.Size = UDim2.new(0, 98, 0, 25)
  286. Portal.Font = Enum.Font.SciFi
  287. Portal.FontSize = Enum.FontSize.Size24
  288. Portal.Text = "Portal Gun"
  289. Portal.TextColor3 = Color3.new(0.552941, 0.235294, 1)
  290. Portal.TextSize = 20
  291. Portal.MouseButton1Down:connect(function()
  292. game:GetObjects("rbxassetid://51247349")[1].Parent=game.Players.LocalPlayer.Backpack
  293. end)
  294.  
  295. Blaster.Name = "Blaster"
  296. Blaster.Parent = MainUi
  297. Blaster.BackgroundColor3 = Color3.new(1, 1, 1)
  298. Blaster.BackgroundTransparency = 1
  299. Blaster.BorderColor3 = Color3.new(0.552941, 0.235294, 1)
  300. Blaster.Position = UDim2.new(0, 43, 0, 112)
  301. Blaster.Size = UDim2.new(0, 98, 0, 25)
  302. Blaster.Font = Enum.Font.SciFi
  303. Blaster.FontSize = Enum.FontSize.Size24
  304. Blaster.Text = "Star Wars Blaster"
  305. Blaster.TextColor3 = Color3.new(0.552941, 0.235294, 1)
  306. Blaster.TextSize = 19
  307. Blaster.MouseButton1Down:connect(function()
  308. game:GetObjects("rbxassetid://331178476")[1].Parent = game.Players.LocalPlayer.Backpack
  309. end)
  310.  
  311. Lightning.Name = "Lightning"
  312. Lightning.Parent = MainUi
  313. Lightning.BackgroundColor3 = Color3.new(1, 1, 1)
  314. Lightning.BackgroundTransparency = 1
  315. Lightning.BorderColor3 = Color3.new(0.552941, 0.235294, 1)
  316. Lightning.Position = UDim2.new(0, 44, 0, 346)
  317. Lightning.Size = UDim2.new(0, 98, 0, 25)
  318. Lightning.Font = Enum.Font.SciFi
  319. Lightning.FontSize = Enum.FontSize.Size24
  320. Lightning.Text = "Lightning"
  321. Lightning.TextColor3 = Color3.new(0.552941, 0.235294, 1)
  322. Lightning.TextSize = 20
  323. Lightning.MouseButton1Down:connect(function()
  324. game:GetObjects("rbxassetid://43703853")[1].Parent=game.Players.LocalPlayer.Backpack
  325. end)
  326.  
  327. Pokeball.Name = "Pokeball"
  328. Pokeball.Parent = MainUi
  329. Pokeball.BackgroundColor3 = Color3.new(1, 1, 1)
  330. Pokeball.BackgroundTransparency = 1
  331. Pokeball.BorderColor3 = Color3.new(0.552941, 0.235294, 1)
  332. Pokeball.Position = UDim2.new(0, 226, 0, 347)
  333. Pokeball.Size = UDim2.new(0, 98, 0, 25)
  334. Pokeball.Font = Enum.Font.SciFi
  335. Pokeball.FontSize = Enum.FontSize.Size24
  336. Pokeball.Text = "Pokeball"
  337. Pokeball.TextColor3 = Color3.new(0.552941, 0.235294, 1)
  338. Pokeball.TextSize = 20
  339. Pokeball.MouseButton1Down:connect(function()
  340. game:GetObjects("rbxassetid://28224824")[1].Parent=game.Players.LocalPlayer.Backpack
  341. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement