Advertisement
BrokenVortex

Roblox Dead Mist 2 Gui

Nov 22nd, 2019
8,699
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.01 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local DeadMist2Gui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local MainFrame = Instance.new("Frame")
  7. local esp = Instance.new("TextButton")
  8. local WALKSPEEDOFF = Instance.new("TextButton")
  9. local BTOOLS = Instance.new("TextButton")
  10. local AIMBOT = Instance.new("TextButton")
  11. local namegui = Instance.new("TextLabel")
  12. local WALKSPEEDON = Instance.new("TextButton")
  13. local CREDIT = Instance.new("TextLabel")
  14. local page2 = Instance.new("TextButton")
  15. local Exit = Instance.new("TextButton")
  16. local rainbow1 = Instance.new("TextLabel")
  17. local rainbow2 = Instance.new("TextLabel")
  18. local page3 = Instance.new("TextButton")
  19. local Open = Instance.new("TextButton")
  20. local Frame2 = Instance.new("Frame")
  21. local MainFrame2 = Instance.new("Frame")
  22. local BACK = Instance.new("TextButton")
  23. local ANTIBANON = Instance.new("TextButton")
  24. local CHECK = Instance.new("TextLabel")
  25. local CHECK2 = Instance.new("TextLabel")
  26. local ANTIBANOFF = Instance.new("TextButton")
  27. local Frame3 = Instance.new("Frame")
  28. local INFAMMO = Instance.new("TextButton")
  29. local BACK2 = Instance.new("TextButton")
  30. --Properties:
  31. DeadMist2Gui.Name = "DeadMist2 Gui"
  32. DeadMist2Gui.Parent = game.CoreGui
  33. DeadMist2Gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  34.  
  35. Frame.Parent = DeadMist2Gui
  36. Frame.Active = true
  37. Frame.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  38. Frame.Position = UDim2.new(0.310509562, 0, 0.255118102, 0)
  39. Frame.Size = UDim2.new(0, 268, 0, 329)
  40. Frame.Draggable = true
  41.  
  42.  
  43. MainFrame.Name = "MainFrame"
  44. MainFrame.Parent = Frame
  45. MainFrame.Active = true
  46. MainFrame.BackgroundColor3 = Color3.new(0.65098, 0.65098, 0.65098)
  47. MainFrame.Position = UDim2.new(0.0444240272, 0, -0.00457782252, 0)
  48. MainFrame.Size = UDim2.new(0, 244, 0, 292)
  49. MainFrame.Style = Enum.FrameStyle.RobloxRound
  50.  
  51.  
  52. esp.Name = "esp"
  53. esp.Parent = Frame
  54. esp.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  55. esp.Position = UDim2.new(0.0741043761, 0, 0.0226691067, 0)
  56. esp.Size = UDim2.new(0, 127, 0, 50)
  57. esp.Font = Enum.Font.GothamBold
  58. esp.Text = "ESP"
  59. esp.TextColor3 = Color3.new(1, 1, 1)
  60. esp.TextScaled = true
  61. esp.TextSize = 14
  62. esp.TextWrapped = true
  63.  
  64.  
  65. WALKSPEEDOFF.Name = "WALKSPEEDOFF"
  66. WALKSPEEDOFF.Parent = Frame
  67. WALKSPEEDOFF.BackgroundColor3 = Color3.new(0.423529, 0.423529, 0.423529)
  68. WALKSPEEDOFF.Position = UDim2.new(0.0707866773, 0, 0.221104562, 0)
  69. WALKSPEEDOFF.Size = UDim2.new(0, 127, 0, 50)
  70. WALKSPEEDOFF.Visible = false
  71. WALKSPEEDOFF.Font = Enum.Font.GothamBold
  72. WALKSPEEDOFF.Text = "SPEED HACK - OFF"
  73. WALKSPEEDOFF.TextColor3 = Color3.new(1, 1, 1)
  74. WALKSPEEDOFF.TextScaled = true
  75. WALKSPEEDOFF.TextSize = 14
  76. WALKSPEEDOFF.TextWrapped = true
  77. WALKSPEEDOFF.MouseButton1Click:connect(function()
  78. WALKSPEEDON.Visible = true
  79. WALKSPEEDOFF.Visible = false
  80. end)
  81.  
  82.  
  83. BTOOLS.Name = "BTOOLS"
  84. BTOOLS.Parent = Frame
  85. BTOOLS.BackgroundColor3 = Color3.new(0.419608, 0.419608, 0.419608)
  86. BTOOLS.Position = UDim2.new(0.069795534, 0, 0.423302233, 0)
  87. BTOOLS.Size = UDim2.new(0, 127, 0, 50)
  88. BTOOLS.Font = Enum.Font.GothamBlack
  89. BTOOLS.Text = "BTOOLS"
  90. BTOOLS.TextColor3 = Color3.new(1, 1, 1)
  91. BTOOLS.TextScaled = true
  92. BTOOLS.TextSize = 14
  93. BTOOLS.TextWrapped = true
  94.  
  95.  
  96. AIMBOT.Name = "AIMBOT"
  97. AIMBOT.Parent = Frame
  98. AIMBOT.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  99. AIMBOT.Position = UDim2.new(0.0686876997, 0, 0.624522984, 0)
  100. AIMBOT.Size = UDim2.new(0, 127, 0, 50)
  101. AIMBOT.Font = Enum.Font.GothamBold
  102. AIMBOT.Text = "AIMBOT [HIT BOX]"
  103. AIMBOT.TextColor3 = Color3.new(1, 1, 1)
  104. AIMBOT.TextScaled = true
  105. AIMBOT.TextSize = 14
  106. AIMBOT.TextWrapped = true
  107.  
  108.  
  109. namegui.Name = "namegui"
  110. namegui.Parent = Frame
  111. namegui.Active = true
  112. namegui.BackgroundColor3 = Color3.new(0.407843, 0.407843, 0.407843)
  113. namegui.BorderColor3 = Color3.new(0, 0, 0)
  114. namegui.Position = UDim2.new(0, 0, -0.172632411, 0)
  115. namegui.Size = UDim2.new(0, 268, 0, 34)
  116. namegui.Font = Enum.Font.GothamBlack
  117. namegui.Text = "DeadMist 2 Gui"
  118. namegui.TextColor3 = Color3.new(0, 0, 0)
  119. namegui.TextScaled = true
  120. namegui.TextSize = 14
  121. namegui.TextWrapped = true
  122.  
  123.  
  124. WALKSPEEDON.Name = "WALKSPEEDON"
  125. WALKSPEEDON.Parent = Frame
  126. WALKSPEEDON.BackgroundColor3 = Color3.new(0.486275, 0.486275, 0.486275)
  127. WALKSPEEDON.Position = UDim2.new(0.0719473958, 0, 0.219854876, 0)
  128. WALKSPEEDON.Size = UDim2.new(0, 127, 0, 50)
  129. WALKSPEEDON.Font = Enum.Font.GothamBlack
  130. WALKSPEEDON.Text = "SPEED HACK - ON"
  131. WALKSPEEDON.TextColor3 = Color3.new(1, 1, 1)
  132. WALKSPEEDON.TextScaled = true
  133. WALKSPEEDON.TextSize = 14
  134. WALKSPEEDON.TextWrapped = true
  135. WALKSPEEDON.MouseButton1Click:connect(function()
  136. WALKSPEEDON.Visible = false
  137. WALKSPEEDOFF.Visible = true
  138. end)
  139.  
  140.  
  141. CREDIT.Name = "CREDIT"
  142. CREDIT.Parent = Frame
  143. CREDIT.Active = true
  144. CREDIT.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  145. CREDIT.Position = UDim2.new(-0.00746268639, 0, 0.96335727, 0)
  146. CREDIT.Size = UDim2.new(0, 269, 0, 20)
  147. CREDIT.Font = Enum.Font.GothamBold
  148. CREDIT.Text = "GUI MADE BY PancakeCat"
  149. CREDIT.TextColor3 = Color3.new(1, 1, 1)
  150. CREDIT.TextScaled = true
  151. CREDIT.TextSize = 14
  152. CREDIT.TextWrapped = true
  153.  
  154.  
  155. page2.Name = "page2"
  156. page2.Parent = Frame
  157. page2.BackgroundColor3 = Color3.new(0.505882, 0.505882, 0.505882)
  158. page2.BorderColor3 = Color3.new(1, 1, 1)
  159. page2.Position = UDim2.new(0.675256371, 0, 0.6240502, 0)
  160. page2.Size = UDim2.new(0, 74, 0, 36)
  161. page2.Font = Enum.Font.Cartoon
  162. page2.Text = "PAGE 2"
  163. page2.TextColor3 = Color3.new(1, 1, 1)
  164. page2.TextScaled = true
  165. page2.TextSize = 14
  166. page2.TextWrapped = true
  167. page2.MouseButton1Click:connect(function()
  168. Frame.Visible = false
  169. Open.Visible = false
  170. Frame2.Visible = true
  171. end)
  172.  
  173.  
  174. Exit.Name = "Exit"
  175. Exit.Parent = Frame
  176. Exit.BackgroundColor3 = Color3.new(0.533333, 0.533333, 0.533333)
  177. Exit.BorderColor3 = Color3.new(1, 1, 1)
  178. Exit.Position = UDim2.new(0.675256371, 0, 0.508981466, 0)
  179. Exit.Size = UDim2.new(0, 74, 0, 38)
  180. Exit.Font = Enum.Font.Cartoon
  181. Exit.Text = "EXIT"
  182. Exit.TextColor3 = Color3.new(1, 1, 1)
  183. Exit.TextScaled = true
  184. Exit.TextSize = 14
  185. Exit.TextWrapped = true
  186. Exit.MouseButton1Click:connect(function()
  187. Frame.Visible = false
  188. Open.Visible = true
  189. end)
  190.  
  191.  
  192. rainbow1.Name = "rainbow1"
  193. rainbow1.Parent = Frame
  194. rainbow1.Active = true
  195. rainbow1.BackgroundColor3 = Color3.new(1, 1, 1)
  196. rainbow1.Position = UDim2.new(0, 0, -0.0692889094, 0)
  197. rainbow1.Size = UDim2.new(0, 268, 0, 22)
  198. rainbow1.Font = Enum.Font.SourceSans
  199. rainbow1.Text = ""
  200. rainbow1.TextColor3 = Color3.new(0, 0, 0)
  201. rainbow1.TextSize = 14
  202.  
  203.  
  204. rainbow2.Name = "rainbow2"
  205. rainbow2.Parent = Frame
  206. rainbow2.Active = true
  207. rainbow2.BackgroundColor3 = Color3.new(1, 1, 1)
  208. rainbow2.Position = UDim2.new(0, 0, 0.897276402, 0)
  209. rainbow2.Size = UDim2.new(0, 268, 0, 22)
  210. rainbow2.Font = Enum.Font.SourceSans
  211. rainbow2.Text = ""
  212. rainbow2.TextColor3 = Color3.new(0, 0, 0)
  213. rainbow2.TextSize = 14
  214.  
  215.  
  216. page3.Name = "page3"
  217. page3.Parent = Frame
  218. page3.BackgroundColor3 = Color3.new(0.505882, 0.505882, 0.505882)
  219. page3.BorderColor3 = Color3.new(1, 1, 1)
  220. page3.Position = UDim2.new(0.675256371, 0, 0.733472705, 0)
  221. page3.Size = UDim2.new(0, 74, 0, 36)
  222. page3.Font = Enum.Font.Cartoon
  223. page3.Text = "PAGE 3"
  224. page3.TextColor3 = Color3.new(1, 1, 1)
  225. page3.TextScaled = true
  226. page3.TextSize = 14
  227. page3.TextWrapped = true
  228. page3.MouseButton1Click:connect(function()
  229. Frame.Visible = false
  230. Open.Visible = false
  231. Frame3.Visible = true
  232. end)
  233.  
  234.  
  235. Open.Name = "Open"
  236. Open.Parent = DeadMist2Gui
  237. Open.BackgroundColor3 = Color3.new(0.435294, 0.435294, 0.435294)
  238. Open.BorderColor3 = Color3.new(0.333333, 1, 1)
  239. Open.Position = UDim2.new(0.444267511, 0, 0.023622036, 0)
  240. Open.Size = UDim2.new(0, 139, 0, 46)
  241. Open.Visible = false
  242. Open.Font = Enum.Font.Cartoon
  243. Open.Text = "Bucket Of Memes"
  244. Open.TextColor3 = Color3.new(1, 1, 1)
  245. Open.TextScaled = true
  246. Open.TextSize = 14
  247. Open.TextWrapped = true
  248. Open.MouseButton1Click:connect(function()
  249. Open.Visible = false
  250. Frame.Visible = true
  251. end)
  252.  
  253.  
  254. Frame2.Name = "Frame2"
  255. Frame2.Parent = DeadMist2Gui
  256. Frame2.Active = true
  257. Frame2.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  258. Frame2.Position = UDim2.new(0.643312156, 0, 0.242519677, 0)
  259. Frame2.Size = UDim2.new(0, 228, 0, 277)
  260. Frame2.Visible = false
  261. Frame2.Draggable = true
  262.  
  263.  
  264. MainFrame2.Name = "MainFrame2"
  265. MainFrame2.Parent = Frame2
  266. MainFrame2.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  267. MainFrame2.Position = UDim2.new(0.0526315793, 0, 0.0397111923, 0)
  268. MainFrame2.Size = UDim2.new(0, 216, 0, 256)
  269.  
  270.  
  271. BACK.Name = "BACK"
  272. BACK.Parent = Frame2
  273. BACK.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  274. BACK.Position = UDim2.new(0.482456148, 0, 0.791779995, 0)
  275. BACK.Size = UDim2.new(0, 118, 0, 38)
  276. BACK.Font = Enum.Font.GothamBold
  277. BACK.Text = "BACK TO PAGE 1"
  278. BACK.TextColor3 = Color3.new(0, 0, 0)
  279. BACK.TextScaled = true
  280. BACK.TextSize = 14
  281. BACK.TextWrapped = true
  282. BACK.MouseButton1Click:connect(function()
  283. Frame.Visible = true
  284. Frame2.Visible = false
  285. end)
  286.  
  287.  
  288. ANTIBANON.Name = "ANTIBANON"
  289. ANTIBANON.Parent = Frame2
  290. ANTIBANON.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  291. ANTIBANON.Position = UDim2.new(0.100877196, 0, 0.126353785, 0)
  292. ANTIBANON.Size = UDim2.new(0, 190, 0, 53)
  293. ANTIBANON.Font = Enum.Font.GothamBlack
  294. ANTIBANON.Text = "ANTI BAN - ON"
  295. ANTIBANON.TextColor3 = Color3.new(0, 0, 0)
  296. ANTIBANON.TextScaled = true
  297. ANTIBANON.TextSize = 14
  298. ANTIBANON.TextWrapped = true
  299. ANTIBANON.MouseButton1Click:connect(function()
  300. ANTIBANOFF.Visible = true
  301. ANTIBANON.Visible = false
  302. end)
  303.  
  304.  
  305. CHECK.Name = "CHECK"
  306. CHECK.Parent = Frame2
  307. CHECK.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  308. CHECK.Position = UDim2.new(0.0789473727, 0, 0.375451297, 0)
  309. CHECK.Size = UDim2.new(0, 200, 0, 34)
  310. CHECK.Font = Enum.Font.GothamBlack
  311. CHECK.Text = "ANTI BAN - \"ON\" = OFF"
  312. CHECK.TextColor3 = Color3.new(0, 0, 0)
  313. CHECK.TextScaled = true
  314. CHECK.TextSize = 14
  315. CHECK.TextWrapped = true
  316.  
  317.  
  318. CHECK2.Name = "CHECK2"
  319. CHECK2.Parent = Frame2
  320. CHECK2.BackgroundColor3 = Color3.new(1, 0.666667, 1)
  321. CHECK2.Position = UDim2.new(0.0789473727, 0, 0.534296036, 0)
  322. CHECK2.Size = UDim2.new(0, 200, 0, 34)
  323. CHECK2.Font = Enum.Font.GothamBlack
  324. CHECK2.Text = "ANTI BAN - \"OFF\" = ON"
  325. CHECK2.TextColor3 = Color3.new(0, 0, 0)
  326. CHECK2.TextScaled = true
  327. CHECK2.TextSize = 14
  328. CHECK2.TextWrapped = true
  329.  
  330.  
  331. ANTIBANOFF.Name = "ANTIBANOFF"
  332. ANTIBANOFF.Parent = Frame2
  333. ANTIBANOFF.BackgroundColor3 = Color3.new(0.666667, 0.666667, 1)
  334. ANTIBANOFF.Position = UDim2.new(0.100877196, 0, 0.129963905, 0)
  335. ANTIBANOFF.Size = UDim2.new(0, 190, 0, 50)
  336. ANTIBANOFF.Visible = false
  337. ANTIBANOFF.Font = Enum.Font.GothamBold
  338. ANTIBANOFF.Text = "ANTI BAN - OFF"
  339. ANTIBANOFF.TextColor3 = Color3.new(0, 0, 0)
  340. ANTIBANOFF.TextScaled = true
  341. ANTIBANOFF.TextSize = 14
  342. ANTIBANOFF.TextWrapped = true
  343. ANTIBANOFF.MouseButton1Click:connect(function()
  344. ANTIBANOFF.Visible = false
  345. ANTIBANON.Visible = true
  346. end)
  347.  
  348.  
  349. Frame3.Name = "Frame3"
  350. Frame3.Parent = DeadMist2Gui
  351. Frame3.Active = true
  352. Frame3.BackgroundColor3 = Color3.new(1, 1, 1)
  353. Frame3.Position = UDim2.new(0.0748407617, 0, 0.0708661377, 0)
  354. Frame3.Size = UDim2.new(0, 200, 0, 164)
  355. Frame3.Visible = false
  356. Frame3.Draggable = true
  357.  
  358.  
  359. INFAMMO.Name = "INFAMMO"
  360. INFAMMO.Parent = Frame3
  361. INFAMMO.BackgroundColor3 = Color3.new(1, 1, 1)
  362. INFAMMO.Size = UDim2.new(0, 200, 0, 50)
  363. INFAMMO.Font = Enum.Font.GothamBlack
  364. INFAMMO.Text = "INF AMMO"
  365. INFAMMO.TextColor3 = Color3.new(0, 0, 0)
  366. INFAMMO.TextScaled = true
  367. INFAMMO.TextSize = 14
  368. INFAMMO.TextWrapped = true
  369.  
  370.  
  371. BACK2.Name = "BACK2"
  372. BACK2.Parent = Frame3
  373. BACK2.BackgroundColor3 = Color3.new(1, 1, 1)
  374. BACK2.Position = UDim2.new(0, 0, 0.695121944, 0)
  375. BACK2.Size = UDim2.new(0, 200, 0, 50)
  376. BACK2.Font = Enum.Font.GothamBlack
  377. BACK2.Text = "BACK TO PAGE 1"
  378. BACK2.TextColor3 = Color3.new(0, 0, 0)
  379. BACK2.TextScaled = true
  380. BACK2.TextSize = 14
  381. BACK2.TextWrapped = true
  382. BACK2.MouseButton1Click:connect(function()
  383. Frame3.Visible = false
  384. Frame.Visible = true
  385. end)
  386.  
  387. -- Scripts:
  388. esp.MouseButton1Down:connect(function()
  389. loadstring(game:HttpGet("https://pastebin.com/raw/B0mRYf71", true))()
  390. end)
  391.  
  392. BTOOLS.MouseButton1Down:connect(function()
  393. loadstring(game:HttpGet("https://pastebin.com/raw/RvCi6eZ5", true))()
  394. end)
  395.  
  396. WALKSPEEDOFF.MouseButton1Down:connect(function()
  397. loadstring(game:HttpGet("https://pastebin.com/raw/a3w9hmpz", true))()
  398. end)
  399.  
  400. WALKSPEEDON.MouseButton1Down:connect(function()
  401. loadstring(game:HttpGet("https://pastebin.com/raw/BBipbbBi", true))()
  402. end)
  403.  
  404. AIMBOT.MouseButton1Down:connect(function()
  405. loadstring(game:HttpGet("https://pastebin.com/raw/LKpFk0AQ", true))()
  406. end)
  407. function SCRIPT_ENPV81_FAKESCRIPT() -- rainbow1.LocalScript
  408. local script = Instance.new('LocalScript')
  409. script.Parent = rainbow1
  410. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  411.  
  412. counter = 0
  413.  
  414. while wait(0.1)do
  415. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  416.  
  417. counter = counter + 0.01
  418. end
  419.  
  420.  
  421.  
  422. end
  423. coroutine.resume(coroutine.create(SCRIPT_ENPV81_FAKESCRIPT))
  424. function SCRIPT_EPWU84_FAKESCRIPT() -- text7.LocalScript
  425. local script = Instance.new('LocalScript')
  426. script.Parent = text7
  427. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  428.  
  429. counter = 0
  430.  
  431. while wait(0.1)do
  432. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  433.  
  434. counter = counter + 0.01
  435. end
  436.  
  437.  
  438.  
  439. end
  440. coroutine.resume(coroutine.create(SCRIPT_EPWU84_FAKESCRIPT))
  441. function SCRIPT_XZDO76_FAKESCRIPT() -- text6.LocalScript
  442. local script = Instance.new('LocalScript')
  443. script.Parent = text6
  444. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  445.  
  446. counter = 0
  447.  
  448. while wait(0.1)do
  449. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  450.  
  451. counter = counter + 0.01
  452. end
  453.  
  454.  
  455.  
  456. end
  457. coroutine.resume(coroutine.create(SCRIPT_XZDO76_FAKESCRIPT))
  458. function SCRIPT_QEDQ89_FAKESCRIPT() -- text5.LocalScript
  459. local script = Instance.new('LocalScript')
  460. script.Parent = text5
  461. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  462.  
  463. counter = 0
  464.  
  465. while wait(0.1)do
  466. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  467.  
  468. counter = counter + 0.01
  469. end
  470.  
  471.  
  472.  
  473. end
  474. coroutine.resume(coroutine.create(SCRIPT_QEDQ89_FAKESCRIPT))
  475. function SCRIPT_XTVO78_FAKESCRIPT() -- text4.LocalScript
  476. local script = Instance.new('LocalScript')
  477. script.Parent = text4
  478. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  479.  
  480. counter = 0
  481.  
  482. while wait(0.1)do
  483. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  484.  
  485. counter = counter + 0.01
  486. end
  487.  
  488.  
  489.  
  490. end
  491. coroutine.resume(coroutine.create(SCRIPT_XTVO78_FAKESCRIPT))
  492. function SCRIPT_MUAM79_FAKESCRIPT() -- text3.LocalScript
  493. local script = Instance.new('LocalScript')
  494. script.Parent = text3
  495. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  496.  
  497. counter = 0
  498.  
  499. while wait(0.1)do
  500. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  501.  
  502. counter = counter + 0.01
  503. end
  504.  
  505.  
  506.  
  507. end
  508. coroutine.resume(coroutine.create(SCRIPT_MUAM79_FAKESCRIPT))
  509. function SCRIPT_ZGAS72_FAKESCRIPT() -- TextLabel.LocalScript
  510. local script = Instance.new('LocalScript')
  511. script.Parent = TextLabel
  512. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  513.  
  514. counter = 0
  515.  
  516. while wait(0.1)do
  517. script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  518.  
  519. counter = counter + 0.01
  520. end
  521.  
  522.  
  523.  
  524. end
  525. coroutine.resume(coroutine.create(SCRIPT_ZGAS72_FAKESCRIPT))
  526. function SCRIPT_AYTX90_FAKESCRIPT() -- rainbow2.LocalScript
  527. local script = Instance.new('LocalScript')
  528. script.Parent = rainbow2
  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.  
  540.  
  541. end
  542. coroutine.resume(coroutine.create(SCRIPT_AYTX90_FAKESCRIPT))
  543. function SCRIPT_DNCK83_FAKESCRIPT() -- bar3.LocalScript
  544. local script = Instance.new('LocalScript')
  545. script.Parent = bar3
  546. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  547.  
  548. counter = 0
  549.  
  550. while wait(0.1)do
  551. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  552.  
  553. counter = counter + 0.01
  554. end
  555.  
  556.  
  557.  
  558. end
  559. coroutine.resume(coroutine.create(SCRIPT_DNCK83_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement