spidercraft78

Untitled

May 20th, 2018
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.06 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local ScrollingFrame = Instance.new("ScrollingFrame")
  5. local Extra = Instance.new("TextLabel")
  6. local Godmode = Instance.new("TextButton")
  7. local Rocky2u = Instance.new("TextButton")
  8. local Admin = Instance.new("TextLabel")
  9. local InfiniteMagicDamage = Instance.new("TextButton")
  10. local AntiBan = Instance.new("TextButton")
  11. local Important = Instance.new("TextLabel")
  12. local Shutdown = Instance.new("TextButton")
  13. local Explorer = Instance.new("TextButton")
  14. local ExitButton = Instance.new("TextButton")
  15. local Stats = Instance.new("TextLabel")
  16. local Level = Instance.new("TextButton")
  17. local Amount = Instance.new("TextBox")
  18. local Lamina = Instance.new("TextButton")
  19. local Amount_2 = Instance.new("TextBox")
  20. local Aurem = Instance.new("TextButton")
  21. local Amount_3 = Instance.new("TextBox")
  22. local Reputation = Instance.new("TextButton")
  23. local Amount_4 = Instance.new("TextBox")
  24. local Bounty = Instance.new("TextButton")
  25. local Amount_5 = Instance.new("TextBox")
  26. local MagicPower = Instance.new("TextButton")
  27. local Amount_6 = Instance.new("TextBox")
  28. local Strength = Instance.new("TextButton")
  29. local Amount_7 = Instance.new("TextBox")
  30. local FirstMagic = Instance.new("TextButton")
  31. local Amount_8 = Instance.new("TextBox")
  32. local SecondMagic = Instance.new("TextButton")
  33. local Amount_9 = Instance.new("TextBox")
  34. local ItemsAndArmor = Instance.new("TextLabel")
  35. local Spawn = Instance.new("TextButton")
  36. local Amount_10 = Instance.new("TextBox")
  37. local SunkenChampionSet = Instance.new("TextButton")
  38. local TheKrakensBand = Instance.new("TextButton")
  39. local ChampionItems = Instance.new("TextButton")
  40. local DeveloperItems = Instance.new("TextButton")
  41. local Weapons = Instance.new("TextButton")
  42. local Magics = Instance.new("TextLabel")
  43. local KeepMagic = Instance.new("TextButton")
  44. local AetherLightning = Instance.new("TextButton")
  45. local Inferno = Instance.new("TextButton")
  46. local Void = Instance.new("TextButton")
  47. local Vector = Instance.new("TextButton")
  48. local Stardust = Instance.new("TextButton")
  49. local Poseidon = Instance.new("TextButton")
  50. local AetherFire = Instance.new("TextButton")
  51. local Cone = Instance.new("TextButton")
  52. local Extra2 = Instance.new("TextLabel")
  53. local FightingStyle = Instance.new("TextButton")
  54. local Amount_11 = Instance.new("TextBox")
  55. local ChangeBoat = Instance.new("TextButton")
  56. local Amount_12 = Instance.new("TextBox")
  57. local AnimationPack = Instance.new("TextButton")
  58. local Amount_13 = Instance.new("TextBox")
  59. local FishingRod = Instance.new("TextButton")
  60. local Amount_14 = Instance.new("TextBox")
  61. local GivePotion = Instance.new("TextButton")
  62. local Amount_15 = Instance.new("TextBox")
  63. local KillPlayer = Instance.new("TextButton")
  64. local Amount_16 = Instance.new("TextBox")
  65. local EscapeFromJail = Instance.new("TextButton")
  66. local InfiniteMagicEnergy = Instance.new("TextButton")
  67. local KillAllEnemies = Instance.new("TextButton")
  68. local MenuButton = Instance.new("TextButton")
  69.  
  70. -- Properties
  71.  
  72. ScreenGui.Parent = game.CoreGui
  73.  
  74. ScrollingFrame.Parent = ScreenGui
  75. ScrollingFrame.Active = true
  76. ScrollingFrame.BackgroundColor3 = Color3.new(0.180392, 0.215686, 0.270588)
  77. ScrollingFrame.Draggable = true
  78. ScrollingFrame.Position = UDim2.new(0.200751886, 0, 0.231343284, 0)
  79. ScrollingFrame.Size = UDim2.new(0, 709, 0, 427)
  80. ScrollingFrame.Visible = false
  81. ScrollingFrame.BottomImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  82. ScrollingFrame.ScrollBarThickness = 6
  83. ScrollingFrame.TopImage = "rbxasset://textures/ui/Scroll/scroll-middle.png"
  84.  
  85. Extra.Name = "Extra"
  86. Extra.Parent = ScrollingFrame
  87. Extra.BackgroundColor3 = Color3.new(1, 1, 1)
  88. Extra.BackgroundTransparency = 1
  89. Extra.Position = UDim2.new(0.387186617, 0, 0.00468384149, 0)
  90. Extra.Size = UDim2.new(0, 172, 0, 30)
  91. Extra.Font = Enum.Font.SciFi
  92. Extra.FontSize = Enum.FontSize.Size28
  93. Extra.Text = "EXTRA"
  94. Extra.TextColor3 = Color3.new(1, 1, 1)
  95. Extra.TextSize = 25
  96.  
  97. Godmode.Name = "Godmode"
  98. Godmode.Parent = ScrollingFrame
  99. Godmode.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  100. Godmode.BackgroundTransparency = 0.44999998807907
  101. Godmode.Position = UDim2.new(0.430444181, 0, 0.032145936, 0)
  102. Godmode.Size = UDim2.new(0, 110, 0, 48)
  103. Godmode.Font = Enum.Font.SciFi
  104. Godmode.FontSize = Enum.FontSize.Size18
  105. Godmode.Text = "GODMODE"
  106. Godmode.TextColor3 = Color3.new(1, 1, 1)
  107. Godmode.TextSize = 17
  108. Godmode.TextWrapped = true
  109.  
  110. Rocky2u.Name = "Rocky2u"
  111. Rocky2u.Parent = ScrollingFrame
  112. Rocky2u.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  113. Rocky2u.BackgroundTransparency = 0.44999998807907
  114. Rocky2u.Position = UDim2.new(0.766098738, 0, 0.032145936, 0)
  115. Rocky2u.Size = UDim2.new(0, 110, 0, 48)
  116. Rocky2u.Font = Enum.Font.SciFi
  117. Rocky2u.FontSize = Enum.FontSize.Size18
  118. Rocky2u.Text = "Rocky2u"
  119. Rocky2u.TextColor3 = Color3.new(1, 1, 1)
  120. Rocky2u.TextSize = 17
  121. Rocky2u.TextWrapped = true
  122.  
  123. Admin.Name = "Admin"
  124. Admin.Parent = Rocky2u
  125. Admin.BackgroundColor3 = Color3.new(1, 0, 0)
  126. Admin.BackgroundTransparency = 1
  127. Admin.BorderColor3 = Color3.new(1, 0, 0)
  128. Admin.Position = UDim2.new(0.145454541, 0, 0.5625, 0)
  129. Admin.Size = UDim2.new(0, 78, 0, 21)
  130. Admin.Font = Enum.Font.SciFi
  131. Admin.FontSize = Enum.FontSize.Size10
  132. Admin.Text = "ADMIN"
  133. Admin.TextColor3 = Color3.new(0.482353, 0.478431, 0.517647)
  134. Admin.TextSize = 10
  135.  
  136. InfiniteMagicDamage.Name = "InfiniteMagicDamage"
  137. InfiniteMagicDamage.Parent = ScrollingFrame
  138. InfiniteMagicDamage.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  139. InfiniteMagicDamage.BackgroundTransparency = 0.44999998807907
  140. InfiniteMagicDamage.Position = UDim2.new(0.0906113237, 0, 0.096548751, 0)
  141. InfiniteMagicDamage.Size = UDim2.new(0, 110, 0, 48)
  142. InfiniteMagicDamage.Font = Enum.Font.SciFi
  143. InfiniteMagicDamage.FontSize = Enum.FontSize.Size18
  144. InfiniteMagicDamage.Text = "INF MAGIC DAMAGE"
  145. InfiniteMagicDamage.TextColor3 = Color3.new(1, 1, 1)
  146. InfiniteMagicDamage.TextSize = 16
  147. InfiniteMagicDamage.TextWrapped = true
  148.  
  149. AntiBan.Name = "AntiBan"
  150. AntiBan.Parent = ScrollingFrame
  151. AntiBan.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  152. AntiBan.BackgroundTransparency = 0.44999998807907
  153. AntiBan.Position = UDim2.new(0.0906113088, 0, 0.032145936, 0)
  154. AntiBan.Size = UDim2.new(0, 110, 0, 48)
  155. AntiBan.Font = Enum.Font.SciFi
  156. AntiBan.FontSize = Enum.FontSize.Size18
  157. AntiBan.Text = "Anti-Ban"
  158. AntiBan.TextColor3 = Color3.new(1, 1, 1)
  159. AntiBan.TextSize = 17
  160. AntiBan.TextWrapped = true
  161.  
  162. Important.Name = "Important"
  163. Important.Parent = AntiBan
  164. Important.BackgroundColor3 = Color3.new(1, 0, 0)
  165. Important.BackgroundTransparency = 1
  166. Important.BorderColor3 = Color3.new(1, 0, 0)
  167. Important.Position = UDim2.new(0.145454541, 0, 0.395833343, 0)
  168. Important.Size = UDim2.new(0, 78, 0, 37)
  169. Important.Font = Enum.Font.SciFi
  170. Important.FontSize = Enum.FontSize.Size10
  171. Important.Text = "IMPORTANT"
  172. Important.TextColor3 = Color3.new(0.486275, 0, 0)
  173. Important.TextSize = 10
  174.  
  175. Shutdown.Name = "Shutdown"
  176. Shutdown.Parent = ScrollingFrame
  177. Shutdown.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  178. Shutdown.BackgroundTransparency = 0.44999998807907
  179. Shutdown.Position = UDim2.new(0.766128242, 0, 0.096548751, 0)
  180. Shutdown.Size = UDim2.new(0, 110, 0, 48)
  181. Shutdown.Font = Enum.Font.SciFi
  182. Shutdown.FontSize = Enum.FontSize.Size18
  183. Shutdown.Text = "SHUTDOWN"
  184. Shutdown.TextColor3 = Color3.new(1, 1, 1)
  185. Shutdown.TextSize = 17
  186. Shutdown.TextWrapped = true
  187.  
  188. Explorer.Name = "Explorer"
  189. Explorer.Parent = ScrollingFrame
  190. Explorer.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  191. Explorer.BackgroundTransparency = 0.44999998807907
  192. Explorer.Position = UDim2.new(0.430414677, 0, 0.096548751, 0)
  193. Explorer.Size = UDim2.new(0, 110, 0, 48)
  194. Explorer.Font = Enum.Font.SciFi
  195. Explorer.FontSize = Enum.FontSize.Size18
  196. Explorer.Text = "Explorer"
  197. Explorer.TextColor3 = Color3.new(1, 1, 1)
  198. Explorer.TextSize = 17
  199. Explorer.TextWrapped = true
  200.  
  201. ExitButton.Name = "ExitButton"
  202. ExitButton.Parent = ScrollingFrame
  203. ExitButton.BackgroundColor3 = Color3.new(0.603922, 0, 0)
  204. ExitButton.BackgroundTransparency = 0.44999998807907
  205. ExitButton.Size = UDim2.new(0, 34, 0, 21)
  206. ExitButton.Font = Enum.Font.SciFi
  207. ExitButton.FontSize = Enum.FontSize.Size18
  208. ExitButton.Text = " X"
  209. ExitButton.TextColor3 = Color3.new(1, 1, 1)
  210. ExitButton.TextSize = 15
  211. ExitButton.TextWrapped = true
  212.  
  213. Stats.Name = "Stats"
  214. Stats.Parent = ScrollingFrame
  215. Stats.BackgroundColor3 = Color3.new(1, 1, 1)
  216. Stats.BackgroundTransparency = 1
  217. Stats.Position = UDim2.new(0.387186617, 0, 0.166276336, 0)
  218. Stats.Size = UDim2.new(0, 172, 0, 30)
  219. Stats.Font = Enum.Font.SciFi
  220. Stats.FontSize = Enum.FontSize.Size28
  221. Stats.Text = "STATS"
  222. Stats.TextColor3 = Color3.new(1, 1, 1)
  223. Stats.TextSize = 25
  224.  
  225. Level.Name = "Level"
  226. Level.Parent = ScrollingFrame
  227. Level.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  228. Level.BackgroundTransparency = 0.44999998807907
  229. Level.Position = UDim2.new(0.0901948214, 0, 0.20059377, 0)
  230. Level.Size = UDim2.new(0, 110, 0, 33)
  231. Level.Font = Enum.Font.SciFi
  232. Level.FontSize = Enum.FontSize.Size18
  233. Level.Text = "Level"
  234. Level.TextColor3 = Color3.new(1, 1, 1)
  235. Level.TextSize = 17
  236.  
  237. Amount.Name = "Amount"
  238. Amount.Parent = Level
  239. Amount.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  240. Amount.BackgroundTransparency = 0.44999998807907
  241. Amount.Position = UDim2.new(0, 0, 0.99999994, 0)
  242. Amount.Size = UDim2.new(0, 110, 0, 19)
  243. Amount.Font = Enum.Font.SourceSans
  244. Amount.FontSize = Enum.FontSize.Size14
  245. Amount.Text = "[Amount]"
  246. Amount.TextColor3 = Color3.new(1, 1, 1)
  247. Amount.TextSize = 14
  248.  
  249. Lamina.Name = "Lamina"
  250. Lamina.Parent = ScrollingFrame
  251. Lamina.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  252. Lamina.BackgroundTransparency = 0.44999998807907
  253. Lamina.Position = UDim2.new(0.430110186, 0, 0.20059377, 0)
  254. Lamina.Size = UDim2.new(0, 110, 0, 33)
  255. Lamina.Font = Enum.Font.SciFi
  256. Lamina.FontSize = Enum.FontSize.Size18
  257. Lamina.Text = "Lamina"
  258. Lamina.TextColor3 = Color3.new(1, 1, 1)
  259. Lamina.TextSize = 17
  260.  
  261. Amount_2.Name = "Amount"
  262. Amount_2.Parent = Lamina
  263. Amount_2.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  264. Amount_2.BackgroundTransparency = 0.44999998807907
  265. Amount_2.Position = UDim2.new(0, 0, 0.99999994, 0)
  266. Amount_2.Size = UDim2.new(0, 110, 0, 19)
  267. Amount_2.Font = Enum.Font.SourceSans
  268. Amount_2.FontSize = Enum.FontSize.Size14
  269. Amount_2.Text = "[Amount]"
  270. Amount_2.TextColor3 = Color3.new(1, 1, 1)
  271. Amount_2.TextSize = 14
  272.  
  273. Aurem.Name = "Aurem"
  274. Aurem.Parent = ScrollingFrame
  275. Aurem.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  276. Aurem.BackgroundTransparency = 0.44999998807907
  277. Aurem.Position = UDim2.new(0.765794277, 0, 0.20059377, 0)
  278. Aurem.Size = UDim2.new(0, 110, 0, 33)
  279. Aurem.Font = Enum.Font.SciFi
  280. Aurem.FontSize = Enum.FontSize.Size18
  281. Aurem.Text = "Aurem"
  282. Aurem.TextColor3 = Color3.new(1, 1, 1)
  283. Aurem.TextSize = 17
  284.  
  285. Amount_3.Name = "Amount"
  286. Amount_3.Parent = Aurem
  287. Amount_3.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  288. Amount_3.BackgroundTransparency = 0.44999998807907
  289. Amount_3.Position = UDim2.new(0, 0, 0.99999994, 0)
  290. Amount_3.Size = UDim2.new(0, 110, 0, 19)
  291. Amount_3.Font = Enum.Font.SourceSans
  292. Amount_3.FontSize = Enum.FontSize.Size14
  293. Amount_3.Text = "[Amount]"
  294. Amount_3.TextColor3 = Color3.new(1, 1, 1)
  295. Amount_3.TextSize = 14
  296.  
  297. Reputation.Name = "Reputation"
  298. Reputation.Parent = ScrollingFrame
  299. Reputation.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  300. Reputation.BackgroundTransparency = 0.44999998807907
  301. Reputation.Position = UDim2.new(0.0901948214, 0, 0.261483699, 0)
  302. Reputation.Size = UDim2.new(0, 110, 0, 33)
  303. Reputation.Font = Enum.Font.SciFi
  304. Reputation.FontSize = Enum.FontSize.Size18
  305. Reputation.Text = "Reputation"
  306. Reputation.TextColor3 = Color3.new(1, 1, 1)
  307. Reputation.TextSize = 17
  308.  
  309. Amount_4.Name = "Amount"
  310. Amount_4.Parent = Reputation
  311. Amount_4.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  312. Amount_4.BackgroundTransparency = 0.44999998807907
  313. Amount_4.Position = UDim2.new(0, 0, 0.99999994, 0)
  314. Amount_4.Size = UDim2.new(0, 110, 0, 19)
  315. Amount_4.Font = Enum.Font.SourceSans
  316. Amount_4.FontSize = Enum.FontSize.Size14
  317. Amount_4.Text = "[Amount]"
  318. Amount_4.TextColor3 = Color3.new(1, 1, 1)
  319. Amount_4.TextSize = 14
  320.  
  321. Bounty.Name = "Bounty"
  322. Bounty.Parent = ScrollingFrame
  323. Bounty.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  324. Bounty.BackgroundTransparency = 0.44999998807907
  325. Bounty.Position = UDim2.new(0.430110186, 0, 0.261483699, 0)
  326. Bounty.Size = UDim2.new(0, 110, 0, 33)
  327. Bounty.Font = Enum.Font.SciFi
  328. Bounty.FontSize = Enum.FontSize.Size18
  329. Bounty.Text = "Bounty"
  330. Bounty.TextColor3 = Color3.new(1, 1, 1)
  331. Bounty.TextSize = 17
  332.  
  333. Amount_5.Name = "Amount"
  334. Amount_5.Parent = Bounty
  335. Amount_5.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  336. Amount_5.BackgroundTransparency = 0.44999998807907
  337. Amount_5.Position = UDim2.new(0, 0, 0.99999994, 0)
  338. Amount_5.Size = UDim2.new(0, 110, 0, 19)
  339. Amount_5.Font = Enum.Font.SourceSans
  340. Amount_5.FontSize = Enum.FontSize.Size14
  341. Amount_5.Text = "[Amount]"
  342. Amount_5.TextColor3 = Color3.new(1, 1, 1)
  343. Amount_5.TextSize = 14
  344.  
  345. MagicPower.Name = "MagicPower"
  346. MagicPower.Parent = ScrollingFrame
  347. MagicPower.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  348. MagicPower.BackgroundTransparency = 0.44999998807907
  349. MagicPower.Position = UDim2.new(0.765794277, 0, 0.261483699, 0)
  350. MagicPower.Size = UDim2.new(0, 110, 0, 33)
  351. MagicPower.Font = Enum.Font.SciFi
  352. MagicPower.FontSize = Enum.FontSize.Size18
  353. MagicPower.Text = "Magic Power"
  354. MagicPower.TextColor3 = Color3.new(1, 1, 1)
  355. MagicPower.TextSize = 17
  356.  
  357. Amount_6.Name = "Amount"
  358. Amount_6.Parent = MagicPower
  359. Amount_6.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  360. Amount_6.BackgroundTransparency = 0.44999998807907
  361. Amount_6.Position = UDim2.new(0, 0, 0.99999994, 0)
  362. Amount_6.Size = UDim2.new(0, 110, 0, 19)
  363. Amount_6.Font = Enum.Font.SourceSans
  364. Amount_6.FontSize = Enum.FontSize.Size14
  365. Amount_6.Text = "[Amount]"
  366. Amount_6.TextColor3 = Color3.new(1, 1, 1)
  367. Amount_6.TextSize = 14
  368.  
  369. Strength.Name = "Strength"
  370. Strength.Parent = ScrollingFrame
  371. Strength.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  372. Strength.BackgroundTransparency = 0.44999998807907
  373. Strength.Position = UDim2.new(0.0901948214, 0, 0.322373629, 0)
  374. Strength.Size = UDim2.new(0, 110, 0, 33)
  375. Strength.Font = Enum.Font.SciFi
  376. Strength.FontSize = Enum.FontSize.Size18
  377. Strength.Text = "Strength"
  378. Strength.TextColor3 = Color3.new(1, 1, 1)
  379. Strength.TextSize = 17
  380.  
  381. Amount_7.Name = "Amount"
  382. Amount_7.Parent = Strength
  383. Amount_7.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  384. Amount_7.BackgroundTransparency = 0.44999998807907
  385. Amount_7.Position = UDim2.new(0, 0, 0.99999994, 0)
  386. Amount_7.Size = UDim2.new(0, 110, 0, 19)
  387. Amount_7.Font = Enum.Font.SourceSans
  388. Amount_7.FontSize = Enum.FontSize.Size14
  389. Amount_7.Text = "[Amount]"
  390. Amount_7.TextColor3 = Color3.new(1, 1, 1)
  391. Amount_7.TextSize = 14
  392.  
  393. FirstMagic.Name = "FirstMagic"
  394. FirstMagic.Parent = ScrollingFrame
  395. FirstMagic.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  396. FirstMagic.BackgroundTransparency = 0.44999998807907
  397. FirstMagic.Position = UDim2.new(0.430110186, 0, 0.322373629, 0)
  398. FirstMagic.Size = UDim2.new(0, 110, 0, 33)
  399. FirstMagic.Font = Enum.Font.SciFi
  400. FirstMagic.FontSize = Enum.FontSize.Size18
  401. FirstMagic.Text = "First Magic"
  402. FirstMagic.TextColor3 = Color3.new(1, 1, 1)
  403. FirstMagic.TextSize = 17
  404.  
  405. Amount_8.Name = "Amount"
  406. Amount_8.Parent = FirstMagic
  407. Amount_8.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  408. Amount_8.BackgroundTransparency = 0.44999998807907
  409. Amount_8.Position = UDim2.new(0, 0, 0.99999994, 0)
  410. Amount_8.Size = UDim2.new(0, 110, 0, 19)
  411. Amount_8.Font = Enum.Font.SourceSans
  412. Amount_8.FontSize = Enum.FontSize.Size14
  413. Amount_8.Text = "[Amount]"
  414. Amount_8.TextColor3 = Color3.new(1, 1, 1)
  415. Amount_8.TextSize = 14
  416.  
  417. SecondMagic.Name = "SecondMagic"
  418. SecondMagic.Parent = ScrollingFrame
  419. SecondMagic.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  420. SecondMagic.BackgroundTransparency = 0.44999998807907
  421. SecondMagic.Position = UDim2.new(0.765794277, 0, 0.322373629, 0)
  422. SecondMagic.Size = UDim2.new(0, 110, 0, 33)
  423. SecondMagic.Font = Enum.Font.SciFi
  424. SecondMagic.FontSize = Enum.FontSize.Size18
  425. SecondMagic.Text = "Second Magic"
  426. SecondMagic.TextColor3 = Color3.new(1, 1, 1)
  427. SecondMagic.TextSize = 17
  428.  
  429. Amount_9.Name = "Amount"
  430. Amount_9.Parent = SecondMagic
  431. Amount_9.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  432. Amount_9.BackgroundTransparency = 0.44999998807907
  433. Amount_9.Position = UDim2.new(0, 0, 0.99999994, 0)
  434. Amount_9.Size = UDim2.new(0, 110, 0, 19)
  435. Amount_9.Font = Enum.Font.SourceSans
  436. Amount_9.FontSize = Enum.FontSize.Size14
  437. Amount_9.Text = "[Amount]"
  438. Amount_9.TextColor3 = Color3.new(1, 1, 1)
  439. Amount_9.TextSize = 14
  440.  
  441. ItemsAndArmor.Name = "ItemsAndArmor"
  442. ItemsAndArmor.Parent = ScrollingFrame
  443. ItemsAndArmor.BackgroundColor3 = Color3.new(1, 1, 1)
  444. ItemsAndArmor.BackgroundTransparency = 1
  445. ItemsAndArmor.Position = UDim2.new(0.387186617, 0, 0.393442631, 0)
  446. ItemsAndArmor.Size = UDim2.new(0, 172, 0, 30)
  447. ItemsAndArmor.Font = Enum.Font.SciFi
  448. ItemsAndArmor.FontSize = Enum.FontSize.Size28
  449. ItemsAndArmor.Text = "ITEMS/ARMOR"
  450. ItemsAndArmor.TextColor3 = Color3.new(1, 1, 1)
  451. ItemsAndArmor.TextSize = 25
  452.  
  453. Spawn.Name = "Spawn"
  454. Spawn.Parent = ScrollingFrame
  455. Spawn.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  456. Spawn.BackgroundTransparency = 0.44999998807907
  457. Spawn.Position = UDim2.new(0.0901948214, 0, 0.427760035, 0)
  458. Spawn.Size = UDim2.new(0, 110, 0, 33)
  459. Spawn.Font = Enum.Font.SciFi
  460. Spawn.FontSize = Enum.FontSize.Size18
  461. Spawn.Text = "Spawn"
  462. Spawn.TextColor3 = Color3.new(1, 1, 1)
  463. Spawn.TextSize = 17
  464.  
  465. Amount_10.Name = "Amount"
  466. Amount_10.Parent = Spawn
  467. Amount_10.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  468. Amount_10.BackgroundTransparency = 0.44999998807907
  469. Amount_10.Position = UDim2.new(0, 0, 0.99999994, 0)
  470. Amount_10.Size = UDim2.new(0, 110, 0, 19)
  471. Amount_10.Font = Enum.Font.SourceSans
  472. Amount_10.FontSize = Enum.FontSize.Size14
  473. Amount_10.Text = "[Amount]"
  474. Amount_10.TextColor3 = Color3.new(1, 1, 1)
  475. Amount_10.TextSize = 14
  476.  
  477. SunkenChampionSet.Name = "SunkenChampionSet"
  478. SunkenChampionSet.Parent = ScrollingFrame
  479. SunkenChampionSet.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  480. SunkenChampionSet.BackgroundTransparency = 0.44999998807907
  481. SunkenChampionSet.Position = UDim2.new(0.431825101, 0, 0.429101408, 0)
  482. SunkenChampionSet.Size = UDim2.new(0, 110, 0, 48)
  483. SunkenChampionSet.Font = Enum.Font.SciFi
  484. SunkenChampionSet.FontSize = Enum.FontSize.Size18
  485. SunkenChampionSet.Text = "Sunken Champion Set"
  486. SunkenChampionSet.TextColor3 = Color3.new(1, 1, 1)
  487. SunkenChampionSet.TextSize = 17
  488. SunkenChampionSet.TextWrapped = true
  489.  
  490. TheKrakensBand.Name = "TheKrakensBand"
  491. TheKrakensBand.Parent = ScrollingFrame
  492. TheKrakensBand.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  493. TheKrakensBand.BackgroundTransparency = 0.44999998807907
  494. TheKrakensBand.Position = UDim2.new(0.766098738, 0, 0.429101408, 0)
  495. TheKrakensBand.Size = UDim2.new(0, 110, 0, 48)
  496. TheKrakensBand.Font = Enum.Font.SciFi
  497. TheKrakensBand.FontSize = Enum.FontSize.Size18
  498. TheKrakensBand.Text = "The Kraken's Band"
  499. TheKrakensBand.TextColor3 = Color3.new(1, 1, 1)
  500. TheKrakensBand.TextSize = 17
  501. TheKrakensBand.TextWrapped = true
  502.  
  503. ChampionItems.Name = "ChampionItems"
  504. ChampionItems.Parent = ScrollingFrame
  505. ChampionItems.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  506. ChampionItems.BackgroundTransparency = 0.44999998807907
  507. ChampionItems.Position = UDim2.new(0.0904992819, 0, 0.499359012, 0)
  508. ChampionItems.Size = UDim2.new(0, 110, 0, 48)
  509. ChampionItems.Font = Enum.Font.SciFi
  510. ChampionItems.FontSize = Enum.FontSize.Size18
  511. ChampionItems.Text = "CHAMPION ITEMS"
  512. ChampionItems.TextColor3 = Color3.new(1, 1, 1)
  513. ChampionItems.TextSize = 17
  514. ChampionItems.TextWrapped = true
  515.  
  516. DeveloperItems.Name = "DeveloperItems"
  517. DeveloperItems.Parent = ScrollingFrame
  518. DeveloperItems.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  519. DeveloperItems.BackgroundTransparency = 0.44999998807907
  520. DeveloperItems.Position = UDim2.new(0.430414647, 0, 0.499359012, 0)
  521. DeveloperItems.Size = UDim2.new(0, 110, 0, 48)
  522. DeveloperItems.Font = Enum.Font.SciFi
  523. DeveloperItems.FontSize = Enum.FontSize.Size18
  524. DeveloperItems.Text = "DEVELOPER ITEMS"
  525. DeveloperItems.TextColor3 = Color3.new(1, 1, 1)
  526. DeveloperItems.TextSize = 17
  527. DeveloperItems.TextWrapped = true
  528.  
  529. Weapons.Name = "Weapons"
  530. Weapons.Parent = ScrollingFrame
  531. Weapons.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  532. Weapons.BackgroundTransparency = 0.44999998807907
  533. Weapons.Position = UDim2.new(0.766098738, 0, 0.499359012, 0)
  534. Weapons.Size = UDim2.new(0, 110, 0, 48)
  535. Weapons.Font = Enum.Font.SciFi
  536. Weapons.FontSize = Enum.FontSize.Size18
  537. Weapons.Text = "ALL WEAPONS"
  538. Weapons.TextColor3 = Color3.new(1, 1, 1)
  539. Weapons.TextSize = 17
  540. Weapons.TextWrapped = true
  541.  
  542. Magics.Name = "Magics"
  543. Magics.Parent = ScrollingFrame
  544. Magics.BackgroundColor3 = Color3.new(1, 1, 1)
  545. Magics.BackgroundTransparency = 1
  546. Magics.Position = UDim2.new(0.387186617, 0, 0.566744745, 0)
  547. Magics.Size = UDim2.new(0, 172, 0, 30)
  548. Magics.Font = Enum.Font.SciFi
  549. Magics.FontSize = Enum.FontSize.Size28
  550. Magics.Text = "GIVE MAGICS"
  551. Magics.TextColor3 = Color3.new(1, 1, 1)
  552. Magics.TextSize = 25
  553.  
  554. KeepMagic.Name = "KeepMagic"
  555. KeepMagic.Parent = ScrollingFrame
  556. KeepMagic.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  557. KeepMagic.BackgroundTransparency = 0.44999998807907
  558. KeepMagic.Position = UDim2.new(0.0904992819, 0, 0.597719669, 0)
  559. KeepMagic.Size = UDim2.new(0, 110, 0, 48)
  560. KeepMagic.Font = Enum.Font.SciFi
  561. KeepMagic.FontSize = Enum.FontSize.Size18
  562. KeepMagic.Text = "Keep Magic"
  563. KeepMagic.TextColor3 = Color3.new(1, 1, 1)
  564. KeepMagic.TextSize = 17
  565. KeepMagic.TextWrapped = true
  566.  
  567. AetherLightning.Name = "AetherLightning"
  568. AetherLightning.Parent = ScrollingFrame
  569. AetherLightning.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  570. AetherLightning.BackgroundTransparency = 0.44999998807907
  571. AetherLightning.Position = UDim2.new(0.430414647, 0, 0.597719669, 0)
  572. AetherLightning.Size = UDim2.new(0, 110, 0, 48)
  573. AetherLightning.Font = Enum.Font.SciFi
  574. AetherLightning.FontSize = Enum.FontSize.Size18
  575. AetherLightning.Text = "Aether Lightning"
  576. AetherLightning.TextColor3 = Color3.new(1, 1, 1)
  577. AetherLightning.TextSize = 17
  578. AetherLightning.TextWrapped = true
  579.  
  580. Inferno.Name = "Inferno"
  581. Inferno.Parent = ScrollingFrame
  582. Inferno.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  583. Inferno.BackgroundTransparency = 0.44999998807907
  584. Inferno.Position = UDim2.new(0.766098738, 0, 0.597719669, 0)
  585. Inferno.Size = UDim2.new(0, 110, 0, 48)
  586. Inferno.Font = Enum.Font.SciFi
  587. Inferno.FontSize = Enum.FontSize.Size18
  588. Inferno.Text = "Inferno"
  589. Inferno.TextColor3 = Color3.new(1, 1, 1)
  590. Inferno.TextSize = 17
  591. Inferno.TextWrapped = true
  592.  
  593. Void.Name = "Void"
  594. Void.Parent = ScrollingFrame
  595. Void.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  596. Void.BackgroundTransparency = 0.44999998807907
  597. Void.Position = UDim2.new(0.0904992819, 0, 0.658609629, 0)
  598. Void.Size = UDim2.new(0, 110, 0, 48)
  599. Void.Font = Enum.Font.SciFi
  600. Void.FontSize = Enum.FontSize.Size18
  601. Void.Text = "Void"
  602. Void.TextColor3 = Color3.new(1, 1, 1)
  603. Void.TextSize = 17
  604. Void.TextWrapped = true
  605.  
  606. Vector.Name = "Vector"
  607. Vector.Parent = ScrollingFrame
  608. Vector.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  609. Vector.BackgroundTransparency = 0.44999998807907
  610. Vector.Position = UDim2.new(0.431825101, 0, 0.658609629, 0)
  611. Vector.Size = UDim2.new(0, 110, 0, 48)
  612. Vector.Font = Enum.Font.SciFi
  613. Vector.FontSize = Enum.FontSize.Size18
  614. Vector.Text = "Vector"
  615. Vector.TextColor3 = Color3.new(1, 1, 1)
  616. Vector.TextSize = 17
  617. Vector.TextWrapped = true
  618.  
  619. Stardust.Name = "Stardust"
  620. Stardust.Parent = ScrollingFrame
  621. Stardust.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  622. Stardust.BackgroundTransparency = 0.44999998807907
  623. Stardust.Position = UDim2.new(0.766098738, 0, 0.658609629, 0)
  624. Stardust.Size = UDim2.new(0, 110, 0, 48)
  625. Stardust.Font = Enum.Font.SciFi
  626. Stardust.FontSize = Enum.FontSize.Size18
  627. Stardust.Text = "Stardust"
  628. Stardust.TextColor3 = Color3.new(1, 1, 1)
  629. Stardust.TextSize = 17
  630. Stardust.TextWrapped = true
  631.  
  632. Poseidon.Name = "Poseidon"
  633. Poseidon.Parent = ScrollingFrame
  634. Poseidon.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  635. Poseidon.BackgroundTransparency = 0.44999998807907
  636. Poseidon.Position = UDim2.new(0.0904992819, 0, 0.717157602, 0)
  637. Poseidon.Size = UDim2.new(0, 110, 0, 48)
  638. Poseidon.Font = Enum.Font.SciFi
  639. Poseidon.FontSize = Enum.FontSize.Size18
  640. Poseidon.Text = "Poseidon"
  641. Poseidon.TextColor3 = Color3.new(1, 1, 1)
  642. Poseidon.TextSize = 17
  643. Poseidon.TextWrapped = true
  644.  
  645. AetherFire.Name = "AetherFire"
  646. AetherFire.Parent = ScrollingFrame
  647. AetherFire.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  648. AetherFire.BackgroundTransparency = 0.44999998807907
  649. AetherFire.Position = UDim2.new(0.430414647, 0, 0.717157602, 0)
  650. AetherFire.Size = UDim2.new(0, 110, 0, 48)
  651. AetherFire.Font = Enum.Font.SciFi
  652. AetherFire.FontSize = Enum.FontSize.Size18
  653. AetherFire.Text = "Aether Fire"
  654. AetherFire.TextColor3 = Color3.new(1, 1, 1)
  655. AetherFire.TextSize = 17
  656. AetherFire.TextWrapped = true
  657.  
  658. Cone.Name = "Cone"
  659. Cone.Parent = ScrollingFrame
  660. Cone.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  661. Cone.BackgroundTransparency = 0.44999998807907
  662. Cone.Position = UDim2.new(0.766098738, 0, 0.717157602, 0)
  663. Cone.Size = UDim2.new(0, 110, 0, 48)
  664. Cone.Font = Enum.Font.SciFi
  665. Cone.FontSize = Enum.FontSize.Size18
  666. Cone.Text = "Cone"
  667. Cone.TextColor3 = Color3.new(1, 1, 1)
  668. Cone.TextSize = 17
  669. Cone.TextWrapped = true
  670.  
  671. Extra2.Name = "Extra2"
  672. Extra2.Parent = ScrollingFrame
  673. Extra2.BackgroundColor3 = Color3.new(1, 1, 1)
  674. Extra2.BackgroundTransparency = 1
  675. Extra2.Position = UDim2.new(0.387186617, 0, 0.784543335, 0)
  676. Extra2.Size = UDim2.new(0, 172, 0, 30)
  677. Extra2.Font = Enum.Font.SciFi
  678. Extra2.FontSize = Enum.FontSize.Size28
  679. Extra2.Text = "EXTRA 2"
  680. Extra2.TextColor3 = Color3.new(1, 1, 1)
  681. Extra2.TextSize = 25
  682.  
  683. FightingStyle.Name = "FightingStyle"
  684. FightingStyle.Parent = ScrollingFrame
  685. FightingStyle.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  686. FightingStyle.BackgroundTransparency = 0.44999998807907
  687. FightingStyle.Position = UDim2.new(0.090808183, 0, 0.819838464, 0)
  688. FightingStyle.Size = UDim2.new(0, 110, 0, 33)
  689. FightingStyle.Font = Enum.Font.SciFi
  690. FightingStyle.FontSize = Enum.FontSize.Size18
  691. FightingStyle.Text = "Fighting Style"
  692. FightingStyle.TextColor3 = Color3.new(1, 1, 1)
  693. FightingStyle.TextSize = 17
  694.  
  695. Amount_11.Name = "Amount"
  696. Amount_11.Parent = FightingStyle
  697. Amount_11.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  698. Amount_11.BackgroundTransparency = 0.44999998807907
  699. Amount_11.Position = UDim2.new(0, 0, 0.99999994, 0)
  700. Amount_11.Size = UDim2.new(0, 110, 0, 19)
  701. Amount_11.Font = Enum.Font.SourceSans
  702. Amount_11.FontSize = Enum.FontSize.Size14
  703. Amount_11.Text = "[Amount]"
  704. Amount_11.TextColor3 = Color3.new(1, 1, 1)
  705. Amount_11.TextSize = 14
  706.  
  707. ChangeBoat.Name = "ChangeBoat"
  708. ChangeBoat.Parent = ScrollingFrame
  709. ChangeBoat.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  710. ChangeBoat.BackgroundTransparency = 0.44999998807907
  711. ChangeBoat.Position = UDim2.new(0.432134002, 0, 0.819838464, 0)
  712. ChangeBoat.Size = UDim2.new(0, 110, 0, 33)
  713. ChangeBoat.Font = Enum.Font.SciFi
  714. ChangeBoat.FontSize = Enum.FontSize.Size18
  715. ChangeBoat.Text = "Change Boat"
  716. ChangeBoat.TextColor3 = Color3.new(1, 1, 1)
  717. ChangeBoat.TextSize = 17
  718.  
  719. Amount_12.Name = "Amount"
  720. Amount_12.Parent = ChangeBoat
  721. Amount_12.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  722. Amount_12.BackgroundTransparency = 0.44999998807907
  723. Amount_12.Position = UDim2.new(0, 0, 0.99999994, 0)
  724. Amount_12.Size = UDim2.new(0, 110, 0, 19)
  725. Amount_12.Font = Enum.Font.SourceSans
  726. Amount_12.FontSize = Enum.FontSize.Size14
  727. Amount_12.Text = "[Amount]"
  728. Amount_12.TextColor3 = Color3.new(1, 1, 1)
  729. Amount_12.TextSize = 14
  730.  
  731. AnimationPack.Name = "AnimationPack"
  732. AnimationPack.Parent = ScrollingFrame
  733. AnimationPack.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  734. AnimationPack.BackgroundTransparency = 0.44999998807907
  735. AnimationPack.Position = UDim2.new(0.766407609, 0, 0.819838464, 0)
  736. AnimationPack.Size = UDim2.new(0, 110, 0, 33)
  737. AnimationPack.Font = Enum.Font.SciFi
  738. AnimationPack.FontSize = Enum.FontSize.Size18
  739. AnimationPack.Text = "Animation Pack"
  740. AnimationPack.TextColor3 = Color3.new(1, 1, 1)
  741. AnimationPack.TextSize = 17
  742.  
  743. Amount_13.Name = "Amount"
  744. Amount_13.Parent = AnimationPack
  745. Amount_13.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  746. Amount_13.BackgroundTransparency = 0.44999998807907
  747. Amount_13.Position = UDim2.new(0, 0, 0.99999994, 0)
  748. Amount_13.Size = UDim2.new(0, 110, 0, 19)
  749. Amount_13.Font = Enum.Font.SourceSans
  750. Amount_13.FontSize = Enum.FontSize.Size14
  751. Amount_13.Text = "[Amount]"
  752. Amount_13.TextColor3 = Color3.new(1, 1, 1)
  753. Amount_13.TextSize = 14
  754.  
  755. FishingRod.Name = "FishingRod"
  756. FishingRod.Parent = ScrollingFrame
  757. FishingRod.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  758. FishingRod.BackgroundTransparency = 0.44999998807907
  759. FishingRod.Position = UDim2.new(0.090808183, 0, 0.890096068, 0)
  760. FishingRod.Size = UDim2.new(0, 110, 0, 33)
  761. FishingRod.Font = Enum.Font.SciFi
  762. FishingRod.FontSize = Enum.FontSize.Size18
  763. FishingRod.Text = "Fishing Rod"
  764. FishingRod.TextColor3 = Color3.new(1, 1, 1)
  765. FishingRod.TextSize = 17
  766.  
  767. Amount_14.Name = "Amount"
  768. Amount_14.Parent = FishingRod
  769. Amount_14.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  770. Amount_14.BackgroundTransparency = 0.44999998807907
  771. Amount_14.Position = UDim2.new(0, 0, 0.99999994, 0)
  772. Amount_14.Size = UDim2.new(0, 110, 0, 19)
  773. Amount_14.Font = Enum.Font.SourceSans
  774. Amount_14.FontSize = Enum.FontSize.Size14
  775. Amount_14.Text = "[Amount]"
  776. Amount_14.TextColor3 = Color3.new(1, 1, 1)
  777. Amount_14.TextSize = 14
  778.  
  779. GivePotion.Name = "GivePotion"
  780. GivePotion.Parent = ScrollingFrame
  781. GivePotion.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  782. GivePotion.BackgroundTransparency = 0.44999998807907
  783. GivePotion.Position = UDim2.new(0.430723548, 0, 0.890096068, 0)
  784. GivePotion.Size = UDim2.new(0, 110, 0, 33)
  785. GivePotion.Font = Enum.Font.SciFi
  786. GivePotion.FontSize = Enum.FontSize.Size18
  787. GivePotion.Text = "Give Potion"
  788. GivePotion.TextColor3 = Color3.new(1, 1, 1)
  789. GivePotion.TextSize = 17
  790.  
  791. Amount_15.Name = "Amount"
  792. Amount_15.Parent = GivePotion
  793. Amount_15.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  794. Amount_15.BackgroundTransparency = 0.44999998807907
  795. Amount_15.Position = UDim2.new(0, 0, 0.99999994, 0)
  796. Amount_15.Size = UDim2.new(0, 110, 0, 19)
  797. Amount_15.Font = Enum.Font.SourceSans
  798. Amount_15.FontSize = Enum.FontSize.Size14
  799. Amount_15.Text = "[Amount]"
  800. Amount_15.TextColor3 = Color3.new(1, 1, 1)
  801. Amount_15.TextSize = 14
  802.  
  803. KillPlayer.Name = "KillPlayer"
  804. KillPlayer.Parent = ScrollingFrame
  805. KillPlayer.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  806. KillPlayer.BackgroundTransparency = 0.44999998807907
  807. KillPlayer.Position = UDim2.new(0.766407609, 0, 0.890096068, 0)
  808. KillPlayer.Size = UDim2.new(0, 110, 0, 33)
  809. KillPlayer.Font = Enum.Font.SciFi
  810. KillPlayer.FontSize = Enum.FontSize.Size18
  811. KillPlayer.Text = "Kill Player"
  812. KillPlayer.TextColor3 = Color3.new(1, 1, 1)
  813. KillPlayer.TextSize = 17
  814.  
  815. Amount_16.Name = "Amount"
  816. Amount_16.Parent = KillPlayer
  817. Amount_16.BackgroundColor3 = Color3.new(0.27451, 0.309804, 0.403922)
  818. Amount_16.BackgroundTransparency = 0.44999998807907
  819. Amount_16.Position = UDim2.new(0, 0, 0.99999994, 0)
  820. Amount_16.Size = UDim2.new(0, 110, 0, 19)
  821. Amount_16.Font = Enum.Font.SourceSans
  822. Amount_16.FontSize = Enum.FontSize.Size14
  823. Amount_16.Text = "[Amount]"
  824. Amount_16.TextColor3 = Color3.new(1, 1, 1)
  825. Amount_16.TextSize = 14
  826.  
  827. EscapeFromJail.Name = "EscapeFromJail"
  828. EscapeFromJail.Parent = ScrollingFrame
  829. EscapeFromJail.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  830. EscapeFromJail.BackgroundTransparency = 0.44999998807907
  831. EscapeFromJail.Position = UDim2.new(0.0904992819, 0, 0.96071732, 0)
  832. EscapeFromJail.Size = UDim2.new(0, 110, 0, 48)
  833. EscapeFromJail.Font = Enum.Font.SciFi
  834. EscapeFromJail.FontSize = Enum.FontSize.Size18
  835. EscapeFromJail.Text = "Escape Jail"
  836. EscapeFromJail.TextColor3 = Color3.new(1, 1, 1)
  837. EscapeFromJail.TextSize = 17
  838. EscapeFromJail.TextWrapped = true
  839.  
  840. InfiniteMagicEnergy.Name = "InfiniteMagicEnergy"
  841. InfiniteMagicEnergy.Parent = ScrollingFrame
  842. InfiniteMagicEnergy.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  843. InfiniteMagicEnergy.BackgroundTransparency = 0.44999998807907
  844. InfiniteMagicEnergy.Position = UDim2.new(0.430414647, 0, 0.96071732, 0)
  845. InfiniteMagicEnergy.Size = UDim2.new(0, 110, 0, 48)
  846. InfiniteMagicEnergy.Font = Enum.Font.SciFi
  847. InfiniteMagicEnergy.FontSize = Enum.FontSize.Size18
  848. InfiniteMagicEnergy.Text = "INF ME/STAMINA"
  849. InfiniteMagicEnergy.TextColor3 = Color3.new(1, 1, 1)
  850. InfiniteMagicEnergy.TextSize = 17
  851. InfiniteMagicEnergy.TextWrapped = true
  852.  
  853. KillAllEnemies.Name = "KillAllEnemies"
  854. KillAllEnemies.Parent = ScrollingFrame
  855. KillAllEnemies.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  856. KillAllEnemies.BackgroundTransparency = 0.44999998807907
  857. KillAllEnemies.Position = UDim2.new(0.766098738, 0, 0.96071732, 0)
  858. KillAllEnemies.Size = UDim2.new(0, 110, 0, 48)
  859. KillAllEnemies.Font = Enum.Font.SciFi
  860. KillAllEnemies.FontSize = Enum.FontSize.Size18
  861. KillAllEnemies.Text = "KILL ALL ENEMIES"
  862. KillAllEnemies.TextColor3 = Color3.new(1, 1, 1)
  863. KillAllEnemies.TextSize = 17
  864. KillAllEnemies.TextWrapped = true
  865.  
  866. MenuButton.Name = "MenuButton"
  867. MenuButton.Parent = ScreenGui
  868. MenuButton.BackgroundColor3 = Color3.new(0.270588, 0.305882, 0.4)
  869. MenuButton.Position = UDim2.new(0.354887217, 0, 0, 0)
  870. MenuButton.Size = UDim2.new(0, 77, 0, 20)
  871. MenuButton.Font = Enum.Font.SciFi
  872. MenuButton.FontSize = Enum.FontSize.Size18
  873. MenuButton.Text = "MENU"
  874. MenuButton.TextColor3 = Color3.new(1, 1, 1)
  875. MenuButton.TextSize = 17
  876. MenuButton.TextWrapped = true
  877. MenuButton.Visible = true
  878. MenuButton.Active = true
  879. MenuButton.Draggable = false
  880.  
  881. MenuButton.MouseButton1Click:connect(function()
  882. ScrollingFrame.Visible = true
  883. MenuButton.Visible = false
  884. ScrollingFrame:TweenPosition(UDim2.new(0.234, 0 ,0.102, 0), "Out", "Sine", 1)
  885. end)
  886. ExitButton.MouseButton1Click:connect(function()
  887. ScrollingFrame.Visible = false
  888. MenuButton.Visible = true
  889. end)
  890.  
  891. AntiBan.MouseButton1Down:connect(function()
  892. local R = game.ReplicatedStorage.Remotes
  893. game.Players.Name = 'getfucked'
  894. wait(1)
  895. R.WipeInventory:Destroy()
  896. R.ExportLWFinder:Destroy()
  897. R.ExportExploiterName:Destroy()
  898. R.ABC:Destroy()
  899. R.ShutdownServer:Destroy()
  900. R.KickPlayer:Destroy()
  901. wait(2)
  902. game.getfucked.Name = 'Players'
  903. print('Bypassed.')
  904. end)
  905.  
  906. Godmode.MouseButton1Down:connect(function()
  907. local p = game.Players.LocalPlayer.Character
  908. while true do
  909. wait(0.07)
  910. p.Humanoid.Health = p.Humanoid.MaxHealth
  911. end
  912. end)
  913.  
  914. Rocky2u.MouseButton1Down:connect(function()
  915. loadstring(game:HttpGet(('https://pastebin.com/raw/FgNLRpqz'),true))()
  916. end)
  917.  
  918. InfiniteMagicDamage.MouseButton1Down:connect(function()
  919. game.Players.LocalPlayer.PlayerGui.Sidescreens.LocalStats.MagicDamage.Value = 2100000000
  920. wait(0.07)
  921. game.Players.LocalPlayer.PlayerGui.Sidescreens.LocalStats.MagicDamage.RobloxLocked = true
  922. wait(0.07)
  923. game.Players.LocalPlayer.PlayerGui.Sidescreens.LocalStats.MagicDamage.Value = 2100000000
  924. wait(0.07)
  925. game.Players.LocalPlayer.PlayerGui.Sidescreens.LocalStats.MagicPower.Value = 2100000000
  926. wait(0.07)
  927. game.Players.LocalPlayer.PlayerGui.Sidescreens.LocalStats.MagicPower.RobloxLocked = true
  928. wait(0.07)
  929. game.Players.LocalPlayer.PlayerGui.Sidescreens.LocalStats.MagicPower.Value = 2100000000
  930. wait(0.07)
  931. game.Players.LocalPlayer.PlayerGui.Sidescreens.LocalStats.Strength.Value = 2100000000
  932. wait(0.07)
  933. game.Players.LocalPlayer.PlayerGui.Sidescreens.LocalStats.Strength.RobloxLocked = true
  934. wait(0.07)
  935. game.Players.LocalPlayer.PlayerGui.Sidescreens.LocalStats.Strength.Value = 2100000000
  936. wait(0.07)
  937. game.Players.LocalPlayers.PlayerGui.Sidescreens.LocalStats.Defense.Value = 3200
  938. wait(0.07)
  939. game.Players.LocalPlayers.PlayerGui.Sidescreens.LocalStats.Defense.RobloxLocked = true
  940. wait(0.07)
  941. game.Players.LocalPlayers.PlayerGui.Sidescreens.LocalStats.Defense.Value = 3200
  942. end)
  943.  
  944. Explorer.MouseButton1Down:connect(function()
  945. loadstring(game:GetObjects("rbxassetid://1153939180")[1].Source)()
  946. end)
  947.  
  948. Shutdown.MouseButton1Down:connect(function()
  949. game.ReplicatedStorage.Remotes.SetStat:Remove()
  950. end)
  951.  
  952. Level.MouseButton1Down:connect(function()
  953. game.ReplicatedStorage.Remotes.SetStat:FireServer("Level", Level.Amount.Text, "math.random() is the best thing ever")
  954. end)
  955.  
  956. Lamina.MouseButton1Down:connect(function()
  957. game.ReplicatedStorage.Remotes.SetStat:FireServer("Lamina", Lamina.Amount.Text, "math.random() is the best thing ever")
  958. end)
  959.  
  960. Aurem.MouseButton1Down:connect(function()
  961. game.ReplicatedStorage.Remotes.SetStat:FireServer("Aurem", Aurem.Amount.Text, "math.random() is the best thing ever")
  962. end)
  963.  
  964. Reputation.MouseButton1Down:connect(function()
  965. game.ReplicatedStorage.Remotes.SetStat:FireServer("Reputation", Reputation.Amount.Text, "math.random() is the best thing ever")
  966. end)
  967.  
  968. Bounty.MouseButton1Down:connect(function()
  969. game.ReplicatedStorage.Remotes.SetStat:FireServer("Bounty", Bounty.Amount.Text, "math.random() is the best thing ever")
  970. end)
  971.  
  972. MagicPower.MouseButton1Down:connect(function()
  973. game.ReplicatedStorage.Remotes.SetStat:FireServer("MagicPower", MagicPower.Amount.Text, "math.random() is the best thing ever")
  974. end)
  975.  
  976. Strength.MouseButton1Down:connect(function()
  977. game.ReplicatedStorage.Remotes.SetStat:FireServer("Strength", Strength.Amount.Text, "math.random() is the best thing ever")
  978. end)
  979.  
  980. FirstMagic.MouseButton1Down:connect(function()
  981. game.ReplicatedStorage.Remotes.SetStat:FireServer("Magic", FirstMagic.Amount.Text, "math.random() is the best thing ever")
  982. end)
  983.  
  984. SecondMagic.MouseButton1Down:connect(function()
  985. game.ReplicatedStorage.Remotes.SetStat:FireServer("Magic2", SecondMagic.Amount.Text, "math.random() is the best thing ever")
  986. end)
  987.  
  988. KeepMagic.MouseButton1Down:connect(function()
  989. local R = game.ReplicatedStorage.Remotes
  990. game.Players.Name = 'getfucked'
  991. wait(1)
  992. R.CheckIfPlayerIsInGame:Destroy()
  993. wait(2)
  994. game.getfucked.Name = 'Players'
  995. print('Keep Magic = On.')
  996. end)
  997.  
  998. AetherLightning.MouseButton1Down:connect(function()
  999. game.Players.LocalPlayer.Name = "VetexR"
  1000. game.Players.LocalPlayer.UserId = '5414629'
  1001.  
  1002. game.ReplicatedStorage.Remotes.GiveMagic:FireServer("Aether Lightning")
  1003. end)
  1004.  
  1005. Void.MouseButton1Down:connect(function()
  1006. game.Players.LocalPlayer.Name = "NeoRad"
  1007. game.Players.LocalPlayer.UserId = '8621734'
  1008.  
  1009. game.ReplicatedStorage.Remotes.GiveMagic:FireServer("Void")
  1010. end)
  1011.  
  1012. Stardust.MouseButton1Down:connect(function()
  1013. game.Players.LocalPlayer.Name = "LunarDivinity"
  1014. game.Players.LocalPlayer.UserId = '35555249'
  1015.  
  1016. game.ReplicatedStorage.Remotes.GiveMagic:FireServer("Stardust")
  1017. end)
  1018.  
  1019. Cone.MouseButton1Down:connect(function()
  1020. game.Players.LocalPlayer.Name = "Cone_Man"
  1021. game.Players.LocalPlayer.UserId = '130531223'
  1022.  
  1023. game.ReplicatedStorage.Remotes.GiveMagic:FireServer("Cone")
  1024. end)
  1025.  
  1026. Inferno.MouseButton1Down:connect(function()
  1027. game.Players.LocalPlayer.Name = "techlevel80"
  1028. game.Players.LocalPlayer.UserId = '44209820'
  1029.  
  1030. game.ReplicatedStorage.Remotes.GiveMagic:FireServer("Inferno")
  1031. end)
  1032.  
  1033. Vector.MouseButton1Down:connect(function()
  1034. game.Players.LocalPlayer.Name = "TensaMan"
  1035. game.Players.LocalPlayer.UserId = '22278792'
  1036.  
  1037. game.ReplicatedStorage.Remotes.GiveMagic:FireServer("Vector")
  1038. end)
  1039.  
  1040. AetherFire.MouseButton1Down:connect(function()
  1041. game.Players.LocalPlayer.Name = "CoderCat"
  1042. game.Players.LocalPlayer.UserId = '59576691'
  1043.  
  1044. game.ReplicatedStorage.Remotes.GiveMagic:FireServer("Aether Fire")
  1045. end)
  1046.  
  1047. Poseidon.MouseButton1Down:connect(function()
  1048. game.Players.LocalPlayer.Name = "VetexR"
  1049. game.Players.LocalPlayer.UserId = '5414629'
  1050.  
  1051. game.ReplicatedStorage.Remotes.GiveMagic:FireServer("Poseidon")
  1052. end)
  1053.  
  1054. Spawn.MouseButton1Down:connect(function()
  1055. Item = tostring(Spawn.Amount.Text)
  1056. Code = game.ReplicatedStorage.Remotes.GetGUID:InvokeServer()
  1057. for i= -1000,1000 do
  1058. game.ReplicatedStorage.Remotes.InvInsertShirt:FireServer(i,Item,Code)
  1059. end
  1060. end)
  1061.  
  1062. SunkenChampionSet.MouseButton1Down:connect(function()
  1063. code = game.ReplicatedStorage.Remotes.GetGUID:InvokeServer()
  1064. local Items = {
  1065.  
  1066. "Sunken Champion Helm";
  1067. "Sunken Champion Armor";
  1068. "Sunken Champion Leggings";
  1069. }
  1070.  
  1071. for i, v in pairs(Items) do
  1072. wait(1)
  1073. for i = -1000,1000 do
  1074. game.ReplicatedStorage.Remotes.InvInsertShirt:FireServer(i,v,code)
  1075. end
  1076. end
  1077. end)
  1078.  
  1079. ChampionItems.MouseButton1Down:connect(function()
  1080. code = game.ReplicatedStorage.Remotes.GetGUID:InvokeServer()
  1081. local Items = {
  1082.  
  1083. "Partcline's Gauntlet";
  1084. "Lazy's Hat";
  1085. "Souchai's Sword";
  1086. "Neon Midnight";
  1087. "Vonya's Mask";
  1088. "Master's Wings";
  1089. }
  1090.  
  1091. for i, v in pairs(Items) do
  1092. wait(1)
  1093. for i = -1000,1000 do
  1094. game.ReplicatedStorage.Remotes.InvInsertShirt:FireServer(i,v,code)
  1095. end
  1096. end
  1097. end)
  1098.  
  1099. Weapons.MouseButton1Down:connect(function()
  1100. code = game.ReplicatedStorage.Remotes.GetGUID:InvokeServer()
  1101. local Items = {
  1102.  
  1103. "Magic Horn";
  1104. "Magic Staff";
  1105. "Ancient Magic Staff";
  1106. "Colossal Cutlass";
  1107. "Magic Katana";
  1108. "Deluxe Katana";
  1109. "Magic Scythe";
  1110. "Magic Trident";
  1111. "Magic Bow";
  1112. "Magic Hammer";
  1113. "Magic Blunderbuss";
  1114. "Magic Spear";
  1115. "Doomwood Dagger";
  1116. "Shortsword";
  1117. "Rusted Cutlass";
  1118. "Rusted Katana";
  1119. "Savarian Dagger";
  1120. "Spear";
  1121. "Cutlass";
  1122. "Katana";
  1123. "Gilded Dagger";
  1124. "Doomwood Tomahawk";
  1125. "Dual Katanas";
  1126. "Deluxe Cutlass";
  1127. "Sword of Doom's Wrath";
  1128. "Broadsword";
  1129. "Spiked Doomwood Club";
  1130. "Dual Doomwood Tomahawks"
  1131. }
  1132.  
  1133. for i, v in pairs(Items) do
  1134. wait(2)
  1135. for i = -1000,1000 do
  1136. game.ReplicatedStorage.Remotes.InvInsertShirt:FireServer(i,v,code)
  1137. end
  1138. end
  1139. end)
  1140.  
  1141. TheKrakensBand.MouseButton1Down:connect(function()
  1142. item="The Kraken's Band"
  1143. ---------------
  1144. code=game.ReplicatedStorage.Remotes.GetGUID:InvokeServer()
  1145. for i= -1000,1000 do
  1146. game.ReplicatedStorage.Remotes.InvInsertShirt:FireServer(i,item,code)
  1147. end
  1148. end)
  1149.  
  1150. DeveloperItems.MouseButton1Down:connect(function()
  1151. game.Players.LocalPlayer.Character.Acc.Value = "$Inferno Amplifier"
  1152. end)
  1153.  
  1154. AnimationPack.MouseButton1Down:connect(function()
  1155. game.ReplicatedStorage.Remotes.SetStat:FireServer("CurrentPack", AnimationPack.Amount.Text, "math.random() is the best thing ever")
  1156. end)
  1157.  
  1158. FightingStyle.MouseButton1Down:connect(function()
  1159. game.ReplicatedStorage.Remotes.SetStat:FireServer("FightingStyle", FightingStyle.Amount.Text, "math.random() is the best thing ever")
  1160. end)
  1161.  
  1162. InfiniteMagicEnergy.MouseButton1Down:connect(function()
  1163. while true do
  1164. wait(1)
  1165. game.Players.LocalPlayer.bin.MagicEnergy.Value = 99999
  1166. game.Players.LocalPlayer.bin.Stamina.Value = 99999
  1167. end
  1168. end)
  1169.  
  1170. FishingRod.MouseButton1Down:connect(function()
  1171. game.ReplicatedStorage.Remotes.SetStat:FireServer("FishingRod", FishingRod.Amount.Text, "math.random() is the best thing ever")
  1172. end)
  1173.  
  1174. KillPlayer.MouseButton1Down:connect(function()
  1175. local Valuee = KillPlayer.Amount.Text
  1176. game.Players[Valuee].Character.Humanoid.Health = 0
  1177. end)
  1178.  
  1179. ChangeBoat.MouseButton1Down:connect(function()
  1180. game.ReplicatedStorage.Remotes.SetStat:FireServer("Boat", ChangeBoat.Amount.Text, "math.random() is the best thing ever")
  1181. end)
  1182.  
  1183. EscapeFromJail.MouseButton1Down:connect(function()
  1184. game.ReplicatedStorage.Remotes.SetStat:FireServer("JailTimeRemaining", 0, "math.random() is the best thing ever")
  1185. end)
  1186.  
  1187. KillAllEnemies.MouseButton1Down:connect(function()
  1188. for i,v in pairs(game.Workspace.Enemies:GetChildren()) do
  1189. local tag = Instance.new("ObjectValue",v)
  1190. tag.Name = "HitTag"
  1191. tag.Value = game.Players.LocalPlayer
  1192. v.Humanoid.Health = 0
  1193. end
  1194. end)
Add Comment
Please, Sign In to add comment