The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Rainbow Text script pastebin roblox
By Rainbow Text on 2024-09-22 08:00 am | Syntax: LUA | Views: 19



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1.  
  2. local InsertedObjects = Instance.new("ScreenGui")
  3. local ImageButton = Instance.new("ImageButton")
  4. local ImageLabel = Instance.new("ImageLabel")
  5. local ScrollingFrame = Instance.new("ScrollingFrame")
  6. local Button2 = Instance.new("ImageButton")
  7. local BtnText = Instance.new("TextLabel")
  8. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  9. local UIGradient = Instance.new("UIGradient")
  10. local Button2_2 = Instance.new("ImageButton")
  11. local BtnText_2 = Instance.new("TextLabel")
  12. local UIAspectRatioConstraint_2 = Instance.new("UIAspectRatioConstraint")
  13. local UIGradient_2 = Instance.new("UIGradient")
  14. local Button2_3 = Instance.new("ImageButton")
  15. local BtnText_3 = Instance.new("TextLabel")
  16. local UIAspectRatioConstraint_3 = Instance.new("UIAspectRatioConstraint")
  17. local UIGradient_3 = Instance.new("UIGradient")
  18. local Button2_4 = Instance.new("ImageButton")
  19. local BtnText_4 = Instance.new("TextLabel")
  20. local UIAspectRatioConstraint_4 = Instance.new("UIAspectRatioConstraint")
  21. local UIGradient_4 = Instance.new("UIGradient")
  22. local Button2_5 = Instance.new("ImageButton")
  23. local BtnText_5 = Instance.new("TextLabel")
  24. local UIAspectRatioConstraint_5 = Instance.new("UIAspectRatioConstraint")
  25. local UIGradient_5 = Instance.new("UIGradient")
  26. local Button2_6 = Instance.new("ImageButton")
  27. local BtnText_6 = Instance.new("TextLabel")
  28. local UIAspectRatioConstraint_6 = Instance.new("UIAspectRatioConstraint")
  29. local UIGradient_6 = Instance.new("UIGradient")
  30. local CloseButton = Instance.new("ImageButton")
  31. local UIGradient_7 = Instance.new("UIGradient")
  32. local UIAspectRatioConstraint_7 = Instance.new("UIAspectRatioConstraint")
  33. local ImageLabel_2 = Instance.new("ImageLabel")
  34.  
  35. --Properties:
  36.  
  37. InsertedObjects.Name = "InsertedObjects"
  38. InsertedObjects.Parent = game.CoreGui
  39. InsertedObjects.ResetOnSpawn = false
  40.  
  41. ImageButton.Parent = InsertedObjects
  42. ImageButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  43. ImageButton.BackgroundTransparency = 1.000
  44. ImageButton.Position = UDim2.new(0.450224787, 0, 0.00651465775, 0)
  45. ImageButton.Size = UDim2.new(0, 123, 0, 60)
  46. ImageButton.Image = "http://www.roblox.com/asset/?id=8139623167"
  47.  
  48. ImageLabel.Parent = InsertedObjects
  49. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  50. ImageLabel.BackgroundTransparency = 1.000
  51. ImageLabel.Position = UDim2.new(0.0353570282, 0, 0.154990211, 0)
  52. ImageLabel.Size = UDim2.new(0, 755, 0, 492)
  53. ImageLabel.Image = "http://www.roblox.com/asset/?id=7402946493"
  54.  
  55. ScrollingFrame.Parent = ImageLabel
  56. ScrollingFrame.Active = true
  57. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. ScrollingFrame.BackgroundTransparency = 1.000
  59. ScrollingFrame.BorderSizePixel = 0
  60. ScrollingFrame.Position = UDim2.new(0.36953643, 0, 0.380081296, 0)
  61. ScrollingFrame.Size = UDim2.new(0, 195, 0, 243)
  62.  
  63. Button2.Name = "Button 2"
  64. Button2.Parent = ScrollingFrame
  65. Button2.AnchorPoint = Vector2.new(1, 1)
  66. Button2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  67. Button2.BackgroundTransparency = 1.000
  68. Button2.Position = UDim2.new(0.945403278, 0, 0.0641059503, 0)
  69. Button2.Size = UDim2.new(0.882225692, 0, 0.0763209537, 0)
  70. Button2.Image = "rbxassetid://2790382281"
  71. Button2.ImageColor3 = Color3.fromRGB(26, 190, 190)
  72. Button2.ScaleType = Enum.ScaleType.Slice
  73. Button2.SliceCenter = Rect.new(4, 4, 252, 252)
  74.  
  75. BtnText.Name = "BtnText"
  76. BtnText.Parent = Button2
  77. BtnText.AnchorPoint = Vector2.new(0.5, 0.5)
  78. BtnText.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  79. BtnText.BackgroundTransparency = 1.000
  80. BtnText.BorderSizePixel = 0
  81. BtnText.Position = UDim2.new(0.498592883, 0, 0.550041258, 0)
  82. BtnText.Size = UDim2.new(0.891457498, -5, 0.59266752, -5)
  83. BtnText.Font = Enum.Font.GothamBlack
  84. BtnText.Text = "RAIMBOW 1"
  85. BtnText.TextColor3 = Color3.fromRGB(255, 255, 255)
  86. BtnText.TextScaled = true
  87. BtnText.TextSize = 5.000
  88. BtnText.TextWrapped = true
  89.  
  90. UIAspectRatioConstraint.Parent = Button2
  91. UIAspectRatioConstraint.AspectRatio = 3.042
  92.  
  93. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(19, 143, 143)), ColorSequenceKeypoint.new(0.98, Color3.fromRGB(19, 143, 143)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 0))}
  94. UIGradient.Offset = Vector2.new(-0.349999994, 0)
  95. UIGradient.Rotation = -135
  96. UIGradient.Parent = Button2
  97.  
  98. Button2_2.Name = "Button 2"
  99. Button2_2.Parent = ScrollingFrame
  100. Button2_2.AnchorPoint = Vector2.new(1, 1)
  101. Button2_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  102. Button2_2.BackgroundTransparency = 1.000
  103. Button2_2.Position = UDim2.new(0.945403278, 0, 0.128130347, 0)
  104. Button2_2.Size = UDim2.new(0.882225692, 0, 0.0763209537, 0)
  105. Button2_2.Image = "rbxassetid://2790382281"
  106. Button2_2.ImageColor3 = Color3.fromRGB(26, 190, 190)
  107. Button2_2.ScaleType = Enum.ScaleType.Slice
  108. Button2_2.SliceCenter = Rect.new(4, 4, 252, 252)
  109.  
  110. BtnText_2.Name = "BtnText"
  111. BtnText_2.Parent = Button2_2
  112. BtnText_2.AnchorPoint = Vector2.new(0.5, 0.5)
  113. BtnText_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  114. BtnText_2.BackgroundTransparency = 1.000
  115. BtnText_2.BorderSizePixel = 0
  116. BtnText_2.Position = UDim2.new(0.498592883, 0, 0.550041258, 0)
  117. BtnText_2.Size = UDim2.new(0.891457498, -5, 0.59266752, -5)
  118. BtnText_2.Font = Enum.Font.GothamBlack
  119. BtnText_2.Text = "RAIMBOW 2"
  120. BtnText_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  121. BtnText_2.TextScaled = true
  122. BtnText_2.TextSize = 5.000
  123. BtnText_2.TextWrapped = true
  124.  
  125. UIAspectRatioConstraint_2.Parent = Button2_2
  126. UIAspectRatioConstraint_2.AspectRatio = 3.042
  127.  
  128. UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(19, 143, 143)), ColorSequenceKeypoint.new(0.98, Color3.fromRGB(19, 143, 143)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 0))}
  129. UIGradient_2.Offset = Vector2.new(-0.349999994, 0)
  130. UIGradient_2.Rotation = -135
  131. UIGradient_2.Parent = Button2_2
  132.  
  133. Button2_3.Name = "Button 2"
  134. Button2_3.Parent = ScrollingFrame
  135. Button2_3.AnchorPoint = Vector2.new(1, 1)
  136. Button2_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  137. Button2_3.BackgroundTransparency = 1.000
  138. Button2_3.Position = UDim2.new(0.945403278, 0, 0.192154735, 0)
  139. Button2_3.Size = UDim2.new(0.882225692, 0, 0.0763209537, 0)
  140. Button2_3.Image = "rbxassetid://2790382281"
  141. Button2_3.ImageColor3 = Color3.fromRGB(26, 190, 190)
  142. Button2_3.ScaleType = Enum.ScaleType.Slice
  143. Button2_3.SliceCenter = Rect.new(4, 4, 252, 252)
  144.  
  145. BtnText_3.Name = "BtnText"
  146. BtnText_3.Parent = Button2_3
  147. BtnText_3.AnchorPoint = Vector2.new(0.5, 0.5)
  148. BtnText_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  149. BtnText_3.BackgroundTransparency = 1.000
  150. BtnText_3.BorderSizePixel = 0
  151. BtnText_3.Position = UDim2.new(0.498592883, 0, 0.550041258, 0)
  152. BtnText_3.Size = UDim2.new(0.891457498, -5, 0.59266752, -5)
  153. BtnText_3.Font = Enum.Font.GothamBlack
  154. BtnText_3.Text = "MODDED"
  155. BtnText_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  156. BtnText_3.TextScaled = true
  157. BtnText_3.TextSize = 5.000
  158. BtnText_3.TextWrapped = true
  159.  
  160. UIAspectRatioConstraint_3.Parent = Button2_3
  161. UIAspectRatioConstraint_3.AspectRatio = 3.042
  162.  
  163. UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(19, 143, 143)), ColorSequenceKeypoint.new(0.98, Color3.fromRGB(19, 143, 143)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 0))}
  164. UIGradient_3.Offset = Vector2.new(-0.349999994, 0)
  165. UIGradient_3.Rotation = -135
  166. UIGradient_3.Parent = Button2_3
  167.  
  168. Button2_4.Name = "Button 2"
  169. Button2_4.Parent = ScrollingFrame
  170. Button2_4.AnchorPoint = Vector2.new(1, 1)
  171. Button2_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  172. Button2_4.BackgroundTransparency = 1.000
  173. Button2_4.Position = UDim2.new(0.945403278, 0, 0.320203483, 0)
  174. Button2_4.Size = UDim2.new(0.882225692, 0, 0.0763209537, 0)
  175. Button2_4.Image = "rbxassetid://2790382281"
  176. Button2_4.ImageColor3 = Color3.fromRGB(26, 190, 190)
  177. Button2_4.ScaleType = Enum.ScaleType.Slice
  178. Button2_4.SliceCenter = Rect.new(4, 4, 252, 252)
  179.  
  180. BtnText_4.Name = "BtnText"
  181. BtnText_4.Parent = Button2_4
  182. BtnText_4.AnchorPoint = Vector2.new(0.5, 0.5)
  183. BtnText_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  184. BtnText_4.BackgroundTransparency = 1.000
  185. BtnText_4.BorderSizePixel = 0
  186. BtnText_4.Position = UDim2.new(0.498592883, 0, 0.550041258, 0)
  187. BtnText_4.Size = UDim2.new(0.891457498, -5, 0.59266752, -5)
  188. BtnText_4.Font = Enum.Font.GothamBlack
  189. BtnText_4.Text = "RAIMBOW SIGN 2"
  190. BtnText_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  191. BtnText_4.TextScaled = true
  192. BtnText_4.TextSize = 5.000
  193. BtnText_4.TextWrapped = true
  194.  
  195. UIAspectRatioConstraint_4.Parent = Button2_4
  196. UIAspectRatioConstraint_4.AspectRatio = 3.042
  197.  
  198. UIGradient_4.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(19, 143, 143)), ColorSequenceKeypoint.new(0.98, Color3.fromRGB(19, 143, 143)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 0))}
  199. UIGradient_4.Offset = Vector2.new(-0.349999994, 0)
  200. UIGradient_4.Rotation = -135
  201. UIGradient_4.Parent = Button2_4
  202.  
  203. Button2_5.Name = "Button 2"
  204. Button2_5.Parent = ScrollingFrame
  205. Button2_5.AnchorPoint = Vector2.new(1, 1)
  206. Button2_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  207. Button2_5.BackgroundTransparency = 1.000
  208. Button2_5.Position = UDim2.new(0.945403278, 0, 0.256179124, 0)
  209. Button2_5.Size = UDim2.new(0.882225692, 0, 0.0763209537, 0)
  210. Button2_5.Image = "rbxassetid://2790382281"
  211. Button2_5.ImageColor3 = Color3.fromRGB(26, 190, 190)
  212. Button2_5.ScaleType = Enum.ScaleType.Slice
  213. Button2_5.SliceCenter = Rect.new(4, 4, 252, 252)
  214.  
  215. BtnText_5.Name = "BtnText"
  216. BtnText_5.Parent = Button2_5
  217. BtnText_5.AnchorPoint = Vector2.new(0.5, 0.5)
  218. BtnText_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  219. BtnText_5.BackgroundTransparency = 1.000
  220. BtnText_5.BorderSizePixel = 0
  221. BtnText_5.Position = UDim2.new(0.498592883, 0, 0.550041258, 0)
  222. BtnText_5.Size = UDim2.new(0.891457498, -5, 0.59266752, -5)
  223. BtnText_5.Font = Enum.Font.GothamBlack
  224. BtnText_5.Text = "RAIMBOW SIGN 1"
  225. BtnText_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  226. BtnText_5.TextScaled = true
  227. BtnText_5.TextSize = 5.000
  228. BtnText_5.TextWrapped = true
  229.  
  230. UIAspectRatioConstraint_5.Parent = Button2_5
  231. UIAspectRatioConstraint_5.AspectRatio = 3.042
  232.  
  233. UIGradient_5.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(19, 143, 143)), ColorSequenceKeypoint.new(0.98, Color3.fromRGB(19, 143, 143)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 0))}
  234. UIGradient_5.Offset = Vector2.new(-0.349999994, 0)
  235. UIGradient_5.Rotation = -135
  236. UIGradient_5.Parent = Button2_5
  237.  
  238. Button2_6.Name = "Button 2"
  239. Button2_6.Parent = ScrollingFrame
  240. Button2_6.AnchorPoint = Vector2.new(1, 1)
  241. Button2_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  242. Button2_6.BackgroundTransparency = 1.000
  243. Button2_6.Position = UDim2.new(0.945403278, 0, 0.384227872, 0)
  244. Button2_6.Size = UDim2.new(0.882225692, 0, 0.0763209537, 0)
  245. Button2_6.Image = "rbxassetid://2790382281"
  246. Button2_6.ImageColor3 = Color3.fromRGB(26, 190, 190)
  247. Button2_6.ScaleType = Enum.ScaleType.Slice
  248. Button2_6.SliceCenter = Rect.new(4, 4, 252, 252)
  249.  
  250. BtnText_6.Name = "BtnText"
  251. BtnText_6.Parent = Button2_6
  252. BtnText_6.AnchorPoint = Vector2.new(0.5, 0.5)
  253. BtnText_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  254. BtnText_6.BackgroundTransparency = 1.000
  255. BtnText_6.BorderSizePixel = 0
  256. BtnText_6.Position = UDim2.new(0.498592883, 0, 0.550041258, 0)
  257. BtnText_6.Size = UDim2.new(0.891457498, -5, 0.59266752, -5)
  258. BtnText_6.Font = Enum.Font.GothamBlack
  259. BtnText_6.Text = "MODDED SIGN"
  260. BtnText_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  261. BtnText_6.TextScaled = true
  262. BtnText_6.TextSize = 5.000
  263. BtnText_6.TextWrapped = true
  264.  
  265. UIAspectRatioConstraint_6.Parent = Button2_6
  266. UIAspectRatioConstraint_6.AspectRatio = 3.042
  267.  
  268. UIGradient_6.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(19, 143, 143)), ColorSequenceKeypoint.new(0.98, Color3.fromRGB(19, 143, 143)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 0))}
  269. UIGradient_6.Offset = Vector2.new(-0.349999994, 0)
  270. UIGradient_6.Rotation = -135
  271. UIGradient_6.Parent = Button2_6
  272.  
  273. CloseButton.Name = "CloseButton"
  274. CloseButton.Parent = ImageLabel
  275. CloseButton.AnchorPoint = Vector2.new(0.5, 0.5)
  276. CloseButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  277. CloseButton.BackgroundTransparency = 1.000
  278. CloseButton.BorderSizePixel = 0
  279. CloseButton.Position = UDim2.new(0.628071308, 0, 0.122769609, 0)
  280. CloseButton.Size = UDim2.new(0.0927402824, 0, 0.0778043792, 0)
  281. CloseButton.Image = "http://www.roblox.com/asset/?id=7400386959"
  282.  
  283. UIGradient_7.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 136, 255))}
  284. UIGradient_7.Offset = Vector2.new(-0.349999994, 0)
  285. UIGradient_7.Rotation = -135
  286. UIGradient_7.Parent = CloseButton
  287.  
  288. UIAspectRatioConstraint_7.Parent = CloseButton
  289. UIAspectRatioConstraint_7.AspectRatio = 2.000
  290.  
  291. ImageLabel_2.Parent = InsertedObjects
  292. ImageLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  293. ImageLabel_2.BackgroundTransparency = 1.000
  294. ImageLabel_2.Size = UDim2.new(0, 1367, 0, 624)
  295. ImageLabel_2.Visible = false
  296. ImageLabel_2.Image = "http://www.roblox.com/asset/?id=8139799244"
  297. ImageLabel_2.ScaleType = Enum.ScaleType.Tile
  298.  
  299. -- Scripts:
  300.  
  301. local function JRVE_fake_script() -- ImageButton.LocalScript
  302.         local script = Instance.new('LocalScript', ImageButton)
  303.  
  304.         script.Parent.MouseButton1Click:connect(function()
  305.                 script.Parent.Parent.ImageLabel.Visible = not script.Parent.Parent.ImageLabel.Visible
  306.         end)
  307.        
  308. end
  309. coroutine.wrap(JRVE_fake_script)()
  310. local function BRLJ_fake_script() -- ImageLabel.LocalScript
  311.         local script = Instance.new('LocalScript', ImageLabel)
  312.  
  313.        
  314.         local UIS = game:GetService('UserInputService')
  315.        
  316.         local frame = script.Parent
  317.        
  318.        
  319.        
  320.         local dragToggle = nil
  321.        
  322.         local dragSpeed = 0.25
  323.        
  324.         local dragStart = nil
  325.        
  326.         local startPos = nil
  327.        
  328.        
  329.        
  330.         local function updateInput(input)
  331.        
  332.                 local delta = input.Position - dragStart
  333.        
  334.                 local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
  335.        
  336.                         startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  337.        
  338.                 game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
  339.        
  340.         end
  341.        
  342.        
  343.        
  344.         frame.InputBegan:Connect(function(input)
  345.        
  346.                 if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  347.        
  348.                         dragToggle = true
  349.        
  350.                         dragStart = input.Position
  351.        
  352.                         startPos = frame.Position
  353.        
  354.                         input.Changed:Connect(function()
  355.        
  356.                                 if input.UserInputState == Enum.UserInputState.End then
  357.        
  358.                                         dragToggle = false
  359.        
  360.                                 end
  361.        
  362.                         end)
  363.        
  364.                 end
  365.        
  366.         end)
  367.        
  368.        
  369.        
  370.         UIS.InputChanged:Connect(function(input)
  371.        
  372.                 if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  373.        
  374.                         if dragToggle then
  375.        
  376.                                 updateInput(input)
  377.        
  378.                         end
  379.        
  380.                 end
  381.        
  382.         end)
  383.        
  384.        
  385.        
  386.        
  387. end
  388. coroutine.wrap(BRLJ_fake_script)()
  389. local function PZOKRG_fake_script() -- ImageLabel.LocalScript
  390.         local script = Instance.new('LocalScript', ImageLabel)
  391.  
  392.         while true do
  393.                 script.Parent.BackgroundColor3 = Color3.new (255, 176, 0)
  394.                 wait(.7)
  395.                 script.Parent.BackgroundColor3 = Color3.new (0, 255, 0)
  396.                 wait(.7)
  397.                 script.Parent.BackgroundColor3 = Color3.new (255, 0, 0)
  398.                 wait(.7)
  399.                 script.Parent.BackgroundColor3 = Color3.new (170, 85, 0)
  400.                 wait(.7)
  401.                 script.Parent.BackgroundColor3 = Color3.new (106, 57, 9)
  402.                 wait(.7)
  403.                 script.Parent.BackgroundColor3 = Color3.new (0, 16, 176)
  404.                 wait(.7)
  405.         end
  406. end
  407. coroutine.wrap(PZOKRG_fake_script)()
  408. local function CYLAM_fake_script() -- Button2.METAB SCRIPT
  409.         local script = Instance.new('LocalScript', Button2)
  410.  
  411.        
  412.        
  413.         toggle = false
  414.         script.Parent.MouseButton1Down:connect(function()
  415.        
  416.                 if toggle == true then
  417.                         toggle = false
  418.                 else
  419.                         toggle = true
  420.                 end
  421.                 if toggle == true then
  422.                         script.Parent.ImageColor3 = Color3.fromRGB(60, 211, 194)
  423.                 end
  424.                 if toggle == false then
  425.                         script.Parent.ImageColor3 = Color3.fromRGB(26, 190, 190)
  426.                 end
  427.        
  428.                 if toggle == true then
  429.                         _G.Toggle = true
  430.                         while _G.Toggle do
  431.                                         wait(0.1)
  432.                                         local args = {
  433.                                                 [1] = "PLS DONATE :D",
  434.                                                 [2] = "booth"
  435.                                         }
  436.        
  437.                                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  438.                                         wait(0.1)
  439.        
  440.                                         local args = {
  441.                                                 [1] = "PLS DONATE :D",
  442.                                                 [2] = "booth"
  443.                                         }
  444.        
  445.                                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  446.                                         wait(0.1)
  447.                                         local args = {
  448.                                                 [1] = "PLS DONATE :D",
  449.                                                 [2] = "booth"
  450.                                         }
  451.        
  452.                                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  453.                                         wait(0.1)
  454.                                         local args = {
  455.                                                 [1] = "PLS DONATE :D",
  456.                                                 [2] = "booth"
  457.                                         }
  458.        
  459.                                         local args = {
  460.                                                 [1] = "PLS DONATE :D",
  461.                                                 [2] = "booth"
  462.                                         }
  463.        
  464.                                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  465.                                         wait(0.1)
  466.                                         local args = {
  467.                                                 [1] = "PLS DONATE :D",
  468.                                                 [2] = "booth"
  469.                                         }
  470.        
  471.                                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  472.                                         wait(0.1)
  473.        
  474.        
  475.                                 end
  476.        
  477.         end
  478.                 if toggle == false then
  479.                         _G.Toggle = false
  480.        
  481.                                 wait(0.1)
  482.                                 local args = {
  483.                                         [1] = "PLS DONATE :D",
  484.                                         [2] = "booth"
  485.                                 }
  486.        
  487.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  488.                                 wait(0.1)
  489.        
  490.                                 local args = {
  491.                                         [1] = "PLS DONATE :D",
  492.                                         [2] = "booth"
  493.                                 }
  494.        
  495.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  496.                                 wait(0.1)
  497.                                 local args = {
  498.                                         [1] = "PLS DONATE :D",
  499.                                         [2] = "booth"
  500.                                 }
  501.        
  502.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  503.                                 wait(0.1)
  504.                                 local args = {
  505.                                         [1] = "PLS DONATE :D",
  506.                                         [2] = "booth"
  507.                                 }
  508.        
  509.                                 local args = {
  510.                                         [1] = "PLS DONATE :D",
  511.                                         [2] = "booth"
  512.                                 }
  513.        
  514.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  515.                                 wait(0.1)
  516.                                 local args = {
  517.                                         [1] = "PLS DONATE :D",
  518.                                         [2] = "booth"
  519.                                 }
  520.        
  521.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  522.                                 wait(0.1)
  523.                                 end
  524.         end)
  525. end
  526. coroutine.wrap(CYLAM_fake_script)()
  527. local function PFDLCOU_fake_script() -- Button2_2.METAB SCRIPT
  528.         local script = Instance.new('LocalScript', Button2_2)
  529.  
  530.        
  531.         script.Parent.MouseButton1Down:connect(function()
  532.        
  533.        
  534.        
  535.        
  536.                 toggle = false
  537.                 script.Parent.MouseButton1Down:connect(function()
  538.        
  539.                         if toggle == true then
  540.                                 toggle = false
  541.                         else
  542.                                 toggle = true
  543.                         end
  544.                         if toggle == true then
  545.                                 script.Parent.ImageColor3 = Color3.fromRGB(60, 211, 194)
  546.                         end
  547.                         if toggle == false then
  548.                                 script.Parent.ImageColor3 = Color3.fromRGB(26, 190, 190)
  549.                         end
  550.        
  551.                         if toggle == true then
  552.                                 _G.Toggle = true
  553.                                 while _G.Toggle do
  554.                                         wait(0.1)
  555.                                         local args = {
  556.                                                 [1] = "G I V E",
  557.                                                 [2] = "booth"
  558.                                         }
  559.        
  560.                                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  561.                                         wait(0.1)
  562.        
  563.                                         local args = {
  564.                                                 [1] = "G I V E",
  565.                                                 [2] = "booth"
  566.                                         }
  567.        
  568.                                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  569.                                         wait(0.1)
  570.                                         local args = {
  571.                                                 [1] = "G I V E",
  572.                                                 [2] = "booth"
  573.                                         }
  574.        
  575.                                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  576.                                         wait(0.1)
  577.                                         local args = {
  578.                                                 [1] = "G I V E",
  579.                                                 [2] = "booth"
  580.                                         }
  581.        
  582.                                         local args = {
  583.                                                 [1] = "G I V E",
  584.                                                 [2] = "booth"
  585.                                         }
  586.        
  587.                                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  588.                                         wait(0.1)
  589.                                         local args = {
  590.                                                 [1] = "G I V E",
  591.                                                 [2] = "booth"
  592.                                         }
  593.        
  594.                                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  595.                                         wait(0.1)
  596.        
  597.        
  598.                                 end
  599.        
  600.                         end
  601.                         if toggle == false then
  602.                                 _G.Toggle = false
  603.        
  604.                                 wait(0.1)
  605.                                 local args = {
  606.                                         [1] = "G I V E",
  607.                                         [2] = "booth"
  608.                                 }
  609.        
  610.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  611.                                 wait(0.1)
  612.        
  613.                                 local args = {
  614.                                         [1] = "G I V E",
  615.                                         [2] = "booth"
  616.                                 }
  617.        
  618.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  619.                                 wait(0.1)
  620.                                 local args = {
  621.                                         [1] = "G I V E",
  622.                                         [2] = "booth"
  623.                                 }
  624.        
  625.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  626.                                 wait(0.1)
  627.                                 local args = {
  628.                                         [1] = "G I V E",
  629.                                         [2] = "booth"
  630.                                 }
  631.        
  632.                                 local args = {
  633.                                         [1] = "G I V E",
  634.                                         [2] = "booth"
  635.                                 }
  636.        
  637.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  638.                                 wait(0.1)
  639.                                 local args = {
  640.                                         [1] = "G I V E",
  641.                                         [2] = "booth"
  642.                                 }
  643.        
  644.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  645.                                 wait(0.1)
  646.        
  647.        
  648.                         end
  649.                 end)
  650.                 end)
  651. end
  652. coroutine.wrap(PFDLCOU_fake_script)()
  653. local function DEBLU_fake_script() -- Button2_3.METAB SCRIPT
  654.         local script = Instance.new('LocalScript', Button2_3)
  655.  
  656.        
  657.        
  658.         toggle = false
  659.         script.Parent.MouseButton1Down:connect(function()
  660.        
  661.                 if toggle == true then
  662.                         toggle = false
  663.                 else
  664.                         toggle = true
  665.                 end
  666.                 if toggle == true then
  667.                         script.Parent.ImageColor3 = Color3.fromRGB(60, 211, 194)
  668.                 end
  669.                 if toggle == false then
  670.                         script.Parent.ImageColor3 = Color3.fromRGB(26, 190, 190)
  671.                 end
  672.        
  673.                 if toggle == true then
  674.                         _G.Toggle = true
  675.                         while _G.Toggle do
  676.                                 wait(0.1)
  677.                                 local args = {
  678.                                         [1] = "G ? ? D",
  679.                                         [2] = "booth"
  680.                                 }
  681.        
  682.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  683.                                 wait(0.1)
  684.        
  685.                                 local args = {
  686.                                         [1] = "G ? ? D",
  687.                                         [2] = "booth"
  688.                                 }
  689.        
  690.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  691.                                 wait(0.1)
  692.                                 local args = {
  693.                                         [1] = "G ? ? D",
  694.                                         [2] = "booth"
  695.                                 }
  696.        
  697.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  698.                                 wait(0.1)
  699.                                 local args = {
  700.                                         [1] = "G ? ? D",
  701.                                         [2] = "booth"
  702.                                 }
  703.        
  704.                                 local args = {
  705.                                         [1] = "G ? ? D",
  706.                                         [2] = "booth"
  707.                                 }
  708.        
  709.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  710.                                 wait(0.1)
  711.                                 local args = {
  712.                                         [1] = "G ? ? D",
  713.                                         [2] = "booth"
  714.                                 }
  715.        
  716.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  717.                                 wait(0.1)
  718.        
  719.        
  720.        
  721.        
  722.                         end
  723.        
  724.                 end
  725.                 if toggle == false then
  726.                         _G.Toggle = false
  727.        
  728.        
  729.                         wait(0.1)
  730.                         local args = {
  731.                                 [1] = "G ? ? D",
  732.                                 [2] = "booth"
  733.                         }
  734.        
  735.                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  736.                         wait(0.1)
  737.        
  738.                         local args = {
  739.                                 [1] = "G ? ? D",
  740.                                 [2] = "booth"
  741.                         }
  742.        
  743.                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  744.                         wait(0.1)
  745.                         local args = {
  746.                                 [1] = "G ? ? D",
  747.                                 [2] = "booth"
  748.                         }
  749.        
  750.                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  751.                         wait(0.1)
  752.                         local args = {
  753.                                 [1] = "G ? ? D",
  754.                                 [2] = "booth"
  755.                         }
  756.        
  757.                         local args = {
  758.                                 [1] = "G ? ? D",
  759.                                 [2] = "booth"
  760.                         }
  761.        
  762.                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  763.                         wait(0.1)
  764.                         local args = {
  765.                                 [1] = "G ? ? D",
  766.                                 [2] = "booth"
  767.                         }
  768.        
  769.                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  770.                         wait(0.1)
  771.        
  772.        
  773.                 end
  774.         end)
  775. end
  776. coroutine.wrap(DEBLU_fake_script)()
  777. local function EHKILXY_fake_script() -- Button2_4.METAB SCRIPT
  778.         local script = Instance.new('LocalScript', Button2_4)
  779.  
  780.        
  781.         script.Parent.MouseButton1Down:connect(function()
  782.        
  783.        
  784.        
  785.        
  786.                 toggle = false
  787.                 script.Parent.MouseButton1Down:connect(function()
  788.        
  789.                         if toggle == true then
  790.                                 toggle = false
  791.                         else
  792.                                 toggle = true
  793.                         end
  794.                         if toggle == true then
  795.                                 script.Parent.ImageColor3 = Color3.fromRGB(60, 211, 194)
  796.                         end
  797.                         if toggle == false then
  798.                                 script.Parent.ImageColor3 = Color3.fromRGB(26, 190, 190)
  799.                         end
  800.        
  801.                         if toggle == true then
  802.                                 _G.Toggle = true
  803.                                 while _G.Toggle do
  804.                                         wait(0.1)
  805.                                         local args = {
  806.                                                 [1] = "G I V E",
  807.                                                 [2] = "sign"
  808.                                         }
  809.        
  810.                                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  811.                                         wait(0.1)
  812.        
  813.                                         local args = {
  814.                                                 [1] = "G I V E",
  815.                                                 [2] = "sign"
  816.                                         }
  817.        
  818.                                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  819.                                         wait(0.1)
  820.                                         local args = {
  821.                                                 [1] = "G I V E",
  822.                                                 [2] = "sign"
  823.                                         }
  824.        
  825.                                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  826.                                         wait(0.1)
  827.                                         local args = {
  828.                                                 [1] = "G I V E",
  829.                                                 [2] = "sign"
  830.                                         }
  831.        
  832.                                         local args = {
  833.                                                 [1] = "G I V E",
  834.                                                 [2] = "sign"
  835.                                         }
  836.        
  837.                                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  838.                                         wait(0.1)
  839.                                         local args = {
  840.                                                 [1] = "G I V E",
  841.                                                 [2] = "sign"
  842.                                         }
  843.        
  844.                                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  845.                                         wait(0.1)
  846.        
  847.        
  848.                                 end
  849.        
  850.                         end
  851.                         if toggle == false then
  852.                                 _G.Toggle = false
  853.        
  854.                                 wait(0.1)
  855.                                 local args = {
  856.                                         [1] = "G I V E",
  857.                                         [2] = "sign"
  858.                                 }
  859.        
  860.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  861.                                 wait(0.1)
  862.        
  863.                                 local args = {
  864.                                         [1] = "G I V E",
  865.                                         [2] = "sign"
  866.                                 }
  867.        
  868.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  869.                                 wait(0.1)
  870.                                 local args = {
  871.                                         [1] = "G I V E",
  872.                                         [2] = "sign"
  873.                                 }
  874.        
  875.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  876.                                 wait(0.1)
  877.                                 local args = {
  878.                                         [1] = "G I V E",
  879.                                         [2] = "sign"
  880.                                 }
  881.        
  882.                                 local args = {
  883.                                         [1] = "G I V E",
  884.                                         [2] = "sign"
  885.                                 }
  886.        
  887.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  888.                                 wait(0.1)
  889.                                 local args = {
  890.                                         [1] = "G I V E",
  891.                                         [2] = "sign"
  892.                                 }
  893.        
  894.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  895.                                 wait(0.1)
  896.        
  897.        
  898.                         end
  899.                 end)
  900.         end)
  901. end
  902. coroutine.wrap(EHKILXY_fake_script)()
  903. local function QOWCW_fake_script() -- Button2_5.METAB SCRIPT
  904.         local script = Instance.new('LocalScript', Button2_5)
  905.  
  906.        
  907.        
  908.         toggle = false
  909.         script.Parent.MouseButton1Down:connect(function()
  910.        
  911.                 if toggle == true then
  912.                         toggle = false
  913.                 else
  914.                         toggle = true
  915.                 end
  916.                 if toggle == true then
  917.                         script.Parent.ImageColor3 = Color3.fromRGB(60, 211, 194)
  918.                 end
  919.                 if toggle == false then
  920.                         script.Parent.ImageColor3 = Color3.fromRGB(26, 190, 190)
  921.                 end
  922.        
  923.                 if toggle == true then
  924.                         _G.Toggle = true
  925.                         while _G.Toggle do
  926.                                 wait(0.1)
  927.                                 local args = {
  928.                                         [1] = "PLS DONATE :D",
  929.                                         [2] = "sign"
  930.                                 }
  931.        
  932.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  933.                                 wait(0.1)
  934.        
  935.                                 local args = {
  936.                                         [1] = "PLS DONATE :D",
  937.                                         [2] = "sign"
  938.                                 }
  939.        
  940.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  941.                                 wait(0.1)
  942.                                 local args = {
  943.                                         [1] = "PLS DONATE :D",
  944.                                         [2] = "sign"
  945.                                 }
  946.        
  947.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  948.                                 wait(0.1)
  949.                                 local args = {
  950.                                         [1] = "PLS DONATE :D",
  951.                                         [2] = "sign"
  952.                                 }
  953.        
  954.                                 local args = {
  955.                                         [1] = "PLS DONATE :D",
  956.                                         [2] = "sign"
  957.                                 }
  958.        
  959.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  960.                                 wait(0.1)
  961.                                 local args = {
  962.                                         [1] = "PLS DONATE :D",
  963.                                         [2] = "sign"
  964.                                 }
  965.        
  966.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  967.                                 wait(0.1)
  968.        
  969.        
  970.                         end
  971.        
  972.                 end
  973.                 if toggle == false then
  974.                         _G.Toggle = false
  975.        
  976.                         wait(0.1)
  977.                         local args = {
  978.                                 [1] = "PLS DONATE :D",
  979.                                 [2] = "sign"
  980.                         }
  981.        
  982.                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  983.                         wait(0.1)
  984.        
  985.                         local args = {
  986.                                 [1] = "PLS DONATE :D",
  987.                                 [2] = "sign"
  988.                         }
  989.        
  990.                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  991.                         wait(0.1)
  992.                         local args = {
  993.                                 [1] = "PLS DONATE :D",
  994.                                 [2] = "sign"
  995.                         }
  996.        
  997.                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  998.                         wait(0.1)
  999.                         local args = {
  1000.                                 [1] = "PLS DONATE :D",
  1001.                                 [2] = "sign"
  1002.                         }
  1003.        
  1004.                         local args = {
  1005.                                 [1] = "PLS DONATE :D",
  1006.                                 [2] = "sign"
  1007.                         }
  1008.        
  1009.                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  1010.                         wait(0.1)
  1011.                         local args = {
  1012.                                 [1] = "PLS DONATE :D",
  1013.                                 [2] = "sign"
  1014.                         }
  1015.        
  1016.                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  1017.                         wait(0.1)
  1018.                 end
  1019.         end)
  1020. end
  1021. coroutine.wrap(QOWCW_fake_script)()
  1022. local function UJDF_fake_script() -- Button2_6.METAB SCRIPT
  1023.         local script = Instance.new('LocalScript', Button2_6)
  1024.  
  1025.        
  1026.        
  1027.         toggle = false
  1028.         script.Parent.MouseButton1Down:connect(function()
  1029.        
  1030.                 if toggle == true then
  1031.                         toggle = false
  1032.                 else
  1033.                         toggle = true
  1034.                 end
  1035.                 if toggle == true then
  1036.                         script.Parent.ImageColor3 = Color3.fromRGB(60, 211, 194)
  1037.                 end
  1038.                 if toggle == false then
  1039.                         script.Parent.ImageColor3 = Color3.fromRGB(26, 190, 190)
  1040.                 end
  1041.        
  1042.                 if toggle == true then
  1043.                         _G.Toggle = true
  1044.                         while _G.Toggle do
  1045.                                 wait(0.1)
  1046.                                 local args = {
  1047.                                         [1] = "G ? ? D",
  1048.                                         [2] = "sign"
  1049.                                 }
  1050.        
  1051.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  1052.                                 wait(0.1)
  1053.        
  1054.                                 local args = {
  1055.                                         [1] = "G ? ? D",
  1056.                                         [2] = "sign"
  1057.                                 }
  1058.        
  1059.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  1060.                                 wait(0.1)
  1061.                                 local args = {
  1062.                                         [1] = "G ? ? D",
  1063.                                         [2] = "sign"
  1064.                                 }
  1065.        
  1066.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  1067.                                 wait(0.1)
  1068.                                 local args = {
  1069.                                         [1] = "G ? ? D",
  1070.                                         [2] = "sign"
  1071.                                 }
  1072.        
  1073.                                 local args = {
  1074.                                         [1] = "G ? ? D",
  1075.                                         [2] = "sign"
  1076.                                 }
  1077.        
  1078.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  1079.                                 wait(0.1)
  1080.                                 local args = {
  1081.                                         [1] = "G ? ? D",
  1082.                                         [2] = "sign"
  1083.                                 }
  1084.        
  1085.                                 game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  1086.                                 wait(0.1)
  1087.        
  1088.        
  1089.        
  1090.        
  1091.                         end
  1092.        
  1093.                 end
  1094.                 if toggle == false then
  1095.                         _G.Toggle = false
  1096.        
  1097.        
  1098.                         wait(0.1)
  1099.                         local args = {
  1100.                                 [1] = "G ? ? D",
  1101.                                 [2] = "sign"
  1102.                         }
  1103.        
  1104.                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  1105.                         wait(0.1)
  1106.        
  1107.                         local args = {
  1108.                                 [1] = "G ? ? D",
  1109.                                 [2] = "sign"
  1110.                         }
  1111.        
  1112.                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  1113.                         wait(0.1)
  1114.                         local args = {
  1115.                                 [1] = "G ? ? D",
  1116.                                 [2] = "sign"
  1117.                         }
  1118.        
  1119.                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  1120.                         wait(0.1)
  1121.                         local args = {
  1122.                                 [1] = "G ? ? D",
  1123.                                 [2] = "sign"
  1124.                         }
  1125.        
  1126.                         local args = {
  1127.                                 [1] = "G ? ? D",
  1128.                                 [2] = "sign"
  1129.                         }
  1130.        
  1131.                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  1132.                         wait(0.1)
  1133.                         local args = {
  1134.                                 [1] = "G ? ? D",
  1135.                                 [2] = "sign"
  1136.                         }
  1137.        
  1138.                         game:GetService("ReplicatedStorage").Events.EditBooth:FireServer(unpack(args))
  1139.                         wait(0.1)
  1140.        
  1141.        
  1142.                 end
  1143.         end)
  1144. end
  1145. coroutine.wrap(UJDF_fake_script)()
  1146. local function UJGJ_fake_script() -- CloseButton.LocalScript
  1147.         local script = Instance.new('LocalScript', CloseButton)
  1148.  
  1149.         script.Parent.MouseButton1Click:Connect(function()
  1150.                 script.Parent.Parent.Visible = false
  1151.         end)
  1152. end
  1153. coroutine.wrap(UJGJ_fake_script)()
  1154. local function BMINW_fake_script() -- CloseButton.ANIME
  1155.         local script = Instance.new('LocalScript', CloseButton)
  1156.  
  1157.         local btn = script.Parent
  1158.         local uiGradient = btn:WaitForChild("UIGradient")
  1159.        
  1160.         local isHovering = false
  1161.        
  1162.         local tweenService = game:GetService("TweenService")
  1163.         local tweenInfo = TweenInfo.new(0.4, Enum.EasingStyle.Quint, Enum.EasingDirection.InOut)
  1164.        
  1165.         local gradientRestoreTween = tweenService:Create(uiGradient, tweenInfo, {Offset = Vector2.new(-0.35, 0)})
  1166.         local gradientAddTween = tweenService:Create(uiGradient, tweenInfo, {Offset = Vector2.new(1, 0)})
  1167.        
  1168.        
  1169.         btn.MouseEnter:Connect(function()
  1170.                
  1171.                 isHovering = true
  1172.                
  1173.                 gradientAddTween:Play()
  1174.         end)
  1175.        
  1176.         btn.MouseLeave:Connect(function()
  1177.                
  1178.                 isHovering = false
  1179.                
  1180.                 gradientRestoreTween:Play()
  1181.         end)
  1182.        
  1183.         btn.MouseButton1Down:Connect(function()
  1184.                
  1185.                 gradientRestoreTween:Play()
  1186.         end)
  1187.        
  1188.         btn.MouseButton1Up:Connect(function()
  1189.                
  1190.                 if not isHovering then
  1191.                         gradientRestoreTween:Play()
  1192.                 else
  1193.                         gradientAddTween:Play()
  1194.                 end
  1195.         end)
  1196. end
  1197. coroutine.wrap(BMINW_fake_script)()
  1198. local function BNVDU_fake_script() -- ImageLabel_2.Script
  1199.         local script = Instance.new('Script', ImageLabel_2)
  1200.  
  1201.         wait(4)
  1202.         script.Parent:Destroy()
  1203. end
  1204. coroutine.wrap(BNVDU_fake_script)()



  • Recent Roblox Scripts