Advertisement
Guest User

Untitled

a guest
Mar 10th, 2019
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.66 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local LavaGUI = Instance.new("ScreenGui")
  5. local KeyGUI = Instance.new("Frame")
  6. local KeyTitle = Instance.new("TextLabel")
  7. local Username = Instance.new("TextBox")
  8. local Password = Instance.new("TextBox")
  9. local Submit = Instance.new("TextButton")
  10. local OpenGUI = Instance.new("Frame")
  11. local Open = Instance.new("TextButton")
  12. local PhantomForces = Instance.new("Frame")
  13. local Phantom = Instance.new("TextLabel")
  14. local InfAmmo = Instance.new("TextButton")
  15. local Aimbot = Instance.new("TextButton")
  16. local Esp = Instance.new("TextButton")
  17. local Close2 = Instance.new("TextButton")
  18. local LumberTycoon = Instance.new("Frame")
  19. local LumberTycoon_2 = Instance.new("TextLabel")
  20. local BypassWhitelist = Instance.new("TextButton")
  21. local InstantCut = Instance.new("TextButton")
  22. local SellAllWood = Instance.new("TextButton")
  23. local HardDragger = Instance.new("TextButton")
  24. local TeleportToWood = Instance.new("TextButton")
  25. local Close = Instance.new("TextButton")
  26. local Madoity = Instance.new("Frame")
  27. local Madoity_2 = Instance.new("TextLabel")
  28. local RapidFire = Instance.new("TextButton")
  29. local LevelFarm = Instance.new("TextButton")
  30. local SilentAim = Instance.new("TextButton")
  31. local Close99 = Instance.new("TextButton")
  32. local OpenOtherFramesGUI = Instance.new("Frame")
  33. local Openotherguis = Instance.new("TextLabel")
  34. local LumberTycoon2 = Instance.new("TextButton")
  35. local PhantomForces2 = Instance.new("TextButton")
  36. local Madoity2 = Instance.new("TextButton")
  37. --Properties:
  38. LavaGUI.Name = "LavaGUI"
  39. LavaGUI.Parent = game.CoreGui
  40.  
  41. KeyGUI.Name = "KeyGUI"
  42. KeyGUI.Parent = LavaGUI
  43. KeyGUI.BackgroundColor3 = Color3.new(0.470588, 0.470588, 0.470588)
  44. KeyGUI.BackgroundTransparency = 0.5
  45. KeyGUI.Position = UDim2.new(0.511520684, 0, 0.288433373, 0)
  46. KeyGUI.Size = UDim2.new(0, 241, 0, 270)
  47.  
  48. KeyTitle.Name = "KeyTitle"
  49. KeyTitle.Parent = KeyGUI
  50. KeyTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  51. KeyTitle.Position = UDim2.new(-0.0037701726, 0, -0.00323328376, 0)
  52. KeyTitle.Size = UDim2.new(0, 241, 0, 50)
  53. KeyTitle.Font = Enum.Font.Gotham
  54. KeyTitle.Text = "LavaGui"
  55. KeyTitle.TextColor3 = Color3.new(0, 0, 0)
  56. KeyTitle.TextScaled = true
  57. KeyTitle.TextSize = 14
  58. KeyTitle.TextWrapped = true
  59.  
  60. Username.Name = "Username"
  61. Username.Parent = KeyGUI
  62. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  63. Username.Position = UDim2.new(0.07879664, 0, 0.210812837, 0)
  64. Username.Size = UDim2.new(0, 200, 0, 50)
  65. Username.Font = Enum.Font.SourceSans
  66. Username.Text = "Username"
  67. Username.TextColor3 = Color3.new(0, 0, 0)
  68. Username.TextScaled = true
  69. Username.TextSize = 14
  70. Username.TextWrapped = true
  71.  
  72. Password.Name = "Password"
  73. Password.Parent = KeyGUI
  74. Password.BackgroundColor3 = Color3.new(1, 1, 1)
  75. Password.Position = UDim2.new(0.0829460174, 0, 0.525627613, 0)
  76. Password.Size = UDim2.new(0, 200, 0, 50)
  77. Password.Font = Enum.Font.SourceSans
  78. Password.Text = "Username"
  79. Password.TextColor3 = Color3.new(0, 0, 0)
  80. Password.TextScaled = true
  81. Password.TextSize = 14
  82. Password.TextWrapped = true
  83.  
  84. Submit.Name = "Submit"
  85. Submit.Parent = KeyGUI
  86. Submit.BackgroundColor3 = Color3.new(1, 1, 1)
  87. Submit.Position = UDim2.new(0.0829461217, 0, 0.784886956, 0)
  88. Submit.Size = UDim2.new(0, 200, 0, 50)
  89. Submit.Font = Enum.Font.SourceSans
  90. Submit.Text = "Submit"
  91. Submit.TextColor3 = Color3.new(0, 0, 0)
  92. Submit.TextScaled = true
  93. Submit.TextSize = 14
  94. Submit.TextWrapped = true
  95. Submit.MouseButton1Click:connect(function()
  96. if Username.Text == "test" and Password.Text == "test" then
  97. KeyGUI.Visible = false
  98. OpenGUI.Visible = true
  99. end
  100. end)
  101.  
  102. OpenGUI.Name = "OpenGUI"
  103. OpenGUI.Parent = LavaGUI
  104. OpenGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  105. OpenGUI.Position = UDim2.new(0, 0, 0.510980964, 0)
  106. OpenGUI.Size = UDim2.new(0, 100, 0, 40)
  107. OpenGUI.Visible = false
  108.  
  109. Open.Name = "Open"
  110. Open.Parent = OpenGUI
  111. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  112. Open.Position = UDim2.new(-0.00680488581, 0, 0, 0)
  113. Open.Size = UDim2.new(0, 100, 0, 44)
  114. Open.Font = Enum.Font.Fantasy
  115. Open.Text = "Open"
  116. Open.TextColor3 = Color3.new(0, 0, 0)
  117. Open.TextScaled = true
  118. Open.TextSize = 14
  119. Open.TextWrapped = true
  120. Open.MouseButton1Click:connect(function()
  121. PhantomForces.Visible = true
  122. LumberTycoon.Visible = true
  123. Madoity.Visible = true
  124. end)
  125.  
  126. PhantomForces.Name = "PhantomForces"
  127. PhantomForces.Parent = LavaGUI
  128. PhantomForces.BackgroundColor3 = Color3.new(1, 1, 1)
  129. PhantomForces.BackgroundTransparency = 0.80000001192093
  130. PhantomForces.Position = UDim2.new(0.493855596, 0, -3.35112489e-08, 0)
  131. PhantomForces.Size = UDim2.new(0, 240, 0, 179)
  132. PhantomForces.Visible = false
  133. PhantomForces.Draggable = true
  134.  
  135. Phantom.Name = "Phantom"
  136. Phantom.Parent = PhantomForces
  137. Phantom.BackgroundColor3 = Color3.new(1, 1, 1)
  138. Phantom.Position = UDim2.new(-0.00136327744, 0, -0.00916242599, 0)
  139. Phantom.Size = UDim2.new(0, 240, 0, 31)
  140. Phantom.Font = Enum.Font.SourceSans
  141. Phantom.Text = "Phantom Forces"
  142. Phantom.TextColor3 = Color3.new(0, 0, 0)
  143. Phantom.TextScaled = true
  144. Phantom.TextSize = 14
  145. Phantom.TextWrapped = true
  146.  
  147. InfAmmo.Name = "InfAmmo"
  148. InfAmmo.Parent = PhantomForces
  149. InfAmmo.BackgroundColor3 = Color3.new(1, 1, 1)
  150. InfAmmo.BackgroundTransparency = 1
  151. InfAmmo.Position = UDim2.new(0.0523424782, 0, 0.704974055, 0)
  152. InfAmmo.Size = UDim2.new(0, 152, 0, 45)
  153. InfAmmo.Font = Enum.Font.SciFi
  154. InfAmmo.Text = "> Infinite Ammo"
  155. InfAmmo.TextColor3 = Color3.new(0, 0, 0)
  156. InfAmmo.TextScaled = true
  157. InfAmmo.TextSize = 14
  158. InfAmmo.TextWrapped = true
  159.  
  160. Aimbot.Name = "Aimbot"
  161. Aimbot.Parent = PhantomForces
  162. Aimbot.BackgroundColor3 = Color3.new(1, 1, 1)
  163. Aimbot.BackgroundTransparency = 1
  164. Aimbot.Position = UDim2.new(0.0523424782, 0, 0.498270184, 0)
  165. Aimbot.Size = UDim2.new(0, 152, 0, 28)
  166. Aimbot.Font = Enum.Font.SciFi
  167. Aimbot.Text = "> Aimbot"
  168. Aimbot.TextColor3 = Color3.new(0, 0, 0)
  169. Aimbot.TextScaled = true
  170. Aimbot.TextSize = 14
  171. Aimbot.TextWrapped = true
  172.  
  173. Esp.Name = "Esp"
  174. Esp.Parent = PhantomForces
  175. Esp.BackgroundColor3 = Color3.new(1, 1, 1)
  176. Esp.BackgroundTransparency = 1
  177. Esp.Position = UDim2.new(0.0523424745, 0, 0.22452715, 0)
  178. Esp.Size = UDim2.new(0, 145, 0, 28)
  179. Esp.Font = Enum.Font.SciFi
  180. Esp.Text = "> Esp"
  181. Esp.TextColor3 = Color3.new(0, 0, 0)
  182. Esp.TextScaled = true
  183. Esp.TextSize = 14
  184. Esp.TextWrapped = true
  185.  
  186. Close2.Name = "Close2"
  187. Close2.Parent = PhantomForces
  188. Close2.BackgroundColor3 = Color3.new(1, 1, 1)
  189. Close2.BackgroundTransparency = 1
  190. Close2.Position = UDim2.new(0.769028485, 0, 0.14422898, 0)
  191. Close2.Size = UDim2.new(0, 55, 0, 57)
  192. Close2.Font = Enum.Font.SourceSans
  193. Close2.Text = "X"
  194. Close2.TextColor3 = Color3.new(0, 0, 0)
  195. Close2.TextScaled = true
  196. Close2.TextSize = 14
  197. Close2.TextWrapped = true
  198. Close2.MouseButton1Click:connect(function()
  199. PhantomForces.Visible = false
  200. end)
  201.  
  202. LumberTycoon.Name = "Lumber Tycoon"
  203. LumberTycoon.Parent = LavaGUI
  204. LumberTycoon.BackgroundColor3 = Color3.new(1, 1, 1)
  205. LumberTycoon.BackgroundTransparency = 0.80000001192093
  206. LumberTycoon.Position = UDim2.new(0.688940108, 0, 0.00146412884, 0)
  207. LumberTycoon.Size = UDim2.new(0, 324, 0, 372)
  208. LumberTycoon.Visible = false
  209. LumberTycoon.Draggable = true
  210.  
  211. LumberTycoon_2.Name = "LumberTycoon"
  212. LumberTycoon_2.Parent = LumberTycoon
  213. LumberTycoon_2.BackgroundColor3 = Color3.new(1, 1, 1)
  214. LumberTycoon_2.Position = UDim2.new(-0.00104758178, 0, -0.00162097253, 0)
  215. LumberTycoon_2.Size = UDim2.new(0, 324, 0, 28)
  216. LumberTycoon_2.Font = Enum.Font.SourceSans
  217. LumberTycoon_2.Text = "LumberTycoon"
  218. LumberTycoon_2.TextColor3 = Color3.new(0, 0, 0)
  219. LumberTycoon_2.TextScaled = true
  220. LumberTycoon_2.TextSize = 14
  221. LumberTycoon_2.TextWrapped = true
  222.  
  223. BypassWhitelist.Name = "BypassWhitelist"
  224. BypassWhitelist.Parent = LumberTycoon
  225. BypassWhitelist.BackgroundColor3 = Color3.new(1, 1, 1)
  226. BypassWhitelist.BackgroundTransparency = 1
  227. BypassWhitelist.Position = UDim2.new(0.0308641978, 0, 0.655914009, 0)
  228. BypassWhitelist.Size = UDim2.new(0, 200, 0, 50)
  229. BypassWhitelist.Font = Enum.Font.SourceSans
  230. BypassWhitelist.Text = "> Bypass Whitelist"
  231. BypassWhitelist.TextColor3 = Color3.new(0, 0, 0)
  232. BypassWhitelist.TextScaled = true
  233. BypassWhitelist.TextSize = 14
  234. BypassWhitelist.TextWrapped = true
  235.  
  236. InstantCut.Name = "InstantCut"
  237. InstantCut.Parent = LumberTycoon
  238. InstantCut.BackgroundColor3 = Color3.new(1, 1, 1)
  239. InstantCut.BackgroundTransparency = 1
  240. InstantCut.Position = UDim2.new(0.030864194, 0, 0.260752678, 0)
  241. InstantCut.Size = UDim2.new(0, 200, 0, 50)
  242. InstantCut.Font = Enum.Font.SourceSans
  243. InstantCut.Text = "> Instant Cut"
  244. InstantCut.TextColor3 = Color3.new(0, 0, 0)
  245. InstantCut.TextScaled = true
  246. InstantCut.TextSize = 14
  247. InstantCut.TextWrapped = true
  248.  
  249. SellAllWood.Name = "SellAllWood"
  250. SellAllWood.Parent = LumberTycoon
  251. SellAllWood.BackgroundColor3 = Color3.new(1, 1, 1)
  252. SellAllWood.BackgroundTransparency = 1
  253. SellAllWood.Position = UDim2.new(0.0308641195, 0, 0.846774101, 0)
  254. SellAllWood.Size = UDim2.new(0, 200, 0, 50)
  255. SellAllWood.Font = Enum.Font.SourceSans
  256. SellAllWood.Text = "> Sell All Wood"
  257. SellAllWood.TextColor3 = Color3.new(0, 0, 0)
  258. SellAllWood.TextScaled = true
  259. SellAllWood.TextSize = 14
  260. SellAllWood.TextWrapped = true
  261.  
  262. HardDragger.Name = "HardDragger"
  263. HardDragger.Parent = LumberTycoon
  264. HardDragger.BackgroundColor3 = Color3.new(1, 1, 1)
  265. HardDragger.BackgroundTransparency = 1
  266. HardDragger.Position = UDim2.new(0.0308641791, 0, 0.477419376, 0)
  267. HardDragger.Size = UDim2.new(0, 200, 0, 50)
  268. HardDragger.Font = Enum.Font.SourceSans
  269. HardDragger.Text = "> Hard Dragger"
  270. HardDragger.TextColor3 = Color3.new(0, 0, 0)
  271. HardDragger.TextScaled = true
  272. HardDragger.TextSize = 14
  273. HardDragger.TextWrapped = true
  274.  
  275. TeleportToWood.Name = "TeleportToWood"
  276. TeleportToWood.Parent = LumberTycoon
  277. TeleportToWood.BackgroundColor3 = Color3.new(1, 1, 1)
  278. TeleportToWood.BackgroundTransparency = 1
  279. TeleportToWood.Position = UDim2.new(0.0308641978, 0, 0.103763431, 0)
  280. TeleportToWood.Size = UDim2.new(0, 200, 0, 50)
  281. TeleportToWood.Font = Enum.Font.SourceSans
  282. TeleportToWood.Text = "> Teleport To Wood"
  283. TeleportToWood.TextColor3 = Color3.new(0, 0, 0)
  284. TeleportToWood.TextScaled = true
  285. TeleportToWood.TextSize = 14
  286. TeleportToWood.TextWrapped = true
  287.  
  288. Close.Name = "Close"
  289. Close.Parent = LumberTycoon
  290. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  291. Close.BackgroundTransparency = 1
  292. Close.Position = UDim2.new(0.82442975, 0, 0.0675034225, 0)
  293. Close.Size = UDim2.new(0, 56, 0, 38)
  294. Close.Font = Enum.Font.SourceSans
  295. Close.Text = "X"
  296. Close.TextColor3 = Color3.new(0, 0, 0)
  297. Close.TextScaled = true
  298. Close.TextSize = 14
  299. Close.TextWrapped = true
  300. Close.MouseButton1Click:connect(function()
  301. LumberTycoon.Visible = false
  302. end)
  303.  
  304. Madoity.Name = "Madoity"
  305. Madoity.Parent = LavaGUI
  306. Madoity.BackgroundColor3 = Color3.new(1, 1, 1)
  307. Madoity.BackgroundTransparency = 0.80000001192093
  308. Madoity.Position = UDim2.new(0.329493076, 0, 0.00146412884, 0)
  309. Madoity.Size = UDim2.new(0, 197, 0, 134)
  310. Madoity.Visible = false
  311. Madoity.Draggable = true
  312.  
  313. Madoity_2.Name = "Madoity"
  314. Madoity_2.Parent = Madoity
  315. Madoity_2.BackgroundColor3 = Color3.new(1, 1, 1)
  316. Madoity_2.Position = UDim2.new(0, 0, -0.0200939178, 0)
  317. Madoity_2.Size = UDim2.new(0, 196, 0, 29)
  318. Madoity_2.Font = Enum.Font.SourceSans
  319. Madoity_2.Text = "Madoity"
  320. Madoity_2.TextColor3 = Color3.new(0, 0, 0)
  321. Madoity_2.TextScaled = true
  322. Madoity_2.TextSize = 14
  323. Madoity_2.TextWrapped = true
  324.  
  325. RapidFire.Name = "RapidFire"
  326. RapidFire.Parent = Madoity
  327. RapidFire.BackgroundColor3 = Color3.new(1, 1, 1)
  328. RapidFire.BackgroundTransparency = 1
  329. RapidFire.Position = UDim2.new(-0.00223940611, 0, 0.194251418, 0)
  330. RapidFire.Size = UDim2.new(0, 135, 0, 26)
  331. RapidFire.Font = Enum.Font.SourceSans
  332. RapidFire.Text = "> Rapid Fire"
  333. RapidFire.TextColor3 = Color3.new(0, 0, 0)
  334. RapidFire.TextScaled = true
  335. RapidFire.TextSize = 14
  336. RapidFire.TextWrapped = true
  337.  
  338. LevelFarm.Name = "LevelFarm"
  339. LevelFarm.Parent = Madoity
  340. LevelFarm.BackgroundColor3 = Color3.new(1, 1, 1)
  341. LevelFarm.BackgroundTransparency = 1
  342. LevelFarm.Position = UDim2.new(0.068826735, 0, 0.440520138, 0)
  343. LevelFarm.Size = UDim2.new(0, 108, 0, 29)
  344. LevelFarm.Font = Enum.Font.SourceSans
  345. LevelFarm.Text = "> Level Farm"
  346. LevelFarm.TextColor3 = Color3.new(0, 0, 0)
  347. LevelFarm.TextScaled = true
  348. LevelFarm.TextSize = 14
  349. LevelFarm.TextWrapped = true
  350.  
  351. SilentAim.Name = "SilentAim"
  352. SilentAim.Parent = Madoity
  353. SilentAim.BackgroundColor3 = Color3.new(1, 1, 1)
  354. SilentAim.BackgroundTransparency = 1
  355. SilentAim.Position = UDim2.new(-0.0377724022, 0, 0.75373137, 0)
  356. SilentAim.Size = UDim2.new(0, 149, 0, 24)
  357. SilentAim.Font = Enum.Font.SourceSans
  358. SilentAim.Text = "> Silent Aim"
  359. SilentAim.TextColor3 = Color3.new(0, 0, 0)
  360. SilentAim.TextScaled = true
  361. SilentAim.TextSize = 14
  362. SilentAim.TextWrapped = true
  363.  
  364. Close99.Name = "Close99"
  365. Close99.Parent = Madoity
  366. Close99.BackgroundColor3 = Color3.new(1, 1, 1)
  367. Close99.BackgroundTransparency = 1
  368. Close99.Position = UDim2.new(0.763296664, 0, 0.194007993, 0)
  369. Close99.Size = UDim2.new(0, 48, 0, 41)
  370. Close99.Font = Enum.Font.SourceSans
  371. Close99.Text = "X"
  372. Close99.TextColor3 = Color3.new(0, 0, 0)
  373. Close99.TextScaled = true
  374. Close99.TextSize = 14
  375. Close99.TextWrapped = true
  376. Close99.MouseButton1Click:connect(function()
  377. Madoity.Visible = false
  378. end)
  379.  
  380. OpenOtherFramesGUI.Archivable = false
  381. OpenOtherFramesGUI.Name = "OpenOtherFramesGUI"
  382. OpenOtherFramesGUI.Parent = LavaGUI
  383. OpenOtherFramesGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  384. OpenOtherFramesGUI.BackgroundTransparency = 0.80000001192093
  385. OpenOtherFramesGUI.Position = UDim2.new(0.1129032, 0, 0.732064426, 0)
  386. OpenOtherFramesGUI.Size = UDim2.new(0, 181, 0, 183)
  387. OpenOtherFramesGUI.Visible = false
  388. OpenOtherFramesGUI.Draggable = true
  389.  
  390. Openotherguis.Name = "Openotherguis"
  391. Openotherguis.Parent = OpenOtherFramesGUI
  392. Openotherguis.BackgroundColor3 = Color3.new(1, 1, 1)
  393. Openotherguis.Position = UDim2.new(-0.00629291683, 0, -0.00446791016, 0)
  394. Openotherguis.Size = UDim2.new(0, 183, 0, 31)
  395. Openotherguis.Font = Enum.Font.SourceSans
  396. Openotherguis.Text = "Open Other Frames"
  397. Openotherguis.TextColor3 = Color3.new(0, 0, 0)
  398. Openotherguis.TextScaled = true
  399. Openotherguis.TextSize = 14
  400. Openotherguis.TextWrapped = true
  401.  
  402. LumberTycoon2.Name = "LumberTycoon2"
  403. LumberTycoon2.Parent = OpenOtherFramesGUI
  404. LumberTycoon2.BackgroundColor3 = Color3.new(1, 1, 1)
  405. LumberTycoon2.BackgroundTransparency = 1
  406. LumberTycoon2.Position = UDim2.new(-0.00221931073, 0, 0.749246418, 0)
  407. LumberTycoon2.Size = UDim2.new(0, 183, 0, 55)
  408. LumberTycoon2.Font = Enum.Font.SourceSans
  409. LumberTycoon2.Text = ">Lumber Tycoon"
  410. LumberTycoon2.TextColor3 = Color3.new(0, 0, 0)
  411. LumberTycoon2.TextScaled = true
  412. LumberTycoon2.TextSize = 14
  413. LumberTycoon2.TextWrapped = true
  414. LumberTycoon2.MouseButton1Click:connect(function()
  415. LumberTycoon.Visible = true
  416. end)
  417.  
  418. PhantomForces2.Name = "PhantomForces2"
  419. PhantomForces2.Parent = OpenOtherFramesGUI
  420. PhantomForces2.BackgroundColor3 = Color3.new(1, 1, 1)
  421. PhantomForces2.BackgroundTransparency = 1
  422. PhantomForces2.Position = UDim2.new(-0.0022191843, 0, 0.191059813, 0)
  423. PhantomForces2.Size = UDim2.new(0, 181, 0, 37)
  424. PhantomForces2.Font = Enum.Font.SourceSans
  425. PhantomForces2.Text = "> Phantom Forces"
  426. PhantomForces2.TextColor3 = Color3.new(0, 0, 0)
  427. PhantomForces2.TextScaled = true
  428. PhantomForces2.TextSize = 14
  429. PhantomForces2.TextWrapped = true
  430. PhantomForces2.MouseButton1Click:connect(function()
  431. PhantomForces.Visible = true
  432. end)
  433.  
  434. Madoity2.Name = "Madoity2"
  435. Madoity2.Parent = OpenOtherFramesGUI
  436. Madoity2.BackgroundColor3 = Color3.new(1, 1, 1)
  437. Madoity2.BackgroundTransparency = 1
  438. Madoity2.Position = UDim2.new(-0.00774404639, 0, 0.491606146, 0)
  439. Madoity2.Size = UDim2.new(0, 181, 0, 37)
  440. Madoity2.Font = Enum.Font.SourceSans
  441. Madoity2.Text = "> Madoity"
  442. Madoity2.TextColor3 = Color3.new(0, 0, 0)
  443. Madoity2.TextScaled = true
  444. Madoity2.TextSize = 14
  445. Madoity2.TextWrapped = true
  446. Madoity2.MouseButton1Click:connect(function()
  447. Madoity.Visible = true
  448. end)
  449. -- Scripts:
  450. function SCRIPT_RUOB87_FAKESCRIPT() -- KeyTitle.LocalScript
  451. local script = Instance.new('LocalScript')
  452. script.Parent = KeyTitle
  453. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  454.  
  455. counter = 0
  456.  
  457. while wait(0.1)do
  458. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  459.  
  460. counter = counter + 0.01
  461. end
  462.  
  463. end
  464. coroutine.resume(coroutine.create(SCRIPT_RUOB87_FAKESCRIPT))
  465. function SCRIPT_RZGO72_FAKESCRIPT() -- Phantom.LocalScript
  466. local script = Instance.new('LocalScript')
  467. script.Parent = Phantom
  468. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  469.  
  470. counter = 0
  471.  
  472. while wait(0.1)do
  473. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  474.  
  475. counter = counter + 0.01
  476. end
  477.  
  478. end
  479. coroutine.resume(coroutine.create(SCRIPT_RZGO72_FAKESCRIPT))
  480. function SCRIPT_GIYQ72_FAKESCRIPT() -- LumberTycoon_2.LocalScript
  481. local script = Instance.new('LocalScript')
  482. script.Parent = LumberTycoon_2
  483. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  484.  
  485. counter = 0
  486.  
  487. while wait(0.1)do
  488. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  489.  
  490. counter = counter + 0.01
  491. end
  492.  
  493. end
  494. coroutine.resume(coroutine.create(SCRIPT_GIYQ72_FAKESCRIPT))
  495. function SCRIPT_ARQL85_FAKESCRIPT() -- Madoity_2.LocalScript
  496. local script = Instance.new('LocalScript')
  497. script.Parent = Madoity_2
  498. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  499.  
  500. counter = 0
  501.  
  502. while wait(0.1)do
  503. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  504.  
  505. counter = counter + 0.01
  506. end
  507.  
  508. end
  509. coroutine.resume(coroutine.create(SCRIPT_ARQL85_FAKESCRIPT))
  510. function SCRIPT_JCEX70_FAKESCRIPT() -- Openotherguis.LocalScript
  511. local script = Instance.new('LocalScript')
  512. script.Parent = Openotherguis
  513. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  514.  
  515. counter = 0
  516.  
  517. while wait(0.1)do
  518. script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  519.  
  520. counter = counter + 0.01
  521. end
  522.  
  523. end
  524. coroutine.resume(coroutine.create(SCRIPT_JCEX70_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement