Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.33 KB | None | 0 0
  1. -- Objects
  2. -- Made By Rash the badass
  3.  
  4. local ArcaneDestroyer = Instance.new("ScreenGui")
  5. local MenuFrame = Instance.new("Frame")
  6. local OpenButton = Instance.new("TextButton")
  7. local MainFrame = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local ValueBox = Instance.new("TextBox")
  10. local Aurem = Instance.new("TextButton")
  11. local Lamina = Instance.new("TextButton")
  12. local Reputation = Instance.new("TextButton")
  13. local Level = Instance.new("TextButton")
  14. local MagicPower = Instance.new("TextButton")
  15. local Strength = Instance.new("TextButton")
  16. local AGR = Instance.new("TextButton")
  17. local Bounty = Instance.new("TextButton")
  18. local GiveWep = Instance.new("TextButton")
  19. local FirstMagic = Instance.new("TextButton")
  20. local SecondMagic = Instance.new("TextButton")
  21. local Defense = Instance.new("TextButton")
  22. local SCSet = Instance.new("TextButton")
  23. local KrakenBand = Instance.new("TextButton")
  24. local ChampItems = Instance.new("TextButton")
  25. local AdminFrame = Instance.new("Frame")
  26. local AetherLightning = Instance.new("TextButton")
  27. local Inferno = Instance.new("TextButton")
  28. local AdminTitle = Instance.new("TextLabel")
  29. local Void = Instance.new("TextButton")
  30. local Vector = Instance.new("TextButton")
  31. local Cone = Instance.new("TextButton")
  32. local Stardust = Instance.new("TextButton")
  33. local CloseButton = Instance.new("TextButton")
  34. local AntiBan = Instance.new("TextButton")
  35. local FightingStyle = Instance.new("TextButton")
  36. local InfMS = Instance.new("TextButton")
  37.  
  38. -- Properties
  39.  
  40. ArcaneDestroyer.Name = "ArcaneDestroyer"
  41. ArcaneDestroyer.Parent = game.CoreGui
  42.  
  43. MenuFrame.Name = "MenuFrame"
  44. MenuFrame.Parent = ArcaneDestroyer
  45. MenuFrame.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  46. MenuFrame.BorderSizePixel = 0
  47. MenuFrame.Position = UDim2.new(0, 323, 0, 0)
  48. MenuFrame.Size = UDim2.new(0, 70, 0, 30)
  49.  
  50. OpenButton.Name = "OpenButton"
  51. OpenButton.Parent = MenuFrame
  52. OpenButton.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  53. OpenButton.BorderSizePixel = 0
  54. OpenButton.Size = UDim2.new(0, 70, 0, 30)
  55. OpenButton.Font = Enum.Font.SciFi
  56. OpenButton.FontSize = Enum.FontSize.Size24
  57. OpenButton.Text = "Menu"
  58. OpenButton.TextColor3 = Color3.new(1, 1, 1)
  59. OpenButton.TextSize = 20
  60.  
  61. MainFrame.Name = "MainFrame"
  62. MainFrame.Parent = ArcaneDestroyer
  63. MainFrame.BackgroundColor3 = Color3.new(0.854902, 0.878431, 0.972549)
  64. MainFrame.BorderSizePixel = 0
  65. MainFrame.Active = true
  66. MainFrame.Draggable = true
  67. MainFrame.Position = UDim2.new(0, 350, 0, 140)
  68. MainFrame.Selectable = true
  69. MainFrame.Size = UDim2.new(0, 630, 0, 320)
  70.  
  71. Title.Name = "Title"
  72. Title.Parent = MainFrame
  73. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  74. Title.BackgroundTransparency = 1
  75. Title.BorderSizePixel = 0
  76. Title.Size = UDim2.new(0, 630, 0, 40)
  77. Title.Font = Enum.Font.SciFi
  78. Title.FontSize = Enum.FontSize.Size32
  79. Title.Text = "Arcane Destroyer v0.8 By Vortex [BKiller]"
  80. Title.TextColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  81. Title.TextSize = 30
  82.  
  83. ValueBox.Name = "ValueBox"
  84. ValueBox.Parent = MainFrame
  85. ValueBox.BackgroundColor3 = Color3.new(1, 1, 1)
  86. ValueBox.BorderSizePixel = 0
  87. ValueBox.Position = UDim2.new(0, 20, 0, 40)
  88. ValueBox.Size = UDim2.new(0, 590, 0, 30)
  89. ValueBox.Font = Enum.Font.SciFi
  90. ValueBox.FontSize = Enum.FontSize.Size18
  91. ValueBox.Text = "[ Put Value Here ]"
  92. ValueBox.TextSize = 18
  93.  
  94. Aurem.Name = "Aurem"
  95. Aurem.Parent = MainFrame
  96. Aurem.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  97. Aurem.BorderSizePixel = 0
  98. Aurem.Position = UDim2.new(0, 20, 0, 80)
  99. Aurem.Size = UDim2.new(0, 90, 0, 40)
  100. Aurem.Font = Enum.Font.SciFi
  101. Aurem.FontSize = Enum.FontSize.Size18
  102. Aurem.Text = "Aurem"
  103. Aurem.TextColor3 = Color3.new(1, 1, 1)
  104. Aurem.TextSize = 18
  105.  
  106. Lamina.Name = "Lamina"
  107. Lamina.Parent = MainFrame
  108. Lamina.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  109. Lamina.BorderSizePixel = 0
  110. Lamina.Position = UDim2.new(0, 120, 0, 80)
  111. Lamina.Size = UDim2.new(0, 90, 0, 40)
  112. Lamina.Font = Enum.Font.SciFi
  113. Lamina.FontSize = Enum.FontSize.Size18
  114. Lamina.Text = "Lamina"
  115. Lamina.TextColor3 = Color3.new(1, 1, 1)
  116. Lamina.TextSize = 18
  117.  
  118. Reputation.Name = "Reputation"
  119. Reputation.Parent = MainFrame
  120. Reputation.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  121. Reputation.BorderSizePixel = 0
  122. Reputation.Position = UDim2.new(0, 220, 0, 80)
  123. Reputation.Size = UDim2.new(0, 90, 0, 40)
  124. Reputation.Font = Enum.Font.SciFi
  125. Reputation.FontSize = Enum.FontSize.Size18
  126. Reputation.Text = "Reputation"
  127. Reputation.TextColor3 = Color3.new(1, 1, 1)
  128. Reputation.TextSize = 18
  129.  
  130. Level.Name = "Level"
  131. Level.Parent = MainFrame
  132. Level.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  133. Level.BorderSizePixel = 0
  134. Level.Position = UDim2.new(0, 320, 0, 80)
  135. Level.Size = UDim2.new(0, 90, 0, 40)
  136. Level.Font = Enum.Font.SciFi
  137. Level.FontSize = Enum.FontSize.Size18
  138. Level.Text = "Level"
  139. Level.TextColor3 = Color3.new(1, 1, 1)
  140. Level.TextSize = 18
  141.  
  142. MagicPower.Name = "MagicPower"
  143. MagicPower.Parent = MainFrame
  144. MagicPower.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  145. MagicPower.BorderSizePixel = 0
  146. MagicPower.Position = UDim2.new(0, 420, 0, 80)
  147. MagicPower.Size = UDim2.new(0, 90, 0, 40)
  148. MagicPower.Font = Enum.Font.SciFi
  149. MagicPower.FontSize = Enum.FontSize.Size18
  150. MagicPower.Text = "MagicPower"
  151. MagicPower.TextColor3 = Color3.new(1, 1, 1)
  152. MagicPower.TextSize = 18
  153.  
  154. Strength.Name = "Strength"
  155. Strength.Parent = MainFrame
  156. Strength.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  157. Strength.BorderSizePixel = 0
  158. Strength.Position = UDim2.new(0, 20, 0, 130)
  159. Strength.Size = UDim2.new(0, 90, 0, 40)
  160. Strength.Font = Enum.Font.SciFi
  161. Strength.FontSize = Enum.FontSize.Size18
  162. Strength.Text = "Strength"
  163. Strength.TextColor3 = Color3.new(1, 1, 1)
  164. Strength.TextSize = 18
  165.  
  166. AGR.Name = "AGR"
  167. AGR.Parent = MainFrame
  168. AGR.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  169. AGR.BorderSizePixel = 0
  170. AGR.Position = UDim2.new(0, 120, 0, 180)
  171. AGR.Size = UDim2.new(0, 90, 0, 40)
  172. AGR.Font = Enum.Font.SciFi
  173. AGR.FontSize = Enum.FontSize.Size18
  174. AGR.Text = "AGR"
  175. AGR.TextColor3 = Color3.new(1, 1, 1)
  176. AGR.TextSize = 18
  177.  
  178. Bounty.Name = "Bounty"
  179. Bounty.Parent = MainFrame
  180. Bounty.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  181. Bounty.BorderSizePixel = 0
  182. Bounty.Position = UDim2.new(0, 220, 0, 130)
  183. Bounty.Size = UDim2.new(0, 90, 0, 40)
  184. Bounty.Font = Enum.Font.SciFi
  185. Bounty.FontSize = Enum.FontSize.Size18
  186. Bounty.Text = "Bounty"
  187. Bounty.TextColor3 = Color3.new(1, 1, 1)
  188. Bounty.TextSize = 18
  189.  
  190. GiveWep.Name = "GiveWep"
  191. GiveWep.Parent = MainFrame
  192. GiveWep.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  193. GiveWep.BorderSizePixel = 0
  194. GiveWep.Position = UDim2.new(0, 320, 0, 130)
  195. GiveWep.Size = UDim2.new(0, 90, 0, 40)
  196. GiveWep.Font = Enum.Font.SciFi
  197. GiveWep.FontSize = Enum.FontSize.Size18
  198. GiveWep.Text = "GiveWep"
  199. GiveWep.TextColor3 = Color3.new(1, 1, 1)
  200. GiveWep.TextSize = 18
  201.  
  202. FirstMagic.Name = "FirstMagic"
  203. FirstMagic.Parent = MainFrame
  204. FirstMagic.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  205. FirstMagic.BorderSizePixel = 0
  206. FirstMagic.Position = UDim2.new(0, 420, 0, 130)
  207. FirstMagic.Size = UDim2.new(0, 90, 0, 40)
  208. FirstMagic.Font = Enum.Font.SciFi
  209. FirstMagic.FontSize = Enum.FontSize.Size18
  210. FirstMagic.Text = "First\nMagic"
  211. FirstMagic.TextColor3 = Color3.new(1, 1, 1)
  212. FirstMagic.TextSize = 18
  213.  
  214. SecondMagic.Name = "SecondMagic"
  215. SecondMagic.Parent = MainFrame
  216. SecondMagic.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  217. SecondMagic.BorderSizePixel = 0
  218. SecondMagic.Position = UDim2.new(0, 20, 0, 180)
  219. SecondMagic.Size = UDim2.new(0, 90, 0, 40)
  220. SecondMagic.Font = Enum.Font.SciFi
  221. SecondMagic.FontSize = Enum.FontSize.Size18
  222. SecondMagic.Text = "Second\nMagic"
  223. SecondMagic.TextColor3 = Color3.new(1, 1, 1)
  224. SecondMagic.TextSize = 18
  225.  
  226. Defense.Name = "Defense"
  227. Defense.Parent = MainFrame
  228. Defense.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  229. Defense.BorderSizePixel = 0
  230. Defense.Position = UDim2.new(0, 120, 0, 130)
  231. Defense.Size = UDim2.new(0, 90, 0, 40)
  232. Defense.Font = Enum.Font.SciFi
  233. Defense.FontSize = Enum.FontSize.Size18
  234. Defense.Text = "Defense"
  235. Defense.TextColor3 = Color3.new(1, 1, 1)
  236. Defense.TextSize = 18
  237.  
  238. SCSet.Name = "SCSet"
  239. SCSet.Parent = MainFrame
  240. SCSet.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  241. SCSet.BorderSizePixel = 0
  242. SCSet.Position = UDim2.new(0, 220, 0, 180)
  243. SCSet.Size = UDim2.new(0, 90, 0, 40)
  244. SCSet.Font = Enum.Font.SciFi
  245. SCSet.FontSize = Enum.FontSize.Size18
  246. SCSet.Text = "SC Set"
  247. SCSet.TextColor3 = Color3.new(1, 1, 1)
  248. SCSet.TextSize = 18
  249.  
  250. KrakenBand.Name = "KrakenBand"
  251. KrakenBand.Parent = MainFrame
  252. KrakenBand.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  253. KrakenBand.BorderSizePixel = 0
  254. KrakenBand.Position = UDim2.new(0, 320, 0, 180)
  255. KrakenBand.Size = UDim2.new(0, 90, 0, 40)
  256. KrakenBand.Font = Enum.Font.SciFi
  257. KrakenBand.FontSize = Enum.FontSize.Size18
  258. KrakenBand.Text = "Kraken's\nBand"
  259. KrakenBand.TextColor3 = Color3.new(1, 1, 1)
  260. KrakenBand.TextSize = 18
  261.  
  262. ChampItems.Name = "ChampItems"
  263. ChampItems.Parent = MainFrame
  264. ChampItems.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  265. ChampItems.BorderSizePixel = 0
  266. ChampItems.Position = UDim2.new(0, 420, 0, 180)
  267. ChampItems.Size = UDim2.new(0, 90, 0, 40)
  268. ChampItems.Font = Enum.Font.SciFi
  269. ChampItems.FontSize = Enum.FontSize.Size18
  270. ChampItems.Text = "Champion\nItems"
  271. ChampItems.TextColor3 = Color3.new(1, 1, 1)
  272. ChampItems.TextSize = 18
  273.  
  274. AdminFrame.Name = "AdminFrame"
  275. AdminFrame.Parent = MainFrame
  276. AdminFrame.BackgroundColor3 = Color3.new(0.854902, 0.878431, 0.972549)
  277. AdminFrame.BorderSizePixel = 0
  278. AdminFrame.Position = UDim2.new(0, 0, 0, 220)
  279. AdminFrame.Size = UDim2.new(0, 550, 0, 90)
  280.  
  281. AetherLightning.Name = "AetherLightning"
  282. AetherLightning.Parent = AdminFrame
  283. AetherLightning.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  284. AetherLightning.BorderSizePixel = 0
  285. AetherLightning.Position = UDim2.new(0, 20, 0, 40)
  286. AetherLightning.Size = UDim2.new(0, 90, 0, 40)
  287. AetherLightning.Font = Enum.Font.SciFi
  288. AetherLightning.FontSize = Enum.FontSize.Size18
  289. AetherLightning.Text = "Aether\nLightning"
  290. AetherLightning.TextColor3 = Color3.new(1, 1, 1)
  291. AetherLightning.TextSize = 18
  292.  
  293. Inferno.Name = "Inferno"
  294. Inferno.Parent = AdminFrame
  295. Inferno.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  296. Inferno.BorderSizePixel = 0
  297. Inferno.Position = UDim2.new(0, 120, 0, 40)
  298. Inferno.Size = UDim2.new(0, 90, 0, 40)
  299. Inferno.Font = Enum.Font.SciFi
  300. Inferno.FontSize = Enum.FontSize.Size18
  301. Inferno.Text = "Inferno"
  302. Inferno.TextColor3 = Color3.new(1, 1, 1)
  303. Inferno.TextSize = 18
  304.  
  305. AdminTitle.Name = "AdminTitle"
  306. AdminTitle.Parent = AdminFrame
  307. AdminTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  308. AdminTitle.BackgroundTransparency = 1
  309. AdminTitle.BorderSizePixel = 0
  310. AdminTitle.Size = UDim2.new(0, 630, 0, 40)
  311. AdminTitle.Font = Enum.Font.SciFi
  312. AdminTitle.FontSize = Enum.FontSize.Size32
  313. AdminTitle.Text = "Admin Magics"
  314. AdminTitle.TextColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  315. AdminTitle.TextSize = 30
  316.  
  317. Void.Name = "Void"
  318. Void.Parent = AdminFrame
  319. Void.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  320. Void.BorderSizePixel = 0
  321. Void.Position = UDim2.new(0, 220, 0, 40)
  322. Void.Size = UDim2.new(0, 90, 0, 40)
  323. Void.Font = Enum.Font.SciFi
  324. Void.FontSize = Enum.FontSize.Size18
  325. Void.Text = "Void"
  326. Void.TextColor3 = Color3.new(1, 1, 1)
  327. Void.TextSize = 18
  328.  
  329. Vector.Name = "Vector"
  330. Vector.Parent = AdminFrame
  331. Vector.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  332. Vector.BorderSizePixel = 0
  333. Vector.Position = UDim2.new(0, 320, 0, 40)
  334. Vector.Size = UDim2.new(0, 90, 0, 40)
  335. Vector.Font = Enum.Font.SciFi
  336. Vector.FontSize = Enum.FontSize.Size18
  337. Vector.Text = "Vector"
  338. Vector.TextColor3 = Color3.new(1, 1, 1)
  339. Vector.TextSize = 18
  340.  
  341. Cone.Name = "Cone"
  342. Cone.Parent = AdminFrame
  343. Cone.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  344. Cone.BorderSizePixel = 0
  345. Cone.Position = UDim2.new(0, 420, 0, 40)
  346. Cone.Size = UDim2.new(0, 90, 0, 40)
  347. Cone.Font = Enum.Font.SciFi
  348. Cone.FontSize = Enum.FontSize.Size18
  349. Cone.Text = "Cone"
  350. Cone.TextColor3 = Color3.new(1, 1, 1)
  351. Cone.TextSize = 18
  352.  
  353. Stardust.Name = "Stardust"
  354. Stardust.Parent = AdminFrame
  355. Stardust.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  356. Stardust.BorderSizePixel = 0
  357. Stardust.Position = UDim2.new(0, 520, 0, 40)
  358. Stardust.Size = UDim2.new(0, 90, 0, 40)
  359. Stardust.Font = Enum.Font.SciFi
  360. Stardust.FontSize = Enum.FontSize.Size18
  361. Stardust.Text = "Stardust"
  362. Stardust.TextColor3 = Color3.new(1, 1, 1)
  363. Stardust.TextSize = 18
  364.  
  365. CloseButton.Name = "CloseButton"
  366. CloseButton.Parent = MainFrame
  367. CloseButton.BackgroundColor3 = Color3.new(1, 0, 0)
  368. CloseButton.BorderSizePixel = 0
  369. CloseButton.Position = UDim2.new(0, 610, 0, -5)
  370. CloseButton.Size = UDim2.new(0, 25, 0, 25)
  371. CloseButton.Font = Enum.Font.SciFi
  372. CloseButton.FontSize = Enum.FontSize.Size18
  373. CloseButton.Text = "X"
  374. CloseButton.TextColor3 = Color3.new(1, 1, 1)
  375. CloseButton.TextSize = 18
  376.  
  377. AntiBan.Name = "AntiBan"
  378. AntiBan.Parent = MainFrame
  379. AntiBan.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  380. AntiBan.BorderSizePixel = 0
  381. AntiBan.Position = UDim2.new(0, 520, 0, 80)
  382. AntiBan.Size = UDim2.new(0, 90, 0, 40)
  383. AntiBan.Font = Enum.Font.SciFi
  384. AntiBan.FontSize = Enum.FontSize.Size18
  385. AntiBan.Text = "AntiBan"
  386. AntiBan.TextColor3 = Color3.new(1, 1, 1)
  387. AntiBan.TextSize = 18
  388.  
  389. FightingStyle.Name = "FightingStyle"
  390. FightingStyle.Parent = MainFrame
  391. FightingStyle.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  392. FightingStyle.BorderSizePixel = 0
  393. FightingStyle.Position = UDim2.new(0, 520, 0, 130)
  394. FightingStyle.Size = UDim2.new(0, 90, 0, 40)
  395. FightingStyle.Font = Enum.Font.SciFi
  396. FightingStyle.FontSize = Enum.FontSize.Size18
  397. FightingStyle.Text = "Fighting\nStyle"
  398. FightingStyle.TextColor3 = Color3.new(1, 1, 1)
  399. FightingStyle.TextSize = 18
  400.  
  401. InfMS.Name = "InfMS"
  402. InfMS.Parent = MainFrame
  403. InfMS.BackgroundColor3 = Color3.new(0.380392, 0.764706, 0.564706)
  404. InfMS.BorderSizePixel = 0
  405. InfMS.Position = UDim2.new(0, 520, 0, 180)
  406. InfMS.Size = UDim2.new(0, 90, 0, 40)
  407. InfMS.Font = Enum.Font.SciFi
  408. InfMS.FontSize = Enum.FontSize.Size14
  409. InfMS.Text = "Infinite\nMagic/Stamina"
  410. InfMS.TextColor3 = Color3.new(1, 1, 1)
  411. InfMS.TextSize = 13
  412.  
  413. OpenButton.MouseButton1Down:connect(function()
  414. game.CoreGui.ArcaneDestroyer.OpenFrame.Visible = false
  415. game.CoreGui.ArcaneDestroyer.MainMenu.Visible = true
  416. end)
  417.  
  418. CloseButton.MouseButton1Down:connect(function()
  419. game.CoreGui.ArcaneDestroyer.OpenFrame.Visible = true
  420. game.CoreGui.ArcaneDestroyer.MainMenu.Visible = false
  421. end)
  422.  
  423. Aurem.MouseButton1Down:connect(function()
  424. game.ReplicatedStorage.Remotes.SetStat:FireServer("Aurem", ValueBox.Text, "math.random() is the best thing ever")
  425. end)
  426.  
  427. Lamina.MouseButton1Down:connect(function()
  428. game.ReplicatedStorage.Remotes.SetStat:FireServer("Lamina", ValueBox.Text, "math.random() is the best thing ever")
  429. end)
  430.  
  431. Reputation.MouseButton1Down:connect(function()
  432. game.ReplicatedStorage.Remotes.SetStat:FireServer("Reputation", ValueBox.Text, "math.random() is the best thing ever")
  433. end)
  434.  
  435. Strength.MouseButton1Down:connect(function()
  436. game.ReplicatedStorage.Remotes.SetStat:FireServer("Strength", ValueBox.Text, "math.random() is the best thing ever")
  437. end)
  438.  
  439. Defense.MouseButton1Down:connect(function()
  440. game.ReplicatedStorage.Remotes.SetStat:FireServer("Defense", ValueBox.Text, "math.random() is the best thing ever")
  441. end)
  442.  
  443. Bounty.MouseButton1Down:connect(function()
  444. game.ReplicatedStorage.Remotes.SetStat:FireServer("Bounty", ValueBox.Text, "math.random() is the best thing ever")
  445. end)
  446.  
  447. AGR.MouseButton1Down:connect(function()
  448. game.ReplicatedStorage.Remotes.SetStat:FireServer("AGCaptures", ValueBox.Text, "math.random() is the best thing ever")
  449. end)
  450.  
  451. Level.MouseButton1Down:connect(function()
  452. game.ReplicatedStorage.Remotes.SetStat:FireServer("Level", ValueBox.Text, "math.random() is the best thing ever")
  453. end)
  454.  
  455. MagicPower.MouseButton1Down:connect(function()
  456. game.ReplicatedStorage.Remotes.SetStat:FireServer("MagicPower", ValueBox.Text, "math.random() is the best thing ever")
  457. end)
  458.  
  459. GiveWep.MouseButton1Down:connect(function()
  460. game.ReplicatedStorage.Remotes.GiveWeapon:FireServer(ValueBox.Text)
  461. end)
  462.  
  463. FirstMagic.MouseButton1Down:connect(function()
  464. game.ReplicatedStorage.Remotes.SetStat:FireServer("Magic1", ValueBox.Text, "math.random() is the best thing ever")
  465. end)
  466.  
  467. SecondMagic.MouseButton1Down:connect(function()
  468. game.ReplicatedStorage.Remotes.SetStat:FireServer("Magic2", ValueBox.Text, "math.random() is the best thing ever")
  469. end)
  470.  
  471. AetherLightning.MouseButton1Down:connect(function()
  472. game.Players.LocalPlayer.Name = "VetexR"
  473. game.Players.LocalPlayer.UserId = '5414629'
  474. game.ReplicatedStorage.Remotes.GiveMagic:FireServer("Aether Lightning")
  475. end)
  476.  
  477. Inferno.MouseButton1Down:connect(function()
  478. game.Players.LocalPlayer.Name = "techlevel80"
  479. game.Players.LocalPlayer.UserId = '44209820'
  480. game.ReplicatedStorage.Remotes.GiveMagic:FireServer("Inferno")
  481. end)
  482.  
  483. Void.MouseButton1Down:connect(function()
  484. game.Players.LocalPlayer.Name = "NeoRad"
  485. game.Players.LocalPlayer.UserId = '8621734'
  486. game.ReplicatedStorage.Remotes.GiveMagic:FireServer("Void")
  487. end)
  488.  
  489. Vector.MouseButton1Down:connect(function()
  490. game.Players.LocalPlayer.Name = "TensaMan"
  491. game.Players.LocalPlayer.UserId = '22278792'
  492. game.ReplicatedStorage.Remotes.GiveMagic:FireServer("Vector")
  493. end)
  494.  
  495. Cone.MouseButton1Down:connect(function()
  496. game.Players.LocalPlayer.Name = "Cone_Man"
  497. game.Players.LocalPlayer.UserId = '130531223'
  498. game.ReplicatedStorage.Remotes.GiveMagic:FireServer("Cone")
  499. end)
  500.  
  501. SCSet.MouseButton1Down:connect(function()
  502. code = game.ReplicatedStorage.Remotes.GetGUID:InvokeServer()
  503. local Items = {
  504. "Sunken Champion Helm",
  505. "Sunken Champion Armor",
  506. "Sunken Champion Leggings"
  507. }
  508. for i, v in pairs(Items) do
  509. wait(1)
  510. for i = -1000, 1000 do
  511. game.ReplicatedStorage.Remotes.InvInsertShirt:FireServer(i, v, code)
  512. end
  513. end
  514. end)
  515.  
  516. KrakenBand.MouseButton1Down:connect(function()
  517. item = "The Kraken's Band"
  518. code = game.ReplicatedStorage.Remotes.GetGUID:InvokeServer()
  519. for i = -1000, 1000 do
  520. game.ReplicatedStorage.Remotes.InvInsertShirt:FireServer(i, item, code)
  521. end
  522. end)
  523.  
  524. ChampItems.MouseButton1Down:connect(function()
  525. code = game.ReplicatedStorage.Remotes.GetGUID:InvokeServer()
  526. local Items = {
  527. "Partcline's Gauntlet",
  528. "Lazy's Hat",
  529. "Souchai's Sword",
  530. "Neon Midnight",
  531. "Vonya's Mask",
  532. "Master's Wings"
  533. }
  534. for i, v in pairs(Items) do
  535. wait(1)
  536. for i = -1000, 1000 do
  537. game.ReplicatedStorage.Remotes.InvInsertShirt:FireServer(i, v, code)
  538. end
  539. end
  540. end)
  541.  
  542. AntiBan.MouseButton1Down:connect(function(open)
  543. local R = game.ReplicatedStorage.Remotes
  544. game.Players.Name = "Bypassing"
  545. wait(1)
  546. R.WipeInventory:Destroy()
  547. R.ExportLWFinder:Destroy()
  548. R.CheckIfUserIsAdmin:Destroy()
  549. R.ExportExploiterName:Destroy()
  550. R.ABC:Destroy()
  551. R.ShutdownServer:Destroy()
  552. R.KickPlayer:Destroy()
  553. wait(2)
  554. game.Bypassing.Name = "Players"
  555. end)
  556.  
  557. FightingStyle.MouseButton1Down:connect(function()
  558. game.ReplicatedStorage.Remotes.SetStat:FireServer("FightingStyle", ValueBox.Text, "math.random() is the best thing ever")
  559. end)
  560.  
  561. InfMS.MouseButton1Down:connect(function()
  562. while true do
  563. wait(1)
  564. game.Players.LocalPlayer.bin.MagicEnergy.Value = 99999
  565. game.Players.LocalPlayer.bin.Stamina.Value = 99999
  566. end
  567. end)
  568.  
  569. Stardust.MouseButton1Down:connect(function()
  570. game.Players.LocalPlayer.Name = "LunarDivinity"
  571. game.Players.LocalPlayer.UserId = '35555249'
  572. game.ReplicatedStorage.Remotes.GiveMagic:FireServer("Stardust")
  573. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement