Advertisement
LimezSploit

LimezSploitScript

Jul 14th, 2021
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 16.80 KB | None | 0 0
  1. -- LIMEZ SPLOIT V1.1
  2.  
  3. -- Gui to Lua
  4. -- Version: 3.2
  5.  
  6. -- Instances:
  7.  
  8. local ScreenGui = Instance.new("ScreenGui")
  9. local MainHolder = Instance.new("Frame")
  10. local bottomButtons = Instance.new("Frame")
  11. local Clear = Instance.new("TextButton")
  12. local Credits = Instance.new("TextButton")
  13. local topBar = Instance.new("Frame")
  14. local scriptTab = Instance.new("ScrollingFrame")
  15. local RemoteSpy = Instance.new("TextButton")
  16. local Dex = Instance.new("TextButton")
  17. local SimpleSpy = Instance.new("TextButton")
  18. local scriptTabScrollNicer = Instance.new("Frame")
  19. local outputMain = Instance.new("ScrollingFrame")
  20. local outputScrollNicer = Instance.new("Frame")
  21. local blankLine = Instance.new("TextLabel")
  22. local backgroundImage = Instance.new("ImageLabel")
  23. local outputScrollNicer2 = Instance.new("Frame")
  24. local L = Instance.new("TextLabel")
  25. local I = Instance.new("TextLabel")
  26. local M = Instance.new("TextLabel")
  27. local E = Instance.new("TextLabel")
  28. local Z = Instance.new("TextLabel")
  29. local S = Instance.new("TextLabel")
  30. local L2 = Instance.new("TextLabel")
  31. local P = Instance.new("TextLabel")
  32. local O = Instance.new("TextLabel")
  33. local T = Instance.new("TextLabel")
  34. local I2 = Instance.new("TextLabel")
  35. local exit = Instance.new("TextButton")
  36.  
  37. --Properties:
  38.  
  39. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  40. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  41.  
  42. MainHolder.Name = "MainHolder"
  43. MainHolder.Parent = ScreenGui
  44. MainHolder.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  45. MainHolder.BorderColor3 = Color3.fromRGB(60, 60, 60)
  46. MainHolder.BorderSizePixel = 7
  47. MainHolder.Position = UDim2.new(0.263964951, 0, 0.252676666, 0)
  48. MainHolder.Size = UDim2.new(0, 431, 0, 231)
  49.  
  50. bottomButtons.Name = "bottomButtons"
  51. bottomButtons.Parent = MainHolder
  52. bottomButtons.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  53. bottomButtons.BorderSizePixel = 0
  54. bottomButtons.Position = UDim2.new(0, 0, 0.873949587, 0)
  55. bottomButtons.Size = UDim2.new(0, 545, 0, 36)
  56.  
  57. Clear.Name = "Clear"
  58. Clear.Parent = bottomButtons
  59. Clear.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  60. Clear.BorderSizePixel = 0
  61. Clear.Position = UDim2.new(-0.00161995145, 0, 0.0833333358, 0)
  62. Clear.Size = UDim2.new(0, 85, 0, 29)
  63. Clear.Font = Enum.Font.SourceSans
  64. Clear.Text = "Clear"
  65. Clear.TextColor3 = Color3.fromRGB(255, 255, 255)
  66. Clear.TextSize = 14.000
  67. Clear.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  68.  
  69. Credits.Name = "Credits"
  70. Credits.Parent = bottomButtons
  71. Credits.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  72. Credits.BorderSizePixel = 0
  73. Credits.Position = UDim2.new(0.165352523, 0, 0.0833333358, 0)
  74. Credits.Size = UDim2.new(0, 85, 0, 29)
  75. Credits.Font = Enum.Font.SourceSans
  76. Credits.Text = "Credits"
  77. Credits.TextColor3 = Color3.fromRGB(255, 255, 255)
  78. Credits.TextSize = 14.000
  79. Credits.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  80.  
  81. topBar.Name = "topBar"
  82. topBar.Parent = MainHolder
  83. topBar.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  84. topBar.BorderSizePixel = 0
  85. topBar.Position = UDim2.new(-0.016241299, 0, -0.0882353038, 0)
  86. topBar.Size = UDim2.new(0, 552, 0, 21)
  87.  
  88. scriptTab.Name = "scriptTab"
  89. scriptTab.Parent = MainHolder
  90. scriptTab.Active = true
  91. scriptTab.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  92. scriptTab.BorderColor3 = Color3.fromRGB(60, 60, 60)
  93. scriptTab.BorderSizePixel = 7
  94. scriptTab.Position = UDim2.new(1.01624143, 0, 0, 0)
  95. scriptTab.Size = UDim2.new(0, 100, 0, 201)
  96. scriptTab.ScrollBarThickness = 8
  97.  
  98. RemoteSpy.Name = "RemoteSpy"
  99. RemoteSpy.Parent = scriptTab
  100. RemoteSpy.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  101. RemoteSpy.BorderSizePixel = 0
  102. RemoteSpy.Position = UDim2.new(0.0683800504, 0, 0.016233772, 0)
  103. RemoteSpy.Size = UDim2.new(0, 85, 0, 29)
  104. RemoteSpy.Font = Enum.Font.SourceSans
  105. RemoteSpy.Text = "RemoteSpy"
  106. RemoteSpy.TextColor3 = Color3.fromRGB(255, 255, 255)
  107. RemoteSpy.TextSize = 14.000
  108. RemoteSpy.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  109.  
  110. Dex.Name = "Dex"
  111. Dex.Parent = scriptTab
  112. Dex.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  113. Dex.BorderSizePixel = 0
  114. Dex.Position = UDim2.new(0.0683800504, 0, 0.100649357, 0)
  115. Dex.Size = UDim2.new(0, 85, 0, 29)
  116. Dex.Font = Enum.Font.SourceSans
  117. Dex.Text = "Dex"
  118. Dex.TextColor3 = Color3.fromRGB(255, 255, 255)
  119. Dex.TextSize = 14.000
  120. Dex.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  121.  
  122. SimpleSpy.Name = "SimpleSpy"
  123. SimpleSpy.Parent = scriptTab
  124. SimpleSpy.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  125. SimpleSpy.BorderSizePixel = 0
  126. SimpleSpy.Position = UDim2.new(0.0683800504, 0, 0.185064942, 0)
  127. SimpleSpy.Size = UDim2.new(0, 85, 0, 29)
  128. SimpleSpy.Font = Enum.Font.SourceSans
  129. SimpleSpy.Text = "SimpleSpy"
  130. SimpleSpy.TextColor3 = Color3.fromRGB(255, 255, 255)
  131. SimpleSpy.TextSize = 14.000
  132. SimpleSpy.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  133.  
  134. scriptTabScrollNicer.Name = "scriptTabScrollNicer"
  135. scriptTabScrollNicer.Parent = MainHolder
  136. scriptTabScrollNicer.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  137. scriptTabScrollNicer.BorderColor3 = Color3.fromRGB(60, 60, 60)
  138. scriptTabScrollNicer.BorderSizePixel = 0
  139. scriptTabScrollNicer.Position = UDim2.new(1.21113694, 0, 0, 0)
  140. scriptTabScrollNicer.Size = UDim2.new(0, 8, 0, 201)
  141.  
  142. outputMain.Name = "outputMain"
  143. outputMain.Parent = MainHolder
  144. outputMain.Active = true
  145. outputMain.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  146. outputMain.BorderColor3 = Color3.fromRGB(60, 60, 60)
  147. outputMain.BorderSizePixel = 7
  148. outputMain.Size = UDim2.new(0, 430, 0, 201)
  149. outputMain.ScrollBarThickness = 8
  150.  
  151. outputScrollNicer.Name = "outputScrollNicer"
  152. outputScrollNicer.Parent = MainHolder
  153. outputScrollNicer.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  154. outputScrollNicer.BorderColor3 = Color3.fromRGB(60, 60, 60)
  155. outputScrollNicer.BorderSizePixel = 0
  156. outputScrollNicer.Position = UDim2.new(0.960556865, 0, 0, 0)
  157. outputScrollNicer.Size = UDim2.new(0, 8, 0, 201)
  158.  
  159. blankLine.Name = "blankLine"
  160. blankLine.Parent = game.StarterGui.ScreenGui.MainHolder.outputUpdate
  161. blankLine.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  162. blankLine.BackgroundTransparency = 1.000
  163. blankLine.BorderColor3 = Color3.fromRGB(0, 0, 0)
  164. blankLine.BorderSizePixel = 0
  165. blankLine.ZIndex = 10
  166. blankLine.Font = Enum.Font.SourceSans
  167. blankLine.Text = ""
  168. blankLine.TextColor3 = Color3.fromRGB(0, 0, 0)
  169. blankLine.TextSize = 15.000
  170. blankLine.TextXAlignment = Enum.TextXAlignment.Left
  171.  
  172. backgroundImage.Name = "backgroundImage"
  173. backgroundImage.Parent = MainHolder
  174. backgroundImage.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  175. backgroundImage.BackgroundTransparency = 1.000
  176. backgroundImage.Position = UDim2.new(0.253074616, 0, 0, 0)
  177. backgroundImage.Size = UDim2.new(0, 212, 0, 186)
  178. backgroundImage.Image = "http://www.roblox.com/asset/?id=96429600"
  179. backgroundImage.ImageTransparency = 0.700
  180. backgroundImage.ScaleType = Enum.ScaleType.Fit
  181.  
  182. outputScrollNicer2.Name = "outputScrollNicer2"
  183. outputScrollNicer2.Parent = MainHolder
  184. outputScrollNicer2.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  185. outputScrollNicer2.BorderColor3 = Color3.fromRGB(60, 60, 60)
  186. outputScrollNicer2.BorderSizePixel = 0
  187. outputScrollNicer2.Position = UDim2.new(0, 0, 0.805194795, 0)
  188. outputScrollNicer2.Size = UDim2.new(0, 430, 0, 7)
  189.  
  190. L.Name = "L"
  191. L.Parent = MainHolder
  192. L.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  193. L.BackgroundTransparency = 1.000
  194. L.Position = UDim2.new(-0.016241299, 0, -0.0909090936, 0)
  195. L.Size = UDim2.new(0, 25, 0, 20)
  196. L.Font = Enum.Font.Antique
  197. L.Text = "L"
  198. L.TextColor3 = Color3.fromRGB(255, 0, 0)
  199. L.TextScaled = true
  200. L.TextSize = 14.000
  201. L.TextWrapped = true
  202.  
  203. I.Name = "I"
  204. I.Parent = MainHolder
  205. I.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  206. I.BackgroundTransparency = 1.000
  207. I.Position = UDim2.new(0.041763328, 0, -0.0865801573, 0)
  208. I.Size = UDim2.new(0, 25, 0, 20)
  209. I.Font = Enum.Font.Antique
  210. I.Text = "I"
  211. I.TextColor3 = Color3.fromRGB(255, 0, 0)
  212. I.TextScaled = true
  213. I.TextSize = 14.000
  214. I.TextWrapped = true
  215.  
  216. M.Name = "M"
  217. M.Parent = MainHolder
  218. M.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  219. M.BackgroundTransparency = 1.000
  220. M.Position = UDim2.new(0.099767983, 0, -0.0909090936, 0)
  221. M.Size = UDim2.new(0, 25, 0, 20)
  222. M.Font = Enum.Font.Antique
  223. M.Text = "M"
  224. M.TextColor3 = Color3.fromRGB(255, 0, 0)
  225. M.TextScaled = true
  226. M.TextSize = 14.000
  227. M.TextWrapped = true
  228.  
  229. E.Name = "E"
  230. E.Parent = MainHolder
  231. E.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  232. E.BackgroundTransparency = 1.000
  233. E.Position = UDim2.new(0.15777263, 0, -0.0909090936, 0)
  234. E.Size = UDim2.new(0, 25, 0, 20)
  235. E.Font = Enum.Font.Antique
  236. E.Text = "E"
  237. E.TextColor3 = Color3.fromRGB(255, 0, 0)
  238. E.TextScaled = true
  239. E.TextSize = 14.000
  240. E.TextWrapped = true
  241.  
  242. Z.Name = "Z"
  243. Z.Parent = MainHolder
  244. Z.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  245. Z.BackgroundTransparency = 1.000
  246. Z.Position = UDim2.new(0.215777263, 0, -0.0909090936, 0)
  247. Z.Size = UDim2.new(0, 25, 0, 20)
  248. Z.Font = Enum.Font.Antique
  249. Z.Text = "Z"
  250. Z.TextColor3 = Color3.fromRGB(255, 0, 0)
  251. Z.TextScaled = true
  252. Z.TextSize = 14.000
  253. Z.TextWrapped = true
  254.  
  255. S.Name = "S"
  256. S.Parent = MainHolder
  257. S.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  258. S.BackgroundTransparency = 1.000
  259. S.Position = UDim2.new(0.273781896, 0, -0.0865801573, 0)
  260. S.Size = UDim2.new(0, 25, 0, 20)
  261. S.Font = Enum.Font.Antique
  262. S.Text = "S"
  263. S.TextColor3 = Color3.fromRGB(255, 0, 0)
  264. S.TextScaled = true
  265. S.TextSize = 14.000
  266. S.TextWrapped = true
  267.  
  268. L2.Name = "L2"
  269. L2.Parent = MainHolder
  270. L2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  271. L2.BackgroundTransparency = 1.000
  272. L2.Position = UDim2.new(0.389791191, 0, -0.0909090936, 0)
  273. L2.Size = UDim2.new(0, 25, 0, 20)
  274. L2.Font = Enum.Font.Antique
  275. L2.Text = "L"
  276. L2.TextColor3 = Color3.fromRGB(255, 0, 0)
  277. L2.TextScaled = true
  278. L2.TextSize = 14.000
  279. L2.TextWrapped = true
  280.  
  281. P.Name = "P"
  282. P.Parent = MainHolder
  283. P.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  284. P.BackgroundTransparency = 1.000
  285. P.Position = UDim2.new(0.331786543, 0, -0.0909090936, 0)
  286. P.Size = UDim2.new(0, 25, 0, 20)
  287. P.Font = Enum.Font.Antique
  288. P.Text = "P"
  289. P.TextColor3 = Color3.fromRGB(255, 0, 0)
  290. P.TextScaled = true
  291. P.TextSize = 14.000
  292. P.TextWrapped = true
  293.  
  294. O.Name = "O"
  295. O.Parent = MainHolder
  296. O.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  297. O.BackgroundTransparency = 1.000
  298. O.Position = UDim2.new(0.447795808, 0, -0.0865801573, 0)
  299. O.Size = UDim2.new(0, 25, 0, 20)
  300. O.Font = Enum.Font.Antique
  301. O.Text = "O"
  302. O.TextColor3 = Color3.fromRGB(255, 0, 0)
  303. O.TextScaled = true
  304. O.TextSize = 14.000
  305. O.TextWrapped = true
  306.  
  307. T.Name = "T"
  308. T.Parent = MainHolder
  309. T.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  310. T.BackgroundTransparency = 1.000
  311. T.Position = UDim2.new(0.563805103, 0, -0.0909090936, 0)
  312. T.Size = UDim2.new(0, 25, 0, 20)
  313. T.Font = Enum.Font.Antique
  314. T.Text = "T"
  315. T.TextColor3 = Color3.fromRGB(255, 0, 0)
  316. T.TextScaled = true
  317. T.TextSize = 14.000
  318. T.TextWrapped = true
  319.  
  320. I2.Name = "I2"
  321. I2.Parent = MainHolder
  322. I2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  323. I2.BackgroundTransparency = 1.000
  324. I2.Position = UDim2.new(0.505800486, 0, -0.0909090936, 0)
  325. I2.Size = UDim2.new(0, 25, 0, 20)
  326. I2.Font = Enum.Font.Antique
  327. I2.Text = "I"
  328. I2.TextColor3 = Color3.fromRGB(255, 0, 0)
  329. I2.TextScaled = true
  330. I2.TextSize = 14.000
  331. I2.TextWrapped = true
  332.  
  333. exit.Name = "exit"
  334. exit.Parent = MainHolder
  335. exit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  336. exit.BackgroundTransparency = 1.000
  337. exit.Position = UDim2.new(1.22969842, 0, -0.077922076, 0)
  338. exit.Size = UDim2.new(0, 12, 0, 13)
  339. exit.Font = Enum.Font.SourceSans
  340. exit.Text = "X"
  341. exit.TextColor3 = Color3.fromRGB(255, 0, 0)
  342. exit.TextScaled = true
  343. exit.TextSize = 14.000
  344. exit.TextWrapped = true
  345.  
  346. -- Scripts:
  347.  
  348. local function EPLQJD_fake_script() -- MainHolder.Drag
  349.     local script = Instance.new('LocalScript', MainHolder)
  350.  
  351.     local UserInputService = game:GetService("UserInputService")
  352.    
  353.     local gui = script.Parent
  354.    
  355.     local dragging
  356.     local dragInput
  357.     local dragStart
  358.     local startPos
  359.    
  360.     local function update(input)
  361.         local delta = input.Position - dragStart
  362.         gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  363.     end
  364.    
  365.     gui.InputBegan:Connect(function(input)
  366.         if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  367.             dragging = true
  368.             dragStart = input.Position
  369.             startPos = gui.Position
  370.    
  371.             input.Changed:Connect(function()
  372.                 if input.UserInputState == Enum.UserInputState.End then
  373.                     dragging = false
  374.                 end
  375.             end)
  376.         end
  377.     end)
  378.    
  379.     gui.InputChanged:Connect(function(input)
  380.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  381.             dragInput = input
  382.         end
  383.     end)
  384.    
  385.     UserInputService.InputChanged:Connect(function(input)
  386.         if input == dragInput and dragging then
  387.             update(input)
  388.         end
  389.     end)
  390. end
  391. coroutine.wrap(EPLQJD_fake_script)()
  392. local function XZHEYUB_fake_script() -- Clear.Script
  393.     local script = Instance.new('Script', Clear)
  394.  
  395.     local object = script.Parent.Parent.Parent.outputMain
  396.    
  397.     local function clicked()
  398.         for i,v in pairs(object:GetChildren()) do
  399.             v:Destroy()
  400.         end
  401.     end
  402.     script.Parent.MouseButton1Click:Connect(clicked)
  403. end
  404. coroutine.wrap(XZHEYUB_fake_script)()
  405. local function YQMDN_fake_script() -- Credits.Script
  406.     local script = Instance.new('Script', Credits)
  407.  
  408.    
  409.     function credits()
  410.         print("Thank you for using LimezSploit! LimezSploit was created by Limez and has many features such as: RemoteSpy, Dex, Output Notepad, and many More in the future! - Limez")
  411.     end
  412.     script.Parent.MouseButton1Click:Connect(credits)
  413. end
  414. coroutine.wrap(YQMDN_fake_script)()
  415. local function SMVPPPB_fake_script() -- RemoteSpy.Script
  416.     local script = Instance.new('Script', RemoteSpy)
  417.  
  418.     script.Parent.MouseButton1Click:Connect(function()
  419.         loadstring(game:HttpGet("https://pastebin.com/k42FySwR", true))()
  420.     end)
  421. end
  422. coroutine.wrap(SMVPPPB_fake_script)()
  423. local function LNIKZK_fake_script() -- Dex.Script
  424.     local script = Instance.new('Script', Dex)
  425.  
  426.     script.Parent.MouseButton1Click:Connect(function()
  427.         loadstring(game:HttpGet("https://gist.githubusercontent.com/DinosaurXxX/b757fe011e7e600c0873f967fe427dc2/raw/ee5324771f017073fc30e640323ac2a9b3bfc550/dark%2520dex%2520v4", true))()
  428.     end)
  429. end
  430. coroutine.wrap(LNIKZK_fake_script)()
  431. local function BLCAMC_fake_script() -- SimpleSpy.Script
  432.     local script = Instance.new('Script', SimpleSpy)
  433.  
  434.     script.Parent.MouseButton1Click:Connect(function()
  435.         loadstring(game:HttpGet("https://github.com/exxtremestuffs/SimpleSpySource/raw/master/SimpleSpy.lua"))()
  436.     end)
  437. end
  438. coroutine.wrap(BLCAMC_fake_script)()
  439. local function TFBDTNT_fake_script() -- MainHolder.outputUpdate
  440.     local script = Instance.new('Script', MainHolder)
  441.  
  442.     local colors = {
  443.         [Enum.MessageType.MessageOutput] = BrickColor.new("White").Color;
  444.         [Enum.MessageType.MessageInfo] = BrickColor.new("White").Color;
  445.         [Enum.MessageType.MessageWarning] = BrickColor.new("Bright yellow").Color;
  446.         [Enum.MessageType.MessageError]  = BrickColor.new("Bright red").Color;
  447.     }
  448.     local canvasX = 0
  449.    
  450.     game:getService("LogService").MessageOut:connect(function(output, messageType)
  451.         local newLine = script.blankLine:clone()
  452.         newLine.TextColor3 = colors[messageType]
  453.         newLine.Position = UDim2.new(0, 5, 0, (#script.Parent.outputMain:getChildren() * 15))
  454.         newLine.Text = output
  455.         newLine.Name = math.random(1,1000000)
  456.         newLine.Parent = script.Parent.outputMain
  457.         newLine.Size = UDim2.new(0, (#output * 10), 0, 15)
  458.         canvasX = (canvasX > (#output * 10) and canvasX or (#output * 10)) --dont use newLine.TextBounds.X outside of a local script
  459.         script.Parent.outputMain.CanvasSize = UDim2.new(0, (canvasX + 10), 0, ((#script.Parent.outputMain:getChildren() + 1) * 15))
  460.     end)
  461. end
  462. coroutine.wrap(TFBDTNT_fake_script)()
  463. local function KJBGN_fake_script() -- MainHolder.Script
  464.     local script = Instance.new('Script', MainHolder)
  465.  
  466.     local l = script.Parent.L
  467.     local i = script.Parent.I
  468.     local m = script.Parent.M
  469.     local e = script.Parent.E
  470.     local z = script.Parent.Z
  471.     local s = script.Parent.S
  472.     local p = script.Parent.P
  473.     local l2 = script.Parent.L2
  474.     local o = script.Parent.O
  475.     local i2 = script.Parent.I2
  476.     local t = script.Parent.T
  477.    
  478.     while true do
  479.         wait(10)
  480.         l.Visible = false
  481.         wait(0.5)
  482.         l.Visible = true
  483.         i.Visible = false
  484.         wait(0.5)
  485.         i.Visible = true
  486.         m.Visible = false
  487.         wait(0.5)
  488.         m.Visible = true
  489.         e.Visible = false
  490.         wait(0.5)
  491.         e.Visible = true
  492.         z.Visible = false
  493.         wait(0.5)
  494.         z.Visible = true
  495.         s.Visible = false
  496.         wait(0.5)
  497.         s.Visible = true
  498.         p.Visible = false
  499.         wait(0.5)
  500.         p.Visible = true
  501.         l2.Visible = false
  502.         wait(0.5)
  503.         l2.Visible = true
  504.         o.Visible = false
  505.         wait(0.5)
  506.         o.Visible = true
  507.         i2.Visible = false
  508.         wait(0.5)
  509.         i2.Visible = true
  510.         t.Visible = false
  511.         wait(0.5)
  512.         t.Visible = true
  513.     end
  514. end
  515. coroutine.wrap(KJBGN_fake_script)()
  516. local function GCGR_fake_script() -- exit.Script
  517.     local script = Instance.new('Script', exit)
  518.  
  519.     script.Parent.MouseButton1Click:Connect(function()
  520.         script.Parent.Parent:Destroy()
  521.     end)
  522. end
  523. coroutine.wrap(GCGR_fake_script)()
  524.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement