Advertisement
thesleepingpig

Bubble Simulator Scripts !

Nov 23rd, 2018
29,903
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 16.11 KB | None | 0 0
  1. Bubble Simulator Script !
  2. *WARNING* There is also cases that developers are starting to ban players in their game !
  3. *READ PLEASE* ( I do not own this script. Script are made by TitaniumDeveloper. He's Discord * TitaniumDeveloper#7719 ) *.
  4. *Titanium's Discord Server* https://discord.gg/g9UVAPk
  5. *His Profile In V3rmillion* https://v3rmillion.net/member.php?action=profile&uid=234837
  6.  
  7. --------------------------------------------------------------------------------------------------------------------
  8. local BubbleGUI = Instance.new("ScreenGui")
  9. local FRAME = Instance.new("ImageLabel")
  10. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  11. local Title = Instance.new("TextLabel")
  12. local UISizeConstraint = Instance.new("UISizeConstraint")
  13. local Close = Instance.new("ImageButton")
  14. local ItemName = Instance.new("TextLabel")
  15. local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
  16. local AutoBubbleBlowerButton = Instance.new("ImageButton")
  17. local AutoBubbleBlowerText = Instance.new("TextLabel")
  18. local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
  19. local AutoBubbleBlowerTitle = Instance.new("TextLabel")
  20. local AutoBlowerDesc = Instance.new("TextLabel")
  21. local AutoPetTitle = Instance.new("TextLabel")
  22. local AutoEggDesc = Instance.new("TextLabel")
  23. local AutoEggButton = Instance.new("ImageButton")
  24. local AutoEggText = Instance.new("TextLabel")
  25. local UIAspectRatioConstraint_4 = Instance.new("UIAspectRatioConstraint")
  26. local EggType = Instance.new("TextBox")
  27. local BubbleButton = Instance.new("ScreenGui")
  28. local Log = Instance.new("ImageButton")
  29. local LogText = Instance.new("TextLabel")
  30.  
  31. BubbleButton.Name = "BubbleButton"
  32. BubbleButton.Parent = game.CoreGui
  33.  
  34. BubbleGUI.Name = "BubbleGUI"
  35. BubbleGUI.Parent = game.CoreGui
  36.  
  37. Log.Name = "Log"
  38. Log.Parent = BubbleButton
  39. Log.AnchorPoint = Vector2.new(0.5, 0)
  40. Log.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  41. Log.BackgroundTransparency = 1
  42. Log.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  43. Log.Position = UDim2.new(0.499593467, 0, 0.0274019241, 0)
  44. Log.Size = UDim2.new(0.300000012, 0, 0.06332881, 0)
  45. Log.ZIndex = 55
  46. Log.Image = "rbxassetid://1511196841"
  47. Log.ImageColor3 = Color3.new(0.243137, 0.380392, 1)
  48. Log.ScaleType = Enum.ScaleType.Slice
  49. Log.SliceCenter = Rect.new(9, 11, 91, 89)
  50.  
  51. LogText.Name = "LogText"
  52. LogText.Parent = Log
  53. LogText.AnchorPoint = Vector2.new(0.5, 0.5)
  54. LogText.BackgroundColor3 = Color3.new(1, 1, 1)
  55. LogText.BackgroundTransparency = 1
  56. LogText.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  57. LogText.Position = UDim2.new(0.5, 0, 0.5, -2)
  58. LogText.Size = UDim2.new(0.899999976, 0, 0.899999976, 0)
  59. LogText.ZIndex = 56
  60. LogText.Font = Enum.Font.Cartoon
  61. LogText.Text = "Click to Open"
  62. LogText.TextColor3 = Color3.new(1, 1, 1)
  63. LogText.TextScaled = true
  64. LogText.TextSize = 14
  65. LogText.TextStrokeTransparency = 0.75
  66. LogText.TextWrapped = true
  67.  
  68. Log.MouseButton1Click:Connect(function()
  69.     if FRAME.Visible == true then
  70.         FRAME.Visible = false
  71.     else
  72.         FRAME.Visible = true
  73.     end
  74. end)
  75.  
  76. local LogText = function(Text)
  77.     pcall(function()
  78.         LogText.Text = Text
  79.     end)
  80. end
  81.  
  82. FRAME.Name = "FRAME"
  83. FRAME.Parent = BubbleGUI
  84. FRAME.Active = true
  85. FRAME.AnchorPoint = Vector2.new(0.5, 0.5)
  86. FRAME.BackgroundColor3 = Color3.new(1, 1, 1)
  87. FRAME.BackgroundTransparency = 1
  88. FRAME.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  89. FRAME.Position = UDim2.new(0.5, 0, 0.5, 0)
  90. FRAME.Size = UDim2.new(0.5, 0, 0.699999988, 0)
  91. FRAME.ZIndex = 15
  92. FRAME.Image = "rbxassetid://1511196841"
  93. FRAME.ImageColor3 = Color3.new(0.152941, 0.705882, 1)
  94. FRAME.ScaleType = Enum.ScaleType.Slice
  95. FRAME.SliceCenter = Rect.new(9, 11, 91, 89)
  96. FRAME.Visible = false
  97.  
  98. UIAspectRatioConstraint.Parent = FRAME
  99.  
  100. Title.Name = "Title"
  101. Title.Parent = FRAME
  102. Title.AnchorPoint = Vector2.new(0.5, 0)
  103. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  104. Title.BackgroundTransparency = 1
  105. Title.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  106. Title.Position = UDim2.new(0.425323755, 0, -0.00199999125, 0)
  107. Title.Size = UDim2.new(0.786599934, 0, 0.149655223, 0)
  108. Title.ZIndex = 25
  109. Title.Font = Enum.Font.ArialBold
  110. Title.Text = "Project Bubble [V3.0]"
  111. Title.TextColor3 = Color3.new(1, 1, 1)
  112. Title.TextScaled = true
  113. Title.TextSize = 14
  114. Title.TextStrokeTransparency = 0.75
  115. Title.TextWrapped = true
  116.  
  117. UISizeConstraint.Parent = FRAME
  118. UISizeConstraint.MaxSize = Vector2.new(420, 420)
  119. UISizeConstraint.MinSize = Vector2.new(250, 250)
  120.  
  121. Close.Name = "Close"
  122. Close.Parent = FRAME
  123. Close.AnchorPoint = Vector2.new(1, 0)
  124. Close.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  125. Close.BackgroundTransparency = 1
  126. Close.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  127. Close.Position = UDim2.new(1, -5, 0, 5)
  128. Close.Size = UDim2.new(0.200000003, 0, 0.125, 0)
  129. Close.ZIndex = 25
  130. Close.Image = "rbxassetid://1511196841"
  131. Close.ImageColor3 = Color3.new(1, 0.25098, 0.25098)
  132. Close.ScaleType = Enum.ScaleType.Slice
  133. Close.SliceCenter = Rect.new(9, 11, 91, 89)
  134.  
  135. ItemName.Name = "ItemName"
  136. ItemName.Parent = Close
  137. ItemName.AnchorPoint = Vector2.new(0.5, 0.5)
  138. ItemName.BackgroundColor3 = Color3.new(1, 1, 1)
  139. ItemName.BackgroundTransparency = 1
  140. ItemName.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  141. ItemName.Position = UDim2.new(0.5, 0, 0.5, -2)
  142. ItemName.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  143. ItemName.ZIndex = 26
  144. ItemName.Font = Enum.Font.Cartoon
  145. ItemName.Text = "X"
  146. ItemName.TextColor3 = Color3.new(1, 1, 1)
  147. ItemName.TextScaled = true
  148. ItemName.TextSize = 14
  149. ItemName.TextStrokeTransparency = 0.75
  150. ItemName.TextWrapped = true
  151.  
  152. UIAspectRatioConstraint_2.Parent = Close
  153.  
  154. AutoBubbleBlowerButton.Name = "AutoBubbleBlowerButton"
  155. AutoBubbleBlowerButton.Parent = FRAME
  156. AutoBubbleBlowerButton.AnchorPoint = Vector2.new(0, 1)
  157. AutoBubbleBlowerButton.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  158. AutoBubbleBlowerButton.BackgroundTransparency = 1
  159. AutoBubbleBlowerButton.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  160. AutoBubbleBlowerButton.Position = UDim2.new(0.417241395, -5, 0.435451537, 0)
  161. AutoBubbleBlowerButton.Size = UDim2.new(0.219047636, 0, 0.0832420066, 0)
  162. AutoBubbleBlowerButton.ZIndex = 25
  163. AutoBubbleBlowerButton.Image = "rbxassetid://1511196841"
  164. AutoBubbleBlowerButton.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  165. AutoBubbleBlowerButton.ScaleType = Enum.ScaleType.Slice
  166. AutoBubbleBlowerButton.SliceCenter = Rect.new(9, 11, 91, 89)
  167.  
  168. AutoBubbleBlowerText.Name = "AutoBubbleBlowerText"
  169. AutoBubbleBlowerText.Parent = AutoBubbleBlowerButton
  170. AutoBubbleBlowerText.AnchorPoint = Vector2.new(0.5, 0.5)
  171. AutoBubbleBlowerText.BackgroundColor3 = Color3.new(1, 1, 1)
  172. AutoBubbleBlowerText.BackgroundTransparency = 1
  173. AutoBubbleBlowerText.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  174. AutoBubbleBlowerText.Position = UDim2.new(0.5, 0, 0.5, -2)
  175. AutoBubbleBlowerText.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  176. AutoBubbleBlowerText.ZIndex = 26
  177. AutoBubbleBlowerText.Font = Enum.Font.Cartoon
  178. AutoBubbleBlowerText.Text = "DISABLED"
  179. AutoBubbleBlowerText.TextColor3 = Color3.new(1, 1, 1)
  180. AutoBubbleBlowerText.TextScaled = true
  181. AutoBubbleBlowerText.TextSize = 14
  182. AutoBubbleBlowerText.TextStrokeTransparency = 0.75
  183. AutoBubbleBlowerText.TextWrapped = true
  184.  
  185. UIAspectRatioConstraint_3.Parent = AutoBubbleBlowerButton
  186. UIAspectRatioConstraint_3.AspectRatio = 3
  187.  
  188. AutoBubbleBlowerTitle.Name = "AutoBubbleBlowerTitle"
  189. AutoBubbleBlowerTitle.Parent = FRAME
  190. AutoBubbleBlowerTitle.AnchorPoint = Vector2.new(1, 0.5)
  191. AutoBubbleBlowerTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  192. AutoBubbleBlowerTitle.BackgroundTransparency = 1
  193. AutoBubbleBlowerTitle.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  194. AutoBubbleBlowerTitle.Position = UDim2.new(0.781523764, 0, 0.213437468, -2)
  195. AutoBubbleBlowerTitle.Size = UDim2.new(0.529142916, 0, 0.0897916555, 0)
  196. AutoBubbleBlowerTitle.ZIndex = 26
  197. AutoBubbleBlowerTitle.Font = Enum.Font.ArialBold
  198. AutoBubbleBlowerTitle.Text = "Auto Bubble Blower"
  199. AutoBubbleBlowerTitle.TextColor3 = Color3.new(1, 1, 1)
  200. AutoBubbleBlowerTitle.TextScaled = true
  201. AutoBubbleBlowerTitle.TextSize = 14
  202. AutoBubbleBlowerTitle.TextStrokeTransparency = 0.75
  203. AutoBubbleBlowerTitle.TextWrapped = true
  204. AutoBubbleBlowerTitle.TextXAlignment = Enum.TextXAlignment.Left
  205.  
  206. AutoBlowerDesc.Name = "AutoBlowerDesc"
  207. AutoBlowerDesc.Parent = FRAME
  208. AutoBlowerDesc.AnchorPoint = Vector2.new(1, 0.5)
  209. AutoBlowerDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  210. AutoBlowerDesc.BackgroundTransparency = 1
  211. AutoBlowerDesc.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  212. AutoBlowerDesc.Position = UDim2.new(0.967238188, 0, 0.299931556, -2)
  213. AutoBlowerDesc.Size = UDim2.new(0.92200011, 0, 0.115160845, 0)
  214. AutoBlowerDesc.ZIndex = 26
  215. AutoBlowerDesc.Font = Enum.Font.Arial
  216. AutoBlowerDesc.Text = "Automatically blows and sells bubbles for you."
  217. AutoBlowerDesc.TextColor3 = Color3.new(1, 1, 1)
  218. AutoBlowerDesc.TextScaled = true
  219. AutoBlowerDesc.TextSize = 14
  220. AutoBlowerDesc.TextStrokeTransparency = 0.75
  221. AutoBlowerDesc.TextWrapped = true
  222.  
  223. AutoPetTitle.Name = "AutoPetTitle"
  224. AutoPetTitle.Parent = FRAME
  225. AutoPetTitle.AnchorPoint = Vector2.new(1, 0.5)
  226. AutoPetTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  227. AutoPetTitle.BackgroundTransparency = 1
  228. AutoPetTitle.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  229. AutoPetTitle.Position = UDim2.new(0.913214386, 0, 0.539627969, -2)
  230. AutoPetTitle.Size = UDim2.new(0.800345302, 0, 0.0897916555, 0)
  231. AutoPetTitle.ZIndex = 26
  232. AutoPetTitle.Font = Enum.Font.ArialBold
  233. AutoPetTitle.Text = "Auto Pet Purchase/Deletion"
  234. AutoPetTitle.TextColor3 = Color3.new(1, 1, 1)
  235. AutoPetTitle.TextScaled = true
  236. AutoPetTitle.TextSize = 14
  237. AutoPetTitle.TextStrokeTransparency = 0.75
  238. AutoPetTitle.TextWrapped = true
  239. AutoPetTitle.TextXAlignment = Enum.TextXAlignment.Left
  240.  
  241. AutoEggDesc.Name = "AutoEggDesc"
  242. AutoEggDesc.Parent = FRAME
  243. AutoEggDesc.AnchorPoint = Vector2.new(1, 0.5)
  244. AutoEggDesc.BackgroundColor3 = Color3.new(1, 1, 1)
  245. AutoEggDesc.BackgroundTransparency = 1
  246. AutoEggDesc.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  247. AutoEggDesc.Position = UDim2.new(0.967238188, 0, 0.668119311, -2)
  248. AutoEggDesc.Size = UDim2.new(0.92200017, 0, 0.137250707, 0)
  249. AutoEggDesc.ZIndex = 26
  250. AutoEggDesc.Font = Enum.Font.Arial
  251. AutoEggDesc.Text = "Automatically purchases eggs and deletes them if they are not Epic or Legendary! Must be near egg stand to purchase eggs!"
  252. AutoEggDesc.TextColor3 = Color3.new(1, 1, 1)
  253. AutoEggDesc.TextScaled = true
  254. AutoEggDesc.TextSize = 14
  255. AutoEggDesc.TextStrokeTransparency = 0.75
  256. AutoEggDesc.TextWrapped = true
  257.  
  258. AutoEggButton.Name = "AutoEggButton"
  259. AutoEggButton.Parent = FRAME
  260. AutoEggButton.AnchorPoint = Vector2.new(0, 1)
  261. AutoEggButton.BackgroundColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  262. AutoEggButton.BackgroundTransparency = 1
  263. AutoEggButton.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  264. AutoEggButton.Position = UDim2.new(0.400574714, -5, 0.956880152, 0)
  265. AutoEggButton.Size = UDim2.new(0.219047636, 0, 0.0832420066, 0)
  266. AutoEggButton.ZIndex = 25
  267. AutoEggButton.Image = "rbxassetid://1511196841"
  268. AutoEggButton.ImageColor3 = Color3.new(0.490196, 0.490196, 0.490196)
  269. AutoEggButton.ScaleType = Enum.ScaleType.Slice
  270. AutoEggButton.SliceCenter = Rect.new(9, 11, 91, 89)
  271.  
  272. AutoEggText.Name = "AutoEggText"
  273. AutoEggText.Parent = AutoEggButton
  274. AutoEggText.AnchorPoint = Vector2.new(0.5, 0.5)
  275. AutoEggText.BackgroundColor3 = Color3.new(1, 1, 1)
  276. AutoEggText.BackgroundTransparency = 1
  277. AutoEggText.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  278. AutoEggText.Position = UDim2.new(0.5, 0, 0.5, -2)
  279. AutoEggText.Size = UDim2.new(0.899999976, 0, 0.850000024, 0)
  280. AutoEggText.ZIndex = 26
  281. AutoEggText.Font = Enum.Font.Cartoon
  282. AutoEggText.Text = "DISABLED"
  283. AutoEggText.TextColor3 = Color3.new(1, 1, 1)
  284. AutoEggText.TextScaled = true
  285. AutoEggText.TextSize = 14
  286. AutoEggText.TextStrokeTransparency = 0.75
  287. AutoEggText.TextWrapped = true
  288.  
  289. UIAspectRatioConstraint_4.Parent = AutoEggButton
  290. UIAspectRatioConstraint_4.AspectRatio = 3
  291.  
  292. EggType.Name = "EggType"
  293. EggType.Parent = FRAME
  294. EggType.AnchorPoint = Vector2.new(0.5, 0)
  295. EggType.BackgroundColor3 = Color3.new(0.243137, 0.380392, 1)
  296. EggType.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  297. EggType.BorderSizePixel = 0
  298. EggType.Position = UDim2.new(0.5, 0, 0.758333325, 0)
  299. EggType.Size = UDim2.new(0.690476179, 0, 0.0904762, 0)
  300. EggType.ZIndex = 15
  301. EggType.Font = Enum.Font.Cartoon
  302. EggType.PlaceholderColor3 = Color3.new(0.701961, 0.701961, 0.701961)
  303. EggType.Text = "Common Egg"
  304. EggType.TextColor3 = Color3.new(1, 1, 1)
  305. EggType.TextScaled = true
  306. EggType.TextSize = 14
  307. EggType.TextStrokeTransparency = 0.75
  308. EggType.TextWrapped = true
  309.  
  310. local DisabledColor = Color3.fromRGB(125, 125, 125)
  311. local EnabledColor = Color3.fromRGB(64, 255, 64)
  312.  
  313. local PetModule
  314.  
  315. for _,ModuleScript in pairs (game.ReplicatedStorage:GetDescendants()) do
  316.     if ModuleScript:IsA("ModuleScript") and ModuleScript.Name == "PetModule" then
  317.         PetModule = require(ModuleScript)
  318.     end
  319. end
  320.  
  321. local AutoProfitEnabled = false
  322. local AutoEgg = false
  323.  
  324. local Functions = {}
  325.  
  326. local FireNetwork = function(...)
  327.     Functions[1]:FireServer(...)
  328. end
  329.  
  330. for A,B in next, debug.getregistry() do
  331.     if type(B) == "function" then
  332.         pcall(function()
  333.             for X,Z in next, debug.getupvalues(B) do
  334.                 if X == "Network" then
  335.                     Functions[#Functions+1] = Z
  336.                 end
  337.             end
  338.         end)
  339.     end
  340. end
  341.    
  342. for _,Remote in pairs (game:GetDescendants()) do
  343.     if Remote:IsA("RemoteEvent") then
  344.         Remote.OnClientEvent:Connect(function(ArgOne, ...)
  345.             if AutoEgg == true then
  346.                 if ArgOne == "DataChanged" then
  347.                     if typeof (...) == "table" then
  348.                         for A,B in ipairs (...) do
  349.                             if typeof(B) == "table" then
  350.                                 if string.len(tostring(B[1])) == 36 then
  351.                                     wait()
  352.                                     if PetModule[tostring(B[2])]["Rarity"] == "Epic" then
  353.                                         if _G.KeepEpic ~= true then
  354.                                             if B[6] ~= true then
  355.                                                 LogText("Deleted Pet: " .. tostring(B[2]))
  356.                                                 FireNetwork("DeletePet", tostring(B[1]))
  357.                                             end
  358.                                         end
  359.                                     elseif PetModule[tostring(B[2])]["Rarity"] == "Legendary" then
  360.                                         if _G.KeepLegendary ~= true then
  361.                                             if B[6] ~= true then
  362.                                                 LogText("Deleted Pet: " .. tostring(B[2]))
  363.                                                 FireNetwork("DeletePet", tostring(B[1]))
  364.                                             end
  365.                                         end
  366.                                     else
  367.                                         if B[6] ~= true then
  368.                                             LogText("Deleted Pet: " .. tostring(B[2]))
  369.                                             FireNetwork("DeletePet", tostring(B[1]))
  370.                                         end
  371.                                     end
  372.                                 end
  373.                             end
  374.                         end
  375.                     end
  376.                 end
  377.             end
  378.         end)
  379.     end
  380. end
  381.    
  382. LogText("Developer: Titanium Developer#9736")
  383. wait(5)
  384. LogText("Discord: https://discord.gg/6qcVZcU")
  385. wait(3)
  386. LogText("Click To Open")
  387.    
  388. AutoBubbleBlowerButton.MouseButton1Click:Connect(function()
  389.     if AutoProfitEnabled == false then
  390.         AutoProfitEnabled = true
  391.         AutoBubbleBlowerText.Text = "ENABLED"
  392.         AutoBubbleBlowerButton.ImageColor3 = EnabledColor
  393.         LogText("Enabled Bubble Blower")
  394.         repeat
  395.             wait(1)
  396.             FireNetwork("BlowBubble")
  397.             FireNetwork("ClaimAchievement", 1)
  398.             FireNetwork("ClaimAchievement", 2)
  399.             FireNetwork("ClaimAchievement", 3)
  400.             FireNetwork("ClaimAchievement", 4)
  401.         until
  402.         AutoProfitEnabled == false
  403.     else
  404.         LogText("Disabled Bubble Blower")
  405.         AutoBubbleBlowerText.Text = "DISABLED"
  406.         AutoBubbleBlowerButton.ImageColor3 = DisabledColor
  407.         AutoProfitEnabled = false
  408.     end
  409. end)
  410.  
  411. AutoEggButton.MouseButton1Click:Connect(function()
  412.     if AutoEgg == false then
  413.         AutoEgg = true
  414.         AutoEggButton.ImageColor3 = EnabledColor
  415.         AutoEggText.Text = "ENABLED"
  416.         LogText("Enabled Auto Egg")
  417.         repeat
  418.             if _G.TripleEgg == true then
  419.                 FireNetwork("PurchaseEgg", tostring(EggType.Text), "Multi")
  420.             end
  421.             if _G.TripleEgg == false then
  422.                 FireNetwork("PurchaseEgg", tostring(EggType.Text))
  423.             end
  424.             wait(2)
  425.         until
  426.         AutoEgg == false
  427.     else
  428.         LogText("Disabled Auto Egg")
  429.         AutoEgg = false
  430.         AutoEggButton.ImageColor3 = DisabledColor
  431.         AutoEggText.Text = "DISABLED"
  432.     end
  433. end)
  434.  
  435. Close.MouseButton1Click:Connect(function()
  436.     FRAME.Visible = false
  437. end)
  438. --------------------------------------------------------------------------------------------------------------------
  439.  
  440. VIDEO : https://www.youtube.com/watch?v=AL1PIMQ5lZs&lc=z22gt5mwnzn0wdgtvacdp433foybvvfykwguaa1r1l1w03c010c.1542982730977079
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement