Advertisement
Reversal00

xardes trash gui

Mar 1st, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 45.06 KB | None | 0 0
  1. -- Objects
  2.  
  3. local XardeGui = Instance.new("ScreenGui")
  4. local Open = Instance.new("Frame")
  5. local OpenGui = Instance.new("TextButton")
  6. local GuiFrame = Instance.new("Frame")
  7. local mtitle = Instance.new("TextLabel")
  8. local credits = Instance.new("TextLabel")
  9. local exit = Instance.new("TextButton")
  10. local Level = Instance.new("TextButton")
  11. local MagicP = Instance.new("TextButton")
  12. local Strength = Instance.new("TextButton")
  13. local Lamina = Instance.new("TextButton")
  14. local Aurem = Instance.new("TextButton")
  15. local Drown = Instance.new("TextButton")
  16. local Stamina = Instance.new("TextButton")
  17. local Energy = Instance.new("TextButton")
  18. local Godmode = Instance.new("TextButton")
  19. local Boat = Instance.new("TextButton")
  20. local Magic1 = Instance.new("TextButton")
  21. local Magic2 = Instance.new("TextButton")
  22. local GiveMagic = Instance.new("TextButton")
  23. local KillEm = Instance.new("TextButton")
  24. local Item = Instance.new("TextButton")
  25. local Blessed = Instance.new("TextButton")
  26. local Armored = Instance.new("TextButton")
  27. local SCSet = Instance.new("TextButton")
  28. local Developer = Instance.new("TextButton")
  29. local Champ = Instance.new("TextButton")
  30. local Black = Instance.new("TextButton")
  31. local Poseidon = Instance.new("TextButton")
  32. local Yield = Instance.new("TextButton")
  33. local Damage = Instance.new("TextButton")
  34. local Escape = Instance.new("TextButton")
  35. local Bait = Instance.new("TextButton")
  36. local FishRod = Instance.new("TextButton")
  37. local Rep = Instance.new("TextButton")
  38. local ValueBox = Instance.new("TextBox")
  39. local gotop = Instance.new("TextButton")
  40. local Vector = Instance.new("TextButton")
  41. local Gauntlet = Instance.new("TextButton")
  42. local NextGuiFrame = Instance.new("Frame")
  43. local Fist = Instance.new("TextButton")
  44. local AGR = Instance.new("TextButton")
  45. local EXP = Instance.new("TextButton")
  46. local Animination = Instance.new("TextButton")
  47. local NextValBox = Instance.new("TextBox")
  48. local gotopp = Instance.new("TextButton")
  49. local exitp = Instance.new("TextButton")
  50. local Dex = Instance.new("TextButton")
  51. local Bounty = Instance.new("TextButton")
  52. local Bounty_2 = Instance.new("TextButton")
  53. local ThirdGuiFrame = Instance.new("Frame")
  54. local TitleName = Instance.new("TextButton")
  55. local TitleColor = Instance.new("TextButton")
  56. local TitleValueBox = Instance.new("TextBox")
  57. local exitpp = Instance.new("TextButton")
  58. local ViewTitle = Instance.new("TextButton")
  59. local NameTitleBox = Instance.new("TextBox")
  60. local ColorTitleBox = Instance.new("TextBox")
  61. local gotoppp = Instance.new("TextButton")
  62. local FourthGuiFrame = Instance.new("Frame")
  63. local Chromium = Instance.new("TextButton")
  64. local JamesGui = Instance.new("TextButton")
  65. local LindsayGui = Instance.new("TextButton")
  66. local SirenGui = Instance.new("TextButton")
  67. local RizGui = Instance.new("TextButton")
  68. local ftitle = Instance.new("TextLabel")
  69. local Exitppp = Instance.new("TextButton")
  70.  
  71. -- Properties
  72.  
  73. XardeGui.Name = "XardeGui"
  74. XardeGui.Parent = game.CoreGui
  75.  
  76. Open.Name = "Open"
  77. Open.Parent = XardeGui
  78. Open.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  79. Open.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  80. Open.BorderSizePixel = 4
  81. Open.Position = UDim2.new(0.460857064, 0, 0, 0)
  82. Open.Size = UDim2.new(0, 84, 0, 33)
  83.  
  84. OpenGui.Name = "OpenGui"
  85. OpenGui.Parent = Open
  86. OpenGui.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  87. OpenGui.BorderSizePixel = 0
  88. OpenGui.Size = UDim2.new(0, 84, 0, 33)
  89. OpenGui.Font = Enum.Font.SourceSansBold
  90. OpenGui.Text = "Open"
  91. OpenGui.TextColor3 = Color3.new(1, 1, 1)
  92. OpenGui.TextScaled = true
  93. OpenGui.TextSize = 14
  94. OpenGui.TextWrapped = true
  95.  
  96. OpenGui.MouseButton1Down:connect(function()
  97. game.CoreGui.XardeGui.Open.Visible = false
  98. game.CoreGui.XardeGui.GuiFrame.Visible = true
  99. end)
  100.  
  101. GuiFrame.Name = "GuiFrame"
  102. GuiFrame.Parent = XardeGui
  103. GuiFrame.Active = true
  104. GuiFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  105. GuiFrame.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  106. GuiFrame.BorderSizePixel = 6
  107. GuiFrame.Draggable = true
  108. GuiFrame.Position = UDim2.new(0.188323915, 0, 0.117304489, 0)
  109. GuiFrame.Selectable = true
  110. GuiFrame.Size = UDim2.new(0, 662, 0, 459)
  111. GuiFrame.Visible = false
  112.  
  113. mtitle.Name = "mtitle"
  114. mtitle.Parent = GuiFrame
  115. mtitle.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  116. mtitle.BorderSizePixel = 0
  117. mtitle.Position = UDim2.new(0.358277321, 0, -0.00117370952, 0)
  118. mtitle.Size = UDim2.new(0, 187, 0, 50)
  119. mtitle.Font = Enum.Font.SourceSansBold
  120. mtitle.Text = "Aerial"
  121. mtitle.TextColor3 = Color3.new(1, 1, 1)
  122. mtitle.TextScaled = true
  123. mtitle.TextSize = 14
  124. mtitle.TextWrapped = true
  125.  
  126. credits.Name = "credits"
  127. credits.Parent = GuiFrame
  128. credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  129. credits.BorderSizePixel = 0
  130. credits.Size = UDim2.new(0, 94, 0, 16)
  131. credits.Font = Enum.Font.SourceSansBold
  132. credits.Text = "Made By Xarde"
  133. credits.TextColor3 = Color3.new(1, 1, 1)
  134. credits.TextScaled = true
  135. credits.TextSize = 14
  136. credits.TextWrapped = true
  137.  
  138. exit.Name = "exit"
  139. exit.Parent = GuiFrame
  140. exit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  141. exit.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  142. exit.BorderSizePixel = 0
  143. exit.Position = UDim2.new(0.942857146, 0, 0, 0)
  144. exit.Size = UDim2.new(0, 28, 0, 37)
  145. exit.Font = Enum.Font.SourceSansBold
  146. exit.Text = "X"
  147. exit.TextColor3 = Color3.new(1, 0, 0)
  148. exit.TextScaled = true
  149. exit.TextSize = 14
  150. exit.TextWrapped = true
  151.  
  152. exit.MouseButton1Down:connect(function()
  153. game.CoreGui.XardeGui.GuiFrame.Visible = false
  154. game.CoreGui.XardeGui.Open.Visible = true
  155. end)
  156.  
  157. Level.Name = "Level"
  158. Level.Parent = GuiFrame
  159. Level.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  160. Level.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  161. Level.BorderSizePixel = 4
  162. Level.Position = UDim2.new(0.0528700911, 0, 0.140845075, 0)
  163. Level.Size = UDim2.new(0, 128, 0, 36)
  164. Level.Font = Enum.Font.SourceSansBold
  165. Level.Text = "Level"
  166. Level.TextColor3 = Color3.new(1, 1, 1)
  167. Level.TextScaled = true
  168. Level.TextSize = 14
  169. Level.TextWrapped = true
  170.  
  171. Level.MouseButton1Down:connect(function()
  172. game.ReplicatedStorage.Remotes.SetStat:FireServer("Level", ValueBox.Text, "math.random() is the best thing ever")
  173. end)
  174.  
  175. MagicP.Name = "MagicP"
  176. MagicP.Parent = GuiFrame
  177. MagicP.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  178. MagicP.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  179. MagicP.BorderSizePixel = 4
  180. MagicP.Position = UDim2.new(0.277945608, 0, 0.140845075, 0)
  181. MagicP.Size = UDim2.new(0, 128, 0, 36)
  182. MagicP.Font = Enum.Font.SourceSansBold
  183. MagicP.Text = "Magic Power"
  184. MagicP.TextColor3 = Color3.new(1, 1, 1)
  185. MagicP.TextScaled = true
  186. MagicP.TextSize = 14
  187. MagicP.TextWrapped = true
  188.  
  189. MagicP.MouseButton1Down:connect(function()
  190. game.ReplicatedStorage.Remotes.SetStat:FireServer("MagicPower", ValueBox.Text, "math.random() is the best thing ever")
  191. end)
  192.  
  193. Strength.Name = "Strength"
  194. Strength.Parent = GuiFrame
  195. Strength.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  196. Strength.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  197. Strength.BorderSizePixel = 4
  198. Strength.Position = UDim2.new(0.503021121, 0, 0.140845075, 0)
  199. Strength.Size = UDim2.new(0, 128, 0, 36)
  200. Strength.Font = Enum.Font.SourceSansBold
  201. Strength.Text = "Strength"
  202. Strength.TextColor3 = Color3.new(1, 1, 1)
  203. Strength.TextScaled = true
  204. Strength.TextSize = 14
  205. Strength.TextWrapped = true
  206.  
  207. Strength.MouseButton1Down:connect(function()
  208. game.ReplicatedStorage.Remotes.SetStat:FireServer("Strength", ValueBox.Text, "math.random() is the best thing ever")
  209. end)
  210.  
  211. Lamina.Name = "Lamina"
  212. Lamina.Parent = GuiFrame
  213. Lamina.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  214. Lamina.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  215. Lamina.BorderSizePixel = 4
  216. Lamina.Position = UDim2.new(0.726586103, 0, 0.140845075, 0)
  217. Lamina.Size = UDim2.new(0, 128, 0, 36)
  218. Lamina.Font = Enum.Font.SourceSansBold
  219. Lamina.Text = "Lamina"
  220. Lamina.TextColor3 = Color3.new(1, 1, 1)
  221. Lamina.TextScaled = true
  222. Lamina.TextSize = 14
  223. Lamina.TextWrapped = true
  224.  
  225. Lamina.MouseButton1Down:connect(function()
  226. game.ReplicatedStorage.Remotes.SetStat:FireServer("Lamina", ValueBox.Text, "math.random() is the best thing ever")
  227. end)
  228.  
  229. Aurem.Name = "Aurem"
  230. Aurem.Parent = GuiFrame
  231. Aurem.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  232. Aurem.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  233. Aurem.BorderSizePixel = 4
  234. Aurem.Position = UDim2.new(0.0528700911, 0, 0.252523869, 0)
  235. Aurem.Size = UDim2.new(0, 128, 0, 36)
  236. Aurem.Font = Enum.Font.SourceSansBold
  237. Aurem.Text = "Aurem"
  238. Aurem.TextColor3 = Color3.new(1, 1, 1)
  239. Aurem.TextScaled = true
  240. Aurem.TextSize = 14
  241. Aurem.TextWrapped = true
  242.  
  243. Aurem.MouseButton1Down:connect(function()
  244. game.ReplicatedStorage.Remotes.SetStat:FireServer("Aurem", ValueBox.Text, "math.random() is the best thing ever")
  245. end)
  246.  
  247. Drown.Name = "Drown"
  248. Drown.Parent = GuiFrame
  249. Drown.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  250. Drown.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  251. Drown.BorderSizePixel = 4
  252. Drown.Position = UDim2.new(0.277945608, 0, 0.252523869, 0)
  253. Drown.Size = UDim2.new(0, 128, 0, 36)
  254. Drown.Font = Enum.Font.SourceSansBold
  255. Drown.Text = "Undrownable"
  256. Drown.TextColor3 = Color3.new(1, 1, 1)
  257. Drown.TextScaled = true
  258. Drown.TextSize = 14
  259. Drown.TextWrapped = true
  260.  
  261. Drown.MouseButton1Down:connect(function()
  262. game.Players.LocalPlayer.bin.Air.Changed:connect(function()
  263. game.Players.LocalPlayer.bin.Air.Value = 100
  264. end)
  265. end)
  266.  
  267. Stamina.Name = "Stamina"
  268. Stamina.Parent = GuiFrame
  269. Stamina.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  270. Stamina.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  271. Stamina.BorderSizePixel = 4
  272. Stamina.Position = UDim2.new(0.503021121, 0, 0.252523869, 0)
  273. Stamina.Size = UDim2.new(0, 128, 0, 36)
  274. Stamina.Font = Enum.Font.SourceSansBold
  275. Stamina.Text = "Infinite Stamina"
  276. Stamina.TextColor3 = Color3.new(1, 1, 1)
  277. Stamina.TextScaled = true
  278. Stamina.TextSize = 14
  279. Stamina.TextWrapped = true
  280.  
  281. Stamina.MouseButton1Down:connect(function()
  282. while true do
  283. wait(1)
  284. game.Players.LocalPlayer.bin.Stamina.Value = 99999
  285. end
  286. end)
  287.  
  288. Energy.Name = "Energy"
  289. Energy.Parent = GuiFrame
  290. Energy.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  291. Energy.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  292. Energy.BorderSizePixel = 4
  293. Energy.Position = UDim2.new(0.726586103, 0, 0.252523869, 0)
  294. Energy.Size = UDim2.new(0, 128, 0, 36)
  295. Energy.Font = Enum.Font.SourceSansBold
  296. Energy.Text = "Infinite Energy"
  297. Energy.TextColor3 = Color3.new(1, 1, 1)
  298. Energy.TextScaled = true
  299. Energy.TextSize = 14
  300. Energy.TextWrapped = true
  301.  
  302. Energy.MouseButton1Down:connect(function()
  303. while true do
  304. wait(1)
  305. game.Players.LocalPlayer.bin.MagicEnergy.Value = 99999
  306. end
  307. end)
  308.  
  309. Godmode.Name = "Godmode"
  310. Godmode.Parent = GuiFrame
  311. Godmode.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  312. Godmode.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  313. Godmode.BorderSizePixel = 4
  314. Godmode.Position = UDim2.new(0.0528700911, 0, 0.363696367, 0)
  315. Godmode.Size = UDim2.new(0, 128, 0, 36)
  316. Godmode.Font = Enum.Font.SourceSansBold
  317. Godmode.Text = "Godmode"
  318. Godmode.TextColor3 = Color3.new(1, 1, 1)
  319. Godmode.TextScaled = true
  320. Godmode.TextSize = 14
  321. Godmode.TextWrapped = true
  322.  
  323. Godmode.MouseButton1Down:connect(function()
  324. local p = game.Players.LocalPlayer.Character
  325. while true do
  326. wait(0.07)
  327. p.Humanoid.Health = p.Humanoid.MaxHealth
  328. end
  329. end)
  330.  
  331. Boat.Name = "Boat"
  332. Boat.Parent = GuiFrame
  333. Boat.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  334. Boat.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  335. Boat.BorderSizePixel = 4
  336. Boat.Position = UDim2.new(0.277945608, 0, 0.363696367, 0)
  337. Boat.Size = UDim2.new(0, 128, 0, 36)
  338. Boat.Font = Enum.Font.SourceSansBold
  339. Boat.Text = "Change Boat"
  340. Boat.TextColor3 = Color3.new(1, 1, 1)
  341. Boat.TextScaled = true
  342. Boat.TextSize = 14
  343. Boat.TextWrapped = true
  344.  
  345. Boat.MouseButton1Down:connect(function()
  346. game.ReplicatedStorage.Remotes.SetStat:FireServer("Boat", ValueBox.Text, "math.random() is the best thing ever")
  347. end)
  348.  
  349. Magic1.Name = "Magic1"
  350. Magic1.Parent = GuiFrame
  351. Magic1.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  352. Magic1.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  353. Magic1.BorderSizePixel = 4
  354. Magic1.Position = UDim2.new(0.503021121, 0, 0.363696367, 0)
  355. Magic1.Size = UDim2.new(0, 128, 0, 36)
  356. Magic1.Font = Enum.Font.SourceSansBold
  357. Magic1.Text = "1st Magic"
  358. Magic1.TextColor3 = Color3.new(1, 1, 1)
  359. Magic1.TextScaled = true
  360. Magic1.TextSize = 14
  361. Magic1.TextWrapped = true
  362.  
  363. Magic1.MouseButton1Down:connect(function()
  364. game.ReplicatedStorage.Remotes.SetStat:FireServer("Magic", ValueBox.Text, "math.random() is the best thing ever")
  365. end)
  366.  
  367. Magic2.Name = "Magic2"
  368. Magic2.Parent = GuiFrame
  369. Magic2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  370. Magic2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  371. Magic2.BorderSizePixel = 4
  372. Magic2.Position = UDim2.new(0.726586103, 0, 0.363696367, 0)
  373. Magic2.Size = UDim2.new(0, 128, 0, 36)
  374. Magic2.Font = Enum.Font.SourceSansBold
  375. Magic2.Text = "2nd Magic"
  376. Magic2.TextColor3 = Color3.new(1, 1, 1)
  377. Magic2.TextScaled = true
  378. Magic2.TextSize = 14
  379. Magic2.TextWrapped = true
  380.  
  381. Magic2.MouseButton1Down:connect(function()
  382. game.ReplicatedStorage.Remotes.SetStat:FireServer("Magic2", ValueBox.Text, "math.random() is the best thing ever")
  383. end)
  384.  
  385. GiveMagic.Name = "GiveMagic"
  386. GiveMagic.Parent = GuiFrame
  387. GiveMagic.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  388. GiveMagic.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  389. GiveMagic.BorderSizePixel = 4
  390. GiveMagic.Position = UDim2.new(0.0528700911, 0, 0.477385014, 0)
  391. GiveMagic.Size = UDim2.new(0, 128, 0, 36)
  392. GiveMagic.Font = Enum.Font.SourceSansBold
  393. GiveMagic.Text = "Give Magic"
  394. GiveMagic.TextColor3 = Color3.new(1, 1, 1)
  395. GiveMagic.TextScaled = true
  396. GiveMagic.TextSize = 14
  397. GiveMagic.TextWrapped = true
  398.  
  399. GiveMagic.MouseButton1Down:connect(function()
  400. game.ReplicatedStorage.Remotes.GiveMagic:FireServer(ValueBox.Text)
  401. end)
  402.  
  403. KillEm.Name = "KillEm"
  404. KillEm.Parent = GuiFrame
  405. KillEm.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  406. KillEm.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  407. KillEm.BorderSizePixel = 4
  408. KillEm.Position = UDim2.new(0.277945608, 0, 0.477385014, 0)
  409. KillEm.Size = UDim2.new(0, 128, 0, 36)
  410. KillEm.Font = Enum.Font.SourceSansBold
  411. KillEm.Text = "Kill All NPC"
  412. KillEm.TextColor3 = Color3.new(1, 1, 1)
  413. KillEm.TextScaled = true
  414. KillEm.TextSize = 14
  415. KillEm.TextWrapped = true
  416.  
  417. KillEm.MouseButton1Down:connect(function()
  418. for i,v in pairs(game.Workspace.Enemies:GetChildren()) do
  419. local tag = Instance.new("ObjectValue",v)
  420. tag.Name = "HitTag"
  421. tag.Value = game.Players.LocalPlayer
  422. v.Humanoid.Health = 0
  423. end
  424. end)
  425.  
  426. Item.Name = "Item"
  427. Item.Parent = GuiFrame
  428. Item.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  429. Item.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  430. Item.BorderSizePixel = 4
  431. Item.Position = UDim2.new(0.503021121, 0, 0.477385014, 0)
  432. Item.Size = UDim2.new(0, 128, 0, 36)
  433. Item.Font = Enum.Font.SourceSansBold
  434. Item.Text = "Spawn Item"
  435. Item.TextColor3 = Color3.new(1, 1, 1)
  436. Item.TextScaled = true
  437. Item.TextSize = 14
  438. Item.TextWrapped = true
  439.  
  440. Item.MouseButton1Down:connect(function()
  441. Item = tostring(ValueBox.Text)
  442. Code = game.ReplicatedStorage.Remotes.GetGUID:InvokeServer()
  443. for i= -1000,1000 do
  444. game.ReplicatedStorage.Remotes.InvInsertShirt:FireServer(i,Item,Code)
  445. end
  446. end)
  447.  
  448. Blessed.Name = "Blessed"
  449. Blessed.Parent = GuiFrame
  450. Blessed.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  451. Blessed.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  452. Blessed.BorderSizePixel = 4
  453. Blessed.Position = UDim2.new(0.726586103, 0, 0.477385014, 0)
  454. Blessed.Size = UDim2.new(0, 128, 0, 36)
  455. Blessed.Font = Enum.Font.SourceSansBold
  456. Blessed.Text = "Spawn Blessed"
  457. Blessed.TextColor3 = Color3.new(1, 1, 1)
  458. Blessed.TextScaled = true
  459. Blessed.TextSize = 14
  460. Blessed.TextWrapped = true
  461.  
  462. Blessed.MouseButton1Down:connect(function()
  463. Item = tostring(ValueBox.Text)
  464. Code = game.ReplicatedStorage.Remotes.GetGUID:InvokeServer()
  465. for i= 0,750 do
  466. game.ReplicatedStorage.Remotes.InvInsertShirt:FireServer(i,Item,Code,'',"me no stop suck plox","$")
  467. end
  468. end)
  469.  
  470. Armored.Name = "Armored"
  471. Armored.Parent = GuiFrame
  472. Armored.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  473. Armored.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  474. Armored.BorderSizePixel = 4
  475. Armored.Position = UDim2.new(0.0528700948, 0, 0.582021534, 0)
  476. Armored.Size = UDim2.new(0, 128, 0, 36)
  477. Armored.Font = Enum.Font.SourceSansBold
  478. Armored.Text = "Spawn Armored"
  479. Armored.TextColor3 = Color3.new(1, 1, 1)
  480. Armored.TextScaled = true
  481. Armored.TextSize = 14
  482. Armored.TextWrapped = true
  483.  
  484. Armored.MouseButton1Down:connect(function()
  485. Item = tostring(ValueBox.Text)
  486. Code = game.ReplicatedStorage.Remotes.GetGUID:InvokeServer()
  487. for i= 0,750 do
  488. game.ReplicatedStorage.Remotes.InvInsertShirt:FireServer(i,Item,Code,'',"me no stop suck plox","%")
  489. end
  490. end)
  491.  
  492. SCSet.Name = "SCSet"
  493. SCSet.Parent = GuiFrame
  494. SCSet.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  495. SCSet.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  496. SCSet.BorderSizePixel = 4
  497. SCSet.Position = UDim2.new(0.277945638, 0, 0.5808478, 0)
  498. SCSet.Size = UDim2.new(0, 128, 0, 36)
  499. SCSet.Font = Enum.Font.SourceSansBold
  500. SCSet.Text = "SC Set"
  501. SCSet.TextColor3 = Color3.new(1, 1, 1)
  502. SCSet.TextScaled = true
  503. SCSet.TextSize = 14
  504. SCSet.TextWrapped = true
  505.  
  506. SCSet.MouseButton1Down:connect(function()
  507. code = game.ReplicatedStorage.Remotes.GetGUID:InvokeServer()
  508. local Items = {
  509.  
  510. "Sunken Champion Helm";
  511. "Sunken Champion Armor";
  512. "Sunken Champion Leggings";
  513. }
  514.  
  515. for i, v in pairs(Items) do
  516. wait(1)
  517. for i = -1000,1000 do
  518. game.ReplicatedStorage.Remotes.InvInsertShirt:FireServer(i,v,code)
  519. end
  520. end
  521. end)
  522.  
  523. Developer.Name = "Developer"
  524. Developer.Parent = GuiFrame
  525. Developer.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  526. Developer.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  527. Developer.BorderSizePixel = 4
  528. Developer.Position = UDim2.new(0.503021181, 0, 0.581937134, 0)
  529. Developer.Size = UDim2.new(0, 128, 0, 36)
  530. Developer.Font = Enum.Font.SourceSansBold
  531. Developer.Text = "Developer Items"
  532. Developer.TextColor3 = Color3.new(1, 1, 1)
  533. Developer.TextScaled = true
  534. Developer.TextSize = 14
  535. Developer.TextWrapped = true
  536.  
  537. Developer.MouseButton1Down:connect(function()
  538. game.ReplicatedStorage.Remotes.EquipAccessory:FireServer("$Aether Lightning Battle Helm",false)
  539. game.ReplicatedStorage.Remotes.EquipAccessory:FireServer("$Inferno Amplifier",false)
  540. game.ReplicatedStorage.Remotes.EquipAccessory:FireServer("$Horns of the Void",false)
  541. end)
  542.  
  543. Champ.Name = "Champ"
  544. Champ.Parent = GuiFrame
  545. Champ.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  546. Champ.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  547. Champ.BorderSizePixel = 4
  548. Champ.Position = UDim2.new(0.726586103, 0, 0.582021475, 0)
  549. Champ.Size = UDim2.new(0, 128, 0, 36)
  550. Champ.Font = Enum.Font.SourceSansBold
  551. Champ.Text = "Champion's Item"
  552. Champ.TextColor3 = Color3.new(1, 1, 1)
  553. Champ.TextScaled = true
  554. Champ.TextSize = 14
  555. Champ.TextWrapped = true
  556.  
  557. Champ.MouseButton1Down:connect(function()
  558. code = game.ReplicatedStorage.Remotes.GetGUID:InvokeServer()
  559. local Items = {
  560. "Partcline's Gauntlet",
  561. "Lazy's Hat",
  562. "Souchai's Sword",
  563. "Neon Midnight",
  564. "Vonya's Mask",
  565. "Master's Wings"
  566. }
  567. for i, v in pairs(Items) do
  568. wait(1)
  569. for i = -1000, 1000 do
  570. game.ReplicatedStorage.Remotes.InvInsertShirt:FireServer(i, v, code)
  571. end
  572. end
  573. end)
  574.  
  575. Black.Name = "Black"
  576. Black.Parent = GuiFrame
  577. Black.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  578. Black.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  579. Black.BorderSizePixel = 4
  580. Black.Position = UDim2.new(0.0528700948, 0, 0.684141815, 0)
  581. Black.Size = UDim2.new(0, 128, 0, 36)
  582. Black.Font = Enum.Font.SourceSansBold
  583. Black.Text = "All Black Magic Items"
  584. Black.TextColor3 = Color3.new(1, 1, 1)
  585. Black.TextScaled = true
  586. Black.TextSize = 14
  587. Black.TextWrapped = true
  588.  
  589. Black.MouseButton1Down:connect(function()
  590. code = game.ReplicatedStorage.Remotes.GetGUID:InvokeServer()
  591. local Items = {
  592.  
  593. "Evil Hat";
  594. "Devil's Pauldrons";
  595. "Evil Apprentice Robes";
  596. "Evil Apprentice Pants";
  597. "Black Iron Shield";
  598. "Darkness Powder";
  599. "Poison Dagger";
  600. "Evil Crown";
  601. "Corruption Magic Robes";
  602. "Corruption Magic Pants";
  603. "Dual Poison Daggers";
  604. "Black Magic Shield";
  605. "Eye of Black Magic";
  606. "Black Magic Wings";
  607. "Dead Revival Staff";
  608. "Black Magic Chest"
  609.  
  610. }
  611.  
  612. for i, v in pairs(Items) do
  613. wait(2)
  614. for i = -1000,1000 do
  615. game.ReplicatedStorage.Remotes.InvInsertShirt:FireServer(i,v,code)
  616. end
  617. end
  618. end)
  619.  
  620. Poseidon.Name = "Poseidon"
  621. Poseidon.Parent = GuiFrame
  622. Poseidon.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  623. Poseidon.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  624. Poseidon.BorderSizePixel = 4
  625. Poseidon.Position = UDim2.new(0.277945608, 0, 0.684141815, 0)
  626. Poseidon.Size = UDim2.new(0, 128, 0, 36)
  627. Poseidon.Font = Enum.Font.SourceSansBold
  628. Poseidon.Text = "Poseidon"
  629. Poseidon.TextColor3 = Color3.new(1, 1, 1)
  630. Poseidon.TextScaled = true
  631. Poseidon.TextSize = 14
  632. Poseidon.TextWrapped = true
  633.  
  634. Poseidon.MouseButton1Down:connect(function()
  635. game.Players.LocalPlayer.Name = "vetexgames"
  636. game.Players.LocalPlayer.UserId = '5414629'
  637.  
  638. game.ReplicatedStorage.Remotes.GiveMagic:FireServer("Poseidon")
  639. end)
  640.  
  641. Yield.Name = "Yield"
  642. Yield.Parent = GuiFrame
  643. Yield.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  644. Yield.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  645. Yield.BorderSizePixel = 4
  646. Yield.Position = UDim2.new(0.503021181, 0, 0.684141815, 0)
  647. Yield.Size = UDim2.new(0, 128, 0, 36)
  648. Yield.Font = Enum.Font.SourceSansBold
  649. Yield.Text = "Infinite Yield"
  650. Yield.TextColor3 = Color3.new(1, 1, 1)
  651. Yield.TextScaled = true
  652. Yield.TextSize = 14
  653. Yield.TextWrapped = true
  654.  
  655. Yield.MouseButton1Down:connect(function()
  656. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  657. end)
  658.  
  659. Damage.Name = "Damage"
  660. Damage.Parent = GuiFrame
  661. Damage.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  662. Damage.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  663. Damage.BorderSizePixel = 4
  664. Damage.Position = UDim2.new(0.726586103, 0, 0.684141815, 0)
  665. Damage.Size = UDim2.new(0, 128, 0, 36)
  666. Damage.Font = Enum.Font.SourceSansBold
  667. Damage.Text = "Infinite Damage"
  668. Damage.TextColor3 = Color3.new(1, 1, 1)
  669. Damage.TextScaled = true
  670. Damage.TextSize = 14
  671. Damage.TextWrapped = true
  672.  
  673. Damage.MouseButton1Down:connect(function()
  674. game.Players.LocalPlayer.PlayerGui.Sidescreens.LocalStats.MagicDamage.RobloxLocked = true
  675. wait(0.1)
  676. game.Players.LocalPlayer.PlayerGui.Sidescreens.LocalStats.MagicDamage.Value = 99999
  677. end)
  678.  
  679. Escape.Name = "Escape"
  680. Escape.Parent = GuiFrame
  681. Escape.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  682. Escape.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  683. Escape.BorderSizePixel = 4
  684. Escape.Position = UDim2.new(0.0528700948, 0, 0.784359694, 0)
  685. Escape.Size = UDim2.new(0, 128, 0, 36)
  686. Escape.Font = Enum.Font.SourceSansBold
  687. Escape.Text = "Escape Jail"
  688. Escape.TextColor3 = Color3.new(1, 1, 1)
  689. Escape.TextScaled = true
  690. Escape.TextSize = 14
  691. Escape.TextWrapped = true
  692.  
  693. Escape.MouseButton1Down:connect(function()
  694. game.ReplicatedStorage.Remotes.SetStat:FireServer("JailTimeRemaining", 0, "math.random() is the best thing ever")
  695. end)
  696.  
  697.  
  698. Bait.Name = "Bait"
  699. Bait.Parent = GuiFrame
  700. Bait.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  701. Bait.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  702. Bait.BorderSizePixel = 4
  703. Bait.Position = UDim2.new(0.277945638, 0, 0.784359694, 0)
  704. Bait.Size = UDim2.new(0, 128, 0, 36)
  705. Bait.Font = Enum.Font.SourceSansBold
  706. Bait.Text = "Max Bait"
  707. Bait.TextColor3 = Color3.new(1, 1, 1)
  708. Bait.TextScaled = true
  709. Bait.TextSize = 14
  710. Bait.TextWrapped = true
  711.  
  712. Bait.MouseButton1Down:connect(function()
  713. game.ReplicatedStorage.Remotes.SetStat:FireServer("Bait", 100000, "math.random() is the best thing ever")
  714. end)
  715.  
  716. FishRod.Name = "FishRod"
  717. FishRod.Parent = GuiFrame
  718. FishRod.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  719. FishRod.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  720. FishRod.BorderSizePixel = 4
  721. FishRod.Position = UDim2.new(0.503021181, 0, 0.784359694, 0)
  722. FishRod.Size = UDim2.new(0, 128, 0, 36)
  723. FishRod.Font = Enum.Font.SourceSansBold
  724. FishRod.Text = "Fishing Rod"
  725. FishRod.TextColor3 = Color3.new(1, 1, 1)
  726. FishRod.TextScaled = true
  727. FishRod.TextSize = 14
  728. FishRod.TextWrapped = true
  729.  
  730. FishRod.MouseButton1Down:connect(function()
  731. game.ReplicatedStorage.Remotes.SetStat:FireServer("FishingRod", ValueBox.Text, "math.random() is the best thing ever")
  732. end)
  733.  
  734. Rep.Name = "Rep"
  735. Rep.Parent = GuiFrame
  736. Rep.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  737. Rep.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  738. Rep.BorderSizePixel = 4
  739. Rep.Position = UDim2.new(0.726586103, 0, 0.784359694, 0)
  740. Rep.Size = UDim2.new(0, 128, 0, 36)
  741. Rep.Font = Enum.Font.SourceSansBold
  742. Rep.Text = "Reputation"
  743. Rep.TextColor3 = Color3.new(1, 1, 1)
  744. Rep.TextScaled = true
  745. Rep.TextSize = 14
  746. Rep.TextWrapped = true
  747.  
  748. Rep.MouseButton1Down:connect(function()
  749. game.ReplicatedStorage.Remotes.SetStat:FireServer("Reputation", ValueBox.Text, "math.random() is the best thing ever")
  750. end)
  751.  
  752. ValueBox.Name = "ValueBox"
  753. ValueBox.Parent = GuiFrame
  754. ValueBox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  755. ValueBox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  756. ValueBox.BorderSizePixel = 4
  757. ValueBox.Position = UDim2.new(0.370090634, 0, 0.897603512, 0)
  758. ValueBox.Size = UDim2.new(0, 200, 0, 38)
  759. ValueBox.Font = Enum.Font.SourceSans
  760. ValueBox.Text = "Amount/Item/Magic/Boat"
  761. ValueBox.TextColor3 = Color3.new(1, 1, 1)
  762. ValueBox.TextSize = 14
  763.  
  764. gotop.Name = "gotop"
  765. gotop.Parent = GuiFrame
  766. gotop.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  767. gotop.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  768. gotop.BorderSizePixel = 0
  769. gotop.Position = UDim2.new(0.942598164, 0, 0.919389963, 0)
  770. gotop.Size = UDim2.new(0, 38, 0, 37)
  771. gotop.Font = Enum.Font.SourceSansBold
  772. gotop.Text = ">"
  773. gotop.TextColor3 = Color3.new(1, 1, 1)
  774. gotop.TextScaled = true
  775. gotop.TextSize = 14
  776. gotop.TextWrapped = true
  777.  
  778. gotop.MouseButton1Down:connect(function()
  779. game.CoreGui.XardeGui.GuiFrame.Visible = false
  780. game.CoreGui.XardeGui.NextGuiFrame.Visible = true
  781. end)
  782.  
  783. Vector.Name = "Vector"
  784. Vector.Parent = GuiFrame
  785. Vector.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  786. Vector.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  787. Vector.BorderSizePixel = 4
  788. Vector.Position = UDim2.new(0.0528700948, 0, 0.899828136, 0)
  789. Vector.Size = UDim2.new(0, 128, 0, 36)
  790. Vector.Font = Enum.Font.SourceSansBold
  791. Vector.Text = "Vector"
  792. Vector.TextColor3 = Color3.new(1, 1, 1)
  793. Vector.TextScaled = true
  794. Vector.TextSize = 14
  795. Vector.TextWrapped = true
  796.  
  797. Vector.MouseButton1Down:connect(function()
  798. game.Players.LocalPlayer.Name = "TensaMan"
  799. game.Players.LocalPlayer.UserId = '22278792'
  800.  
  801. game.ReplicatedStorage.Remotes.GiveMagic:FireServer("Vector")
  802. end)
  803.  
  804. Gauntlet.Name = "Gauntlet"
  805. Gauntlet.Parent = GuiFrame
  806. Gauntlet.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  807. Gauntlet.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  808. Gauntlet.BorderSizePixel = 4
  809. Gauntlet.Position = UDim2.new(0.726586103, 0, 0.902006745, 0)
  810. Gauntlet.Size = UDim2.new(0, 128, 0, 36)
  811. Gauntlet.Font = Enum.Font.SourceSansBold
  812. Gauntlet.Text = "Theos' Gauntlet"
  813. Gauntlet.TextColor3 = Color3.new(1, 1, 1)
  814. Gauntlet.TextScaled = true
  815. Gauntlet.TextSize = 14
  816. Gauntlet.TextWrapped = true
  817.  
  818. Gauntlet.MouseButton1Down:connect(function()
  819. item = "Gauntlet of the Rising Phoenix"
  820. code = game.ReplicatedStorage.Remotes.GetGUID:InvokeServer()
  821. for i = -1000, 1000 do
  822. game.ReplicatedStorage.Remotes.InvInsertShirt:FireServer(i, item, code)
  823. end
  824. end)
  825.  
  826. NextGuiFrame.Name = "NextGuiFrame"
  827. NextGuiFrame.Parent = XardeGui
  828. NextGuiFrame.Active = true
  829. NextGuiFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  830. NextGuiFrame.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  831. NextGuiFrame.BorderSizePixel = 6
  832. NextGuiFrame.Draggable = true
  833. NextGuiFrame.Position = UDim2.new(0.361111104, 0, 0.173876867, 0)
  834. NextGuiFrame.Selectable = true
  835. NextGuiFrame.Size = UDim2.new(0, 295, 0, 429)
  836. NextGuiFrame.Visible = false
  837.  
  838. Fist.Name = "Fist"
  839. Fist.Parent = NextGuiFrame
  840. Fist.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  841. Fist.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  842. Fist.BorderSizePixel = 4
  843. Fist.Position = UDim2.new(0.222033888, 0, 0.0010595473, 0)
  844. Fist.Size = UDim2.new(0, 162, 0, 38)
  845. Fist.Font = Enum.Font.SourceSansBold
  846. Fist.Text = "Change Fightning Style"
  847. Fist.TextColor3 = Color3.new(1, 1, 1)
  848. Fist.TextScaled = true
  849. Fist.TextSize = 14
  850. Fist.TextWrapped = true
  851.  
  852. Fist.MouseButton1Down:connect(function()
  853. game.ReplicatedStorage.Remotes.SetStat:FireServer("FightingStyle", NextValBox.Text, "math.random() is the best thing ever")
  854. end)
  855.  
  856. AGR.Name = "AGR"
  857. AGR.Parent = NextGuiFrame
  858. AGR.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  859. AGR.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  860. AGR.BorderSizePixel = 4
  861. AGR.Position = UDim2.new(0.223728806, 0, 0.123633936, 0)
  862. AGR.Size = UDim2.new(0, 162, 0, 38)
  863. AGR.Font = Enum.Font.SourceSansBold
  864. AGR.Text = "AGR"
  865. AGR.TextColor3 = Color3.new(1, 1, 1)
  866. AGR.TextScaled = true
  867. AGR.TextSize = 14
  868. AGR.TextWrapped = true
  869.  
  870. AGR.MouseButton1Down:connect(function()
  871. game.ReplicatedStorage.Remotes.SetStat:FireServer("AGCaptures", NextValBox.Text, "math.random() is the best thing ever")
  872. end)
  873.  
  874. EXP.Name = "EXP"
  875. EXP.Parent = NextGuiFrame
  876. EXP.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  877. EXP.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  878. EXP.BorderSizePixel = 4
  879. EXP.Position = UDim2.new(0.225423723, 0, 0.242545307, 0)
  880. EXP.Size = UDim2.new(0, 162, 0, 38)
  881. EXP.Font = Enum.Font.SourceSansBold
  882. EXP.Text = "EXP"
  883. EXP.TextColor3 = Color3.new(1, 1, 1)
  884. EXP.TextScaled = true
  885. EXP.TextSize = 14
  886. EXP.TextWrapped = true
  887.  
  888. EXP.MouseButton1Down:connect(function()
  889. game.ReplicatedStorage.Remotes.SetStat:FireServer("EXP", NextValBox.Text, "math.random() is the best thing ever")
  890. end)
  891.  
  892. Animination.Name = "Animination"
  893. Animination.Parent = NextGuiFrame
  894. Animination.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  895. Animination.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  896. Animination.BorderSizePixel = 4
  897. Animination.Position = UDim2.new(0.227118641, 0, 0.362970352, 0)
  898. Animination.Size = UDim2.new(0, 162, 0, 38)
  899. Animination.Font = Enum.Font.SourceSansBold
  900. Animination.Text = "Animination Pack"
  901. Animination.TextColor3 = Color3.new(1, 1, 1)
  902. Animination.TextScaled = true
  903. Animination.TextSize = 14
  904. Animination.TextWrapped = true
  905.  
  906. Animination.MouseButton1Down:connect(function()
  907. game.ReplicatedStorage.Remotes.SetStat:FireServer("CurrentPack", NextValBox.Text, "math.random() is the best thing ever")
  908. end)
  909.  
  910. NextValBox.Name = "NextValBox"
  911. NextValBox.Parent = NextGuiFrame
  912. NextValBox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  913. NextValBox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  914. NextValBox.BorderSizePixel = 4
  915. NextValBox.Position = UDim2.new(0.223728821, 0, 0.864801884, 0)
  916. NextValBox.Size = UDim2.new(0, 162, 0, 37)
  917. NextValBox.Font = Enum.Font.SourceSans
  918. NextValBox.Text = "Exp/Agr/Style/Pack"
  919. NextValBox.TextColor3 = Color3.new(1, 1, 1)
  920. NextValBox.TextSize = 14
  921.  
  922. gotopp.Name = "gotopp"
  923. gotopp.Parent = NextGuiFrame
  924. gotopp.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  925. gotopp.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  926. gotopp.BorderSizePixel = 0
  927. gotopp.Position = UDim2.new(0.871411741, 0, 0.864444911, 0)
  928. gotopp.Size = UDim2.new(0, 38, 0, 37)
  929. gotopp.Font = Enum.Font.SourceSansBold
  930. gotopp.Text = ">"
  931. gotopp.TextColor3 = Color3.new(1, 1, 1)
  932. gotopp.TextScaled = true
  933. gotopp.TextSize = 14
  934. gotopp.TextWrapped = true
  935.  
  936. gotopp.MouseButton1Down:connect(function()
  937. game.CoreGui.XardeGui.NextGuiFrame.Visible = false
  938. game.CoreGui.XardeGui.ThirdGuiFrame.Visible = true
  939. end)
  940.  
  941. exitp.Name = "exitp"
  942. exitp.Parent = NextGuiFrame
  943. exitp.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  944. exitp.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  945. exitp.BorderSizePixel = 0
  946. exitp.Position = UDim2.new(0.000225305557, 0, 0.864444911, 0)
  947. exitp.Size = UDim2.new(0, 38, 0, 37)
  948. exitp.Font = Enum.Font.SourceSansBold
  949. exitp.Text = "<"
  950. exitp.TextColor3 = Color3.new(1, 1, 1)
  951. exitp.TextScaled = true
  952. exitp.TextSize = 14
  953. exitp.TextWrapped = true
  954.  
  955. exitp.MouseButton1Down:connect(function()
  956. game.CoreGui.XardeGui.NextGuiFrame.Visible = false
  957. game.CoreGui.XardeGui.GuiFrame.Visible = true
  958. end)
  959.  
  960. Dex.Name = "Dex"
  961. Dex.Parent = NextGuiFrame
  962. Dex.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  963. Dex.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  964. Dex.BorderSizePixel = 4
  965. Dex.Position = UDim2.new(0.227118641, 0, 0.484182477, 0)
  966. Dex.Size = UDim2.new(0, 162, 0, 38)
  967. Dex.Font = Enum.Font.SourceSansBold
  968. Dex.Text = "Dex 2.0"
  969. Dex.TextColor3 = Color3.new(1, 1, 1)
  970. Dex.TextScaled = true
  971. Dex.TextSize = 14
  972. Dex.TextWrapped = true
  973.  
  974. Dex.MouseButton1Down:connect(function()
  975. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  976. end)
  977.  
  978. Bounty.Name = "Bounty"
  979. Bounty.Parent = NextGuiFrame
  980. Bounty.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  981. Bounty.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  982. Bounty.BorderSizePixel = 4
  983. Bounty.Position = UDim2.new(0.223728806, 0, 0.605394602, 0)
  984. Bounty.Size = UDim2.new(0, 162, 0, 38)
  985. Bounty.Font = Enum.Font.SourceSansBold
  986. Bounty.Text = "Bounty"
  987. Bounty.TextColor3 = Color3.new(1, 1, 1)
  988. Bounty.TextScaled = true
  989. Bounty.TextSize = 14
  990. Bounty.TextWrapped = true
  991.  
  992. Bounty.MouseButton1Down:connect(function()
  993. game.ReplicatedStorage.Remotes.SetStat:FireServer("Bounty", NextValBox.Text, "math.random() is the best thing ever")
  994. end)
  995.  
  996. Bounty_2.Name = "Bounty_2"
  997. Bounty_2.Parent = NextGuiFrame
  998. Bounty_2.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  999. Bounty_2.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1000. Bounty_2.BorderSizePixel = 4
  1001. Bounty_2.Position = UDim2.new(0.223728806, 0, 0.726606727, 0)
  1002. Bounty_2.Size = UDim2.new(0, 162, 0, 38)
  1003. Bounty_2.Font = Enum.Font.SourceSansBold
  1004. Bounty_2.Text = "Explorer"
  1005. Bounty_2.TextColor3 = Color3.new(1, 1, 1)
  1006. Bounty_2.TextScaled = true
  1007. Bounty_2.TextSize = 14
  1008. Bounty_2.TextWrapped = true
  1009.  
  1010. Bounty_2.MouseButton1Down:connect(function()
  1011. loadstring(game:GetObjects('rbxassetid://918380652')[1].Source)()
  1012. end)
  1013.  
  1014. ThirdGuiFrame.Name = "ThirdGuiFrame"
  1015. ThirdGuiFrame.Parent = XardeGui
  1016. ThirdGuiFrame.Active = true
  1017. ThirdGuiFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1018. ThirdGuiFrame.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1019. ThirdGuiFrame.BorderSizePixel = 6
  1020. ThirdGuiFrame.Draggable = true
  1021. ThirdGuiFrame.Position = UDim2.new(0.382297516, 0, 0.229617298, 0)
  1022. ThirdGuiFrame.Selectable = true
  1023. ThirdGuiFrame.Size = UDim2.new(0, 250, 0, 324)
  1024. ThirdGuiFrame.Visible = false
  1025.  
  1026. TitleName.Name = "TitleName"
  1027. TitleName.Parent = ThirdGuiFrame
  1028. TitleName.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1029. TitleName.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1030. TitleName.BorderSizePixel = 4
  1031. TitleName.Position = UDim2.new(0.167999998, 0, 0.0185185187, 0)
  1032. TitleName.Size = UDim2.new(0, 167, 0, 38)
  1033. TitleName.Font = Enum.Font.SourceSansBold
  1034. TitleName.Text = "Set Title"
  1035. TitleName.TextColor3 = Color3.new(1, 1, 1)
  1036. TitleName.TextScaled = true
  1037. TitleName.TextSize = 14
  1038. TitleName.TextWrapped = true
  1039.  
  1040. TitleName.MouseButton1Down:connect(function()
  1041. for i,v in pairs(game.Workspace:GetChildren()) do
  1042. if string.find(v.Name,NameTitleBox.Text) then
  1043. v.Head.Overhead.Title.Text = TitleValueBox.Text
  1044. end
  1045. end
  1046. end)
  1047.  
  1048. TitleColor.Name = "TitleColor"
  1049. TitleColor.Parent = ThirdGuiFrame
  1050. TitleColor.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1051. TitleColor.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1052. TitleColor.BorderSizePixel = 4
  1053. TitleColor.Position = UDim2.new(0.167999998, 0, 0.231481493, 0)
  1054. TitleColor.Size = UDim2.new(0, 167, 0, 38)
  1055. TitleColor.Font = Enum.Font.SourceSansBold
  1056. TitleColor.Text = "Set Title Color"
  1057. TitleColor.TextColor3 = Color3.new(1, 1, 1)
  1058. TitleColor.TextScaled = true
  1059. TitleColor.TextSize = 14
  1060. TitleColor.TextWrapped = true
  1061.  
  1062. TitleColor.MouseButton1Down:connect(function()
  1063. for i,v in pairs(game.Workspace:GetChildren()) do
  1064. if string.find(v.Name,ColorTitleBox.Text) then
  1065. local rgb = {}
  1066. for i in TitleValueBox.Text:gmatch('%d+') do
  1067. table.insert(rgb,tonumber(i))
  1068. end
  1069. game.Players.LocalPlayer.Character.Head.Overhead.Title.TextColor3 = Color3.fromRGB(rgb[1],rgb[2],rgb[3])
  1070.  
  1071. end
  1072. end
  1073. end)
  1074.  
  1075. TitleValueBox.Name = "TitleValueBox"
  1076. TitleValueBox.Parent = ThirdGuiFrame
  1077. TitleValueBox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1078. TitleValueBox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1079. TitleValueBox.BorderSizePixel = 4
  1080. TitleValueBox.Position = UDim2.new(0.156000003, 0, 0.641975224, 0)
  1081. TitleValueBox.Size = UDim2.new(0, 171, 0, 38)
  1082. TitleValueBox.Font = Enum.Font.SourceSans
  1083. TitleValueBox.Text = "Color/Title"
  1084. TitleValueBox.TextColor3 = Color3.new(1, 1, 1)
  1085. TitleValueBox.TextSize = 14
  1086.  
  1087. exitpp.Name = "exitpp"
  1088. exitpp.Parent = ThirdGuiFrame
  1089. exitpp.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1090. exitpp.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1091. exitpp.BorderSizePixel = 0
  1092. exitpp.Position = UDim2.new(0.0160000008, 0, 0.907407403, 0)
  1093. exitpp.Size = UDim2.new(0, 38, 0, 29)
  1094. exitpp.Font = Enum.Font.SourceSansBold
  1095. exitpp.Text = "<"
  1096. exitpp.TextColor3 = Color3.new(1, 1, 1)
  1097. exitpp.TextScaled = true
  1098. exitpp.TextSize = 14
  1099. exitpp.TextWrapped = true
  1100.  
  1101. exitpp.MouseButton1Down:connect(function()
  1102. game.CoreGui.XardeGui.ThirdGuiFrame.Visible = false
  1103. game.CoreGui.XardeGui.NextGuiFrame.Visible = true
  1104. end)
  1105.  
  1106. ViewTitle.Name = "ViewTitle"
  1107. ViewTitle.Parent = ThirdGuiFrame
  1108. ViewTitle.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1109. ViewTitle.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1110. ViewTitle.BorderSizePixel = 4
  1111. ViewTitle.Position = UDim2.new(0.167999998, 0, 0.439814866, 0)
  1112. ViewTitle.Size = UDim2.new(0, 167, 0, 38)
  1113. ViewTitle.Font = Enum.Font.SourceSansBold
  1114. ViewTitle.Text = "View Name"
  1115. ViewTitle.TextColor3 = Color3.new(1, 1, 1)
  1116. ViewTitle.TextScaled = true
  1117. ViewTitle.TextSize = 14
  1118. ViewTitle.TextWrapped = true
  1119.  
  1120. ViewTitle.MouseButton1Down:connect(function()
  1121. game.Players.LocalPlayer.Character.Head.Overhead.PlayerToHideFrom = nil
  1122. end)
  1123.  
  1124. NameTitleBox.Name = "NameTitleBox"
  1125. NameTitleBox.Parent = ThirdGuiFrame
  1126. NameTitleBox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1127. NameTitleBox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1128. NameTitleBox.BorderSizePixel = 4
  1129. NameTitleBox.Position = UDim2.new(0.16399999, 0, 0.16975309, 0)
  1130. NameTitleBox.Size = UDim2.new(0, 167, 0, 8)
  1131. NameTitleBox.Font = Enum.Font.SourceSans
  1132. NameTitleBox.Text = "Name"
  1133. NameTitleBox.TextColor3 = Color3.new(1, 1, 1)
  1134. NameTitleBox.TextSize = 14
  1135.  
  1136. ColorTitleBox.Name = "ColorTitleBox"
  1137. ColorTitleBox.Parent = ThirdGuiFrame
  1138. ColorTitleBox.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1139. ColorTitleBox.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1140. ColorTitleBox.BorderSizePixel = 4
  1141. ColorTitleBox.Position = UDim2.new(0.165999994, 0, 0.379629612, 0)
  1142. ColorTitleBox.Size = UDim2.new(0, 167, 0, 8)
  1143. ColorTitleBox.Font = Enum.Font.SourceSans
  1144. ColorTitleBox.Text = "Name"
  1145. ColorTitleBox.TextColor3 = Color3.new(1, 1, 1)
  1146. ColorTitleBox.TextSize = 14
  1147.  
  1148. gotoppp.Name = "gotoppp"
  1149. gotoppp.Parent = ThirdGuiFrame
  1150. gotoppp.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1151. gotoppp.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1152. gotoppp.BorderSizePixel = 0
  1153. gotoppp.Position = UDim2.new(0.84799999, 0, 0.910493851, 0)
  1154. gotoppp.Size = UDim2.new(0, 38, 0, 29)
  1155. gotoppp.Font = Enum.Font.SourceSansBold
  1156. gotoppp.Text = ">"
  1157. gotoppp.TextColor3 = Color3.new(1, 1, 1)
  1158. gotoppp.TextScaled = true
  1159. gotoppp.TextSize = 14
  1160. gotoppp.TextWrapped = true
  1161.  
  1162. gotoppp.MouseButton1Down:connect(function()
  1163. game.CoreGui.XardeGui.ThirdGuiFrame.Visible = false
  1164. game.CoreGui.XardeGui.FourthGuiFrame.Visible = true
  1165. end)
  1166.  
  1167. FourthGuiFrame.Name = "FourthGuiFrame"
  1168. FourthGuiFrame.Parent = XardeGui
  1169. FourthGuiFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1170. FourthGuiFrame.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1171. FourthGuiFrame.BorderSizePixel = 6
  1172. FourthGuiFrame.Position = UDim2.new(0.401129931, 0, 0.21131447, 0)
  1173. FourthGuiFrame.Size = UDim2.new(0, 209, 0, 346)
  1174. FourthGuiFrame.Visible = false
  1175.  
  1176. Chromium.Name = "Chromium"
  1177. Chromium.Parent = FourthGuiFrame
  1178. Chromium.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1179. Chromium.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1180. Chromium.BorderSizePixel = 4
  1181. Chromium.Position = UDim2.new(0.047846891, 0, 0.0749959648, 0)
  1182. Chromium.Size = UDim2.new(0, 191, 0, 39)
  1183. Chromium.Font = Enum.Font.SourceSansBold
  1184. Chromium.Text = "Chromium"
  1185. Chromium.TextColor3 = Color3.new(1, 1, 1)
  1186. Chromium.TextScaled = true
  1187. Chromium.TextSize = 14
  1188. Chromium.TextWrapped = true
  1189.  
  1190. Chromium.MouseButton1Down:connect(function()
  1191. loadstring(game:GetObjects("rbxassetid://01407147601")[1].Source)()
  1192. end)
  1193.  
  1194. JamesGui.Name = "JamesGui"
  1195. JamesGui.Parent = FourthGuiFrame
  1196. JamesGui.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1197. JamesGui.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1198. JamesGui.BorderSizePixel = 4
  1199. JamesGui.Position = UDim2.new(0.047846891, 0, 0.230607674, 0)
  1200. JamesGui.Size = UDim2.new(0, 191, 0, 39)
  1201. JamesGui.Font = Enum.Font.SourceSansBold
  1202. JamesGui.Text = "James Gui"
  1203. JamesGui.TextColor3 = Color3.new(1, 1, 1)
  1204. JamesGui.TextScaled = true
  1205. JamesGui.TextSize = 14
  1206. JamesGui.TextWrapped = true
  1207.  
  1208. JamesGui.MouseButton1Down:connect(function()
  1209. loadstring(game:GetObjects("rbxassetid://01407164597")[1].Source)()
  1210. end)
  1211.  
  1212. LindsayGui.Name = "LindsayGui"
  1213. LindsayGui.Parent = FourthGuiFrame
  1214. LindsayGui.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1215. LindsayGui.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1216. LindsayGui.BorderSizePixel = 4
  1217. LindsayGui.Position = UDim2.new(0.047846891, 0, 0.381847858, 0)
  1218. LindsayGui.Size = UDim2.new(0, 191, 0, 39)
  1219. LindsayGui.Font = Enum.Font.SourceSansBold
  1220. LindsayGui.Text = "Lindsay Gui"
  1221. LindsayGui.TextColor3 = Color3.new(1, 1, 1)
  1222. LindsayGui.TextScaled = true
  1223. LindsayGui.TextSize = 14
  1224. LindsayGui.TextWrapped = true
  1225.  
  1226. LindsayGui.MouseButton1Down:connect(function()
  1227. game:GetObjects('rbxassetid://716806048')[1].Parent = game.Players.LocalPlayer.PlayerGui
  1228. game.Players.LocalPlayer.PlayerGui:WaitForChild('TakeThisL')
  1229. loadstring(game:GetObjects('rbxassetid://716806251')[1].Source)()
  1230. end)
  1231.  
  1232. SirenGui.Name = "SirenGui"
  1233. SirenGui.Parent = FourthGuiFrame
  1234. SirenGui.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1235. SirenGui.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1236. SirenGui.BorderSizePixel = 4
  1237. SirenGui.Position = UDim2.new(0.0430622026, 0, 0.529523313, 0)
  1238. SirenGui.Size = UDim2.new(0, 191, 0, 39)
  1239. SirenGui.Font = Enum.Font.SourceSansBold
  1240. SirenGui.Text = "Siren Gui"
  1241. SirenGui.TextColor3 = Color3.new(1, 1, 1)
  1242. SirenGui.TextScaled = true
  1243. SirenGui.TextSize = 14
  1244. SirenGui.TextWrapped = true
  1245.  
  1246. SirenGui.MouseButton1Down:connect(function()
  1247. loadstring(game:GetObjects("rbxassetid://01407174782")[1].Source)()
  1248. end)
  1249.  
  1250. RizGui.Name = "RizGui"
  1251. RizGui.Parent = FourthGuiFrame
  1252. RizGui.BackgroundColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  1253. RizGui.BorderColor3 = Color3.new(0.0392157, 0.0392157, 0.0392157)
  1254. RizGui.BorderSizePixel = 4
  1255. RizGui.Position = UDim2.new(0.047846891, 0, 0.675500929, 0)
  1256. RizGui.Size = UDim2.new(0, 191, 0, 39)
  1257. RizGui.Font = Enum.Font.SourceSansBold
  1258. RizGui.Text = "Riz Gui V3"
  1259. RizGui.TextColor3 = Color3.new(1, 1, 1)
  1260. RizGui.TextScaled = true
  1261. RizGui.TextSize = 14
  1262. RizGui.TextWrapped = true
  1263.  
  1264. RizGui.MouseButton1Down:connect(function()
  1265. loadstring(game:GetObjects("rbxassetid://01407179396")[1].Source)()
  1266. end)
  1267.  
  1268. ftitle.Name = "ftitle"
  1269. ftitle.Parent = FourthGuiFrame
  1270. ftitle.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1271. ftitle.BorderSizePixel = 0
  1272. ftitle.Size = UDim2.new(0, 209, 0, 23)
  1273. ftitle.Font = Enum.Font.SourceSansBold
  1274. ftitle.Text = "Guis"
  1275. ftitle.TextColor3 = Color3.new(1, 1, 1)
  1276. ftitle.TextScaled = true
  1277. ftitle.TextSize = 14
  1278. ftitle.TextWrapped = true
  1279.  
  1280. Exitppp.Name = "Exitppp"
  1281. Exitppp.Parent = FourthGuiFrame
  1282. Exitppp.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1283. Exitppp.BorderSizePixel = 0
  1284. Exitppp.Position = UDim2.new(0, 0, 0.887283266, 0)
  1285. Exitppp.Size = UDim2.new(0, 35, 0, 36)
  1286. Exitppp.Font = Enum.Font.SourceSansBold
  1287. Exitppp.Text = "<"
  1288. Exitppp.TextColor3 = Color3.new(1, 1, 1)
  1289. Exitppp.TextScaled = true
  1290. Exitppp.TextSize = 14
  1291. Exitppp.TextWrapped = true
  1292.  
  1293. Exitppp.MouseButton1Down:connect(function()
  1294. game.CoreGui.XardeGui.FourthGuiFrame.Visible = false
  1295. game.CoreGui.XardeGui.ThirdGuiFrame.Visible = true
  1296. end)
  1297.  
  1298. print ("Loaded, all hail the allmighty Xarde")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement