VICTORV_MS

FE Free Gamepass Gui Script

Mar 18th, 2023
270
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.73 KB | None | 1 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local gui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local UICorner = Instance.new("UICorner")
  9. local UIGradient = Instance.new("UIGradient")
  10. local TextLabel = Instance.new("TextLabel")
  11. local UICorner_2 = Instance.new("UICorner")
  12. local TextLabel_2 = Instance.new("TextLabel")
  13. local UIGradient_2 = Instance.new("UIGradient")
  14. local TextLabel_3 = Instance.new("TextLabel")
  15. local UICorner_3 = Instance.new("UICorner")
  16. local TextLabel_4 = Instance.new("TextLabel")
  17. local UICorner_4 = Instance.new("UICorner")
  18. local ScrollingFrame = Instance.new("ScrollingFrame")
  19. local TextButton = Instance.new("TextButton")
  20. local UICorner_5 = Instance.new("UICorner")
  21. local UIGradient_3 = Instance.new("UIGradient")
  22. local TextButton_2 = Instance.new("TextButton")
  23. local UICorner_6 = Instance.new("UICorner")
  24. local UIGradient_4 = Instance.new("UIGradient")
  25. local TextButton_3 = Instance.new("TextButton")
  26. local UICorner_7 = Instance.new("UICorner")
  27. local UIGradient_5 = Instance.new("UIGradient")
  28. local TextButton_4 = Instance.new("TextButton")
  29. local UICorner_8 = Instance.new("UICorner")
  30. local UIGradient_6 = Instance.new("UIGradient")
  31. local TextButton_5 = Instance.new("TextButton")
  32. local UICorner_9 = Instance.new("UICorner")
  33. local UIGradient_7 = Instance.new("UIGradient")
  34. local TextButton_6 = Instance.new("TextButton")
  35. local UICorner_10 = Instance.new("UICorner")
  36. local UIGradient_8 = Instance.new("UIGradient")
  37. local TextButton_7 = Instance.new("TextButton")
  38. local UICorner_11 = Instance.new("UICorner")
  39. local UIGradient_9 = Instance.new("UIGradient")
  40. local TextButton_8 = Instance.new("TextButton")
  41. local UICorner_12 = Instance.new("UICorner")
  42. local UIGradient_10 = Instance.new("UIGradient")
  43. local TextLabel_5 = Instance.new("TextLabel")
  44. local UICorner_13 = Instance.new("UICorner")
  45. local UIGradient_11 = Instance.new("UIGradient")
  46. local TextButton_9 = Instance.new("TextButton")
  47. local UICorner_14 = Instance.new("UICorner")
  48. local UIGradient_12 = Instance.new("UIGradient")
  49. local TextLabel_6 = Instance.new("TextLabel")
  50. local UICorner_15 = Instance.new("UICorner")
  51. local UIGradient_13 = Instance.new("UIGradient")
  52. local ImageLabel = Instance.new("ImageLabel")
  53. local UICorner_16 = Instance.new("UICorner")
  54. local UIGradient_14 = Instance.new("UIGradient")
  55.  
  56. --Properties:
  57.  
  58. gui.Name = "gui"
  59. gui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  60. gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  61.  
  62. Frame.Parent = gui
  63. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  64. Frame.BackgroundTransparency = 0.300
  65. Frame.Position = UDim2.new(0.0231799465, 0, 0.223568618, 0)
  66. Frame.Size = UDim2.new(0, 297, 0, 550)
  67.  
  68. UICorner.Parent = Frame
  69.  
  70. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 85, 127)), ColorSequenceKeypoint.new(0.52, Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(85, 170, 255))}
  71. UIGradient.Parent = Frame
  72.  
  73. TextLabel.Parent = Frame
  74. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  75. TextLabel.BackgroundTransparency = 0.550
  76. TextLabel.Size = UDim2.new(0, 296, 0, 66)
  77. TextLabel.Font = Enum.Font.Cartoon
  78. TextLabel.Text = "Free gamepasses gui (UPDATED)"
  79. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  80. TextLabel.TextScaled = true
  81. TextLabel.TextSize = 14.000
  82. TextLabel.TextWrapped = true
  83.  
  84. UICorner_2.Parent = TextLabel
  85.  
  86. TextLabel_2.Parent = Frame
  87. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  88. TextLabel_2.BackgroundTransparency = 1.000
  89. TextLabel_2.Position = UDim2.new(0.0675675645, 0, 0.823529363, 0)
  90. TextLabel_2.Size = UDim2.new(0, 268, 0, 39)
  91. TextLabel_2.Font = Enum.Font.LuckiestGuy
  92. TextLabel_2.Text = "Made by DarkDreamG : YT channel is Flaze11"
  93. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  94. TextLabel_2.TextScaled = true
  95. TextLabel_2.TextSize = 14.000
  96. TextLabel_2.TextWrapped = true
  97.  
  98. UIGradient_2.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(0.22, Color3.fromRGB(255, 170, 0)), ColorSequenceKeypoint.new(0.40, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(0.55, Color3.fromRGB(85, 255, 0)), ColorSequenceKeypoint.new(0.74, Color3.fromRGB(0, 85, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(85, 0, 127))}
  99. UIGradient_2.Parent = TextLabel_2
  100.  
  101. TextLabel_3.Parent = Frame
  102. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  103. TextLabel_3.Position = UDim2.new(0.101339981, 0, 0.893464386, 0)
  104. TextLabel_3.Size = UDim2.new(0, 248, 0, 27)
  105. TextLabel_3.Font = Enum.Font.Cartoon
  106. TextLabel_3.Text = "MORE GAMEPASS BUTTONS TO COME SOON!"
  107. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  108. TextLabel_3.TextScaled = true
  109. TextLabel_3.TextSize = 14.000
  110. TextLabel_3.TextWrapped = true
  111.  
  112. UICorner_3.Parent = TextLabel_3
  113.  
  114. TextLabel_4.Parent = Frame
  115. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  116. TextLabel_4.Position = UDim2.new(0.0979843438, 0, 0.741179347, 0)
  117. TextLabel_4.Size = UDim2.new(0, 248, 0, 27)
  118. TextLabel_4.Font = Enum.Font.SourceSans
  119. TextLabel_4.Text = "Make sure to join the game you are using the gamepass button in!"
  120. TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
  121. TextLabel_4.TextScaled = true
  122. TextLabel_4.TextSize = 14.000
  123. TextLabel_4.TextWrapped = true
  124.  
  125. UICorner_4.Parent = TextLabel_4
  126.  
  127. ScrollingFrame.Parent = Frame
  128. ScrollingFrame.Active = true
  129. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  130. ScrollingFrame.BackgroundTransparency = 0.800
  131. ScrollingFrame.Position = UDim2.new(0, 0, 0.119999997, 0)
  132. ScrollingFrame.Size = UDim2.new(0, 296, 0, 341)
  133.  
  134. TextButton.Parent = ScrollingFrame
  135. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  136. TextButton.Position = UDim2.new(0.175698414, 0, 0.0410459638, 0)
  137. TextButton.Size = UDim2.new(0, 200, 0, 50)
  138. TextButton.Font = Enum.Font.Cartoon
  139. TextButton.Text = "Free gamepass for jailbreak!"
  140. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  141. TextButton.TextScaled = true
  142. TextButton.TextSize = 14.000
  143. TextButton.TextStrokeTransparency = 0.000
  144. TextButton.TextWrapped = true
  145.  
  146. UICorner_5.Parent = TextButton
  147.  
  148. UIGradient_3.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(0, 0, 255))}
  149. UIGradient_3.Parent = TextButton
  150.  
  151. TextButton_2.Parent = ScrollingFrame
  152. TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  153. TextButton_2.Position = UDim2.new(0.182432428, 0, 0.127360418, 0)
  154. TextButton_2.Size = UDim2.new(0, 200, 0, 50)
  155. TextButton_2.Font = Enum.Font.Cartoon
  156. TextButton_2.Text = "Free gamepass for Vehicle Simulator!"
  157. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  158. TextButton_2.TextScaled = true
  159. TextButton_2.TextSize = 14.000
  160. TextButton_2.TextStrokeTransparency = 0.000
  161. TextButton_2.TextWrapped = true
  162.  
  163. UICorner_6.Parent = TextButton_2
  164.  
  165. UIGradient_4.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 0, 0)), ColorSequenceKeypoint.new(0.51, Color3.fromRGB(255, 85, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 0))}
  166. UIGradient_4.Parent = TextButton_2
  167.  
  168. TextButton_3.Parent = ScrollingFrame
  169. TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  170. TextButton_3.Position = UDim2.new(0.182432428, 0, 0.220996767, 0)
  171. TextButton_3.Size = UDim2.new(0, 200, 0, 50)
  172. TextButton_3.Font = Enum.Font.Cartoon
  173. TextButton_3.Text = "Free gamepass for Bloxburg!"
  174. TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  175. TextButton_3.TextScaled = true
  176. TextButton_3.TextSize = 14.000
  177. TextButton_3.TextStrokeTransparency = 0.000
  178. TextButton_3.TextWrapped = true
  179.  
  180. UICorner_7.Parent = TextButton_3
  181.  
  182. UIGradient_5.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(0, 170, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 127))}
  183. UIGradient_5.Parent = TextButton_3
  184.  
  185. TextButton_4.Parent = ScrollingFrame
  186. TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  187. TextButton_4.Position = UDim2.new(0.182432428, 0, 0.309178591, 0)
  188. TextButton_4.Size = UDim2.new(0, 200, 0, 50)
  189. TextButton_4.Font = Enum.Font.Cartoon
  190. TextButton_4.Text = "Free gamepass for BrookHaven!"
  191. TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  192. TextButton_4.TextScaled = true
  193. TextButton_4.TextSize = 14.000
  194. TextButton_4.TextStrokeTransparency = 0.000
  195. TextButton_4.TextWrapped = true
  196.  
  197. UICorner_8.Parent = TextButton_4
  198.  
  199. UIGradient_6.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(0.46, Color3.fromRGB(170, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 127))}
  200. UIGradient_6.Parent = TextButton_4
  201.  
  202. TextButton_5.Parent = ScrollingFrame
  203. TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  204. TextButton_5.BackgroundTransparency = 0.550
  205. TextButton_5.Position = UDim2.new(0.182432428, 0, 0.400996745, 0)
  206. TextButton_5.Size = UDim2.new(0, 200, 0, 50)
  207. TextButton_5.Font = Enum.Font.Cartoon
  208. TextButton_5.Text = "Free gamepass for Bee Swarm Simulator!"
  209. TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 0)
  210. TextButton_5.TextScaled = true
  211. TextButton_5.TextSize = 14.000
  212. TextButton_5.TextStrokeTransparency = 0.000
  213. TextButton_5.TextWrapped = true
  214.  
  215. UICorner_9.Parent = TextButton_5
  216.  
  217. UIGradient_7.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(0.52, Color3.fromRGB(0, 0, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 127))}
  218. UIGradient_7.Parent = TextButton_5
  219.  
  220. TextButton_6.Parent = ScrollingFrame
  221. TextButton_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  222. TextButton_6.Position = UDim2.new(0.182432428, 0, 0.495542169, 0)
  223. TextButton_6.Size = UDim2.new(0, 200, 0, 50)
  224. TextButton_6.Font = Enum.Font.Cartoon
  225. TextButton_6.Text = "Free gamepass for Anomic!"
  226. TextButton_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  227. TextButton_6.TextScaled = true
  228. TextButton_6.TextSize = 14.000
  229. TextButton_6.TextStrokeTransparency = 0.000
  230. TextButton_6.TextWrapped = true
  231.  
  232. UICorner_10.Parent = TextButton_6
  233.  
  234. UIGradient_8.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(153, 124, 96)), ColorSequenceKeypoint.new(0.52, Color3.fromRGB(98, 103, 55)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(157, 155, 98))}
  235. UIGradient_8.Parent = TextButton_6
  236.  
  237. TextButton_7.Parent = ScrollingFrame
  238. TextButton_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  239. TextButton_7.Position = UDim2.new(0.182432428, 0, 0.590087652, 0)
  240. TextButton_7.Size = UDim2.new(0, 200, 0, 50)
  241. TextButton_7.Font = Enum.Font.Cartoon
  242. TextButton_7.Text = "Free gamepass for Meep City!"
  243. TextButton_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  244. TextButton_7.TextScaled = true
  245. TextButton_7.TextSize = 14.000
  246. TextButton_7.TextStrokeTransparency = 0.000
  247. TextButton_7.TextWrapped = true
  248.  
  249. UICorner_11.Parent = TextButton_7
  250.  
  251. UIGradient_9.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(0.45, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(170, 0, 255))}
  252. UIGradient_9.Parent = TextButton_7
  253.  
  254. TextButton_8.Parent = ScrollingFrame
  255. TextButton_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  256. TextButton_8.Position = UDim2.new(0.182432428, 0, 0.683723986, 0)
  257. TextButton_8.Size = UDim2.new(0, 200, 0, 50)
  258. TextButton_8.Font = Enum.Font.Cartoon
  259. TextButton_8.Text = "Free Gamepass for Tower Of Hell!"
  260. TextButton_8.TextColor3 = Color3.fromRGB(255, 255, 255)
  261. TextButton_8.TextScaled = true
  262. TextButton_8.TextSize = 14.000
  263. TextButton_8.TextStrokeTransparency = 0.000
  264. TextButton_8.TextWrapped = true
  265.  
  266. UICorner_12.Parent = TextButton_8
  267.  
  268. UIGradient_10.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(0, 170, 0)), ColorSequenceKeypoint.new(0.45, Color3.fromRGB(0, 170, 255)), ColorSequenceKeypoint.new(0.75, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(199, 0, 0))}
  269. UIGradient_10.Parent = TextButton_8
  270.  
  271. TextLabel_5.Parent = ScrollingFrame
  272. TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  273. TextLabel_5.Position = UDim2.new(0.125, 0, 0.863394082, 0)
  274. TextLabel_5.Size = UDim2.new(0, 223, 0, 135)
  275. TextLabel_5.Font = Enum.Font.LuckiestGuy
  276. TextLabel_5.Text = "MORE COMING SOON!"
  277. TextLabel_5.TextColor3 = Color3.fromRGB(0, 0, 0)
  278. TextLabel_5.TextScaled = true
  279. TextLabel_5.TextSize = 14.000
  280. TextLabel_5.TextWrapped = true
  281.  
  282. UICorner_13.Parent = TextLabel_5
  283.  
  284. UIGradient_11.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(150, 150, 150)), ColorSequenceKeypoint.new(0.50, Color3.fromRGB(225, 225, 225)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(99, 99, 99))}
  285. UIGradient_11.Parent = TextLabel_5
  286.  
  287. TextButton_9.Parent = ScrollingFrame
  288. TextButton_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  289. TextButton_9.Position = UDim2.new(0.179054052, 0, 0.756451249, 0)
  290. TextButton_9.Size = UDim2.new(0, 200, 0, 50)
  291. TextButton_9.Font = Enum.Font.Cartoon
  292. TextButton_9.Text = "Free Gamepass for CHAOS!"
  293. TextButton_9.TextColor3 = Color3.fromRGB(255, 255, 255)
  294. TextButton_9.TextScaled = true
  295. TextButton_9.TextSize = 14.000
  296. TextButton_9.TextStrokeTransparency = 0.000
  297. TextButton_9.TextWrapped = true
  298.  
  299. UICorner_14.Parent = TextButton_9
  300.  
  301. UIGradient_12.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 255)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(199, 0, 0))}
  302. UIGradient_12.Parent = TextButton_9
  303.  
  304. TextLabel_6.Parent = ScrollingFrame
  305. TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  306. TextLabel_6.Position = UDim2.new(0.182432428, 0, 0.80436933, 0)
  307. TextLabel_6.Size = UDim2.new(0, 200, 0, 31)
  308. TextLabel_6.Font = Enum.Font.LuckiestGuy
  309. TextLabel_6.Text = "NEW!"
  310. TextLabel_6.TextColor3 = Color3.fromRGB(122, 122, 122)
  311. TextLabel_6.TextSize = 24.000
  312. TextLabel_6.TextStrokeTransparency = 0.000
  313.  
  314. UICorner_15.Parent = TextLabel_6
  315.  
  316. UIGradient_13.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(0.47, Color3.fromRGB(198, 198, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(212, 212, 0))}
  317. UIGradient_13.Parent = TextLabel_6
  318.  
  319. ImageLabel.Parent = ScrollingFrame
  320. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  321. ImageLabel.BackgroundTransparency = 1.000
  322. ImageLabel.Position = UDim2.new(0, 0, 0.756040931, 0)
  323. ImageLabel.Rotation = -5.000
  324. ImageLabel.Size = UDim2.new(0, 54, 0, 89)
  325. ImageLabel.Image = "rbxassetid://2204719453"
  326.  
  327. UICorner_16.Parent = ImageLabel
  328.  
  329. UIGradient_14.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(0.47, Color3.fromRGB(198, 198, 0)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(212, 212, 0))}
  330. UIGradient_14.Parent = ImageLabel
  331.  
  332. -- Scripts:
  333.  
  334. local function KNIHAL_fake_script() -- TextButton.idk
  335. local script = Instance.new('LocalScript', TextButton)
  336.  
  337. function OnClicked()
  338. game.Players.LocalPlayer.UserId = "2837719"
  339.  
  340. end
  341.  
  342. script.Parent.MouseButton1Down:connect(OnClicked)
  343.  
  344. end
  345. coroutine.wrap(KNIHAL_fake_script)()
  346. local function KLSZ_fake_script() -- TextButton.HoverSound
  347. local script = Instance.new('LocalScript', TextButton)
  348.  
  349. local Button = script.Parent
  350.  
  351. function MouseEnter()
  352. Button.Hover.Playing = true
  353. end
  354.  
  355. function MouseLeave()
  356. Button.Hover.Playing = false
  357. end
  358.  
  359. Button.MouseEnter:connect(MouseEnter)
  360. Button.MouseLeave:connect(MouseLeave)
  361. end
  362. coroutine.wrap(KLSZ_fake_script)()
  363. local function YLECVSI_fake_script() -- TextButton.ButtonClickSound
  364. local script = Instance.new('LocalScript', TextButton)
  365.  
  366. function PlaySound()
  367. script.Parent.Parent.Sound1:Play(179235828)
  368. end
  369. script.Parent.MouseButton1Click:connect(PlaySound)
  370. end
  371. coroutine.wrap(YLECVSI_fake_script)()
  372. local function WZDN_fake_script() -- TextButton_2.idk
  373. local script = Instance.new('LocalScript', TextButton_2)
  374.  
  375. function OnClicked()
  376. game.Players.LocalPlayer.UserId = "1099580"
  377.  
  378. end
  379.  
  380. script.Parent.MouseButton1Down:connect(OnClicked)
  381.  
  382. end
  383. coroutine.wrap(WZDN_fake_script)()
  384. local function QKGKSEL_fake_script() -- TextButton_2.HoverSound
  385. local script = Instance.new('LocalScript', TextButton_2)
  386.  
  387. local Button = script.Parent
  388.  
  389. function MouseEnter()
  390. Button.Hover.Playing = true
  391. end
  392.  
  393. function MouseLeave()
  394. Button.Hover.Playing = false
  395. end
  396.  
  397. Button.MouseEnter:connect(MouseEnter)
  398. Button.MouseLeave:connect(MouseLeave)
  399. end
  400. coroutine.wrap(QKGKSEL_fake_script)()
  401. local function SJLL_fake_script() -- TextButton_2.ButtonClickSound
  402. local script = Instance.new('LocalScript', TextButton_2)
  403.  
  404. function PlaySound()
  405. script.Parent.Parent.Sound1:Play(179235828)
  406. end
  407. script.Parent.MouseButton1Click:connect(PlaySound)
  408. end
  409. coroutine.wrap(SJLL_fake_script)()
  410. local function JKSG_fake_script() -- TextButton_3.idk
  411. local script = Instance.new('LocalScript', TextButton_3)
  412.  
  413. function OnClicked()
  414. game.Players.LocalPlayer.UserId = "2837719"
  415.  
  416. end
  417.  
  418. script.Parent.MouseButton1Down:connect(OnClicked)
  419.  
  420. end
  421. coroutine.wrap(JKSG_fake_script)()
  422. local function SMWI_fake_script() -- TextButton_3.HoverSound
  423. local script = Instance.new('LocalScript', TextButton_3)
  424.  
  425. local Button = script.Parent
  426.  
  427. function MouseEnter()
  428. Button.Hover.Playing = true
  429. end
  430.  
  431. function MouseLeave()
  432. Button.Hover.Playing = false
  433. end
  434.  
  435. Button.MouseEnter:connect(MouseEnter)
  436. Button.MouseLeave:connect(MouseLeave)
  437. end
  438. coroutine.wrap(SMWI_fake_script)()
  439. local function NYKEM_fake_script() -- TextButton_3.ButtonClickSound
  440. local script = Instance.new('LocalScript', TextButton_3)
  441.  
  442. function PlaySound()
  443. script.Parent.Parent.Sound1:Play(179235828)
  444. end
  445. script.Parent.MouseButton1Click:connect(PlaySound)
  446. end
  447. coroutine.wrap(NYKEM_fake_script)()
  448. local function KNOWICJ_fake_script() -- TextButton_4.idk
  449. local script = Instance.new('LocalScript', TextButton_4)
  450.  
  451. function OnClicked()
  452. game.Players.LocalPlayer.UserId = "60596019"
  453.  
  454. end
  455.  
  456. script.Parent.MouseButton1Down:connect(OnClicked)
  457.  
  458. end
  459. coroutine.wrap(KNOWICJ_fake_script)()
  460. local function SOWCK_fake_script() -- TextButton_4.HoverSound
  461. local script = Instance.new('LocalScript', TextButton_4)
  462.  
  463. local Button = script.Parent
  464.  
  465. function MouseEnter()
  466. Button.Hover.Playing = true
  467. end
  468.  
  469. function MouseLeave()
  470. Button.Hover.Playing = false
  471. end
  472.  
  473. Button.MouseEnter:connect(MouseEnter)
  474. Button.MouseLeave:connect(MouseLeave)
  475. end
  476. coroutine.wrap(SOWCK_fake_script)()
  477. local function KLZU_fake_script() -- TextButton_4.ButtonClickSound
  478. local script = Instance.new('LocalScript', TextButton_4)
  479.  
  480. function PlaySound()
  481. script.Parent.Parent.Sound1:Play(179235828)
  482. end
  483. script.Parent.MouseButton1Click:connect(PlaySound)
  484. end
  485. coroutine.wrap(KLZU_fake_script)()
  486. local function RLIOV_fake_script() -- TextButton_5.idk
  487. local script = Instance.new('LocalScript', TextButton_5)
  488.  
  489. function OnClicked()
  490. game.Players.LocalPlayer.UserId = "1912490"
  491.  
  492. end
  493.  
  494. script.Parent.MouseButton1Down:connect(OnClicked)
  495.  
  496. end
  497. coroutine.wrap(RLIOV_fake_script)()
  498. local function TEUK_fake_script() -- TextButton_5.HoverSound
  499. local script = Instance.new('LocalScript', TextButton_5)
  500.  
  501. local Button = script.Parent
  502.  
  503. function MouseEnter()
  504. Button.Hover.Playing = true
  505. end
  506.  
  507. function MouseLeave()
  508. Button.Hover.Playing = false
  509. end
  510.  
  511. Button.MouseEnter:connect(MouseEnter)
  512. Button.MouseLeave:connect(MouseLeave)
  513. end
  514. coroutine.wrap(TEUK_fake_script)()
  515. local function AMBV_fake_script() -- TextButton_5.ButtonClickSound
  516. local script = Instance.new('LocalScript', TextButton_5)
  517.  
  518. function PlaySound()
  519. script.Parent.Parent.Sound1:Play(179235828)
  520. end
  521. script.Parent.MouseButton1Click:connect(PlaySound)
  522. end
  523. coroutine.wrap(AMBV_fake_script)()
  524. local function SDXOR_fake_script() -- TextButton_6.idk
  525. local script = Instance.new('LocalScript', TextButton_6)
  526.  
  527. function OnClicked()
  528. game.Players.LocalPlayer.UserId = "5352357"
  529.  
  530. end
  531.  
  532. script.Parent.MouseButton1Down:connect(OnClicked)
  533.  
  534. end
  535. coroutine.wrap(SDXOR_fake_script)()
  536. local function XFCQALJ_fake_script() -- TextButton_6.HoverSound
  537. local script = Instance.new('LocalScript', TextButton_6)
  538.  
  539. local Button = script.Parent
  540.  
  541. function MouseEnter()
  542. Button.Hover.Playing = true
  543. end
  544.  
  545. function MouseLeave()
  546. Button.Hover.Playing = false
  547. end
  548.  
  549. Button.MouseEnter:connect(MouseEnter)
  550. Button.MouseLeave:connect(MouseLeave)
  551. end
  552. coroutine.wrap(XFCQALJ_fake_script)()
  553. local function PUBHGS_fake_script() -- TextButton_6.ButtonClickSound
  554. local script = Instance.new('LocalScript', TextButton_6)
  555.  
  556. function PlaySound()
  557. script.Parent.Parent.Sound1:Play(179235828)
  558. end
  559. script.Parent.MouseButton1Click:connect(PlaySound)
  560. end
  561. coroutine.wrap(PUBHGS_fake_script)()
  562. local function VZXEN_fake_script() -- TextButton_7.idk
  563. local script = Instance.new('LocalScript', TextButton_7)
  564.  
  565. function OnClicked()
  566. game.Players.LocalPlayer.UserId = "123247"
  567.  
  568. end
  569.  
  570. script.Parent.MouseButton1Down:connect(OnClicked)
  571.  
  572. end
  573. coroutine.wrap(VZXEN_fake_script)()
  574. local function RFPUR_fake_script() -- TextButton_7.HoverSound
  575. local script = Instance.new('LocalScript', TextButton_7)
  576.  
  577. local Button = script.Parent
  578.  
  579. function MouseEnter()
  580. Button.Hover.Playing = true
  581. end
  582.  
  583. function MouseLeave()
  584. Button.Hover.Playing = false
  585. end
  586.  
  587. Button.MouseEnter:connect(MouseEnter)
  588. Button.MouseLeave:connect(MouseLeave)
  589. end
  590. coroutine.wrap(RFPUR_fake_script)()
  591. local function LXTUV_fake_script() -- TextButton_7.ButtonClickSound
  592. local script = Instance.new('LocalScript', TextButton_7)
  593.  
  594. function PlaySound()
  595. script.Parent.Parent.Sound1:Play(179235828)
  596. end
  597. script.Parent.MouseButton1Click:connect(PlaySound)
  598. end
  599. coroutine.wrap(LXTUV_fake_script)()
  600. local function BAFC_fake_script() -- TextButton_8.idk
  601. local script = Instance.new('LocalScript', TextButton_8)
  602.  
  603. function OnClicked()
  604. game.Players.LocalPlayer.UserId = "79745056"
  605.  
  606. end
  607.  
  608. script.Parent.MouseButton1Down:connect(OnClicked)
  609.  
  610. end
  611. coroutine.wrap(BAFC_fake_script)()
  612. local function CLDHRBR_fake_script() -- TextButton_8.HoverSound
  613. local script = Instance.new('LocalScript', TextButton_8)
  614.  
  615. local Button = script.Parent
  616.  
  617. function MouseEnter()
  618. Button.Hover.Playing = true
  619. end
  620.  
  621. function MouseLeave()
  622. Button.Hover.Playing = false
  623. end
  624.  
  625. Button.MouseEnter:connect(MouseEnter)
  626. Button.MouseLeave:connect(MouseLeave)
  627. end
  628. coroutine.wrap(CLDHRBR_fake_script)()
  629. local function ADHIOI_fake_script() -- TextButton_8.ButtonClickSound
  630. local script = Instance.new('LocalScript', TextButton_8)
  631.  
  632. function PlaySound()
  633. script.Parent.Parent.Sound1:Play(179235828)
  634. end
  635. script.Parent.MouseButton1Click:connect(PlaySound)
  636. end
  637. coroutine.wrap(ADHIOI_fake_script)()
  638. local function GREQ_fake_script() -- TextButton_9.idk
  639. local script = Instance.new('LocalScript', TextButton_9)
  640.  
  641. function OnClicked()
  642. game.Players.LocalPlayer.UserId = "2205774994"
  643.  
  644. end
  645.  
  646. script.Parent.MouseButton1Down:connect(OnClicked)
  647.  
  648. end
  649. coroutine.wrap(GREQ_fake_script)()
  650. local function NGENQPC_fake_script() -- TextButton_9.HoverSound
  651. local script = Instance.new('LocalScript', TextButton_9)
  652.  
  653. local Button = script.Parent
  654.  
  655. function MouseEnter()
  656. Button.Hover.Playing = true
  657. end
  658.  
  659. function MouseLeave()
  660. Button.Hover.Playing = false
  661. end
  662.  
  663. Button.MouseEnter:connect(MouseEnter)
  664. Button.MouseLeave:connect(MouseLeave)
  665. end
  666. coroutine.wrap(NGENQPC_fake_script)()
  667. local function ZYZDYY_fake_script() -- TextButton_9.ButtonClickSound
  668. local script = Instance.new('LocalScript', TextButton_9)
  669.  
  670. function PlaySound()
  671. script.Parent.Parent.Sound1:Play(179235828)
  672. end
  673. script.Parent.MouseButton1Click:connect(PlaySound)
  674. end
  675. coroutine.wrap(ZYZDYY_fake_script)()
  676. local function JPFNALZ_fake_script() -- gui.Drag Gui Script
  677. local script = Instance.new('Script', gui)
  678.  
  679. frame = script.Parent["Frame"]---------- Your Frame Name!!!!!!
  680. frame.Draggable = true
  681. frame.Active = true
  682. frame.Selectable = true
  683. end
  684. coroutine.wrap(JPFNALZ_fake_script)()
Add Comment
Please, Sign In to add comment