Advertisement
Guest User

LegoSmasherV1

a guest
Jun 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.86 KB | None | 0 0
  1. --Made by YoutubePlays#3605 on Discord
  2. --This is my Third GUI.
  3. --Don't be mad if anything isn't as good as you thought it would be!
  4.  
  5.  
  6. local LegoSmasherV1 = Instance.new("ScreenGui")
  7. local LoginFrame = Instance.new("Frame")
  8. local bar1 = Instance.new("Frame")
  9. local bar2 = Instance.new("Frame")
  10. local MainTitle = Instance.new("TextLabel")
  11. local UserBox = Instance.new("TextBox")
  12. local PassBox = Instance.new("TextBox")
  13. local LoginBut = Instance.new("TextButton")
  14. local lsidebar2 = Instance.new("Frame")
  15. local lsidebar1 = Instance.new("Frame")
  16. local lbotbar3 = Instance.new("Frame")
  17. local MainFrame = Instance.new("Frame")
  18. local hbar1 = Instance.new("Frame")
  19. local hbar2 = Instance.new("Frame")
  20. local hTitle = Instance.new("TextLabel")
  21. local hbotbar3 = Instance.new("Frame")
  22. local hsidebar1 = Instance.new("Frame")
  23. local hsidebar2 = Instance.new("Frame")
  24. local Credits = Instance.new("TextLabel")
  25. local hsbut1 = Instance.new("TextButton")
  26. local hsbut2 = Instance.new("TextButton")
  27. local hsbut3 = Instance.new("TextButton")
  28. local hsbut4 = Instance.new("TextButton")
  29. local hsbut5 = Instance.new("TextButton")
  30. local hsbut6 = Instance.new("TextButton")
  31. local hsbut7 = Instance.new("TextButton")
  32. local hsbut8 = Instance.new("TextButton")
  33. local hsbut9 = Instance.new("TextButton")
  34. local hsbut10 = Instance.new("TextButton")
  35. local hsbut11 = Instance.new("TextButton")
  36. local hsbut12 = Instance.new("TextButton")
  37. local hExit = Instance.new("TextButton")
  38. --Properties:
  39. LegoSmasherV1.Name = "LegoSmasher V1"
  40. LegoSmasherV1.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  41. LegoSmasherV1.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  42. LegoSmasherV1.ResetOnSpawn = false
  43.  
  44. LoginFrame.Name = "LoginFrame"
  45. LoginFrame.Parent = LegoSmasherV1
  46. LoginFrame.Active = true
  47. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  48. LoginFrame.BackgroundTransparency = 0.079999998211861
  49. LoginFrame.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  50. LoginFrame.BorderSizePixel = 2
  51. LoginFrame.Position = UDim2.new(0.651569784, 0, 0.321533918, 0)
  52. LoginFrame.Selectable = true
  53. LoginFrame.Size = UDim2.new(0, 221, 0, 309)
  54. LoginFrame.Visible = true
  55. LoginFrame.Draggable = true
  56.  
  57. bar1.Name = "bar1"
  58. bar1.Parent = LoginFrame
  59. bar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  60. bar1.BorderSizePixel = 0
  61. bar1.Size = UDim2.new(0, 221, 0, 31)
  62.  
  63. bar2.Name = "bar2"
  64. bar2.Parent = LoginFrame
  65. bar2.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  66. bar2.BorderColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  67. bar2.Position = UDim2.new(0, 0, 0.100323625, 0)
  68. bar2.Size = UDim2.new(0, 221, 0, 7)
  69.  
  70. MainTitle.Name = "MainTitle"
  71. MainTitle.Parent = LoginFrame
  72. MainTitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  73. MainTitle.BackgroundTransparency = 1
  74. MainTitle.BorderSizePixel = 0
  75. MainTitle.Size = UDim2.new(0, 221, 0, 31)
  76. MainTitle.Font = Enum.Font.SciFi
  77. MainTitle.Text = "LegoSmasher V1"
  78. MainTitle.TextColor3 = Color3.new(1, 1, 1)
  79. MainTitle.TextSize = 24
  80. MainTitle.TextWrapped = true
  81.  
  82. UserBox.Name = "UserBox"
  83. UserBox.Parent = LoginFrame
  84. UserBox.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  85. UserBox.BorderSizePixel = 0
  86. UserBox.Position = UDim2.new(0.104072399, 0, 0.275080889, 0)
  87. UserBox.Size = UDim2.new(0, 175, 0, 33)
  88. UserBox.Font = Enum.Font.SciFi
  89. UserBox.Text = "Username"
  90. UserBox.TextColor3 = Color3.new(1, 1, 1)
  91. UserBox.TextSize = 23
  92. UserBox.TextXAlignment = Enum.TextXAlignment.Left
  93.  
  94. PassBox.Name = "PassBox"
  95. PassBox.Parent = LoginFrame
  96. PassBox.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  97. PassBox.BorderSizePixel = 0
  98. PassBox.Position = UDim2.new(0.0995475128, 0, 0.446601957, 0)
  99. PassBox.Size = UDim2.new(0, 175, 0, 33)
  100. PassBox.Font = Enum.Font.SciFi
  101. PassBox.Text = "Password"
  102. PassBox.TextColor3 = Color3.new(1, 1, 1)
  103. PassBox.TextSize = 23
  104. PassBox.TextWrapped = true
  105. PassBox.TextXAlignment = Enum.TextXAlignment.Left
  106.  
  107. LoginBut.Name = "LoginBut"
  108. LoginBut.Parent = LoginFrame
  109. LoginBut.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  110. LoginBut.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  111. LoginBut.BorderSizePixel = 3
  112. LoginBut.Position = UDim2.new(0.230769232, 0, 0.750809014, 0)
  113. LoginBut.Size = UDim2.new(0, 118, 0, 32)
  114. LoginBut.Font = Enum.Font.SciFi
  115. LoginBut.Text = "Login"
  116. LoginBut.TextColor3 = Color3.new(1, 1, 1)
  117. LoginBut.TextSize = 20
  118.  
  119. LoginBut.MouseButton1Down:connect(function()
  120. if UserBox.Text == "robux" and PassBox.Text == "third" then
  121. LoginFrame.Visible = false
  122. MainFrame.Visible = true
  123.  
  124. end
  125.  
  126. end)
  127.  
  128. lsidebar2.Name = "lsidebar2"
  129. lsidebar2.Parent = LoginFrame
  130. lsidebar2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  131. lsidebar2.BorderSizePixel = 0
  132. lsidebar2.Position = UDim2.new(0.97285068, 0, 0, 0)
  133. lsidebar2.Size = UDim2.new(0, 6, 0, 309)
  134.  
  135. lsidebar1.Name = "lsidebar1"
  136. lsidebar1.Parent = LoginFrame
  137. lsidebar1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  138. lsidebar1.BorderSizePixel = 0
  139. lsidebar1.Size = UDim2.new(0, 6, 0, 309)
  140.  
  141. lbotbar3.Name = "lbotbar3"
  142. lbotbar3.Parent = LoginFrame
  143. lbotbar3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  144. lbotbar3.BorderSizePixel = 0
  145. lbotbar3.Position = UDim2.new(0, 0, 0.980582535, 0)
  146. lbotbar3.Size = UDim2.new(0, 221, 0, 6)
  147.  
  148. MainFrame.Name = "MainFrame"
  149. MainFrame.Parent = LegoSmasherV1
  150. MainFrame.Active = true
  151. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  152. MainFrame.BackgroundTransparency = 0.079999998211861
  153. MainFrame.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  154. MainFrame.BorderSizePixel = 2
  155. MainFrame.Position = UDim2.new(0.085686475, 0, 0.206489637, 0)
  156. MainFrame.Selectable = true
  157. MainFrame.Size = UDim2.new(0, 418, 0, 309)
  158. MainFrame.Visible = false
  159. MainFrame.Draggable = true
  160.  
  161. hbar1.Name = "hbar1"
  162. hbar1.Parent = MainFrame
  163. hbar1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  164. hbar1.BorderSizePixel = 0
  165. hbar1.Size = UDim2.new(0, 418, 0, 31)
  166.  
  167. hbar2.Name = "hbar2"
  168. hbar2.Parent = MainFrame
  169. hbar2.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  170. hbar2.BorderColor3 = Color3.new(0.0862745, 0.0862745, 0.0862745)
  171. hbar2.Position = UDim2.new(0, 0, 0.100323625, 0)
  172. hbar2.Size = UDim2.new(0, 418, 0, 7)
  173.  
  174. hTitle.Name = "hTitle"
  175. hTitle.Parent = MainFrame
  176. hTitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  177. hTitle.BackgroundTransparency = 1
  178. hTitle.BorderSizePixel = 0
  179. hTitle.Size = UDim2.new(0, 418, 0, 31)
  180. hTitle.Font = Enum.Font.SciFi
  181. hTitle.Text = "Welcome to LS Hub"
  182. hTitle.TextColor3 = Color3.new(1, 1, 1)
  183. hTitle.TextSize = 23
  184.  
  185. hbotbar3.Name = "hbotbar3"
  186. hbotbar3.Parent = MainFrame
  187. hbotbar3.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  188. hbotbar3.BorderSizePixel = 0
  189. hbotbar3.Position = UDim2.new(0, 0, 0.980582535, 0)
  190. hbotbar3.Size = UDim2.new(0, 417, 0, 6)
  191.  
  192. hsidebar1.Name = "hsidebar1"
  193. hsidebar1.Parent = MainFrame
  194. hsidebar1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  195. hsidebar1.BorderSizePixel = 0
  196. hsidebar1.Size = UDim2.new(0, 6, 0, 309)
  197.  
  198. hsidebar2.Name = "hsidebar2"
  199. hsidebar2.Parent = MainFrame
  200. hsidebar2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  201. hsidebar2.BorderSizePixel = 0
  202. hsidebar2.Position = UDim2.new(0.983253598, 0, 0, 0)
  203. hsidebar2.Size = UDim2.new(0, 7, 0, 309)
  204.  
  205. Credits.Name = "Credits"
  206. Credits.Parent = MainFrame
  207. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  208. Credits.BackgroundTransparency = 1
  209. Credits.Position = UDim2.new(0.0143540669, 0, 0.877022624, 0)
  210. Credits.Size = UDim2.new(0, 207, 0, 32)
  211. Credits.Text = "Made by RobuxKillz | @YoutubePlays#3605 On Discord! hit me up for gui's"
  212. Credits.TextColor3 = Color3.new(1, 1, 1)
  213. Credits.TextSize = 7
  214. Credits.TextWrapped = true
  215. Credits.TextXAlignment = Enum.TextXAlignment.Left
  216. Credits.TextYAlignment = Enum.TextYAlignment.Bottom
  217.  
  218. hsbut1.Name = "hsbut1"
  219. hsbut1.Parent = MainFrame
  220. hsbut1.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  221. hsbut1.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  222. hsbut1.BorderSizePixel = 2
  223. hsbut1.Position = UDim2.new(0.047846891, 0, 0.210355982, 0)
  224. hsbut1.Size = UDim2.new(0, 112, 0, 35)
  225. hsbut1.Font = Enum.Font.SciFi
  226. hsbut1.Text = "IY FE"
  227. hsbut1.TextColor3 = Color3.new(1, 1, 1)
  228. hsbut1.TextSize = 23
  229.  
  230. hsbut1.MouseButton1Down:connect(function()
  231. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  232. end)
  233.  
  234. hsbut2.Name = "hsbut2"
  235. hsbut2.Parent = MainFrame
  236. hsbut2.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  237. hsbut2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  238. hsbut2.BorderSizePixel = 2
  239. hsbut2.Position = UDim2.new(0.366028696, 0, 0.210355982, 0)
  240. hsbut2.Size = UDim2.new(0, 112, 0, 35)
  241. hsbut2.Font = Enum.Font.SciFi
  242. hsbut2.Text = "Speed"
  243. hsbut2.TextColor3 = Color3.new(1, 1, 1)
  244. hsbut2.TextSize = 23
  245.  
  246. hsbut2.MouseButton1Down:connect(function()
  247. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 125
  248. end)
  249.  
  250.  
  251. hsbut3.Name = "hsbut3"
  252. hsbut3.Parent = MainFrame
  253. hsbut3.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  254. hsbut3.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  255. hsbut3.BorderSizePixel = 2
  256. hsbut3.Position = UDim2.new(0.684210539, 0, 0.210355982, 0)
  257. hsbut3.Size = UDim2.new(0, 112, 0, 35)
  258. hsbut3.Font = Enum.Font.SciFi
  259. hsbut3.Text = "Jump"
  260. hsbut3.TextColor3 = Color3.new(1, 1, 1)
  261. hsbut3.TextSize = 23
  262.  
  263. hsbut3.MouseButton1Down:connect(function()
  264. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  265. end)
  266.  
  267. hsbut4.Name = "hsbut4"
  268. hsbut4.Parent = MainFrame
  269. hsbut4.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  270. hsbut4.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  271. hsbut4.BorderSizePixel = 2
  272. hsbut4.Position = UDim2.new(0.047846891, 0, 0.381877005, 0)
  273. hsbut4.Size = UDim2.new(0, 112, 0, 35)
  274. hsbut4.Font = Enum.Font.SciFi
  275. hsbut4.Text = "Ro Xploit"
  276. hsbut4.TextColor3 = Color3.new(1, 1, 1)
  277. hsbut4.TextSize = 23
  278.  
  279. hsbut4.MouseButton1Down:connect(function()
  280. loadstring(game:HttpGet(('https://pastebin.com/raw/XjNQfN6i'),true))()
  281. end)
  282.  
  283. hsbut5.Name = "hsbut5"
  284. hsbut5.Parent = MainFrame
  285. hsbut5.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  286. hsbut5.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  287. hsbut5.BorderSizePixel = 2
  288. hsbut5.Position = UDim2.new(0.366028696, 0, 0.381877005, 0)
  289. hsbut5.Size = UDim2.new(0, 112, 0, 35)
  290. hsbut5.Font = Enum.Font.SciFi
  291. hsbut5.Text = "TopkekV4"
  292. hsbut5.TextColor3 = Color3.new(1, 1, 1)
  293. hsbut5.TextSize = 23
  294.  
  295. hsbut5.MouseButton1Down:connect(function()
  296. loadstring(game:HttpGet(('https://pastebin.com/raw/xx5EeaGt'),true))()
  297. end)
  298.  
  299. hsbut6.Name = "hsbut6"
  300. hsbut6.Parent = MainFrame
  301. hsbut6.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  302. hsbut6.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  303. hsbut6.BorderSizePixel = 2
  304. hsbut6.Position = UDim2.new(0.684210539, 0, 0.381877005, 0)
  305. hsbut6.Size = UDim2.new(0, 112, 0, 35)
  306. hsbut6.Font = Enum.Font.SciFi
  307. hsbut6.Text = "GrabKv3"
  308. hsbut6.TextColor3 = Color3.new(1, 1, 1)
  309. hsbut6.TextSize = 23
  310.  
  311. hsbut6.MouseButton1Down:connect(function()
  312. loadstring(game:HttpGet(('https://pastebin.com/raw/XH1cRWng'),true))()
  313. end)
  314.  
  315. hsbut7.Name = "hsbut7"
  316. hsbut7.Parent = MainFrame
  317. hsbut7.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  318. hsbut7.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  319. hsbut7.BorderSizePixel = 2
  320. hsbut7.Position = UDim2.new(0.047846891, 0, 0.553398073, 0)
  321. hsbut7.Size = UDim2.new(0, 112, 0, 35)
  322. hsbut7.Font = Enum.Font.SciFi
  323. hsbut7.Text = "RK V2"
  324. hsbut7.TextColor3 = Color3.new(1, 1, 1)
  325. hsbut7.TextSize = 23
  326.  
  327. hsbut7.MouseButton1Down:connect(function()
  328. loadstring(game:HttpGet(('https://pastebin.com/raw/pABExUMc'),true))()
  329. end)
  330.  
  331. hsbut8.Name = "hsbut8"
  332. hsbut8.Parent = MainFrame
  333. hsbut8.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  334. hsbut8.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  335. hsbut8.BorderSizePixel = 2
  336. hsbut8.Position = UDim2.new(0.366028696, 0, 0.553398073, 0)
  337. hsbut8.Size = UDim2.new(0, 112, 0, 35)
  338. hsbut8.Font = Enum.Font.SciFi
  339. hsbut8.Text = "GrabKv4"
  340. hsbut8.TextColor3 = Color3.new(1, 1, 1)
  341. hsbut8.TextSize = 23
  342.  
  343. hsbut8.MouseButton1Down:connect(function()
  344. loadstring(game:HttpGet(('https://pastebin.com/raw/1YhbkMQm'),true))()
  345. end)
  346.  
  347. hsbut9.Name = "hsbut9"
  348. hsbut9.Parent = MainFrame
  349. hsbut9.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  350. hsbut9.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  351. hsbut9.BorderSizePixel = 2
  352. hsbut9.Position = UDim2.new(0.684210539, 0, 0.553398073, 0)
  353. hsbut9.Size = UDim2.new(0, 112, 0, 35)
  354. hsbut9.Font = Enum.Font.SciFi
  355. hsbut9.Text = "DarthVader"
  356. hsbut9.TextColor3 = Color3.new(1, 1, 1)
  357. hsbut9.TextSize = 23
  358.  
  359. hsbut9.MouseButton1Down:connect(function()
  360. loadstring(game:HttpGet(('https://pastebin.com/raw/uD0MezC3'),true))()
  361. end)
  362.  
  363. hsbut10.Name = "hsbut10"
  364. hsbut10.Parent = MainFrame
  365. hsbut10.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  366. hsbut10.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  367. hsbut10.BorderSizePixel = 2
  368. hsbut10.Position = UDim2.new(0.047846891, 0, 0.721682847, 0)
  369. hsbut10.Size = UDim2.new(0, 112, 0, 35)
  370. hsbut10.Font = Enum.Font.SciFi
  371. hsbut10.Text = "JB GUI 1"
  372. hsbut10.TextColor3 = Color3.new(1, 1, 1)
  373. hsbut10.TextSize = 23
  374.  
  375. hsbut10.MouseButton1Down:connect(function()
  376. loadstring(game:HttpGet(('https://pastebin.com/raw/71X8QeHQ'),true))()
  377. end)
  378.  
  379. hsbut11.Name = "hsbut11"
  380. hsbut11.Parent = MainFrame
  381. hsbut11.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  382. hsbut11.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  383. hsbut11.BorderSizePixel = 2
  384. hsbut11.Position = UDim2.new(0.366028696, 0, 0.721682847, 0)
  385. hsbut11.Size = UDim2.new(0, 112, 0, 35)
  386. hsbut11.Font = Enum.Font.SciFi
  387. hsbut11.Text = "JB GUI 2"
  388. hsbut11.TextColor3 = Color3.new(1, 1, 1)
  389. hsbut11.TextSize = 23
  390.  
  391. hsbut11.MouseButton1Down:connect(function()
  392. loadstring(game:HttpGet(('https://pastebin.com/raw/Vjajapze'),true))()
  393. end)
  394.  
  395. hsbut12.Name = "hsbut12"
  396. hsbut12.Parent = MainFrame
  397. hsbut12.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  398. hsbut12.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  399. hsbut12.BorderSizePixel = 2
  400. hsbut12.Position = UDim2.new(0.684210539, 0, 0.721682847, 0)
  401. hsbut12.Size = UDim2.new(0, 112, 0, 35)
  402. hsbut12.Font = Enum.Font.SciFi
  403. hsbut12.Text = "JB Auto-Rob"
  404. hsbut12.TextColor3 = Color3.new(1, 1, 1)
  405. hsbut12.TextSize = 23
  406.  
  407. hsbut12.MouseButton1Down:connect(function()
  408. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  409. end)
  410.  
  411. hExit.Name = "hExit"
  412. hExit.Parent = MainFrame
  413. hExit.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  414. hExit.BorderSizePixel = 0
  415. hExit.Position = UDim2.new(0.925837338, 0, 0, 0)
  416. hExit.Size = UDim2.new(0, 31, 0, 31)
  417. hExit.Font = Enum.Font.SciFi
  418. hExit.Text = "X"
  419. hExit.TextColor3 = Color3.new(0.815686, 0, 0)
  420. hExit.TextSize = 23
  421.  
  422. hExit.MouseButton1Down:connect(function()
  423. LegoSmasherV1:Destroy()
  424. end)
  425.  
  426. -- Scripts:
  427. function SCRIPT_NJKM78_FAKESCRIPT() -- bar1.Script
  428. local script = Instance.new('Script')
  429. script.Parent = bar1
  430. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  431.  
  432. counter = 0
  433.  
  434. while wait(0.1) do
  435. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  436.  
  437. counter = counter + 0.01
  438. end
  439.  
  440. while wait(1) do
  441. script.Parent.BackgroundColor3 = Color3.fromHSV(math.random(100)/100,1,1)
  442. end
  443.  
  444. end
  445. coroutine.resume(coroutine.create(SCRIPT_NJKM78_FAKESCRIPT))
  446. function SCRIPT_UXDD82_FAKESCRIPT() -- lsidebar2.Script
  447. local script = Instance.new('Script')
  448. script.Parent = lsidebar2
  449. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  450.  
  451. counter = 0
  452.  
  453. while wait(0.1) do
  454. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  455.  
  456. counter = counter + 0.01
  457. end
  458.  
  459. while wait(1) do
  460. script.Parent.BackgroundColor3 = Color3.fromHSV(math.random(100)/100,1,1)
  461. end
  462.  
  463.  
  464. end
  465. coroutine.resume(coroutine.create(SCRIPT_UXDD82_FAKESCRIPT))
  466. function SCRIPT_QXRM84_FAKESCRIPT() -- lsidebar1.Script
  467. local script = Instance.new('Script')
  468. script.Parent = lsidebar1
  469. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  470.  
  471. counter = 0
  472.  
  473. while wait(0.1) do
  474. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  475.  
  476. counter = counter + 0.01
  477. end
  478.  
  479. while wait(1) do
  480. script.Parent.BackgroundColor3 = Color3.fromHSV(math.random(100)/100,1,1)
  481. end
  482.  
  483.  
  484. end
  485. coroutine.resume(coroutine.create(SCRIPT_QXRM84_FAKESCRIPT))
  486. function SCRIPT_LLQK85_FAKESCRIPT() -- lbotbar3.Script
  487. local script = Instance.new('Script')
  488. script.Parent = lbotbar3
  489. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  490.  
  491. counter = 0
  492.  
  493. while wait(0.1) do
  494. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  495.  
  496. counter = counter + 0.01
  497. end
  498.  
  499. while wait(1) do
  500. script.Parent.BackgroundColor3 = Color3.fromHSV(math.random(100)/100,1,1)
  501. end
  502.  
  503.  
  504. end
  505. coroutine.resume(coroutine.create(SCRIPT_LLQK85_FAKESCRIPT))
  506. function SCRIPT_ALFO79_FAKESCRIPT() -- hbar1.Script
  507. local script = Instance.new('Script')
  508. script.Parent = hbar1
  509. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  510.  
  511. counter = 0
  512.  
  513. while wait(0.1) do
  514. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  515.  
  516. counter = counter + 0.01
  517. end
  518.  
  519. while wait(1) do
  520. script.Parent.BackgroundColor3 = Color3.fromHSV(math.random(100)/100,1,1)
  521. end
  522.  
  523.  
  524. end
  525. coroutine.resume(coroutine.create(SCRIPT_ALFO79_FAKESCRIPT))
  526. function SCRIPT_HQZY89_FAKESCRIPT() -- hbotbar3.Script
  527. local script = Instance.new('Script')
  528. script.Parent = hbotbar3
  529. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  530.  
  531. counter = 0
  532.  
  533. while wait(0.1) do
  534. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  535.  
  536. counter = counter + 0.01
  537. end
  538.  
  539. while wait(1) do
  540. script.Parent.BackgroundColor3 = Color3.fromHSV(math.random(100)/100,1,1)
  541. end
  542.  
  543.  
  544. end
  545. coroutine.resume(coroutine.create(SCRIPT_HQZY89_FAKESCRIPT))
  546. function SCRIPT_PJIG84_FAKESCRIPT() -- hsidebar1.Script
  547. local script = Instance.new('Script')
  548. script.Parent = hsidebar1
  549. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  550.  
  551. counter = 0
  552.  
  553. while wait(0.1) do
  554. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  555.  
  556. counter = counter + 0.01
  557. end
  558.  
  559. while wait(1) do
  560. script.Parent.BackgroundColor3 = Color3.fromHSV(math.random(100)/100,1,1)
  561. end
  562.  
  563.  
  564. end
  565. coroutine.resume(coroutine.create(SCRIPT_PJIG84_FAKESCRIPT))
  566. function SCRIPT_QZDH79_FAKESCRIPT() -- hsidebar2.Script
  567. local script = Instance.new('Script')
  568. script.Parent = hsidebar2
  569. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  570.  
  571. counter = 0
  572.  
  573. while wait(0.1) do
  574. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  575.  
  576. counter = counter + 0.01
  577. end
  578.  
  579. while wait(1) do
  580. script.Parent.BackgroundColor3 = Color3.fromHSV(math.random(100)/100,1,1)
  581. end
  582.  
  583.  
  584. end
  585. coroutine.resume(coroutine.create(SCRIPT_QZDH79_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement