TwentyNineToxic

Tulip Gui

Jun 26th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 59.53 KB | None | 0 0
  1. -- Objects
  2.  
  3. local TulipGUI = Instance.new("ScreenGui")
  4. local MainFrame = Instance.new("Frame")
  5. local TulipTitle = Instance.new("TextLabel")
  6. local ExitButton = Instance.new("TextButton")
  7. local Buttons = Instance.new("Frame")
  8. local FormsButton = Instance.new("TextButton")
  9. local GUIsButton = Instance.new("TextButton")
  10. local AdminsButton = Instance.new("TextButton")
  11. local MusicButton = Instance.new("TextButton")
  12. local MiscButton = Instance.new("TextButton")
  13. local MapsButton = Instance.new("TextButton")
  14. local CreditsButton = Instance.new("TextButton")
  15. local GameSpecificButton = Instance.new("TextButton")
  16. local BackinFrame = Instance.new("Frame")
  17. local AdminsFrame = Instance.new("Frame")
  18. local AdminsTitle = Instance.new("TextLabel")
  19. local TextButton = Instance.new("TextButton")
  20. local TextButton_2 = Instance.new("TextButton")
  21. local TextButton_3 = Instance.new("TextButton")
  22. local TextButton_4 = Instance.new("TextButton")
  23. local TextButton_5 = Instance.new("TextButton")
  24. local TextButton_6 = Instance.new("TextButton")
  25. local TextButton_7 = Instance.new("TextButton")
  26. local TextButton_8 = Instance.new("TextButton")
  27. local TextButton_9 = Instance.new("TextButton")
  28. local TextButton_10 = Instance.new("TextButton")
  29. local TextButton_11 = Instance.new("TextButton")
  30. local GameSpecificFrame = Instance.new("Frame")
  31. local GameSpecificTitle = Instance.new("TextLabel")
  32. local TextButton_12 = Instance.new("TextButton")
  33. local TextButton_13 = Instance.new("TextButton")
  34. local TextButton_14 = Instance.new("TextButton")
  35. local TextButton_15 = Instance.new("TextButton")
  36. local TextButton_16 = Instance.new("TextButton")
  37. local TextButton_17 = Instance.new("TextButton")
  38. local TextButton_18 = Instance.new("TextButton")
  39. local TextButton_19 = Instance.new("TextButton")
  40. local TextButton_20 = Instance.new("TextButton")
  41. local TextButton_21 = Instance.new("TextButton")
  42. local TextButton_22 = Instance.new("TextButton")
  43. local FormsFrame = Instance.new("Frame")
  44. local FormsTitle = Instance.new("TextLabel")
  45. local TextButton_23 = Instance.new("TextButton")
  46. local TextButton_24 = Instance.new("TextButton")
  47. local TextButton_25 = Instance.new("TextButton")
  48. local TextButton_26 = Instance.new("TextButton")
  49. local TextButton_27 = Instance.new("TextButton")
  50. local TextButton_28 = Instance.new("TextButton")
  51. local TextButton_29 = Instance.new("TextButton")
  52. local TextButton_30 = Instance.new("TextButton")
  53. local TextButton_31 = Instance.new("TextButton")
  54. local TextButton_32 = Instance.new("TextButton")
  55. local TextButton_33 = Instance.new("TextButton")
  56. local GUIsFrame = Instance.new("Frame")
  57. local GUIsTitle = Instance.new("TextLabel")
  58. local TextButton_34 = Instance.new("TextButton")
  59. local TextButton_35 = Instance.new("TextButton")
  60. local TextButton_36 = Instance.new("TextButton")
  61. local TextButton_37 = Instance.new("TextButton")
  62. local TextButton_38 = Instance.new("TextButton")
  63. local TextButton_39 = Instance.new("TextButton")
  64. local TextButton_40 = Instance.new("TextButton")
  65. local TextButton_41 = Instance.new("TextButton")
  66. local TextButton_42 = Instance.new("TextButton")
  67. local TextButton_43 = Instance.new("TextButton")
  68. local TextButton_44 = Instance.new("TextButton")
  69. local MusicFrame = Instance.new("Frame")
  70. local MusicTitle = Instance.new("TextLabel")
  71. local TextButton_45 = Instance.new("TextButton")
  72. local TextButton_46 = Instance.new("TextButton")
  73. local TextButton_47 = Instance.new("TextButton")
  74. local TextButton_48 = Instance.new("TextButton")
  75. local TextButton_49 = Instance.new("TextButton")
  76. local TextButton_50 = Instance.new("TextButton")
  77. local TextButton_51 = Instance.new("TextButton")
  78. local TextButton_52 = Instance.new("TextButton")
  79. local TextButton_53 = Instance.new("TextButton")
  80. local TextButton_54 = Instance.new("TextButton")
  81. local TextButton_55 = Instance.new("TextButton")
  82. local MiscFrame = Instance.new("Frame")
  83. local MiscTitle = Instance.new("TextLabel")
  84. local TextButton_56 = Instance.new("TextButton")
  85. local TextButton_57 = Instance.new("TextButton")
  86. local TextButton_58 = Instance.new("TextButton")
  87. local TextButton_59 = Instance.new("TextButton")
  88. local TextButton_60 = Instance.new("TextButton")
  89. local TextButton_61 = Instance.new("TextButton")
  90. local TextButton_62 = Instance.new("TextButton")
  91. local TextButton_63 = Instance.new("TextButton")
  92. local TextButton_64 = Instance.new("TextButton")
  93. local TextButton_65 = Instance.new("TextButton")
  94. local TextButton_66 = Instance.new("TextButton")
  95. local MapsFrame = Instance.new("Frame")
  96. local MapsTitle = Instance.new("TextLabel")
  97. local TextButton_67 = Instance.new("TextButton")
  98. local TextButton_68 = Instance.new("TextButton")
  99. local TextButton_69 = Instance.new("TextButton")
  100. local TextButton_70 = Instance.new("TextButton")
  101. local TextButton_71 = Instance.new("TextButton")
  102. local TextButton_72 = Instance.new("TextButton")
  103. local TextButton_73 = Instance.new("TextButton")
  104. local TextButton_74 = Instance.new("TextButton")
  105. local TextButton_75 = Instance.new("TextButton")
  106. local TextButton_76 = Instance.new("TextButton")
  107. local TextButton_77 = Instance.new("TextButton")
  108. local CreditsFrame = Instance.new("Frame")
  109. local CreditsTitle = Instance.new("TextLabel")
  110. local TextLabel = Instance.new("TextLabel")
  111. local ImageLabel = Instance.new("ImageLabel")
  112. local ImageLabel_2 = Instance.new("ImageLabel")
  113. local OpenFrame = Instance.new("Frame")
  114. local TextButton_78 = Instance.new("TextButton")
  115. local FilteringFrame = Instance.new("Frame")
  116. local FilteringLabel = Instance.new("TextLabel")
  117.  
  118. -- Properties
  119.  
  120. TulipGUI.Name = "TulipGUI"
  121. TulipGUI.Parent = game.Players.LocalPlayer.PlayerGui
  122.  
  123. MainFrame.Name = "MainFrame"
  124. MainFrame.Parent = TulipGUI
  125. MainFrame.BackgroundColor3 = Color3.new(1, 0.352941, 0.364706)
  126. MainFrame.BorderSizePixel = 0
  127. MainFrame.Position = UDim2.new(0.315642476, 0, 0.188323915, 0)
  128. MainFrame.Size = UDim2.new(0, 422, 0, 347)
  129. MainFrame.Visible = false
  130. MainFrame.Draggable = true
  131. MainFrame.Active = true
  132.  
  133. TulipTitle.Name = "TulipTitle"
  134. TulipTitle.Parent = MainFrame
  135. TulipTitle.BackgroundColor3 = Color3.new(0.945098, 0.270588, 0.282353)
  136. TulipTitle.BorderSizePixel = 0
  137. TulipTitle.Position = UDim2.new(0, 0, -0.0028818443, 0)
  138. TulipTitle.Size = UDim2.new(0, 422, 0, 50)
  139. TulipTitle.Font = Enum.Font.SourceSansLight
  140. TulipTitle.Text = "Tulip V1.0.0"
  141. TulipTitle.TextColor3 = Color3.new(1, 1, 1)
  142. TulipTitle.TextScaled = true
  143. TulipTitle.TextSize = 14
  144. TulipTitle.TextWrapped = true
  145.  
  146. ExitButton.Name = "ExitButton"
  147. ExitButton.Parent = TulipTitle
  148. ExitButton.BackgroundColor3 = Color3.new(1, 1, 1)
  149. ExitButton.BackgroundTransparency = 1
  150. ExitButton.Position = UDim2.new(0.921800971, 0, 0, 0)
  151. ExitButton.Size = UDim2.new(0, 25, 0, 24)
  152. ExitButton.Font = Enum.Font.SourceSansLight
  153. ExitButton.Text = "x"
  154. ExitButton.TextColor3 = Color3.new(1, 1, 1)
  155. ExitButton.TextSize = 35
  156. ExitButton.TextWrapped = true
  157. ExitButton.MouseButton1Down:connect(function()
  158.     MainFrame.Visible = false
  159.     FilteringFrame.Visible = false
  160.     end)
  161.  
  162. FilteringFrame.Name = "FilteringFrame"
  163. FilteringFrame.Parent = MainFrame
  164. FilteringFrame.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  165. FilteringFrame.BorderSizePixel = 0
  166. FilteringFrame.Position = UDim2.new(0.0187587682, 0, 0.0378204584, 0)
  167. FilteringFrame.Size = UDim2.new(0, 100, 0, 22)
  168. FilteringFrame.Active = true
  169. FilteringFrame.Visible = false
  170.  
  171. FilteringLabel.Name = "FilteringLabel"
  172. FilteringLabel.Parent = FilteringFrame
  173. FilteringLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  174. FilteringLabel.BackgroundTransparency = 1
  175. FilteringLabel.BorderSizePixel = 0
  176. FilteringLabel.Position = UDim2.new(5.96046448e-08, 0, 0, 0)
  177. FilteringLabel.Size = UDim2.new(0, 100, 0, 22)
  178. FilteringLabel.Font = Enum.Font.SourceSansLight
  179. FilteringLabel.Text = "Filtering: "
  180. FilteringLabel.TextColor3 = Color3.new(1, 1, 1)
  181. FilteringLabel.TextSize = 14
  182. if
  183.     game.workspace.FilteringEnabled == true then
  184.     FilteringLabel.Text = "Filtering: Enabled"
  185. else
  186.     FilteringLabel.Text = "Filtering: Disabled"
  187. end
  188.  
  189.    
  190.  
  191. Buttons.Name = "Buttons"
  192. Buttons.Parent = MainFrame
  193. Buttons.BackgroundColor3 = Color3.new(1, 0.223529, 0.235294)
  194. Buttons.BorderSizePixel = 0
  195. Buttons.Position = UDim2.new(0.696682453, 0, 0.145533144, 0)
  196. Buttons.Size = UDim2.new(0, 128, 0, 286)
  197.  
  198. FormsButton.Name = "FormsButton"
  199. FormsButton.Parent = Buttons
  200. FormsButton.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  201. FormsButton.BorderSizePixel = 0
  202. FormsButton.Position = UDim2.new(0.06640625, 0, 0.13714619, 0)
  203. FormsButton.Size = UDim2.new(0, 111, 0, 34)
  204. FormsButton.Font = Enum.Font.SourceSansLight
  205. FormsButton.Text = "Forms"
  206. FormsButton.TextColor3 = Color3.new(1, 1, 1)
  207. FormsButton.TextSize = 22
  208. FormsButton.MouseButton1Down:connect(function()
  209.     FormsFrame.Visible = true
  210.     AdminsFrame.Visible = false
  211.     MapsFrame.Visible = false
  212.     MusicFrame.Visible = false
  213.     GameSpecificFrame.Visible = false
  214.     CreditsFrame.Visible = false
  215.     GUIsFrame.Visible = false
  216.     MiscFrame.Visible = false
  217. end)
  218.  
  219. GUIsButton.Name = "GUIsButton"
  220. GUIsButton.Parent = Buttons
  221. GUIsButton.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  222. GUIsButton.BorderSizePixel = 0
  223. GUIsButton.Position = UDim2.new(0.06640625, 0, 0.254620373, 0)
  224. GUIsButton.Size = UDim2.new(0, 111, 0, 34)
  225. GUIsButton.Font = Enum.Font.SourceSansLight
  226. GUIsButton.Text = "GUIs"
  227. GUIsButton.TextColor3 = Color3.new(1, 1, 1)
  228. GUIsButton.TextSize = 22
  229. GUIsButton.MouseButton1Down:connect(function()
  230.     FormsFrame.Visible = false
  231.     AdminsFrame.Visible = false
  232.     MapsFrame.Visible = false
  233.     MusicFrame.Visible = false
  234.     GameSpecificFrame.Visible = false
  235.     CreditsFrame.Visible = false
  236.     GUIsFrame.Visible = true
  237.     MiscFrame.Visible = false
  238. end)
  239.  
  240. AdminsButton.Name = "AdminsButton"
  241. AdminsButton.Parent = Buttons
  242. AdminsButton.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  243. AdminsButton.BorderSizePixel = 0
  244. AdminsButton.Position = UDim2.new(0.06640625, 0, 0.375591099, 0)
  245. AdminsButton.Size = UDim2.new(0, 111, 0, 34)
  246. AdminsButton.Font = Enum.Font.SourceSansLight
  247. AdminsButton.Text = "Admins"
  248. AdminsButton.TextColor3 = Color3.new(1, 1, 1)
  249. AdminsButton.TextSize = 22
  250. AdminsButton.MouseButton1Down:connect(function()
  251.     FormsFrame.Visible = false
  252.     AdminsFrame.Visible = true
  253.     MapsFrame.Visible = false
  254.     MusicFrame.Visible = false
  255.     GameSpecificFrame.Visible = false
  256.     CreditsFrame.Visible = false
  257.     GUIsFrame.Visible = false
  258.     MiscFrame.Visible = false
  259. end)
  260.  
  261. MusicButton.Name = "MusicButton"
  262. MusicButton.Parent = Buttons
  263. MusicButton.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  264. MusicButton.BorderSizePixel = 0
  265. MusicButton.Position = UDim2.new(0.0703125, 0, 0.491308689, 0)
  266. MusicButton.Size = UDim2.new(0, 111, 0, 34)
  267. MusicButton.Font = Enum.Font.SourceSansLight
  268. MusicButton.Text = "Music"
  269. MusicButton.TextColor3 = Color3.new(1, 1, 1)
  270. MusicButton.TextSize = 22
  271. MusicButton.MouseButton1Down:connect(function()
  272.     FormsFrame.Visible = false
  273.     AdminsFrame.Visible = false
  274.     MapsFrame.Visible = false
  275.     MusicFrame.Visible = true
  276.     GameSpecificFrame.Visible = false
  277.     CreditsFrame.Visible = false
  278.     GUIsFrame.Visible = false
  279.     MiscFrame.Visible = false
  280. end)
  281.  
  282. MiscButton.Name = "MiscButton"
  283. MiscButton.Parent = Buttons
  284. MiscButton.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  285. MiscButton.BorderSizePixel = 0
  286. MiscButton.Position = UDim2.new(0.06640625, 0, 0.610539377, 0)
  287. MiscButton.Size = UDim2.new(0, 111, 0, 34)
  288. MiscButton.Font = Enum.Font.SourceSansLight
  289. MiscButton.Text = "Misc"
  290. MiscButton.TextColor3 = Color3.new(1, 1, 1)
  291. MiscButton.TextSize = 22
  292. MiscButton.TextWrapped = true
  293. MiscButton.MouseButton1Down:connect(function()
  294.     FormsFrame.Visible = false
  295.     AdminsFrame.Visible = false
  296.     MapsFrame.Visible = false
  297.     MusicFrame.Visible = false
  298.     GameSpecificFrame.Visible = false
  299.     CreditsFrame.Visible = false
  300.     GUIsFrame.Visible = false
  301.     MiscFrame.Visible = true
  302. end)
  303.  
  304. MapsButton.Name = "MapsButton"
  305. MapsButton.Parent = Buttons
  306. MapsButton.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  307. MapsButton.BorderSizePixel = 0
  308. MapsButton.Position = UDim2.new(0.06640625, 0, 0.731510162, 0)
  309. MapsButton.Size = UDim2.new(0, 111, 0, 34)
  310. MapsButton.Font = Enum.Font.SourceSansLight
  311. MapsButton.Text = "Maps"
  312. MapsButton.TextColor3 = Color3.new(1, 1, 1)
  313. MapsButton.TextSize = 22
  314. MapsButton.TextWrapped = true
  315. MapsButton.MouseButton1Down:connect(function()
  316.     FormsFrame.Visible = false
  317.     AdminsFrame.Visible = false
  318.     MapsFrame.Visible = true
  319.     MusicFrame.Visible = false
  320.     GameSpecificFrame.Visible = false
  321.     CreditsFrame.Visible = false
  322.     GUIsFrame.Visible = false
  323.     MiscFrame.Visible = false
  324. end)
  325.  
  326. CreditsButton.Name = "CreditsButton"
  327. CreditsButton.Parent = Buttons
  328. CreditsButton.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  329. CreditsButton.BorderSizePixel = 0
  330. CreditsButton.Position = UDim2.new(0.06640625, 0, 0.848984361, 0)
  331. CreditsButton.Size = UDim2.new(0, 111, 0, 34)
  332. CreditsButton.Font = Enum.Font.SourceSansLight
  333. CreditsButton.Text = "Credits"
  334. CreditsButton.TextColor3 = Color3.new(1, 1, 1)
  335. CreditsButton.TextSize = 22
  336. CreditsButton.TextWrapped = true
  337. CreditsButton.MouseButton1Down:connect(function()
  338.     FormsFrame.Visible = false
  339.     AdminsFrame.Visible = false
  340.     MapsFrame.Visible = false
  341.     MusicFrame.Visible = false
  342.     GameSpecificFrame.Visible = false
  343.     CreditsFrame.Visible = true
  344.     GUIsFrame.Visible = false
  345.     MiscFrame.Visible = false
  346. end)
  347.  
  348. GameSpecificButton.Name = "GameSpecificButton"
  349. GameSpecificButton.Parent = Buttons
  350. GameSpecificButton.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  351. GameSpecificButton.BorderSizePixel = 0
  352. GameSpecificButton.Position = UDim2.new(0.06640625, 0, 0.016466856, 0)
  353. GameSpecificButton.Size = UDim2.new(0, 111, 0, 34)
  354. GameSpecificButton.Font = Enum.Font.SourceSansLight
  355. GameSpecificButton.Text = "Gamespecific"
  356. GameSpecificButton.TextColor3 = Color3.new(1, 1, 1)
  357. GameSpecificButton.TextSize = 22
  358. GameSpecificButton.TextWrapped = true
  359. GameSpecificButton.MouseButton1Down:connect(function()
  360.     FormsFrame.Visible = false
  361.     AdminsFrame.Visible = false
  362.     MapsFrame.Visible = false
  363.     MusicFrame.Visible = false
  364.     GameSpecificFrame.Visible = true
  365.     CreditsFrame.Visible = false
  366.     GUIsFrame.Visible = false
  367.     MiscFrame.Visible = false
  368. end)
  369.  
  370. BackinFrame.Name = "BackinFrame"
  371. BackinFrame.Parent = MainFrame
  372. BackinFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  373. BackinFrame.BorderSizePixel = 0
  374. BackinFrame.Position = UDim2.new(0.0450236984, 0, 0.158501446, 0)
  375. BackinFrame.Size = UDim2.new(0, 262, 0, 270)
  376.  
  377. AdminsFrame.Name = "AdminsFrame"
  378. AdminsFrame.Parent = MainFrame
  379. AdminsFrame.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  380. AdminsFrame.BackgroundTransparency = 0.60000002384186
  381. AdminsFrame.BorderSizePixel = 0
  382. AdminsFrame.Position = UDim2.new(0.0450236984, 0, 0.158501446, 0)
  383. AdminsFrame.Size = UDim2.new(0, 262, 0, 277)
  384. AdminsFrame.Visible = false
  385.  
  386. AdminsTitle.Name = "AdminsTitle"
  387. AdminsTitle.Parent = AdminsFrame
  388. AdminsTitle.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  389. AdminsTitle.BorderSizePixel = 0
  390. AdminsTitle.Size = UDim2.new(0, 262, 0, 30)
  391. AdminsTitle.Font = Enum.Font.SourceSansLight
  392. AdminsTitle.Text = "Admins:"
  393. AdminsTitle.TextColor3 = Color3.new(1, 1, 1)
  394. AdminsTitle.TextScaled = true
  395. AdminsTitle.TextSize = 14
  396. AdminsTitle.TextWrapped = true
  397.  
  398. TextButton.Parent = AdminsFrame
  399. TextButton.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  400. TextButton.BorderSizePixel = 0
  401. TextButton.Position = UDim2.new(0.0496183224, 0, 0.139285713, 0)
  402. TextButton.Size = UDim2.new(0, 236, 0, 20)
  403. TextButton.Text = "Infinite Yield"
  404. TextButton.Font = Enum.Font.SourceSansLight
  405. TextButton.TextColor3 = Color3.new(1, 1, 1)
  406. TextButton.TextSize = 14
  407. TextButton.MouseButton1Down:connect(function()
  408.     loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  409.     end)
  410.  
  411. TextButton_2.Parent = AdminsFrame
  412. TextButton_2.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  413. TextButton_2.BorderSizePixel = 0
  414. TextButton_2.Position = UDim2.new(0.0496183224, 0, 0.210714281, 0)
  415. TextButton_2.Size = UDim2.new(0, 236, 0, 20)
  416. TextButton_2.Text = "Rocky2u"
  417. TextButton_2.Font = Enum.Font.SourceSansLight
  418. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  419. TextButton_2.TextSize = 14
  420. TextButton_2.MouseButton1Down:connect(function()
  421.     loadstring(game:GetObjects('rbxassetid://295850902')[1].Source)()
  422.     end)
  423.  
  424. TextButton_3.Parent = AdminsFrame
  425. TextButton_3.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  426. TextButton_3.BorderSizePixel = 0
  427. TextButton_3.Position = UDim2.new(0.0496183224, 0, 0.282142878, 0)
  428. TextButton_3.Size = UDim2.new(0, 236, 0, 20)
  429. TextButton_3.Text = "Coming Soon / Spaces for suggestion vv"
  430. TextButton_3.Font = Enum.Font.SourceSansLight
  431. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  432. TextButton_3.TextSize = 14
  433.  
  434. TextButton_4.Parent = AdminsFrame
  435. TextButton_4.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  436. TextButton_4.BorderSizePixel = 0
  437. TextButton_4.Position = UDim2.new(0.0496183224, 0, 0.353571415, 0)
  438. TextButton_4.Size = UDim2.new(0, 236, 0, 20)
  439. TextButton_4.Font = Enum.Font.SourceSansLight
  440. TextButton_4.TextColor3 = Color3.new(1, 1, 1)
  441. TextButton_4.TextSize = 14
  442.  
  443. TextButton_5.Parent = AdminsFrame
  444. TextButton_5.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  445. TextButton_5.BorderSizePixel = 0
  446. TextButton_5.Position = UDim2.new(0.0496183224, 0, 0.425000012, 0)
  447. TextButton_5.Size = UDim2.new(0, 236, 0, 20)
  448. TextButton_5.Font = Enum.Font.SourceSansLight
  449. TextButton_5.TextColor3 = Color3.new(1, 1, 1)
  450. TextButton_5.TextSize = 14
  451.  
  452. TextButton_6.Parent = AdminsFrame
  453. TextButton_6.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  454. TextButton_6.BorderSizePixel = 0
  455. TextButton_6.Position = UDim2.new(0.0496183224, 0, 0.496428579, 0)
  456. TextButton_6.Size = UDim2.new(0, 236, 0, 20)
  457. TextButton_6.Font = Enum.Font.SourceSansLight
  458. TextButton_6.TextColor3 = Color3.new(1, 1, 1)
  459. TextButton_6.TextSize = 14
  460.  
  461. TextButton_7.Parent = AdminsFrame
  462. TextButton_7.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  463. TextButton_7.BorderSizePixel = 0
  464. TextButton_7.Position = UDim2.new(0.0496183224, 0, 0.567857146, 0)
  465. TextButton_7.Size = UDim2.new(0, 236, 0, 20)
  466. TextButton_7.Font = Enum.Font.SourceSansLight
  467. TextButton_7.TextColor3 = Color3.new(1, 1, 1)
  468. TextButton_7.TextSize = 14
  469.  
  470. TextButton_8.Parent = AdminsFrame
  471. TextButton_8.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  472. TextButton_8.BorderSizePixel = 0
  473. TextButton_8.Position = UDim2.new(0.0496183224, 0, 0.639285684, 0)
  474. TextButton_8.Size = UDim2.new(0, 236, 0, 20)
  475. TextButton_8.Font = Enum.Font.SourceSansLight
  476. TextButton_8.TextColor3 = Color3.new(1, 1, 1)
  477. TextButton_8.TextSize = 14
  478.  
  479. TextButton_9.Parent = AdminsFrame
  480. TextButton_9.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  481. TextButton_9.BorderSizePixel = 0
  482. TextButton_9.Position = UDim2.new(0.0496183224, 0, 0.71071434, 0)
  483. TextButton_9.Size = UDim2.new(0, 236, 0, 20)
  484. TextButton_9.Font = Enum.Font.SourceSansLight
  485. TextButton_9.TextColor3 = Color3.new(1, 1, 1)
  486. TextButton_9.TextSize = 14
  487.  
  488. TextButton_10.Parent = AdminsFrame
  489. TextButton_10.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  490. TextButton_10.BorderSizePixel = 0
  491. TextButton_10.Position = UDim2.new(0.0496183224, 0, 0.782142818, 0)
  492. TextButton_10.Size = UDim2.new(0, 236, 0, 20)
  493. TextButton_10.Font = Enum.Font.SourceSansLight
  494. TextButton_10.TextColor3 = Color3.new(1, 1, 1)
  495. TextButton_10.TextSize = 14
  496.  
  497. TextButton_11.Parent = AdminsFrame
  498. TextButton_11.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  499. TextButton_11.BorderSizePixel = 0
  500. TextButton_11.Position = UDim2.new(0.0496183224, 0, 0.853571415, 0)
  501. TextButton_11.Size = UDim2.new(0, 236, 0, 20)
  502. TextButton_11.Font = Enum.Font.SourceSansLight
  503. TextButton_11.TextColor3 = Color3.new(1, 1, 1)
  504. TextButton_11.TextSize = 14
  505.  
  506. GameSpecificFrame.Name = "GameSpecificFrame"
  507. GameSpecificFrame.Parent = MainFrame
  508. GameSpecificFrame.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  509. GameSpecificFrame.BackgroundTransparency = 0.60000002384186
  510. GameSpecificFrame.BorderSizePixel = 0
  511. GameSpecificFrame.Position = UDim2.new(0.0450236984, 0, 0.158501446, 0)
  512. GameSpecificFrame.Size = UDim2.new(0, 262, 0, 277)
  513. GameSpecificFrame.Visible = false
  514.  
  515. GameSpecificTitle.Name = "GameSpecificTitle"
  516. GameSpecificTitle.Parent = GameSpecificFrame
  517. GameSpecificTitle.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  518. GameSpecificTitle.BorderSizePixel = 0
  519. GameSpecificTitle.Size = UDim2.new(0, 262, 0, 30)
  520. GameSpecificTitle.Font = Enum.Font.SourceSansLight
  521. GameSpecificTitle.Text = "GameSpecific:"
  522. GameSpecificTitle.TextColor3 = Color3.new(1, 1, 1)
  523. GameSpecificTitle.TextScaled = true
  524. GameSpecificTitle.TextSize = 14
  525. GameSpecificTitle.TextWrapped = true
  526.  
  527. TextButton_12.Parent = GameSpecificFrame
  528. TextButton_12.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  529. TextButton_12.BorderSizePixel = 0
  530. TextButton_12.Position = UDim2.new(0.0496183224, 0, 0.139285713, 0)
  531. TextButton_12.Size = UDim2.new(0, 236, 0, 20)
  532. TextButton_12.Text = "The Plaza Unlimited Money"
  533. TextButton_12.Font = Enum.Font.SourceSansLight
  534. TextButton_12.TextColor3 = Color3.new(1, 1, 1)
  535. TextButton_12.TextSize = 14
  536. TextButton_12.MouseButton1Down:connect(function()
  537.     game.ReplicatedStorage.LeaderboardStat:FireServer("Money",1171875000,true)
  538.     end)
  539.  
  540. TextButton_13.Parent = GameSpecificFrame
  541. TextButton_13.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  542. TextButton_13.BorderSizePixel = 0
  543. TextButton_13.Position = UDim2.new(0.0496183224, 0, 0.210714281, 0)
  544. TextButton_13.Size = UDim2.new(0, 236, 0, 20)
  545. TextButton_13.Text = "Prison Life 2 GUI"
  546. TextButton_13.Font = Enum.Font.SourceSansLight
  547. TextButton_13.TextColor3 = Color3.new(1, 1, 1)
  548. TextButton_13.TextSize = 14
  549. TextButton_13.MouseButton1Down:connect(function()
  550.     loadstring(game:HttpGet(('https://pastebin.com/raw/qQa1e96v'),true))()
  551.     end)
  552.  
  553. TextButton_14.Parent = GameSpecificFrame
  554. TextButton_14.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  555. TextButton_14.BorderSizePixel = 0
  556. TextButton_14.Position = UDim2.new(0.0496183224, 0, 0.282142878, 0)
  557. TextButton_14.Size = UDim2.new(0, 236, 0, 20)
  558. TextButton_14.Text = "Jailbreak GUI"
  559. TextButton_14.Font = Enum.Font.SourceSansLight
  560. TextButton_14.TextColor3 = Color3.new(1, 1, 1)
  561. TextButton_14.TextSize = 14
  562. TextButton_14.MouseButton1Down:connect(function()
  563.     loadstring(game:HttpGet(('https://pastebin.com/raw/XafQmZXL'),true))()
  564.     end)
  565.  
  566. TextButton_15.Parent = GameSpecificFrame
  567. TextButton_15.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  568. TextButton_15.BorderSizePixel = 0
  569. TextButton_15.Position = UDim2.new(0.0496183224, 0, 0.353571415, 0)
  570. TextButton_15.Size = UDim2.new(0, 236, 0, 20)
  571. TextButton_15.Text = "Cloud PF - Synapse"
  572. TextButton_15.Font = Enum.Font.SourceSansLight
  573. TextButton_15.TextColor3 = Color3.new(1, 1, 1)
  574. TextButton_15.TextSize = 14
  575. TextButton_15.MouseButton1Down:connect(function()
  576.     loadstring(game:HttpGet("https://pastebin.com/raw/HMRfDUrE", true))()
  577.     end)
  578.  
  579. TextButton_16.Parent = GameSpecificFrame
  580. TextButton_16.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  581. TextButton_16.BorderSizePixel = 0
  582. TextButton_16.Position = UDim2.new(0.0496183224, 0, 0.425000012, 0)
  583. TextButton_16.Size = UDim2.new(0, 236, 0, 20)
  584. TextButton_16.Text = "Cloud PF - Proto??"
  585. TextButton_16.Font = Enum.Font.SourceSansLight
  586. TextButton_16.TextColor3 = Color3.new(1, 1, 1)
  587. TextButton_16.TextSize = 14
  588. TextButton_16.MouseButton1Down:connect(function()
  589.     loadstring(game:HttpGet("https://pastebin.com/raw/wHE4K1ve", true))()
  590.     end)
  591.  
  592. TextButton_17.Parent = GameSpecificFrame
  593. TextButton_17.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  594. TextButton_17.BorderSizePixel = 0
  595. TextButton_17.Position = UDim2.new(0.0496183224, 0, 0.496428579, 0)
  596. TextButton_17.Size = UDim2.new(0, 236, 0, 20)
  597. TextButton_17.Text = "Suggestions for the rest are open"
  598. TextButton_17.Font = Enum.Font.SourceSansLight
  599. TextButton_17.TextColor3 = Color3.new(1, 1, 1)
  600. TextButton_17.TextSize = 14
  601.  
  602. TextButton_18.Parent = GameSpecificFrame
  603. TextButton_18.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  604. TextButton_18.BorderSizePixel = 0
  605. TextButton_18.Position = UDim2.new(0.0496183224, 0, 0.567857146, 0)
  606. TextButton_18.Size = UDim2.new(0, 236, 0, 20)
  607. TextButton_18.Text = "Suggestion for the rest are open"
  608. TextButton_18.Font = Enum.Font.SourceSansLight
  609. TextButton_18.TextColor3 = Color3.new(1, 1, 1)
  610. TextButton_18.TextSize = 14
  611.  
  612. TextButton_19.Parent = GameSpecificFrame
  613. TextButton_19.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  614. TextButton_19.BorderSizePixel = 0
  615. TextButton_19.Position = UDim2.new(0.0496183224, 0, 0.639285684, 0)
  616. TextButton_19.Size = UDim2.new(0, 236, 0, 20)
  617. TextButton_19.Text = "Suggestion for the rest are open"
  618. TextButton_19.Font = Enum.Font.SourceSansLight
  619. TextButton_19.TextColor3 = Color3.new(1, 1, 1)
  620. TextButton_19.TextSize = 14
  621.  
  622. TextButton_20.Parent = GameSpecificFrame
  623. TextButton_20.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  624. TextButton_20.BorderSizePixel = 0
  625. TextButton_20.Position = UDim2.new(0.0496183224, 0, 0.71071434, 0)
  626. TextButton_20.Size = UDim2.new(0, 236, 0, 20)
  627. TextButton_20.Text = "Suggestion for the rest are open"
  628. TextButton_20.Font = Enum.Font.SourceSansLight
  629. TextButton_20.TextColor3 = Color3.new(1, 1, 1)
  630. TextButton_20.TextSize = 14
  631.  
  632. TextButton_21.Parent = GameSpecificFrame
  633. TextButton_21.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  634. TextButton_21.BorderSizePixel = 0
  635. TextButton_21.Position = UDim2.new(0.0496183224, 0, 0.782142818, 0)
  636. TextButton_21.Size = UDim2.new(0, 236, 0, 20)
  637. TextButton_21.Text = "Suggestion for the rest are open"
  638. TextButton_21.Font = Enum.Font.SourceSansLight
  639. TextButton_21.TextColor3 = Color3.new(1, 1, 1)
  640. TextButton_21.TextSize = 14
  641.  
  642. TextButton_22.Parent = GameSpecificFrame
  643. TextButton_22.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  644. TextButton_22.BorderSizePixel = 0
  645. TextButton_22.Position = UDim2.new(0.0496183224, 0, 0.853571415, 0)
  646. TextButton_22.Size = UDim2.new(0, 236, 0, 20)
  647. TextButton_22.Text = "Suggestion for the rest are open"
  648. TextButton_22.Font = Enum.Font.SourceSansLight
  649. TextButton_22.TextColor3 = Color3.new(1, 1, 1)
  650. TextButton_22.TextSize = 14
  651.  
  652. FormsFrame.Name = "FormsFrame"
  653. FormsFrame.Parent = MainFrame
  654. FormsFrame.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  655. FormsFrame.BackgroundTransparency = 0.60000002384186
  656. FormsFrame.BorderSizePixel = 0
  657. FormsFrame.Position = UDim2.new(0.0450236984, 0, 0.158501446, 0)
  658. FormsFrame.Size = UDim2.new(0, 262, 0, 277)
  659. FormsFrame.Visible = false
  660.  
  661. FormsTitle.Name = "FormsTitle"
  662. FormsTitle.Parent = FormsFrame
  663. FormsTitle.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  664. FormsTitle.BorderSizePixel = 0
  665. FormsTitle.Size = UDim2.new(0, 262, 0, 30)
  666. FormsTitle.Font = Enum.Font.SourceSansLight
  667. FormsTitle.Text = "Forms:"
  668. FormsTitle.TextColor3 = Color3.new(1, 1, 1)
  669. FormsTitle.TextScaled = true
  670. FormsTitle.TextSize = 14
  671. FormsTitle.TextWrapped = true
  672.  
  673. TextButton_23.Parent = FormsFrame
  674. TextButton_23.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  675. TextButton_23.BorderSizePixel = 0
  676. TextButton_23.Position = UDim2.new(0.0496183224, 0, 0.139285713, 0)
  677. TextButton_23.Size = UDim2.new(0, 236, 0, 20)
  678. TextButton_23.Text = "Black Goku"
  679. TextButton_23.Font = Enum.Font.SourceSansLight
  680. TextButton_23.TextColor3 = Color3.new(1, 1, 1)
  681. TextButton_23.TextSize = 14
  682. TextButton_23.MouseButton1Down:connect(function()
  683.     loadstring(game:HttpGet(('https://pastebin.com/raw/NzeSt2VA'),true))()
  684.    
  685.     end)
  686.  
  687. TextButton_24.Parent = FormsFrame
  688. TextButton_24.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  689. TextButton_24.BorderSizePixel = 0
  690. TextButton_24.Position = UDim2.new(0.0496183224, 0, 0.210714281, 0)
  691. TextButton_24.Size = UDim2.new(0, 236, 0, 20)
  692. TextButton_24.Text = "Dark Angel (Edit)"
  693. TextButton_24.Font = Enum.Font.SourceSansLight
  694. TextButton_24.TextColor3 = Color3.new(1, 1, 1)
  695. TextButton_24.TextSize = 14
  696. TextButton_24.MouseButton1Down:connect(function()
  697.     loadstring(game:HttpGet(('https://pastebin.com/raw/q8rH2CHN'),true))()
  698.    
  699.     end)
  700.  
  701.  
  702. TextButton_25.Parent = FormsFrame
  703. TextButton_25.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  704. TextButton_25.BorderSizePixel = 0
  705. TextButton_25.Position = UDim2.new(0.0496183224, 0, 0.282142878, 0)
  706. TextButton_25.Size = UDim2.new(0, 236, 0, 20)
  707. TextButton_25.Text = "Shedletsky's Rage - Edited"
  708. TextButton_25.Font = Enum.Font.SourceSansLight
  709. TextButton_25.TextColor3 = Color3.new(1, 1, 1)
  710. TextButton_25.TextSize = 14
  711. TextButton_25.MouseButton1Down:connect(function()
  712.     loadstring(game:HttpGet(('https://pastebin.com/raw/bxe01ZsE'),true))()
  713. end)
  714.  
  715.  
  716. TextButton_26.Parent = FormsFrame
  717. TextButton_26.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  718. TextButton_26.BorderSizePixel = 0
  719. TextButton_26.Position = UDim2.new(0.0496183224, 0, 0.353571415, 0)
  720. TextButton_26.Size = UDim2.new(0, 236, 0, 20)
  721. TextButton_26.Text = "Anime thing"
  722. TextButton_26.Font = Enum.Font.SourceSansLight
  723. TextButton_26.TextColor3 = Color3.new(1, 1, 1)
  724. TextButton_26.TextSize = 14
  725. TextButton_26.MouseButton1Down:connect(function()
  726.     loadstring(game:HttpGet(('https://pastebin.com/raw/SXZjQM0u'),true))()
  727.     end)
  728.  
  729. TextButton_27.Parent = FormsFrame
  730. TextButton_27.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  731. TextButton_27.BorderSizePixel = 0
  732. TextButton_27.Position = UDim2.new(0.0496183224, 0, 0.425000012, 0)
  733. TextButton_27.Size = UDim2.new(0, 236, 0, 20)
  734. TextButton_27.Text = "Moon Rabbit"
  735. TextButton_27.Font = Enum.Font.SourceSansLight
  736. TextButton_27.TextColor3 = Color3.new(1, 1, 1)
  737. TextButton_27.TextSize = 14
  738. TextButton_27.MouseButton1Down:connect(function()
  739.     loadstring(game:HttpGet(('https://pastebin.com/raw/LjdXVAyf'),true))()
  740.     end)
  741.  
  742. TextButton_28.Parent = FormsFrame
  743. TextButton_28.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  744. TextButton_28.BorderSizePixel = 0
  745. TextButton_28.Position = UDim2.new(0.0496183224, 0, 0.496428579, 0)
  746. TextButton_28.Size = UDim2.new(0, 236, 0, 20)
  747. TextButton_28.Text = "Doge?"
  748. TextButton_28.Font = Enum.Font.SourceSansLight
  749. TextButton_28.TextColor3 = Color3.new(1, 1, 1)
  750. TextButton_28.TextSize = 14
  751. TextButton_28.MouseButton1Down:connect(function()
  752.     loadstring(game:GetObjects("rbxassetid://166686761")[1].Source)()
  753.     end)
  754.  
  755. TextButton_29.Parent = FormsFrame
  756. TextButton_29.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  757. TextButton_29.BorderSizePixel = 0
  758. TextButton_29.Position = UDim2.new(0.0496183224, 0, 0.567857146, 0)
  759. TextButton_29.Size = UDim2.new(0, 236, 0, 20)
  760. TextButton_29.Text = "FV3 Titan"
  761. TextButton_29.Font = Enum.Font.SourceSansLight
  762. TextButton_29.TextColor3 = Color3.new(1, 1, 1)
  763. TextButton_29.TextSize = 14
  764. TextButton_29.MouseButton1Down:connect(function()
  765.     loadstring(game:HttpGet(('https://pastebin.com/raw/G9P3whHa'),true))()
  766. end)
  767.  
  768. TextButton_30.Parent = FormsFrame
  769. TextButton_30.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  770. TextButton_30.BorderSizePixel = 0
  771. TextButton_30.Position = UDim2.new(0.0496183224, 0, 0.639285684, 0)
  772. TextButton_30.Size = UDim2.new(0, 236, 0, 20)
  773. TextButton_30.Text = "Giant Demon Scythe"
  774. TextButton_30.Font = Enum.Font.SourceSansLight
  775. TextButton_30.TextColor3 = Color3.new(1, 1, 1)
  776. TextButton_30.TextSize = 14
  777. TextButton_30.MouseButton1Down:connect(function()
  778.     loadstring(game:HttpGet(('https://pastebin.com/raw/DgiEWUR4'),true))()
  779.     end)
  780.  
  781. TextButton_31.Parent = FormsFrame
  782. TextButton_31.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  783. TextButton_31.BorderSizePixel = 0
  784. TextButton_31.Position = UDim2.new(0.0496183224, 0, 0.71071434, 0)
  785. TextButton_31.Size = UDim2.new(0, 236, 0, 20)
  786. TextButton_31.Text = "Ravager"
  787. TextButton_31.Font = Enum.Font.SourceSansLight
  788. TextButton_31.TextColor3 = Color3.new(1, 1, 1)
  789. TextButton_31.TextSize = 14
  790. TextButton_31.MouseButton1Down:connect(function()
  791.     loadstring(game:HttpGet(('https://pastebin.com/raw/BzK18767'),true))()
  792.     end)
  793.  
  794. TextButton_32.Parent = FormsFrame
  795. TextButton_32.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  796. TextButton_32.BorderSizePixel = 0
  797. TextButton_32.Position = UDim2.new(0.0496183224, 0, 0.782142818, 0)
  798. TextButton_32.Size = UDim2.new(0, 236, 0, 20)
  799. TextButton_32.Text = "Sin Unleashed"
  800. TextButton_32.Font = Enum.Font.SourceSansLight
  801. TextButton_32.TextColor3 = Color3.new(1, 1, 1)
  802. TextButton_32.TextSize = 14
  803. TextButton_32.MouseButton1Down:connect(function()
  804.     loadstring(game:HttpGet(('https://pastebin.com/raw/DKemwgAA'),true))()
  805.     end)
  806.  
  807. TextButton_33.Parent = FormsFrame
  808. TextButton_33.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  809. TextButton_33.BorderSizePixel = 0
  810. TextButton_33.Position = UDim2.new(0.0496183224, 0, 0.853571415, 0)
  811. TextButton_33.Size = UDim2.new(0, 236, 0, 20)
  812. TextButton_33.Text = "Waifu"
  813. TextButton_33.Font = Enum.Font.SourceSansLight
  814. TextButton_33.TextColor3 = Color3.new(1, 1, 1)
  815. TextButton_33.TextSize = 14
  816. TextButton_33.MouseButton1Down:connect(function()
  817.     loadstring(game:HttpGet(('https://pastebin.com/raw/U6PM6NJk'),true))()
  818.     end)
  819.  
  820. GUIsFrame.Name = "GUIsFrame"
  821. GUIsFrame.Parent = MainFrame
  822. GUIsFrame.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  823. GUIsFrame.BackgroundTransparency = 0.60000002384186
  824. GUIsFrame.BorderSizePixel = 0
  825. GUIsFrame.Position = UDim2.new(0.0450236984, 0, 0.158501446, 0)
  826. GUIsFrame.Size = UDim2.new(0, 262, 0, 277)
  827. GUIsFrame.Visible = false
  828.  
  829. GUIsTitle.Name = "GUIsTitle"
  830. GUIsTitle.Parent = GUIsFrame
  831. GUIsTitle.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  832. GUIsTitle.BorderSizePixel = 0
  833. GUIsTitle.Size = UDim2.new(0, 262, 0, 30)
  834. GUIsTitle.Font = Enum.Font.SourceSansLight
  835. GUIsTitle.Text = "GUIs:"
  836. GUIsTitle.TextColor3 = Color3.new(1, 1, 1)
  837. GUIsTitle.TextScaled = true
  838. GUIsTitle.TextSize = 14
  839. GUIsTitle.TextWrapped = true
  840.  
  841. TextButton_34.Parent = GUIsFrame
  842. TextButton_34.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  843. TextButton_34.BorderSizePixel = 0
  844. TextButton_34.Position = UDim2.new(0.0496183224, 0, 0.139285713, 0)
  845. TextButton_34.Size = UDim2.new(0, 236, 0, 20)
  846. TextButton_34.Text = "Your Mom Gui 2.0"
  847. TextButton_34.Font = Enum.Font.SourceSansLight
  848. TextButton_34.TextColor3 = Color3.new(1, 1, 1)
  849. TextButton_34.TextSize = 14
  850. TextButton_34.MouseButton1Down:connect(function()
  851.     loadstring(game:GetObjects('rbxassetid://337743103')[1].Source)()
  852.     end)
  853.  
  854. TextButton_35.Parent = GUIsFrame
  855. TextButton_35.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  856. TextButton_35.BorderSizePixel = 0
  857. TextButton_35.Position = UDim2.new(0.0496183224, 0, 0.210714281, 0)
  858. TextButton_35.Size = UDim2.new(0, 236, 0, 20)
  859. TextButton_35.Text = "Lubtastic's GUI"
  860. TextButton_35.Font = Enum.Font.SourceSansLight
  861. TextButton_35.TextColor3 = Color3.new(1, 1, 1)
  862. TextButton_35.TextSize = 14
  863. TextButton_35.MouseButton1Down:connect(function()
  864.     loadstring(game:GetObjects("rbxassetid://291193206")[1].Source)("Red")
  865.     end)
  866.  
  867. TextButton_36.Parent = GUIsFrame
  868. TextButton_36.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  869. TextButton_36.BorderSizePixel = 0
  870. TextButton_36.Position = UDim2.new(0.0496183224, 0, 0.282142878, 0)
  871. TextButton_36.Size = UDim2.new(0, 236, 0, 20)
  872. TextButton_36.Text = "Ro-Xploit V6"
  873. TextButton_36.Font = Enum.Font.SourceSansLight
  874. TextButton_36.TextColor3 = Color3.new(1, 1, 1)
  875. TextButton_36.TextSize = 14
  876. TextButton_36.MouseButton1Down:connect(function()
  877.     loadstring(game:GetObjects("rbxassetid://364364477")[1].Source)()
  878.     end)
  879.  
  880.  
  881. TextButton_37.Parent = GUIsFrame
  882. TextButton_37.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  883. TextButton_37.BorderSizePixel = 0
  884. TextButton_37.Position = UDim2.new(0.0496183224, 0, 0.353571415, 0)
  885. TextButton_37.Size = UDim2.new(0, 236, 0, 20)
  886. TextButton_37.Text = "Rose Hub (BEST HUB)"
  887. TextButton_37.Font = Enum.Font.SourceSansLight
  888. TextButton_37.TextColor3 = Color3.new(1, 1, 1)
  889. TextButton_37.TextSize = 14
  890. TextButton_37.MouseButton1Down:connect(function()
  891.     loadstring(game:HttpGet(('https://pastebin.com/raw/F0Gr8XuL'),true))()
  892.     end)
  893.  
  894. TextButton_38.Parent = GUIsFrame
  895. TextButton_38.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  896. TextButton_38.BorderSizePixel = 0
  897. TextButton_38.Position = UDim2.new(0.0496183224, 0, 0.425000012, 0)
  898. TextButton_38.Size = UDim2.new(0, 236, 0, 20)
  899. TextButton_38.Text = "CoolKid GUI"
  900. TextButton_38.Font = Enum.Font.SourceSansLight
  901. TextButton_38.TextColor3 = Color3.new(1, 1, 1)
  902. TextButton_38.TextSize = 14
  903. TextButton_38.MouseButton1Down:connect(function()
  904.     loadstring(game:GetObjects("rbxassetid://166327202")[1].Source)()
  905.     end)
  906.  
  907. TextButton_39.Parent = GUIsFrame
  908. TextButton_39.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  909. TextButton_39.BorderSizePixel = 0
  910. TextButton_39.Position = UDim2.new(0.0496183224, 0, 0.496428579, 0)
  911. TextButton_39.Size = UDim2.new(0, 236, 0, 20)
  912. TextButton_39.Text = "Ro-Xploit V5"
  913. TextButton_39.Font = Enum.Font.SourceSansLight
  914. TextButton_39.TextColor3 = Color3.new(1, 1, 1)
  915. TextButton_39.TextSize = 14
  916. TextButton_39.MouseButton1Down:connect(function()
  917.     loadstring(game:GetObjects("rbxassetid://288646117")[1].Source)()
  918.     end)
  919.  
  920. TextButton_40.Parent = GUIsFrame
  921. TextButton_40.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  922. TextButton_40.BorderSizePixel = 0
  923. TextButton_40.Position = UDim2.new(0.0496183224, 0, 0.567857146, 0)
  924. TextButton_40.Size = UDim2.new(0, 236, 0, 20)
  925. TextButton_40.Text = "FilterMyAss"
  926. TextButton_40.Font = Enum.Font.SourceSansLight
  927. TextButton_40.TextColor3 = Color3.new(1, 1, 1)
  928. TextButton_40.TextSize = 14
  929. TextButton_40.MouseButton1Down:connect(function()
  930.      loadstring(game:GetObjects('rbxassetid://345683080')[1].Source)()
  931. end)
  932.  
  933. TextButton_41.Parent = GUIsFrame
  934. TextButton_41.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  935. TextButton_41.BorderSizePixel = 0
  936. TextButton_41.Position = UDim2.new(0.0496183224, 0, 0.639285684, 0)
  937. TextButton_41.Size = UDim2.new(0, 236, 0, 20)
  938. TextButton_41.Text = "BlueGuii"
  939. TextButton_41.Font = Enum.Font.SourceSansLight
  940. TextButton_41.TextColor3 = Color3.new(1, 1, 1)
  941. TextButton_41.TextSize = 14
  942. TextButton_41.MouseButton1Down:connect(function()
  943.     game:GetObjects("rbxassetid://144697831")[1].Parent = game.Players.LocalPlayer.PlayerGui
  944. end)
  945.  
  946. TextButton_42.Parent = GUIsFrame
  947. TextButton_42.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  948. TextButton_42.BorderSizePixel = 0
  949. TextButton_42.Position = UDim2.new(0.0496183224, 0, 0.71071434, 0)
  950. TextButton_42.Size = UDim2.new(0, 236, 0, 20)
  951. TextButton_42.Text = "OPFinality"
  952. TextButton_42.Font = Enum.Font.SourceSansLight
  953. TextButton_42.TextColor3 = Color3.new(1, 1, 1)
  954. TextButton_42.TextSize = 14
  955. TextButton_42.MouseButton1Down:connect(function()
  956.     loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  957. end)
  958.  
  959. TextButton_43.Parent = GUIsFrame
  960. TextButton_43.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  961. TextButton_43.BorderSizePixel = 0
  962. TextButton_43.Position = UDim2.new(0.0496183224, 0, 0.782142818, 0)
  963. TextButton_43.Size = UDim2.new(0, 236, 0, 20)
  964. TextButton_43.Text = "Verspin FE GUI"
  965. TextButton_43.Font = Enum.Font.SourceSansLight
  966. TextButton_43.TextColor3 = Color3.new(1, 1, 1)
  967. TextButton_43.TextSize = 14
  968. TextButton_43.MouseButton1Down:connect(function()
  969.     loadstring(game:GetObjects("rbxassetid://1231351616")[1].Source)()
  970. end)
  971.  
  972. TextButton_44.Parent = GUIsFrame
  973. TextButton_44.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  974. TextButton_44.BorderSizePixel = 0
  975. TextButton_44.Position = UDim2.new(0.0496183224, 0, 0.853571415, 0)
  976. TextButton_44.Size = UDim2.new(0, 236, 0, 20)
  977. TextButton_44.Text = "Fuck hilton hotel GUI????"
  978. TextButton_44.Font = Enum.Font.SourceSansLight
  979. TextButton_44.TextColor3 = Color3.new(1, 1, 1)
  980. TextButton_44.TextSize = 14
  981. TextButton_44.MouseButton1Down:connect(function()
  982.     loadstring(game:GetObjects("rbxassetid://1052365161")[1].Source)()
  983. end)
  984.  
  985. MusicFrame.Name = "MusicFrame"
  986. MusicFrame.Parent = MainFrame
  987. MusicFrame.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  988. MusicFrame.BackgroundTransparency = 0.60000002384186
  989. MusicFrame.BorderSizePixel = 0
  990. MusicFrame.Position = UDim2.new(0.0450236984, 0, 0.158501446, 0)
  991. MusicFrame.Size = UDim2.new(0, 262, 0, 277)
  992. MusicFrame.Visible = false
  993.  
  994. MusicTitle.Name = "MusicTitle"
  995. MusicTitle.Parent = MusicFrame
  996. MusicTitle.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  997. MusicTitle.BorderSizePixel = 0
  998. MusicTitle.Size = UDim2.new(0, 262, 0, 30)
  999. MusicTitle.Font = Enum.Font.SourceSansLight
  1000. MusicTitle.Text = "Music:"
  1001. MusicTitle.TextColor3 = Color3.new(1, 1, 1)
  1002. MusicTitle.TextScaled = true
  1003. MusicTitle.TextSize = 14
  1004. MusicTitle.TextWrapped = true
  1005.  
  1006. TextButton_45.Parent = MusicFrame
  1007. TextButton_45.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1008. TextButton_45.BorderSizePixel = 0
  1009. TextButton_45.Position = UDim2.new(0.0496183224, 0, 0.139285713, 0)
  1010. TextButton_45.Size = UDim2.new(0, 236, 0, 20)
  1011. TextButton_45.Text = "Space for Suggestion"
  1012. TextButton_45.Font = Enum.Font.SourceSansLight
  1013. TextButton_45.TextColor3 = Color3.new(1, 1, 1)
  1014. TextButton_45.TextSize = 14
  1015.  
  1016. TextButton_46.Parent = MusicFrame
  1017. TextButton_46.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1018. TextButton_46.BorderSizePixel = 0
  1019. TextButton_46.Position = UDim2.new(0.0496183224, 0, 0.210714281, 0)
  1020. TextButton_46.Size = UDim2.new(0, 236, 0, 20)
  1021. TextButton_46.Font = Enum.Font.SourceSansLight
  1022. TextButton_46.Text = "APRIL FOOLS CLICK ME"
  1023. TextButton_46.TextColor3 = Color3.new(1, 1, 1)
  1024. TextButton_46.TextSize = 14
  1025. TextButton_46.MouseButton1Down:connect(function()
  1026.     game.Insance.new("Explosion",game.LocalPlayer)
  1027. end)
  1028.  
  1029. TextButton_47.Parent = MusicFrame
  1030. TextButton_47.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1031. TextButton_47.BorderSizePixel = 0
  1032. TextButton_47.Position = UDim2.new(0.0496183224, 0, 0.282142878, 0)
  1033. TextButton_47.Size = UDim2.new(0, 236, 0, 20)
  1034. TextButton_47.Text = "Drawing Visualizer"
  1035. TextButton_47.Font = Enum.Font.SourceSansLight
  1036. TextButton_47.TextColor3 = Color3.new(1, 1, 1)
  1037. TextButton_47.TextSize = 14
  1038. TextButton_47.MouseButton1Down:connect(function()
  1039.     loadstring(game:HttpGet(('https://pastebin.com/raw/3KR52Xjd'),true))()
  1040.     end)
  1041.  
  1042. TextButton_48.Parent = MusicFrame
  1043. TextButton_48.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1044. TextButton_48.BorderSizePixel = 0
  1045. TextButton_48.Position = UDim2.new(0.0496183224, 0, 0.353571415, 0)
  1046. TextButton_48.Size = UDim2.new(0, 236, 0, 20)
  1047. TextButton_48.Text = "Music Pulsing Visualizer"
  1048. TextButton_48.Font = Enum.Font.SourceSansLight
  1049. TextButton_48.TextColor3 = Color3.new(1, 1, 1)
  1050. TextButton_48.TextSize = 14
  1051. TextButton_48.MouseButton1Down:connect(function()
  1052.     loadstring(game:HttpGet(('https://pastebin.com/raw/UnYSNbCN'),true))()
  1053.     end)
  1054.  
  1055. TextButton_49.Parent = MusicFrame
  1056. TextButton_49.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1057. TextButton_49.BorderSizePixel = 0
  1058. TextButton_49.Position = UDim2.new(0.0496183224, 0, 0.425000012, 0)
  1059. TextButton_49.Size = UDim2.new(0, 236, 0, 20)
  1060. TextButton_49.Text = "Circle Visualizer"
  1061. TextButton_49.Font = Enum.Font.SourceSansLight
  1062. TextButton_49.TextColor3 = Color3.new(1, 1, 1)
  1063. TextButton_49.TextSize = 14
  1064. TextButton_49.MouseButton1Down:connect(function()
  1065.     loadstring(game:HttpGet(('https://pastebin.com/raw/3rqMm2qX'),true))()
  1066.     end)
  1067.  
  1068. TextButton_50.Parent = MusicFrame
  1069. TextButton_50.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1070. TextButton_50.BorderSizePixel = 0
  1071. TextButton_50.Position = UDim2.new(0.0496183224, 0, 0.496428579, 0)
  1072. TextButton_50.Size = UDim2.new(0, 236, 0, 20)
  1073. TextButton_50.Text = "Music GUI"
  1074. TextButton_50.Font = Enum.Font.SourceSansLight
  1075. TextButton_50.TextColor3 = Color3.new(1, 1, 1)
  1076. TextButton_50.TextSize = 14
  1077. TextButton_50.MouseButton1Down:connect(function()
  1078.     game:GetObjects("rbxassetid://01185900351")[1].Parent = game.Players.LocalPlayer.PlayerGui
  1079.     end)
  1080.  
  1081. TextButton_51.Parent = MusicFrame
  1082. TextButton_51.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1083. TextButton_51.BorderSizePixel = 0
  1084. TextButton_51.Position = UDim2.new(0.0496183224, 0, 0.567857146, 0)
  1085. TextButton_51.Size = UDim2.new(0, 236, 0, 20)
  1086. TextButton_51.Text = "Music Gui again"
  1087. TextButton_51.Font = Enum.Font.SourceSansLight
  1088. TextButton_51.TextColor3 = Color3.new(1, 1, 1)
  1089. TextButton_51.TextSize = 14
  1090. TextButton_51.MouseButton1Down:connect(function()
  1091.     loadstring(game:GetObjects("rbxassetid://942316641")[1].Source)()
  1092.     end)
  1093.  
  1094. TextButton_52.Parent = MusicFrame
  1095. TextButton_52.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1096. TextButton_52.BorderSizePixel = 0
  1097. TextButton_52.Position = UDim2.new(0.0496183224, 0, 0.639285684, 0)
  1098. TextButton_52.Size = UDim2.new(0, 236, 0, 20)
  1099. TextButton_52.Text = "DJ Table"
  1100. TextButton_52.Font = Enum.Font.SourceSansLight
  1101. TextButton_52.TextColor3 = Color3.new(1, 1, 1)
  1102. TextButton_52.TextSize = 14
  1103. TextButton_52.MouseButton1Down:connect(function()
  1104.     loadstring(game:HttpGet(('http://pastebin.com/raw/KaffJuRJ'),true))()
  1105.     end)
  1106.  
  1107. TextButton_53.Parent = MusicFrame
  1108. TextButton_53.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1109. TextButton_53.BorderSizePixel = 0
  1110. TextButton_53.Position = UDim2.new(0.0496183224, 0, 0.71071434, 0)
  1111. TextButton_53.Size = UDim2.new(0, 236, 0, 20)
  1112. TextButton_53.Text = "Gramaphone Music Player"
  1113. TextButton_53.Font = Enum.Font.SourceSansLight
  1114. TextButton_53.TextColor3 = Color3.new(1, 1, 1)
  1115. TextButton_53.TextSize = 14
  1116. TextButton_53.MouseButton1Down:connect(function()
  1117.      loadstring(game:HttpGet(('http://pastebin.com/raw/B89HjM3u'),true))()
  1118.     end)
  1119.  
  1120. TextButton_54.Parent = MusicFrame
  1121. TextButton_54.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1122. TextButton_54.BorderSizePixel = 0
  1123. TextButton_54.Position = UDim2.new(0.0496183224, 0, 0.782142818, 0)
  1124. TextButton_54.Size = UDim2.new(0, 236, 0, 20)
  1125. TextButton_54.Text = "BackPack Music BoomBox"
  1126. TextButton_54.Font = Enum.Font.SourceSansLight
  1127. TextButton_54.TextColor3 = Color3.new(1, 1, 1)
  1128. TextButton_54.TextSize = 14
  1129. TextButton_54.MouseButton1Down:connect(function()
  1130.     loadstring(game:HttpGet(('http://pastebin.com/raw/wQYf2zsq'),true))()
  1131.     end)
  1132.  
  1133. TextButton_55.Parent = MusicFrame
  1134. TextButton_55.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1135. TextButton_55.BorderSizePixel = 0
  1136. TextButton_55.Position = UDim2.new(0.0496183224, 0, 0.853571415, 0)
  1137. TextButton_55.Size = UDim2.new(0, 236, 0, 20)
  1138. TextButton_55.Text = "Tail Visualiser"
  1139. TextButton_55.Font = Enum.Font.SourceSansLight
  1140. TextButton_55.TextColor3 = Color3.new(1, 1, 1)
  1141. TextButton_55.TextSize = 14
  1142. TextButton_55.MouseButton1Down:connect(function()
  1143.     loadstring(game:HttpGet(('http://pastebin.com/raw/Xigb3Kc7'),true))()
  1144.     end)
  1145.  
  1146. MiscFrame.Name = "MiscFrame"
  1147. MiscFrame.Parent = MainFrame
  1148. MiscFrame.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1149. MiscFrame.BackgroundTransparency = 0.60000002384186
  1150. MiscFrame.BorderSizePixel = 0
  1151. MiscFrame.Position = UDim2.new(0.0450236984, 0, 0.158501446, 0)
  1152. MiscFrame.Size = UDim2.new(0, 262, 0, 277)
  1153. MiscFrame.Visible = false
  1154.  
  1155. MiscTitle.Name = "MiscTitle"
  1156. MiscTitle.Parent = MiscFrame
  1157. MiscTitle.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1158. MiscTitle.BorderSizePixel = 0
  1159. MiscTitle.Size = UDim2.new(0, 262, 0, 30)
  1160. MiscTitle.Font = Enum.Font.SourceSansLight
  1161. MiscTitle.Text = "Misc:"
  1162. MiscTitle.TextColor3 = Color3.new(1, 1, 1)
  1163. MiscTitle.TextScaled = true
  1164. MiscTitle.TextSize = 14
  1165. MiscTitle.TextWrapped = true
  1166.  
  1167. TextButton_56.Parent = MiscFrame
  1168. TextButton_56.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1169. TextButton_56.BorderSizePixel = 0
  1170. TextButton_56.Position = UDim2.new(0.0496183224, 0, 0.139285713, 0)
  1171. TextButton_56.Size = UDim2.new(0, 236, 0, 20)
  1172. TextButton_56.Text = "Flamethrower"
  1173. TextButton_56.Font = Enum.Font.SourceSansLight
  1174. TextButton_56.TextColor3 = Color3.new(1, 1, 1)
  1175. TextButton_56.TextSize = 14
  1176. TextButton_56.MouseButton1Down:connect(function()
  1177.     loadstring(game:HttpGet(('https://pastebin.com/raw/Cvf9zdMW'),true))()
  1178.     end)
  1179.  
  1180. TextButton_57.Parent = MiscFrame
  1181. TextButton_57.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1182. TextButton_57.BorderSizePixel = 0
  1183. TextButton_57.Position = UDim2.new(0.0496183224, 0, 0.210714281, 0)
  1184. TextButton_57.Size = UDim2.new(0, 236, 0, 20)
  1185. TextButton_57.Text = "OP Shadow Blade"
  1186. TextButton_57.Font = Enum.Font.SourceSansLight
  1187. TextButton_57.TextColor3 = Color3.new(1, 1, 1)
  1188. TextButton_57.TextSize = 14
  1189. TextButton_57.MouseButton1Down:connect(function()
  1190.     loadstring(game:HttpGet(('https://pastebin.com/raw/QEr63BN0'),true))()
  1191.     end)
  1192.  
  1193. TextButton_58.Parent = MiscFrame
  1194. TextButton_58.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1195. TextButton_58.BorderSizePixel = 0
  1196. TextButton_58.Position = UDim2.new(0.0496183224, 0, 0.282142878, 0)
  1197. TextButton_58.Size = UDim2.new(0, 236, 0, 20)
  1198. TextButton_58.Text = "Mustard Gas"
  1199. TextButton_58.Font = Enum.Font.SourceSansLight
  1200. TextButton_58.TextColor3 = Color3.new(1, 1, 1)
  1201. TextButton_58.TextSize = 14
  1202. TextButton_58.MouseButton1Down:connect(function()
  1203.     loadstring(game:HttpGet(('https://pastebin.com/raw/XDg9ga12'),true))()
  1204.     end)
  1205.  
  1206. TextButton_59.Parent = MiscFrame
  1207. TextButton_59.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1208. TextButton_59.BorderSizePixel = 0
  1209. TextButton_59.Position = UDim2.new(0.0496183224, 0, 0.353571415, 0)
  1210. TextButton_59.Size = UDim2.new(0, 236, 0, 20)
  1211. TextButton_59.Text = "MG36"
  1212. TextButton_59.Font = Enum.Font.SourceSansLight
  1213. TextButton_59.TextColor3 = Color3.new(1, 1, 1)
  1214. TextButton_59.TextSize = 14
  1215. TextButton_59.MouseButton1Down:connect(function()
  1216.     loadstring(game:HttpGet(('https://pastebin.com/raw/c9LYDY07'),true))()
  1217.     end)
  1218.  
  1219. TextButton_60.Parent = MiscFrame
  1220. TextButton_60.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1221. TextButton_60.BorderSizePixel = 0
  1222. TextButton_60.Position = UDim2.new(0.0496183224, 0, 0.425000012, 0)
  1223. TextButton_60.Size = UDim2.new(0, 236, 0, 20)
  1224. TextButton_60.Text = "M249"
  1225. TextButton_60.Font = Enum.Font.SourceSansLight
  1226. TextButton_60.TextColor3 = Color3.new(1, 1, 1)
  1227. TextButton_60.TextSize = 14
  1228. TextButton_60.MouseButton1Down:connect(function()
  1229.     loadstring(game:HttpGet(('https://pastebin.com/raw/jMJryaet'),true))()
  1230.     end)
  1231.  
  1232. TextButton_61.Parent = MiscFrame
  1233. TextButton_61.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1234. TextButton_61.BorderSizePixel = 0
  1235. TextButton_61.Position = UDim2.new(0.0496183224, 0, 0.496428579, 0)
  1236. TextButton_61.Size = UDim2.new(0, 236, 0, 20)
  1237. TextButton_61.Text = "Bye Bye"
  1238. TextButton_61.Font = Enum.Font.SourceSansLight
  1239. TextButton_61.TextColor3 = Color3.new(1, 1, 1)
  1240. TextButton_61.TextSize = 14
  1241. TextButton_61.MouseButton1Down:connect(function()
  1242.     loadstring(game:HttpGet(('https://pastebin.com/raw/LJyXXhMK'),true))()
  1243.     end)
  1244.  
  1245. TextButton_62.Parent = MiscFrame
  1246. TextButton_62.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1247. TextButton_62.BorderSizePixel = 0
  1248. TextButton_62.Position = UDim2.new(0.0496183224, 0, 0.567857146, 0)
  1249. TextButton_62.Size = UDim2.new(0, 236, 0, 20)
  1250. TextButton_62.Text = "Voodoo Child"
  1251. TextButton_62.Font = Enum.Font.SourceSansLight
  1252. TextButton_62.TextColor3 = Color3.new(1, 1, 1)
  1253. TextButton_62.TextSize = 14
  1254. TextButton_62.MouseButton1Down:connect(function()
  1255.     loadstring(game:HttpGet(('https://pastebin.com/raw/arfUYzqC'),true))()
  1256.     end)
  1257.  
  1258. TextButton_63.Parent = MiscFrame
  1259. TextButton_63.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1260. TextButton_63.BorderSizePixel = 0
  1261. TextButton_63.Position = UDim2.new(0.0496183224, 0, 0.639285684, 0)
  1262. TextButton_63.Size = UDim2.new(0, 236, 0, 20)
  1263. TextButton_63.Text = "More Coming Soon / Suggestions"
  1264. TextButton_63.Font = Enum.Font.SourceSansLight
  1265. TextButton_63.TextColor3 = Color3.new(1, 1, 1)
  1266. TextButton_63.TextSize = 14
  1267.  
  1268. TextButton_64.Parent = MiscFrame
  1269. TextButton_64.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1270. TextButton_64.BorderSizePixel = 0
  1271. TextButton_64.Position = UDim2.new(0.0496183224, 0, 0.71071434, 0)
  1272. TextButton_64.Size = UDim2.new(0, 236, 0, 20)
  1273. TextButton_64.Text = "More Coming Soon / Suggestions"
  1274. TextButton_64.Font = Enum.Font.SourceSansLight
  1275. TextButton_64.TextColor3 = Color3.new(1, 1, 1)
  1276. TextButton_64.TextSize = 14
  1277.  
  1278. TextButton_65.Parent = MiscFrame
  1279. TextButton_65.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1280. TextButton_65.BorderSizePixel = 0
  1281. TextButton_65.Position = UDim2.new(0.0496183224, 0, 0.782142818, 0)
  1282. TextButton_65.Size = UDim2.new(0, 236, 0, 20)
  1283. TextButton_65.Text = "More Coming Soon / Suggestions"
  1284. TextButton_65.Font = Enum.Font.SourceSansLight
  1285. TextButton_65.TextColor3 = Color3.new(1, 1, 1)
  1286. TextButton_65.TextSize = 14
  1287.  
  1288. TextButton_66.Parent = MiscFrame
  1289. TextButton_66.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1290. TextButton_66.BorderSizePixel = 0
  1291. TextButton_66.Position = UDim2.new(0.0496183224, 0, 0.853571415, 0)
  1292. TextButton_66.Size = UDim2.new(0, 236, 0, 20)
  1293. TextButton_66.Text = "More Coming Soon / Suggestions"
  1294. TextButton_66.Font = Enum.Font.SourceSansLight
  1295. TextButton_66.TextColor3 = Color3.new(1, 1, 1)
  1296. TextButton_66.TextSize = 14
  1297.  
  1298. MapsFrame.Name = "MapsFrame"
  1299. MapsFrame.Parent = MainFrame
  1300. MapsFrame.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1301. MapsFrame.BackgroundTransparency = 0.60000002384186
  1302. MapsFrame.BorderSizePixel = 0
  1303. MapsFrame.Position = UDim2.new(0.0450236984, 0, 0.158501446, 0)
  1304. MapsFrame.Size = UDim2.new(0, 262, 0, 277)
  1305. MapsFrame.Visible = false
  1306.  
  1307. MapsTitle.Name = "MapsTitle"
  1308. MapsTitle.Parent = MapsFrame
  1309. MapsTitle.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1310. MapsTitle.BorderSizePixel = 0
  1311. MapsTitle.Size = UDim2.new(0, 262, 0, 30)
  1312. MapsTitle.Font = Enum.Font.SourceSansLight
  1313. MapsTitle.Text = "Maps:"
  1314. MapsTitle.TextColor3 = Color3.new(1, 1, 1)
  1315. MapsTitle.TextScaled = true
  1316. MapsTitle.TextSize = 14
  1317. MapsTitle.TextWrapped = true
  1318.  
  1319. TextButton_67.Parent = MapsFrame
  1320. TextButton_67.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1321. TextButton_67.BorderSizePixel = 0
  1322. TextButton_67.Position = UDim2.new(0.0496183224, 0, 0.139285713, 0)
  1323. TextButton_67.Size = UDim2.new(0, 236, 0, 20)
  1324. TextButton_67.Text = "Clockwork Arena"
  1325. TextButton_67.Font = Enum.Font.SourceSansLight
  1326. TextButton_67.TextColor3 = Color3.new(1, 1, 1)
  1327. TextButton_67.TextSize = 14
  1328. TextButton_67.MouseButton1Down:connect(function()
  1329.     loadstring(game:HttpGet(('https://pastebin.com/raw/NNp1NJKT'),true))()
  1330.     end)
  1331.  
  1332. TextButton_68.Parent = MapsFrame
  1333. TextButton_68.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1334. TextButton_68.BorderSizePixel = 0
  1335. TextButton_68.Position = UDim2.new(0.0496183224, 0, 0.210714281, 0)
  1336. TextButton_68.Size = UDim2.new(0, 236, 0, 20)
  1337. TextButton_68.Text = "N3xul Club"
  1338. TextButton_68.Font = Enum.Font.SourceSansLight
  1339. TextButton_68.TextColor3 = Color3.new(1, 1, 1)
  1340. TextButton_68.TextSize = 14
  1341. TextButton_68.MouseButton1Down:connect(function()
  1342.     loadstring(game:HttpGet(('http://pastebin.com/raw/XG8daY2D'),true))()
  1343. end)
  1344.  
  1345. TextButton_69.Parent = MapsFrame
  1346. TextButton_69.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1347. TextButton_69.BorderSizePixel = 0
  1348. TextButton_69.Position = UDim2.new(0.0496183224, 0, 0.282142878, 0)
  1349. TextButton_69.Size = UDim2.new(0, 236, 0, 20)
  1350. TextButton_69.Text = "More soon to come/ Suggestions vv"
  1351. TextButton_69.Font = Enum.Font.SourceSansLight
  1352. TextButton_69.TextColor3 = Color3.new(1, 1, 1)
  1353. TextButton_69.TextSize = 14
  1354.  
  1355. TextButton_70.Parent = MapsFrame
  1356. TextButton_70.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1357. TextButton_70.BorderSizePixel = 0
  1358. TextButton_70.Position = UDim2.new(0.0496183224, 0, 0.353571415, 0)
  1359. TextButton_70.Size = UDim2.new(0, 236, 0, 20)
  1360. TextButton_70.Font = Enum.Font.SourceSansLight
  1361. TextButton_70.TextColor3 = Color3.new(1, 1, 1)
  1362. TextButton_70.TextSize = 14
  1363.  
  1364. TextButton_71.Parent = MapsFrame
  1365. TextButton_71.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1366. TextButton_71.BorderSizePixel = 0
  1367. TextButton_71.Position = UDim2.new(0.0496183224, 0, 0.425000012, 0)
  1368. TextButton_71.Size = UDim2.new(0, 236, 0, 20)
  1369. TextButton_71.Font = Enum.Font.SourceSansLight
  1370. TextButton_71.TextColor3 = Color3.new(1, 1, 1)
  1371. TextButton_71.TextSize = 14
  1372.  
  1373. TextButton_72.Parent = MapsFrame
  1374. TextButton_72.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1375. TextButton_72.BorderSizePixel = 0
  1376. TextButton_72.Position = UDim2.new(0.0496183224, 0, 0.496428579, 0)
  1377. TextButton_72.Size = UDim2.new(0, 236, 0, 20)
  1378. TextButton_72.Font = Enum.Font.SourceSansLight
  1379. TextButton_72.TextColor3 = Color3.new(1, 1, 1)
  1380. TextButton_72.TextSize = 14
  1381.  
  1382. TextButton_73.Parent = MapsFrame
  1383. TextButton_73.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1384. TextButton_73.BorderSizePixel = 0
  1385. TextButton_73.Position = UDim2.new(0.0496183224, 0, 0.567857146, 0)
  1386. TextButton_73.Size = UDim2.new(0, 236, 0, 20)
  1387. TextButton_73.Font = Enum.Font.SourceSansLight
  1388. TextButton_73.TextColor3 = Color3.new(1, 1, 1)
  1389. TextButton_73.TextSize = 14
  1390.  
  1391. TextButton_74.Parent = MapsFrame
  1392. TextButton_74.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1393. TextButton_74.BorderSizePixel = 0
  1394. TextButton_74.Position = UDim2.new(0.0496183224, 0, 0.639285684, 0)
  1395. TextButton_74.Size = UDim2.new(0, 236, 0, 20)
  1396. TextButton_74.Font = Enum.Font.SourceSansLight
  1397. TextButton_74.TextColor3 = Color3.new(1, 1, 1)
  1398. TextButton_74.TextSize = 14
  1399.  
  1400. TextButton_75.Parent = MapsFrame
  1401. TextButton_75.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1402. TextButton_75.BorderSizePixel = 0
  1403. TextButton_75.Position = UDim2.new(0.0496183224, 0, 0.71071434, 0)
  1404. TextButton_75.Size = UDim2.new(0, 236, 0, 20)
  1405. TextButton_75.Font = Enum.Font.SourceSansLight
  1406. TextButton_75.TextColor3 = Color3.new(1, 1, 1)
  1407. TextButton_75.TextSize = 14
  1408.  
  1409. TextButton_76.Parent = MapsFrame
  1410. TextButton_76.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1411. TextButton_76.BorderSizePixel = 0
  1412. TextButton_76.Position = UDim2.new(0.0496183224, 0, 0.782142818, 0)
  1413. TextButton_76.Size = UDim2.new(0, 236, 0, 20)
  1414. TextButton_76.Font = Enum.Font.SourceSansLight
  1415. TextButton_76.TextColor3 = Color3.new(1, 1, 1)
  1416. TextButton_76.TextSize = 14
  1417.  
  1418. TextButton_77.Parent = MapsFrame
  1419. TextButton_77.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1420. TextButton_77.BorderSizePixel = 0
  1421. TextButton_77.Position = UDim2.new(0.0496183224, 0, 0.853571415, 0)
  1422. TextButton_77.Size = UDim2.new(0, 236, 0, 20)
  1423. TextButton_77.Font = Enum.Font.SourceSansLight
  1424. TextButton_77.TextColor3 = Color3.new(1, 1, 1)
  1425. TextButton_77.TextSize = 14
  1426.  
  1427. CreditsFrame.Name = "CreditsFrame"
  1428. CreditsFrame.Parent = MainFrame
  1429. CreditsFrame.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1430. CreditsFrame.BackgroundTransparency = 0.60000002384186
  1431. CreditsFrame.BorderSizePixel = 0
  1432. CreditsFrame.Position = UDim2.new(0.0450236984, 0, 0.158501446, 0)
  1433. CreditsFrame.Size = UDim2.new(0, 262, 0, 277)
  1434.  
  1435. CreditsTitle.Name = "CreditsTitle"
  1436. CreditsTitle.Parent = CreditsFrame
  1437. CreditsTitle.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1438. CreditsTitle.BorderSizePixel = 0
  1439. CreditsTitle.Size = UDim2.new(0, 262, 0, 30)
  1440. CreditsTitle.Font = Enum.Font.SourceSansLight
  1441. CreditsTitle.Text = "Credits:"
  1442. CreditsTitle.TextColor3 = Color3.new(1, 1, 1)
  1443. CreditsTitle.TextScaled = true
  1444. CreditsTitle.TextSize = 14
  1445. CreditsTitle.TextWrapped = true
  1446.  
  1447. TextLabel.Parent = CreditsFrame
  1448. TextLabel.BackgroundColor3 = Color3.new(1, 0.592157, 0.6)
  1449. TextLabel.BorderSizePixel = 0
  1450. TextLabel.Position = UDim2.new(0.0515267178, 0, 0.189530686, 0)
  1451. TextLabel.Size = UDim2.new(0, 235, 0, 203)
  1452. TextLabel.Font = Enum.Font.SourceSansLight
  1453. TextLabel.Text = "Kxea#4295 - Making and scripting most of this gui.                                                                         yourmine#7550 - Being a good person / tips / Motivation :)                                              c0dy#6174 - Amazing frind and support                                                                        Tulip server - https://discord.gg/dw95maB "
  1454. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  1455. TextLabel.TextSize = 20
  1456. TextLabel.TextWrapped = true
  1457.  
  1458. ImageLabel.Parent = TextLabel
  1459. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1460. ImageLabel.BackgroundTransparency = 0.80000001192093
  1461. ImageLabel.BorderSizePixel = 0
  1462. ImageLabel.Position = UDim2.new(-0.0595744699, 0, -0.261083752, 0)
  1463. ImageLabel.Size = UDim2.new(0, 27, 0, 25)
  1464. ImageLabel.Image = "rbxassetid://1565834463"
  1465. ImageLabel.ScaleType = Enum.ScaleType.Slice
  1466.  
  1467. ImageLabel_2.Parent = TextLabel
  1468. ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1469. ImageLabel_2.BackgroundTransparency = 0.80000001192093
  1470. ImageLabel_2.BorderSizePixel = 0
  1471. ImageLabel_2.Position = UDim2.new(0.940425515, 0, -0.263546824, 0)
  1472. ImageLabel_2.Size = UDim2.new(0, 27, 0, 25)
  1473. ImageLabel_2.Image = "rbxassetid://1565834463"
  1474. ImageLabel_2.ScaleType = Enum.ScaleType.Slice
  1475.  
  1476. OpenFrame.Name = "OpenFrame"
  1477. OpenFrame.Parent = TulipGUI
  1478. OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  1479. OpenFrame.BorderSizePixel = 0
  1480. OpenFrame.Position = UDim2.new(0.0125698335, 0, 0.881355941, 0)
  1481. OpenFrame.Size = UDim2.new(0, 100, 0, 34)
  1482. OpenFrame.Visible = true
  1483.  
  1484. TextButton_78.Parent = OpenFrame
  1485. TextButton_78.BackgroundColor3 = Color3.new(1, 0.396078, 0.403922)
  1486. TextButton_78.BorderSizePixel = 0
  1487. TextButton_78.Size = UDim2.new(0, 100, 0, 34)
  1488. TextButton_78.Font = Enum.Font.SourceSansLight
  1489. TextButton_78.Text = "Open"
  1490. TextButton_78.TextColor3 = Color3.new(1, 1, 1)
  1491. TextButton_78.TextSize = 20
  1492. TextButton_78.Visible = true
  1493. TextButton_78.MouseButton1Down:connect(function()
  1494.     MainFrame.Visible = true
  1495.     FilteringFrame.Visible = true
  1496.     FilteringLabel.Visible = true
  1497.     end)
Add Comment
Please, Sign In to add comment