Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.63 KB | None | 0 0
  1. local Beast = Instance.new("ScreenGui")
  2. local OpenButton = Instance.new("TextButton")
  3. local MainFrame = Instance.new("Frame")
  4. local Frame = Instance.new("Frame")
  5. local ExitButton = Instance.new("TextButton")
  6. local TextLabel = Instance.new("TextLabel")
  7. local ItemBOX = Instance.new("Frame")
  8. local TextButton = Instance.new("TextButton")
  9. local TextButton_2 = Instance.new("TextButton")
  10. local TextButton_3 = Instance.new("TextButton")
  11. local TextButton_4 = Instance.new("TextButton")
  12. local Main_TAB = Instance.new("Frame")
  13. local TextButton_5 = Instance.new("TextButton")
  14. local TextButton_6 = Instance.new("TextButton")
  15. local TextButton_7 = Instance.new("TextButton")
  16. local TextButton_8 = Instance.new("TextButton")
  17. local TextBox = Instance.new("TextBox")
  18. local TextButton_9 = Instance.new("TextButton")
  19. local TextButton_10 = Instance.new("TextButton")
  20. local TextButton_11 = Instance.new("TextButton")
  21. local TextButton_12 = Instance.new("TextButton")
  22. local TextButton_13 = Instance.new("TextButton")
  23. local TextButton_14 = Instance.new("TextButton")
  24. local Wing2_TAB = Instance.new("Frame")
  25. local TextButton_15 = Instance.new("TextButton")
  26. local TextButton_16 = Instance.new("TextButton")
  27. local TextButton_17 = Instance.new("TextButton")
  28. local TextButton_18 = Instance.new("TextButton")
  29. local TextButton_19 = Instance.new("TextButton")
  30. local TextButton_20 = Instance.new("TextButton")
  31. local TextButton_21 = Instance.new("TextButton")
  32. local TextButton_22 = Instance.new("TextButton")
  33. local TextButton_23 = Instance.new("TextButton")
  34. local TextButton_24 = Instance.new("TextButton")
  35. local TextButton_25 = Instance.new("TextButton")
  36. local TextButton_26 = Instance.new("TextButton")
  37. local TextButton_27 = Instance.new("TextButton")
  38. local TextButton_28 = Instance.new("TextButton")
  39. local TextButton_29 = Instance.new("TextButton")
  40. local TextButton_30 = Instance.new("TextButton")
  41. local TextButton_31 = Instance.new("TextButton")
  42. local TextButton_32 = Instance.new("TextButton")
  43. local Wing3_TAB = Instance.new("Frame")
  44. local TextButton_33 = Instance.new("TextButton")
  45. local TextButton_34 = Instance.new("TextButton")
  46. local TextButton_35 = Instance.new("TextButton")
  47. local TextButton_36 = Instance.new("TextButton")
  48. local TextButton_37 = Instance.new("TextButton")
  49. local Wing1_TAB = Instance.new("Frame")
  50. local TextButton_38 = Instance.new("TextButton")
  51. local TextButton_39 = Instance.new("TextButton")
  52. local TextButton_40 = Instance.new("TextButton")
  53. local TextButton_41 = Instance.new("TextButton")
  54. local TextButton_42 = Instance.new("TextButton")
  55. local TextButton_43 = Instance.new("TextButton")
  56. local TextButton_44 = Instance.new("TextButton")
  57. local TextButton_45 = Instance.new("TextButton")
  58. local TextButton_46 = Instance.new("TextButton")
  59. local TextButton_47 = Instance.new("TextButton")
  60. local TextButton_48 = Instance.new("TextButton")
  61. local TextButton_49 = Instance.new("TextButton")
  62. local TextButton_50 = Instance.new("TextButton")
  63. local TextButton_51 = Instance.new("TextButton")
  64. local TextButton_52 = Instance.new("TextButton")
  65.  
  66. Beast.Name = "Beast"
  67. Beast.Parent = game.CoreGui
  68.  
  69. OpenButton.Name = "OpenButton"
  70. OpenButton.Parent = Beast
  71. OpenButton.BackgroundColor3 = Color3.new(0, 0, 0)
  72. OpenButton.Size = UDim2.new(0, 144, 0, 31)
  73. OpenButton.Visible = false
  74. OpenButton.Font = Enum.Font.Highway
  75. OpenButton.Text = "Open"
  76. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  77. OpenButton.TextScaled = true
  78. OpenButton.TextSize = 14
  79. OpenButton.TextWrapped = true
  80. OpenButton.MouseButton1Click:connect(function()
  81. MainFrame.Visible = true
  82. OpenButton.Visible = false
  83. end)
  84.  
  85. MainFrame.Name = "MainFrame"
  86. MainFrame.Parent = Beast
  87. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  88. MainFrame.Position = UDim2.new(0.217321575, 0, 0.176079735, 0)
  89. MainFrame.Size = UDim2.new(0, 590, 0, 337)
  90. MainFrame.Active = true;
  91. MainFrame.Draggable = true;
  92.  
  93. Frame.Parent = MainFrame
  94. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  95. Frame.BorderColor3 = Color3.new(0.431373, 1, 0.054902)
  96. Frame.BorderSizePixel = 0
  97. Frame.Position = UDim2.new(0.000372424722, 0, 0.00100554526, 0)
  98. Frame.Size = UDim2.new(0, 590, 0, 37)
  99.  
  100. ExitButton.Name = "ExitButton"
  101. ExitButton.Parent = Frame
  102. ExitButton.BackgroundColor3 = Color3.new(0, 0, 0)
  103. ExitButton.BorderSizePixel = 0
  104. ExitButton.Position = UDim2.new(0.932203412, 0, 0, 0)
  105. ExitButton.Size = UDim2.new(0, 40, 0, 37)
  106. ExitButton.Font = Enum.Font.SourceSans
  107. ExitButton.Text = "X"
  108. ExitButton.TextColor3 = Color3.new(1, 1, 1)
  109. ExitButton.TextScaled = true
  110. ExitButton.TextSize = 14
  111. ExitButton.TextWrapped = true
  112. ExitButton.MouseButton1Click:connect(function()
  113. MainFrame.Visible = false
  114. OpenButton.Visible = true
  115. end)
  116.  
  117. TextLabel.Parent = Frame
  118. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  119. TextLabel.BorderSizePixel = 0
  120. TextLabel.Size = UDim2.new(0, 550, 0, 37)
  121. TextLabel.Font = Enum.Font.Highway
  122. TextLabel.Text = "Beast's Gui | Deadzone Remade"
  123. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  124. TextLabel.TextScaled = true
  125. TextLabel.TextSize = 14
  126. TextLabel.TextWrapped = true
  127.  
  128. ItemBOX.Name = "ItemBOX"
  129. ItemBOX.Parent = MainFrame
  130. ItemBOX.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  131. ItemBOX.BorderColor3 = Color3.new(0.431373, 1, 0.054902)
  132. ItemBOX.BorderSizePixel = 0
  133. ItemBOX.Position = UDim2.new(0.000372454524, 0, 0.109945089, 0)
  134. ItemBOX.Size = UDim2.new(0, 179, 0, 300)
  135.  
  136. TextButton.Parent = ItemBOX
  137. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  138. TextButton.BorderSizePixel = 0
  139. TextButton.Position = UDim2.new(0.0446927361, 0, 0.189999998, 0)
  140. TextButton.Size = UDim2.new(0, 162, 0, 32)
  141. TextButton.Font = Enum.Font.Highway
  142. TextButton.Text = "Wing1"
  143. TextButton.TextColor3 = Color3.new(1, 1, 1)
  144. TextButton.TextSize = 20
  145. TextButton.MouseButton1Click:connect(function()
  146. Wing1_TAB.Visible = true
  147. Wing2_TAB.Visible = false
  148. Wing3_TAB.Visible = false
  149. Main_TAB.Visible = false
  150. end)
  151.  
  152. TextButton_2.Parent = ItemBOX
  153. TextButton_2.BackgroundColor3 = Color3.new(0, 0, 0)
  154. TextButton_2.BorderSizePixel = 0
  155. TextButton_2.Position = UDim2.new(0.0446927361, 0, 0.359999955, 0)
  156. TextButton_2.Size = UDim2.new(0, 162, 0, 32)
  157. TextButton_2.Font = Enum.Font.Highway
  158. TextButton_2.Text = "Wing2"
  159. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  160. TextButton_2.TextSize = 20
  161. TextButton_2.MouseButton1Click:connect(function()
  162. Wing1_TAB.Visible = false
  163. Wing2_TAB.Visible = true
  164. Wing3_TAB.Visible = false
  165. Main_TAB.Visible = false
  166. end)
  167.  
  168. TextButton_3.Parent = ItemBOX
  169. TextButton_3.BackgroundColor3 = Color3.new(0, 0, 0)
  170. TextButton_3.BorderSizePixel = 0
  171. TextButton_3.Position = UDim2.new(0.0446927361, 0, 0.513333321, 0)
  172. TextButton_3.Size = UDim2.new(0, 162, 0, 32)
  173. TextButton_3.Font = Enum.Font.Highway
  174. TextButton_3.Text = "Wing3"
  175. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  176. TextButton_3.TextSize = 20
  177. TextButton_3.MouseButton1Click:connect(function()
  178. Wing1_TAB.Visible = false
  179. Wing2_TAB.Visible = false
  180. Wing3_TAB.Visible = true
  181. Main_TAB.Visible = false
  182. end)
  183.  
  184. TextButton_4.Parent = ItemBOX
  185. TextButton_4.BackgroundColor3 = Color3.new(0, 0, 0)
  186. TextButton_4.BorderSizePixel = 0
  187. TextButton_4.Position = UDim2.new(0.0446927361, 0, 0.0233333353, 0)
  188. TextButton_4.Size = UDim2.new(0, 162, 0, 32)
  189. TextButton_4.Font = Enum.Font.Highway
  190. TextButton_4.Text = "Main"
  191. TextButton_4.TextColor3 = Color3.new(1, 1, 1)
  192. TextButton_4.TextSize = 20
  193. TextButton_4.MouseButton1Click:connect(function()
  194. Wing1_TAB.Visible = false
  195. Wing2_TAB.Visible = false
  196. Wing3_TAB.Visible = false
  197. Main_TAB.Visible = true
  198. end)
  199.  
  200. Main_TAB.Name = "Main_TAB"
  201. Main_TAB.Parent = MainFrame
  202. Main_TAB.BackgroundColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  203. Main_TAB.BorderSizePixel = 0
  204. Main_TAB.Position = UDim2.new(0.303238958, 0, 0.109945089, 0)
  205. Main_TAB.Size = UDim2.new(0, 411, 0, 300)
  206.  
  207. TextButton_5.Parent = Main_TAB
  208. TextButton_5.BackgroundColor3 = Color3.new(0, 0, 0)
  209. TextButton_5.BorderSizePixel = 0
  210. TextButton_5.Position = UDim2.new(0.34549877, 0, 0.360000074, 0)
  211. TextButton_5.Size = UDim2.new(0, 127, 0, 35)
  212. TextButton_5.Font = Enum.Font.Highway
  213. TextButton_5.Text = "Fake Dead"
  214. TextButton_5.TextColor3 = Color3.new(1, 1, 1)
  215. TextButton_5.TextSize = 20
  216. TextButton_5.MouseButton1Click:connect(function()
  217. game.Players.LocalPlayer.PlayerGui.GUI.gameData.dead.Value = true
  218. end)
  219.  
  220. TextButton_6.Parent = Main_TAB
  221. TextButton_6.BackgroundColor3 = Color3.new(0, 0, 0)
  222. TextButton_6.BorderSizePixel = 0
  223. TextButton_6.Position = UDim2.new(0.0218978077, 0, 0.360000074, 0)
  224. TextButton_6.Size = UDim2.new(0, 127, 0, 35)
  225. TextButton_6.Font = Enum.Font.Highway
  226. TextButton_6.Text = "Wake up"
  227. TextButton_6.TextColor3 = Color3.new(1, 1, 1)
  228. TextButton_6.TextSize = 20
  229. TextButton_6.MouseButton1Click:connect(function()
  230. game.Players.LocalPlayer.PlayerGui.GUI.gameData.dead.Value = false
  231. end)
  232.  
  233. TextButton_7.Parent = Main_TAB
  234. TextButton_7.BackgroundColor3 = Color3.new(0, 0, 0)
  235. TextButton_7.BorderSizePixel = 0
  236. TextButton_7.Position = UDim2.new(0.0218977779, 0, 0.503333271, 0)
  237. TextButton_7.Size = UDim2.new(0, 127, 0, 35)
  238. TextButton_7.Font = Enum.Font.Highway
  239. TextButton_7.Text = "Item Spawner"
  240. TextButton_7.TextColor3 = Color3.new(1, 1, 1)
  241. TextButton_7.TextSize = 20
  242. TextButton_7.MouseButton1Click:connect(function()
  243. loadstring(game:HttpGet('https://ic3w0lf.xyz/rblx/dz.php', true))()
  244. end)
  245.  
  246. TextButton_8.Parent = Main_TAB
  247. TextButton_8.BackgroundColor3 = Color3.new(0, 0, 0)
  248. TextButton_8.BorderSizePixel = 0
  249. TextButton_8.Position = UDim2.new(0.566909969, 0, 0.0233333334, 0)
  250. TextButton_8.Size = UDim2.new(0, 169, 0, 50)
  251. TextButton_8.Font = Enum.Font.Highway
  252. TextButton_8.Text = "Bypass Anti-Change"
  253. TextButton_8.TextColor3 = Color3.new(1, 1, 1)
  254. TextButton_8.TextScaled = true
  255. TextButton_8.TextSize = 20
  256. TextButton_8.TextWrapped = true
  257. TextButton_8.MouseButton1Click:connect(function()
  258. game.Players.LocalPlayer.leaderstats.Reputation.RobloxLocked = true
  259. game.Players.LocalPlayer.leaderstats["Player Kills"].RobloxLocked = true
  260. game.Players.LocalPlayer.leaderstats["Boss Kills"].RobloxLocked = true
  261. game.Players.LocalPlayer.leaderstats["Zombie Kills"].RobloxLocked = true
  262. game.Players.LocalPlayer.PlayerGui.GUI.autoExecute["anti-stuff"]:Destroy()
  263. end)
  264.  
  265. TextBox.Parent = Main_TAB
  266. TextBox.BackgroundColor3 = Color3.new(0, 0, 0)
  267. TextBox.BorderSizePixel = 0
  268. TextBox.Position = UDim2.new(0.0389294401, 0, 0.0233333334, 0)
  269. TextBox.Size = UDim2.new(0, 200, 0, 50)
  270. TextBox.Font = Enum.Font.Highway
  271. TextBox.Text = "Input"
  272. TextBox.TextColor3 = Color3.new(1, 1, 1)
  273. TextBox.TextSize = 25
  274.  
  275. TextButton_9.Parent = Main_TAB
  276. TextButton_9.BackgroundColor3 = Color3.new(0, 0, 0)
  277. TextButton_9.BorderSizePixel = 0
  278. TextButton_9.Position = UDim2.new(0.669099748, 0, 0.216666639, 0)
  279. TextButton_9.Size = UDim2.new(0, 127, 0, 35)
  280. TextButton_9.Font = Enum.Font.Highway
  281. TextButton_9.Text = "Zombie Kills"
  282. TextButton_9.TextColor3 = Color3.new(1, 1, 1)
  283. TextButton_9.TextSize = 20
  284. TextButton_9.MouseButton1Click:connect(function()
  285. game.Players.LocalPlayer.leaderstats["Zombie Kills"].Value = TextBox.Text
  286. end)
  287.  
  288. TextButton_10.Parent = Main_TAB
  289. TextButton_10.BackgroundColor3 = Color3.new(0, 0, 0)
  290. TextButton_10.BorderSizePixel = 0
  291. TextButton_10.Position = UDim2.new(0.34549877, 0, 0.216666639, 0)
  292. TextButton_10.Size = UDim2.new(0, 127, 0, 35)
  293. TextButton_10.Font = Enum.Font.Highway
  294. TextButton_10.Text = "Player Kills"
  295. TextButton_10.TextColor3 = Color3.new(1, 1, 1)
  296. TextButton_10.TextSize = 20
  297. TextButton_10.MouseButton1Click:connect(function()
  298. game.Players.LocalPlayer.leaderstats["Player Kills"].Value = TextBox.Text
  299. end)
  300.  
  301. TextButton_11.Parent = Main_TAB
  302. TextButton_11.BackgroundColor3 = Color3.new(0, 0, 0)
  303. TextButton_11.BorderSizePixel = 0
  304. TextButton_11.Position = UDim2.new(0.0218977928, 0, 0.216666639, 0)
  305. TextButton_11.Size = UDim2.new(0, 127, 0, 35)
  306. TextButton_11.Font = Enum.Font.Highway
  307. TextButton_11.Text = "Reputation"
  308. TextButton_11.TextColor3 = Color3.new(1, 1, 1)
  309. TextButton_11.TextSize = 20
  310. TextButton_9.MouseButton1Click:connect(function()
  311. game.Players.LocalPlayer.leaderstats.Reputation.Value = TextBox.Text
  312. end)
  313.  
  314. TextButton_12.Parent = Main_TAB
  315. TextButton_12.BackgroundColor3 = Color3.new(0, 0, 0)
  316. TextButton_12.BorderSizePixel = 0
  317. TextButton_12.Position = UDim2.new(0.669099748, 0, 0.360000074, 0)
  318. TextButton_12.Size = UDim2.new(0, 127, 0, 35)
  319. TextButton_12.Font = Enum.Font.Highway
  320. TextButton_12.Text = "Boss Kills"
  321. TextButton_12.TextColor3 = Color3.new(1, 1, 1)
  322. TextButton_12.TextSize = 20
  323. TextButton_12.MouseButton1Click:connect(function()
  324. game.Players.LocalPlayer.leaderstats["Boss Kills"].Value = TextBox.Text
  325. end)
  326.  
  327. TextButton_13.Parent = Main_TAB
  328. TextButton_13.BackgroundColor3 = Color3.new(0, 0, 0)
  329. TextButton_13.BorderSizePixel = 0
  330. TextButton_13.Position = UDim2.new(0.34549877, 0, 0.50333339, 0)
  331. TextButton_13.Size = UDim2.new(0, 127, 0, 35)
  332. TextButton_13.Font = Enum.Font.Highway
  333. TextButton_13.Text = "Inf Hunger"
  334. TextButton_13.TextColor3 = Color3.new(1, 1, 1)
  335. TextButton_13.TextSize = 20
  336. TextButton_13.MouseButton1Click:connect(function()
  337. game.Players.LocalPlayer.PlayerGui.GUI.gameData.hunger.Value = 9999999999999999999999999999999999999
  338. end)
  339.  
  340. TextButton_14.Parent = Main_TAB
  341. TextButton_14.BackgroundColor3 = Color3.new(0, 0, 0)
  342. TextButton_14.BorderSizePixel = 0
  343. TextButton_14.Position = UDim2.new(0.669099748, 0, 0.50333339, 0)
  344. TextButton_14.Size = UDim2.new(0, 127, 0, 35)
  345. TextButton_14.Font = Enum.Font.Highway
  346. TextButton_14.Text = "Inf Thirst"
  347. TextButton_14.TextColor3 = Color3.new(1, 1, 1)
  348. TextButton_14.TextSize = 20
  349. TextButton_14.MouseButton1Click:connect(function()
  350. game.Players.LocalPlayer.PlayerGui.GUI.gameData.thrist.Value = 9999999999999999999999999999999999999
  351. end)
  352.  
  353. Wing2_TAB.Name = "Wing2_TAB"
  354. Wing2_TAB.Parent = MainFrame
  355. Wing2_TAB.BackgroundColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  356. Wing2_TAB.BorderColor3 = Color3.new(0.431373, 1, 0.054902)
  357. Wing2_TAB.BorderSizePixel = 0
  358. Wing2_TAB.Position = UDim2.new(0.303238958, 0, 0.109945089, 0)
  359. Wing2_TAB.Size = UDim2.new(0, 411, 0, 300)
  360. Wing2_TAB.Visible = false
  361.  
  362. TextButton_15.Parent = Wing2_TAB
  363. TextButton_15.BackgroundColor3 = Color3.new(0, 0, 0)
  364. TextButton_15.BorderSizePixel = 0
  365. TextButton_15.Position = UDim2.new(0.0267639887, 0, 0.0333333313, 0)
  366. TextButton_15.Size = UDim2.new(0, 114, 0, 27)
  367. TextButton_15.Font = Enum.Font.Highway
  368. TextButton_15.Text = "Dark Thunder God Wings"
  369. TextButton_15.TextColor3 = Color3.new(1, 1, 1)
  370. TextButton_15.TextSize = 15
  371. TextButton_15.MouseButton1Click:connect(function()
  372. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  373. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Dark Thunder God Wings"
  374. end)
  375.  
  376. TextButton_16.Parent = Wing2_TAB
  377. TextButton_16.BackgroundColor3 = Color3.new(0, 0, 0)
  378. TextButton_16.BorderSizePixel = 0
  379. TextButton_16.Position = UDim2.new(0.360097319, 0, 0.0333333313, 0)
  380. TextButton_16.Size = UDim2.new(0, 114, 0, 27)
  381. TextButton_16.Font = Enum.Font.Highway
  382. TextButton_16.Text = "Red Desert Dragon Wings"
  383. TextButton_16.TextColor3 = Color3.new(1, 1, 1)
  384. TextButton_16.TextSize = 15
  385. TextButton_16.MouseButton1Click:connect(function()
  386. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  387. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Red Desert Dragon Wings"
  388. end)
  389.  
  390. TextButton_17.Parent = Wing2_TAB
  391. TextButton_17.BackgroundColor3 = Color3.new(0, 0, 0)
  392. TextButton_17.BorderSizePixel = 0
  393. TextButton_17.Position = UDim2.new(0.693430662, 0, 0.0333333313, 0)
  394. TextButton_17.Size = UDim2.new(0, 114, 0, 27)
  395. TextButton_17.Font = Enum.Font.Highway
  396. TextButton_17.Text = "Great Red Wings"
  397. TextButton_17.TextColor3 = Color3.new(1, 1, 1)
  398. TextButton_17.TextSize = 15
  399. TextButton_17.MouseButton1Click:connect(function()
  400. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  401. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Great Red Wings"
  402. end)
  403.  
  404. TextButton_18.Parent = Wing2_TAB
  405. TextButton_18.BackgroundColor3 = Color3.new(0, 0, 0)
  406. TextButton_18.BorderSizePixel = 0
  407. TextButton_18.Position = UDim2.new(0.360097319, 0, 0.179999992, 0)
  408. TextButton_18.Size = UDim2.new(0, 114, 0, 27)
  409. TextButton_18.Font = Enum.Font.Highway
  410. TextButton_18.Text = "Event Robot Wings"
  411. TextButton_18.TextColor3 = Color3.new(1, 1, 1)
  412. TextButton_18.TextSize = 15
  413. TextButton_18.MouseButton1Click:connect(function()
  414. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  415. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Event Robot Wings"
  416. end)
  417.  
  418. TextButton_19.Parent = Wing2_TAB
  419. TextButton_19.BackgroundColor3 = Color3.new(0, 0, 0)
  420. TextButton_19.BorderSizePixel = 0
  421. TextButton_19.Position = UDim2.new(0.0267639887, 0, 0.179999992, 0)
  422. TextButton_19.Size = UDim2.new(0, 114, 0, 27)
  423. TextButton_19.Font = Enum.Font.Highway
  424. TextButton_19.Text = "White Desert Dragon Wings"
  425. TextButton_19.TextColor3 = Color3.new(1, 1, 1)
  426. TextButton_19.TextSize = 15
  427. TextButton_19.MouseButton1Click:connect(function()
  428. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  429. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "White Desert Dragon Wings"
  430. end)
  431.  
  432. TextButton_20.Parent = Wing2_TAB
  433. TextButton_20.BackgroundColor3 = Color3.new(0, 0, 0)
  434. TextButton_20.BorderSizePixel = 0
  435. TextButton_20.Position = UDim2.new(0.693430662, 0, 0.179999992, 0)
  436. TextButton_20.Size = UDim2.new(0, 114, 0, 27)
  437. TextButton_20.Font = Enum.Font.Highway
  438. TextButton_20.Text = "Desert Dragon Wings"
  439. TextButton_20.TextColor3 = Color3.new(1, 1, 1)
  440. TextButton_20.TextSize = 15
  441. TextButton_20.MouseButton1Click:connect(function()
  442. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  443. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Desert Dragon Wings"
  444. end)
  445.  
  446. TextButton_21.Parent = Wing2_TAB
  447. TextButton_21.BackgroundColor3 = Color3.new(0, 0, 0)
  448. TextButton_21.BorderSizePixel = 0
  449. TextButton_21.Position = UDim2.new(0.360097319, 0, 0.326666683, 0)
  450. TextButton_21.Size = UDim2.new(0, 114, 0, 27)
  451. TextButton_21.Font = Enum.Font.Highway
  452. TextButton_21.Text = "Light Sword"
  453. TextButton_21.TextColor3 = Color3.new(1, 1, 1)
  454. TextButton_21.TextSize = 15
  455. TextButton_21.MouseButton1Click:connect(function()
  456. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  457. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Light Sword"
  458. end)
  459.  
  460. TextButton_22.Parent = Wing2_TAB
  461. TextButton_22.BackgroundColor3 = Color3.new(0, 0, 0)
  462. TextButton_22.BorderSizePixel = 0
  463. TextButton_22.Position = UDim2.new(0.0267639887, 0, 0.326666683, 0)
  464. TextButton_22.Size = UDim2.new(0, 114, 0, 27)
  465. TextButton_22.Font = Enum.Font.Highway
  466. TextButton_22.Text = "Corrupt Wings Old"
  467. TextButton_22.TextColor3 = Color3.new(1, 1, 1)
  468. TextButton_22.TextSize = 15
  469. TextButton_22.MouseButton1Click:connect(function()
  470. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  471. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Corrupt Wings Old"
  472. end)
  473.  
  474. TextButton_23.Parent = Wing2_TAB
  475. TextButton_23.BackgroundColor3 = Color3.new(0, 0, 0)
  476. TextButton_23.BorderSizePixel = 0
  477. TextButton_23.Position = UDim2.new(0.693430662, 0, 0.326666683, 0)
  478. TextButton_23.Size = UDim2.new(0, 114, 0, 27)
  479. TextButton_23.Font = Enum.Font.Highway
  480. TextButton_23.Text = "Darkness Axe"
  481. TextButton_23.TextColor3 = Color3.new(1, 1, 1)
  482. TextButton_23.TextSize = 15
  483. TextButton_23.MouseButton1Click:connect(function()
  484. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  485. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Darkness Axe"
  486. end)
  487.  
  488. TextButton_24.Parent = Wing2_TAB
  489. TextButton_24.BackgroundColor3 = Color3.new(0, 0, 0)
  490. TextButton_24.BorderSizePixel = 0
  491. TextButton_24.Position = UDim2.new(0.360097319, 0, 0.479999989, 0)
  492. TextButton_24.Size = UDim2.new(0, 114, 0, 27)
  493. TextButton_24.Font = Enum.Font.Highway
  494. TextButton_24.Text = "Reynes"
  495. TextButton_24.TextColor3 = Color3.new(1, 1, 1)
  496. TextButton_24.TextSize = 15
  497. TextButton_24.MouseButton1Click:connect(function()
  498. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  499. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Reynes"
  500. end)
  501.  
  502. TextButton_25.Parent = Wing2_TAB
  503. TextButton_25.BackgroundColor3 = Color3.new(0, 0, 0)
  504. TextButton_25.BorderSizePixel = 0
  505. TextButton_25.Position = UDim2.new(0.0267639887, 0, 0.479999989, 0)
  506. TextButton_25.Size = UDim2.new(0, 114, 0, 27)
  507. TextButton_25.Font = Enum.Font.Highway
  508. TextButton_25.Text = "Reynes2"
  509. TextButton_25.TextColor3 = Color3.new(1, 1, 1)
  510. TextButton_25.TextSize = 15
  511. TextButton_25.MouseButton1Click:connect(function()
  512. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  513. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Reynes2"
  514. end)
  515.  
  516. TextButton_26.Parent = Wing2_TAB
  517. TextButton_26.BackgroundColor3 = Color3.new(0, 0, 0)
  518. TextButton_26.BorderSizePixel = 0
  519. TextButton_26.Position = UDim2.new(0.693430662, 0, 0.479999989, 0)
  520. TextButton_26.Size = UDim2.new(0, 114, 0, 27)
  521. TextButton_26.Font = Enum.Font.Highway
  522. TextButton_26.Text = "Reynes2Spread"
  523. TextButton_26.TextColor3 = Color3.new(1, 1, 1)
  524. TextButton_26.TextSize = 15
  525. TextButton_26.MouseButton1Click:connect(function()
  526. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  527. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Reynes2Spread"
  528. end)
  529.  
  530. TextButton_27.Parent = Wing2_TAB
  531. TextButton_27.BackgroundColor3 = Color3.new(0, 0, 0)
  532. TextButton_27.BorderSizePixel = 0
  533. TextButton_27.Position = UDim2.new(0.360097319, 0, 0.629999995, 0)
  534. TextButton_27.Size = UDim2.new(0, 114, 0, 27)
  535. TextButton_27.Font = Enum.Font.Highway
  536. TextButton_27.Text = "Halloween Wings"
  537. TextButton_27.TextColor3 = Color3.new(1, 1, 1)
  538. TextButton_27.TextSize = 15
  539. TextButton_27.MouseButton1Click:connect(function()
  540. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  541. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Halloween Wings"
  542. end)
  543.  
  544. TextButton_28.Parent = Wing2_TAB
  545. TextButton_28.BackgroundColor3 = Color3.new(0, 0, 0)
  546. TextButton_28.BorderSizePixel = 0
  547. TextButton_28.Position = UDim2.new(0.0267639887, 0, 0.629999995, 0)
  548. TextButton_28.Size = UDim2.new(0, 114, 0, 27)
  549. TextButton_28.Font = Enum.Font.Highway
  550. TextButton_28.Text = "Reynes2Red"
  551. TextButton_28.TextColor3 = Color3.new(1, 1, 1)
  552. TextButton_28.TextSize = 15
  553. TextButton_28.MouseButton1Click:connect(function()
  554. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  555. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Reynes2Red"
  556. end)
  557.  
  558. TextButton_29.Parent = Wing2_TAB
  559. TextButton_29.BackgroundColor3 = Color3.new(0, 0, 0)
  560. TextButton_29.BorderSizePixel = 0
  561. TextButton_29.Position = UDim2.new(0.693430662, 0, 0.629999995, 0)
  562. TextButton_29.Size = UDim2.new(0, 114, 0, 27)
  563. TextButton_29.Font = Enum.Font.Highway
  564. TextButton_29.Text = "Corrupt Wings"
  565. TextButton_29.TextColor3 = Color3.new(1, 1, 1)
  566. TextButton_29.TextSize = 15
  567. TextButton_29.MouseButton1Click:connect(function()
  568. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  569. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Corrupt Wings"
  570. end)
  571.  
  572. TextButton_30.Parent = Wing2_TAB
  573. TextButton_30.BackgroundColor3 = Color3.new(0, 0, 0)
  574. TextButton_30.BorderSizePixel = 0
  575. TextButton_30.Position = UDim2.new(0.693430662, 0, 0.773333311, 0)
  576. TextButton_30.Size = UDim2.new(0, 114, 0, 27)
  577. TextButton_30.Font = Enum.Font.Highway
  578. TextButton_30.Text = "GreatMagmaWings"
  579. TextButton_30.TextColor3 = Color3.new(1, 1, 1)
  580. TextButton_30.TextSize = 15
  581. TextButton_30.MouseButton1Click:connect(function()
  582. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  583. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "GreatMagmaWings"
  584. end)
  585.  
  586. TextButton_31.Parent = Wing2_TAB
  587. TextButton_31.BackgroundColor3 = Color3.new(0, 0, 0)
  588. TextButton_31.BorderSizePixel = 0
  589. TextButton_31.Position = UDim2.new(0.360097319, 0, 0.773333311, 0)
  590. TextButton_31.Size = UDim2.new(0, 114, 0, 27)
  591. TextButton_31.Font = Enum.Font.Highway
  592. TextButton_31.Text = "Halloween Feather Wings"
  593. TextButton_31.TextColor3 = Color3.new(1, 1, 1)
  594. TextButton_31.TextSize = 15
  595. TextButton_31.MouseButton1Click:connect(function()
  596. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  597. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Halloween Feather Wings"
  598. end)
  599.  
  600. TextButton_32.Parent = Wing2_TAB
  601. TextButton_32.BackgroundColor3 = Color3.new(0, 0, 0)
  602. TextButton_32.BorderSizePixel = 0
  603. TextButton_32.Position = UDim2.new(0.0267639887, 0, 0.773333311, 0)
  604. TextButton_32.Size = UDim2.new(0, 114, 0, 27)
  605. TextButton_32.Font = Enum.Font.Highway
  606. TextButton_32.Text = "Arctic Wings"
  607. TextButton_32.TextColor3 = Color3.new(1, 1, 1)
  608. TextButton_32.TextSize = 15
  609. TextButton_32.MouseButton1Click:connect(function()
  610. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  611. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Arctic Wings"
  612. end)
  613.  
  614. Wing3_TAB.Name = "Wing3_TAB"
  615. Wing3_TAB.Parent = MainFrame
  616. Wing3_TAB.BackgroundColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  617. Wing3_TAB.BorderColor3 = Color3.new(0.431373, 1, 0.054902)
  618. Wing3_TAB.BorderSizePixel = 0
  619. Wing3_TAB.Position = UDim2.new(0.303238958, 0, 0.109945089, 0)
  620. Wing3_TAB.Size = UDim2.new(0, 411, 0, 300)
  621. Wing3_TAB.Visible = false
  622.  
  623. TextButton_33.Parent = Wing3_TAB
  624. TextButton_33.BackgroundColor3 = Color3.new(0, 0, 0)
  625. TextButton_33.BorderSizePixel = 0
  626. TextButton_33.Position = UDim2.new(0.0267639887, 0, 0.0333333313, 0)
  627. TextButton_33.Size = UDim2.new(0, 114, 0, 27)
  628. TextButton_33.Font = Enum.Font.Highway
  629. TextButton_33.Text = "Pastel Wings"
  630. TextButton_33.TextColor3 = Color3.new(1, 1, 1)
  631. TextButton_33.TextSize = 15
  632. TextButton_33.MouseButton1Click:connect(function()
  633. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  634. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Pastel Wings"
  635. end)
  636.  
  637. TextButton_34.Parent = Wing3_TAB
  638. TextButton_34.BackgroundColor3 = Color3.new(0, 0, 0)
  639. TextButton_34.BorderSizePixel = 0
  640. TextButton_34.Position = UDim2.new(0.360097319, 0, 0.0333333313, 0)
  641. TextButton_34.Size = UDim2.new(0, 114, 0, 27)
  642. TextButton_34.Font = Enum.Font.Highway
  643. TextButton_34.Text = "Omega Rainbow Wings"
  644. TextButton_34.TextColor3 = Color3.new(1, 1, 1)
  645. TextButton_34.TextSize = 15
  646. TextButton_34.MouseButton1Click:connect(function()
  647. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  648. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Omega Rainbow Wings"
  649. end)
  650.  
  651. TextButton_35.Parent = Wing3_TAB
  652. TextButton_35.BackgroundColor3 = Color3.new(0, 0, 0)
  653. TextButton_35.BorderSizePixel = 0
  654. TextButton_35.Position = UDim2.new(0.693430662, 0, 0.0333333313, 0)
  655. TextButton_35.Size = UDim2.new(0, 114, 0, 27)
  656. TextButton_35.Font = Enum.Font.Highway
  657. TextButton_35.Text = "Arch Angelic"
  658. TextButton_35.TextColor3 = Color3.new(1, 1, 1)
  659. TextButton_35.TextSize = 15
  660. TextButton_35.MouseButton1Click:connect(function()
  661. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  662. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Arch Angelic"
  663. end)
  664.  
  665. TextButton_36.Parent = Wing3_TAB
  666. TextButton_36.BackgroundColor3 = Color3.new(0, 0, 0)
  667. TextButton_36.BorderSizePixel = 0
  668. TextButton_36.Position = UDim2.new(0.360097319, 0, 0.179999992, 0)
  669. TextButton_36.Size = UDim2.new(0, 114, 0, 27)
  670. TextButton_36.Font = Enum.Font.Highway
  671. TextButton_36.Text = "Risen Phoenix"
  672. TextButton_36.TextColor3 = Color3.new(1, 1, 1)
  673. TextButton_36.TextSize = 15
  674. TextButton_36.MouseButton1Click:connect(function()
  675. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  676. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Risen Phoenix"
  677. end)
  678.  
  679. TextButton_37.Parent = Wing3_TAB
  680. TextButton_37.BackgroundColor3 = Color3.new(0, 0, 0)
  681. TextButton_37.BorderSizePixel = 0
  682. TextButton_37.Position = UDim2.new(0.0267639887, 0, 0.179999992, 0)
  683. TextButton_37.Size = UDim2.new(0, 114, 0, 27)
  684. TextButton_37.Font = Enum.Font.Highway
  685. TextButton_37.Text = "Overseer's Tentacles"
  686. TextButton_37.TextColor3 = Color3.new(1, 1, 1)
  687. TextButton_37.TextSize = 15
  688. TextButton_37.MouseButton1Click:connect(function()
  689. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  690. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Overseer's Tentacles"
  691. end)
  692.  
  693. Wing1_TAB.Name = "Wing1_TAB"
  694. Wing1_TAB.Parent = MainFrame
  695. Wing1_TAB.BackgroundColor3 = Color3.new(0.545098, 0.545098, 0.545098)
  696. Wing1_TAB.BorderColor3 = Color3.new(0.431373, 1, 0.054902)
  697. Wing1_TAB.BorderSizePixel = 0
  698. Wing1_TAB.Position = UDim2.new(0.303238958, 0, 0.109945089, 0)
  699. Wing1_TAB.Size = UDim2.new(0, 411, 0, 300)
  700. Wing1_TAB.Visible = false
  701.  
  702. TextButton_38.Parent = Wing1_TAB
  703. TextButton_38.BackgroundColor3 = Color3.new(0, 0, 0)
  704. TextButton_38.BorderSizePixel = 0
  705. TextButton_38.Position = UDim2.new(0.0267639887, 0, 0.0333333313, 0)
  706. TextButton_38.Size = UDim2.new(0, 114, 0, 27)
  707. TextButton_38.Font = Enum.Font.Highway
  708. TextButton_38.Text = "Magma Wings"
  709. TextButton_38.TextColor3 = Color3.new(1, 1, 1)
  710. TextButton_38.TextSize = 15
  711. TextButton_38.MouseButton1Click:connect(function()
  712. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  713. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "MagmaWings"
  714. end)
  715.  
  716. TextButton_39.Parent = Wing1_TAB
  717. TextButton_39.BackgroundColor3 = Color3.new(0, 0, 0)
  718. TextButton_39.BorderSizePixel = 0
  719. TextButton_39.Position = UDim2.new(0.360097319, 0, 0.0333333313, 0)
  720. TextButton_39.Size = UDim2.new(0, 114, 0, 27)
  721. TextButton_39.Font = Enum.Font.Highway
  722. TextButton_39.Text = "Pink Wings"
  723. TextButton_39.TextColor3 = Color3.new(1, 1, 1)
  724. TextButton_39.TextSize = 15
  725. TextButton_39.MouseButton1Click:connect(function()
  726. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  727. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "PinkWings"
  728. end)
  729.  
  730. TextButton_40.Parent = Wing1_TAB
  731. TextButton_40.BackgroundColor3 = Color3.new(0, 0, 0)
  732. TextButton_40.BorderSizePixel = 0
  733. TextButton_40.Position = UDim2.new(0.693430662, 0, 0.0333333313, 0)
  734. TextButton_40.Size = UDim2.new(0, 114, 0, 27)
  735. TextButton_40.Font = Enum.Font.Highway
  736. TextButton_40.Text = "Guardian Wings"
  737. TextButton_40.TextColor3 = Color3.new(1, 1, 1)
  738. TextButton_40.TextSize = 15
  739. TextButton_40.MouseButton1Click:connect(function()
  740. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  741. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "GuardianWings"
  742. end)
  743.  
  744. TextButton_41.Parent = Wing1_TAB
  745. TextButton_41.BackgroundColor3 = Color3.new(0, 0, 0)
  746. TextButton_41.BorderSizePixel = 0
  747. TextButton_41.Position = UDim2.new(0.360097319, 0, 0.179999992, 0)
  748. TextButton_41.Size = UDim2.new(0, 114, 0, 27)
  749. TextButton_41.Font = Enum.Font.Highway
  750. TextButton_41.Text = "Steampunk Wings"
  751. TextButton_41.TextColor3 = Color3.new(1, 1, 1)
  752. TextButton_41.TextSize = 15
  753. TextButton_41.MouseButton1Click:connect(function()
  754. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  755. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "SteampunkWings"
  756. end)
  757.  
  758. TextButton_42.Parent = Wing1_TAB
  759. TextButton_42.BackgroundColor3 = Color3.new(0, 0, 0)
  760. TextButton_42.BorderSizePixel = 0
  761. TextButton_42.Position = UDim2.new(0.0267639887, 0, 0.179999992, 0)
  762. TextButton_42.Size = UDim2.new(0, 114, 0, 27)
  763. TextButton_42.Font = Enum.Font.Highway
  764. TextButton_42.Text = "Vesper Wings"
  765. TextButton_42.TextColor3 = Color3.new(1, 1, 1)
  766. TextButton_42.TextSize = 15
  767. TextButton_42.MouseButton1Click:connect(function()
  768. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  769. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "VesperWings"
  770. end)
  771.  
  772. TextButton_43.Parent = Wing1_TAB
  773. TextButton_43.BackgroundColor3 = Color3.new(0, 0, 0)
  774. TextButton_43.BorderSizePixel = 0
  775. TextButton_43.Position = UDim2.new(0.693430662, 0, 0.179999992, 0)
  776. TextButton_43.Size = UDim2.new(0, 114, 0, 27)
  777. TextButton_43.Font = Enum.Font.Highway
  778. TextButton_43.Text = "Golden Wings"
  779. TextButton_43.TextColor3 = Color3.new(1, 1, 1)
  780. TextButton_43.TextSize = 15
  781. TextButton_43.MouseButton1Click:connect(function()
  782. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  783. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "GoldenWings"
  784. end)
  785.  
  786. TextButton_44.Parent = Wing1_TAB
  787. TextButton_44.BackgroundColor3 = Color3.new(0, 0, 0)
  788. TextButton_44.BorderSizePixel = 0
  789. TextButton_44.Position = UDim2.new(0.360097319, 0, 0.326666683, 0)
  790. TextButton_44.Size = UDim2.new(0, 114, 0, 27)
  791. TextButton_44.Font = Enum.Font.Highway
  792. TextButton_44.Text = "Constellation"
  793. TextButton_44.TextColor3 = Color3.new(1, 1, 1)
  794. TextButton_44.TextSize = 15
  795. TextButton_44.MouseButton1Click:connect(function()
  796. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  797. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Constellation"
  798. end)
  799.  
  800. TextButton_45.Parent = Wing1_TAB
  801. TextButton_45.BackgroundColor3 = Color3.new(0, 0, 0)
  802. TextButton_45.BorderSizePixel = 0
  803. TextButton_45.Position = UDim2.new(0.0267639887, 0, 0.326666683, 0)
  804. TextButton_45.Size = UDim2.new(0, 114, 0, 27)
  805. TextButton_45.Font = Enum.Font.Highway
  806. TextButton_45.Text = "Red Constellation"
  807. TextButton_45.TextColor3 = Color3.new(1, 1, 1)
  808. TextButton_45.TextSize = 15
  809. TextButton_45.MouseButton1Click:connect(function()
  810. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  811. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "RedConstellation"
  812. end)
  813.  
  814. TextButton_46.Parent = Wing1_TAB
  815. TextButton_46.BackgroundColor3 = Color3.new(0, 0, 0)
  816. TextButton_46.BorderSizePixel = 0
  817. TextButton_46.Position = UDim2.new(0.693430662, 0, 0.326666683, 0)
  818. TextButton_46.Size = UDim2.new(0, 114, 0, 27)
  819. TextButton_46.Font = Enum.Font.Highway
  820. TextButton_46.Text = "Slime Wings"
  821. TextButton_46.TextColor3 = Color3.new(1, 1, 1)
  822. TextButton_46.TextSize = 15
  823. TextButton_46.MouseButton1Click:connect(function()
  824. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  825. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Slime Wings"
  826. end)
  827.  
  828.  
  829. TextButton_47.Parent = Wing1_TAB
  830. TextButton_47.BackgroundColor3 = Color3.new(0, 0, 0)
  831. TextButton_47.BorderSizePixel = 0
  832. TextButton_47.Position = UDim2.new(0.360097319, 0, 0.479999989, 0)
  833. TextButton_47.Size = UDim2.new(0, 114, 0, 27)
  834. TextButton_47.Font = Enum.Font.Highway
  835. TextButton_47.Text = "Ancient Dragon Wings"
  836. TextButton_47.TextColor3 = Color3.new(1, 1, 1)
  837. TextButton_47.TextSize = 15
  838. TextButton_47.MouseButton1Click:connect(function()
  839. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  840. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Ancient Dragon Wings"
  841. end)
  842.  
  843.  
  844. TextButton_48.Parent = Wing1_TAB
  845. TextButton_48.BackgroundColor3 = Color3.new(0, 0, 0)
  846. TextButton_48.BorderSizePixel = 0
  847. TextButton_48.Position = UDim2.new(0.0267639887, 0, 0.479999989, 0)
  848. TextButton_48.Size = UDim2.new(0, 114, 0, 27)
  849. TextButton_48.Font = Enum.Font.Highway
  850. TextButton_48.Text = "Pixel Phoenix Wings"
  851. TextButton_48.TextColor3 = Color3.new(1, 1, 1)
  852. TextButton_48.TextSize = 15
  853. TextButton_48.MouseButton1Click:connect(function()
  854. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  855. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Pixel Phoenix Wings"
  856. end)
  857.  
  858. TextButton_49.Parent = Wing1_TAB
  859. TextButton_49.BackgroundColor3 = Color3.new(0, 0, 0)
  860. TextButton_49.BorderSizePixel = 0
  861. TextButton_49.Position = UDim2.new(0.693430662, 0, 0.479999989, 0)
  862. TextButton_49.Size = UDim2.new(0, 114, 0, 27)
  863. TextButton_49.Font = Enum.Font.Highway
  864. TextButton_49.Text = "Ancient Gryphon Wings"
  865. TextButton_49.TextColor3 = Color3.new(1, 1, 1)
  866. TextButton_49.TextSize = 15
  867. TextButton_49.MouseButton1Click:connect(function()
  868. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  869. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Ancient Gryphon Wings"
  870. end)
  871.  
  872. TextButton_50.Parent = Wing1_TAB
  873. TextButton_50.BackgroundColor3 = Color3.new(0, 0, 0)
  874. TextButton_50.BorderSizePixel = 0
  875. TextButton_50.Position = UDim2.new(0.360097319, 0, 0.629999995, 0)
  876. TextButton_50.Size = UDim2.new(0, 114, 0, 27)
  877. TextButton_50.Font = Enum.Font.Highway
  878. TextButton_50.Text = "Disco Wings"
  879. TextButton_50.TextColor3 = Color3.new(1, 1, 1)
  880. TextButton_50.TextSize = 15
  881. TextButton_50.MouseButton1Click:connect(function()
  882. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  883. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Disco Wings"
  884. end)
  885.  
  886. TextButton_51.Parent = Wing1_TAB
  887. TextButton_51.BackgroundColor3 = Color3.new(0, 0, 0)
  888. TextButton_51.BorderSizePixel = 0
  889. TextButton_51.Position = UDim2.new(0.0267639887, 0, 0.629999995, 0)
  890. TextButton_51.Size = UDim2.new(0, 114, 0, 27)
  891. TextButton_51.Font = Enum.Font.Highway
  892. TextButton_51.Text = "Purple Constellation"
  893. TextButton_51.TextColor3 = Color3.new(1, 1, 1)
  894. TextButton_51.TextSize = 15
  895. TextButton_51.MouseButton1Click:connect(function()
  896. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  897. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "PurpleConstellation"
  898. end)
  899.  
  900. TextButton_52.Parent = Wing1_TAB
  901. TextButton_52.BackgroundColor3 = Color3.new(0, 0, 0)
  902. TextButton_52.BorderSizePixel = 0
  903. TextButton_52.Position = UDim2.new(0.693430662, 0, 0.629999995, 0)
  904. TextButton_52.Size = UDim2.new(0, 114, 0, 27)
  905. TextButton_52.Font = Enum.Font.Highway
  906. TextButton_52.Text = "Bone Wings"
  907. TextButton_52.TextColor3 = Color3.new(1, 1, 1)
  908. TextButton_52.TextSize = 15
  909. TextButton_52.MouseButton1Click:connect(function()
  910. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWings.Value = true
  911. game.Players.LocalPlayer.PlayerGui.GUI.gameData.deimosWingsModel.Value = "Bone Wings"
  912. end)
  913.  
  914. --rainbow
  915.  
  916. while wait()do TextLabel.TextColor3=Color3.new(1,0,0)for a=1,15 do game:GetService("RunService").RenderStepped:wait()TextLabel.TextColor3=Color3.new(TextLabel.TextColor3.r,TextLabel.TextColor3.g+17/255,TextLabel.TextColor3.b)end;for a=1,15 do game:GetService("RunService").RenderStepped:wait()TextLabel.TextColor3=Color3.new(TextLabel.TextColor3.r-17/255,TextLabel.TextColor3.g,TextLabel.TextColor3.b)end;for a=1,15 do game:GetService("RunService").RenderStepped:wait()TextLabel.TextColor3=Color3.new(TextLabel.TextColor3.r,TextLabel.TextColor3.g,TextLabel.TextColor3.b+17/255)end;for a=1,15 do game:GetService("RunService").RenderStepped:wait()TextLabel.TextColor3=Color3.new(TextLabel.TextColor3.r,TextLabel.TextColor3.g-17/255,TextLabel.TextColor3.b)end;for a=1,15 do game:GetService("RunService").RenderStepped:wait()TextLabel.TextColor3=Color3.new(TextLabel.TextColor3.r+17/255,TextLabel.TextColor3.g,TextLabel.TextColor3.b)end;for a=1,15 do game:GetService("RunService").RenderStepped:wait()TextLabel.TextColor3=Color3.new(TextLabel.TextColor3.r,TextLabel.TextColor3.g,TextLabel.TextColor3.b-17/255)end end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement