Advertisement
Kitiko

Arcane Adventures Gui Script

Apr 13th, 2017
7,270
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.19 KB | None | 0 0
  1. -- Edited By Kiruza Exploits (Subscribe for the newest/Best Roblox Exploits) - https://www.youtube.com/c/KiruzaExploits
  2. -- Also join our Discord for newest exploits - https://discord.gg/jbfYfKa
  3.  
  4. local GuiService = Instance.new("ScreenGui")
  5. local Menu = Instance.new("TextButton")
  6. local Chat = Instance.new("Frame")
  7. local MenuBG = Instance.new("ImageLabel")
  8. local Close = Instance.new("TextButton")
  9. local SetBounty = Instance.new("TextButton")
  10. local Namee = Instance.new("TextBox")
  11. local DeleteEnvironment = Instance.new("TextButton")
  12. local FullEXP = Instance.new("TextButton")
  13. local FullEXP5 = Instance.new("TextButton")
  14. local FullEXP10 = Instance.new("TextButton")
  15. local InfiniteAurem = Instance.new("TextButton")
  16. local InfiniteLamina = Instance.new("TextButton")
  17. local Namee_2 = Instance.new("TextBox")
  18. local Legendary = Instance.new("TextButton")
  19. local Namee_3 = Instance.new("TextBox")
  20. local Credits = Instance.new("TextBox")
  21. local Level = Instance.new("TextButton")
  22. local TextLabel = Instance.new("TextLabel")
  23. local Namee_4 = Instance.new("TextBox")
  24. local Nowipe = Instance.new("TextButton")
  25. local Regenerate = Instance.new("TextButton")
  26. local SetMagic = Instance.new("TextButton")
  27. local Namee_5 = Instance.new("TextBox")
  28. local SetSecondMagic = Instance.new("TextButton")
  29. local Namee_6 = Instance.new("TextBox")
  30. local SkillPoints = Instance.new("TextButton")
  31. local Namee_7 = Instance.new("TextBox")
  32. local AnimationPack = Instance.new("TextButton")
  33. local Namee_8 = Instance.new("TextBox")
  34. local Namee_9 = Instance.new("TextBox")
  35.  
  36. -- Properties
  37.  
  38. GuiService.Name = "Gui Service"
  39. GuiService.Parent = game.CoreGui
  40.  
  41. Menu.Name = "Menu"
  42. Menu.Parent = GuiService
  43. Menu.BackgroundColor3 = Color3.new(0, 0.188235, 0.27451)
  44. Menu.BackgroundTransparency = 0.5
  45. Menu.BorderSizePixel = 0
  46. Menu.Position = UDim2.new(0, 323, 0, 0)
  47. Menu.Size = UDim2.new(0, 60, 0, 20)
  48. Menu.Font = Enum.Font.SourceSansLight
  49. Menu.FontSize = Enum.FontSize.Size18
  50. Menu.Text = "Menu"
  51. Menu.TextColor3 = Color3.new(1, 1, 1)
  52. Open = false
  53.  
  54. Chat.Name = "Chat"
  55. Chat.Parent = GuiService
  56. Chat.Active = true
  57. Chat.BackgroundColor3 = Color3.new(1, 1, 1)
  58. Chat.BackgroundTransparency = 1
  59. Chat.Draggable = true
  60. Chat.Position = UDim2.new(0.28, 000, 0.55, 1000)
  61. Chat.Selectable = true
  62. Chat.Size = UDim2.new(0, 537, 0, 56)
  63. Chat.Visible = false
  64.  
  65. MenuBG.Name = "MenuBG"
  66. MenuBG.Parent = Chat
  67. MenuBG.BackgroundColor3 = Color3.new(1, 1, 1)
  68. MenuBG.BackgroundTransparency = 1
  69. MenuBG.Size = UDim2.new(0, 593, 0, 361)
  70. MenuBG.Image = "rbxassetid://491261712"
  71. MenuBG.ImageTransparency = 0.10000000149012
  72.  
  73. Close.Name = "Close"
  74. Close.Parent = Chat
  75. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  76. Close.BackgroundTransparency = 1
  77. Close.Position = UDim2.new(0, 537, 0, 28)
  78. Close.Size = UDim2.new(0, 40, 0, 28)
  79. Close.Font = Enum.Font.SourceSans
  80. Close.FontSize = Enum.FontSize.Size14
  81. Close.TextTransparency = 1
  82. Close.MouseButton1Down:connect(function(open)
  83. Chat:TweenPosition(UDim2.new(0.28, 0, 1.0, 1000), "In", "Sine",1,true)
  84. Open = false
  85. end)
  86.  
  87. Menu.MouseButton1Down:connect(function(open)
  88. if Open == false then
  89. Chat.Visible = true
  90. Chat:TweenPosition(UDim2.new(0.28, 0, 0.55, -250), "Out", "Back",1.5,true)
  91. Open = true
  92. elseif Open == true then
  93. Chat:TweenPosition(UDim2.new(0.28, 0, 1.0, 1000), "In", "Sine",1,true)
  94. Open = false
  95. end
  96. end)
  97.  
  98. SetBounty.Name = "Set Bounty"
  99. SetBounty.Parent = Chat
  100. SetBounty.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  101. SetBounty.BackgroundTransparency = 0.60000002384186
  102. SetBounty.BorderSizePixel = 0
  103. SetBounty.Position = UDim2.new(0, 180, 0, 75)
  104. SetBounty.Size = UDim2.new(0, 70, 0, 53)
  105. SetBounty.Font = Enum.Font.SourceSansLight
  106. SetBounty.FontSize = Enum.FontSize.Size18
  107. SetBounty.Text = "Bounty"
  108. SetBounty.TextColor3 = Color3.new(1, 1, 1)
  109. SetBounty.TextStrokeColor3 = Color3.new(1, 1, 1)
  110.  
  111. DeleteEnvironment.Name = "Delete Environment"
  112. DeleteEnvironment.Parent = Chat
  113. DeleteEnvironment.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  114. DeleteEnvironment.BackgroundTransparency = 0.60000002384186
  115. DeleteEnvironment.BorderSizePixel = 0
  116. DeleteEnvironment.Position = UDim2.new(0, 20, 0, 75)
  117. DeleteEnvironment.Size = UDim2.new(0, 70, 0, 70)
  118. DeleteEnvironment.Font = Enum.Font.SourceSansLight
  119. DeleteEnvironment.FontSize = Enum.FontSize.Size12
  120. DeleteEnvironment.Text = "No Environment"
  121. DeleteEnvironment.TextColor3 = Color3.new(1, 1, 1)
  122. DeleteEnvironment.TextStrokeColor3 = Color3.new(1, 1, 1)
  123. DeleteEnvironment.MouseButton1Down:connect(function(open)
  124. game.Workspace.Environment:Remove()
  125. end)
  126.  
  127. FullEXP.Name = "Full EXP"
  128. FullEXP.Parent = Chat
  129. FullEXP.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  130. FullEXP.BackgroundTransparency = 0.60000002384186
  131. FullEXP.BorderSizePixel = 0
  132. FullEXP.Position = UDim2.new(0, 100, 0, 75)
  133. FullEXP.Size = UDim2.new(0, 70, 0, 70)
  134. FullEXP.Font = Enum.Font.SourceSansLight
  135. FullEXP.FontSize = Enum.FontSize.Size14
  136. FullEXP.Text = "Full EXP"
  137. FullEXP.TextColor3 = Color3.new(1, 1, 1)
  138. FullEXP.TextStrokeColor3 = Color3.new(1, 1, 1)
  139. FullEXP.MouseButton1Down:connect(function(open)
  140. while true do
  141. wait(5)
  142. game.ReplicatedStorage.Remotes.SetStat:FireServer("EXP", 99999, "math.random() is the best thing ever")
  143. end
  144. end)
  145.  
  146. FullEXP5.Name = "Power Levels 500"
  147. FullEXP5.Parent = Chat
  148. FullEXP5.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  149. FullEXP5.BackgroundTransparency = 0.60000002384186
  150. FullEXP5.BorderSizePixel = 0
  151. FullEXP5.Position = UDim2.new(0, 500, 0, 155)
  152. FullEXP5.Size = UDim2.new(0, 70, 0, 70)
  153. FullEXP5.Font = Enum.Font.SourceSansLight
  154. FullEXP5.FontSize = Enum.FontSize.Size14
  155. FullEXP5.Text = "Max Power"
  156. FullEXP5.TextColor3 = Color3.new(1, 1, 1)
  157. FullEXP5.TextStrokeColor3 = Color3.new(1, 1, 1)
  158. FullEXP5.MouseButton1Down:connect(function(open)
  159. while true do
  160. wait(5)
  161. game.ReplicatedStorage.Remotes.SetStat:FireServer("MagicPower", 500, "math.random() is the best thing ever") end
  162. end)
  163.  
  164. FullEXP10.Name = "Strength Levels 500"
  165. FullEXP10.Parent = Chat
  166. FullEXP10.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  167. FullEXP10.BackgroundTransparency = 0.60000002384186
  168. FullEXP10.BorderSizePixel = 0
  169. FullEXP10.Position = UDim2.new(0, 20, 0, 235)
  170. FullEXP10.Size = UDim2.new(0, 70, 0, 70)
  171. FullEXP10.Font = Enum.Font.SourceSansLight
  172. FullEXP10.FontSize = Enum.FontSize.Size14
  173. FullEXP10.Text = "Max Strength"
  174. FullEXP10.TextColor3 = Color3.new(1, 1, 1)
  175. FullEXP10.TextStrokeColor3 = Color3.new(1, 1, 1)
  176. FullEXP10.MouseButton1Down:connect(function(open)
  177. while true do
  178. wait(5)
  179. game.ReplicatedStorage.Remotes.SetStat:FireServer("Strength", 500, "math.random() is the best thing ever") end
  180. end)
  181.  
  182.  
  183.  
  184.  
  185. InfiniteAurem.Name = "Infinite Aurem"
  186. InfiniteAurem.Parent = Chat
  187. InfiniteAurem.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  188. InfiniteAurem.BackgroundTransparency = 0.60000002384186
  189. InfiniteAurem.BorderSizePixel = 0
  190. InfiniteAurem.Position = UDim2.new(0, 340, 0, 75)
  191. InfiniteAurem.Size = UDim2.new(0, 70, 0, 70)
  192. InfiniteAurem.Font = Enum.Font.SourceSansLight
  193. InfiniteAurem.FontSize = Enum.FontSize.Size18
  194. InfiniteAurem.Text = "Aurem"
  195. InfiniteAurem.TextColor3 = Color3.new(1, 1, 1)
  196. InfiniteAurem.TextStrokeColor3 = Color3.new(1, 1, 1)
  197. InfiniteAurem.MouseButton1Down:connect(function(open)
  198. while true do
  199. wait(0.1)
  200. game.ReplicatedStorage.Remotes.SetStat:FireServer("Aurem", 300, "math.random() is the best thing ever")
  201. end
  202. end)
  203.  
  204.  
  205. InfiniteLamina.Name = "Infinite Lamina"
  206. InfiniteLamina.Parent = Chat
  207. InfiniteLamina.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  208. InfiniteLamina.BackgroundTransparency = 0.60000002384186
  209. InfiniteLamina.BorderSizePixel = 0
  210. InfiniteLamina.Position = UDim2.new(0, 180, 0, 155)
  211. InfiniteLamina.Size = UDim2.new(0, 70, 0, 53)
  212. InfiniteLamina.Font = Enum.Font.SourceSansLight
  213. InfiniteLamina.FontSize = Enum.FontSize.Size14
  214. InfiniteLamina.Text = "Lamina"
  215. InfiniteLamina.TextColor3 = Color3.new(1, 1, 1)
  216. InfiniteLamina.TextStrokeColor3 = Color3.new(1, 1, 1)
  217.  
  218. Legendary.Name = "Legendary"
  219. Legendary.Parent = Chat
  220. Legendary.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  221. Legendary.BackgroundTransparency = 0.60000002384186
  222. Legendary.BorderSizePixel = 0
  223. Legendary.Position = UDim2.new(0, 260, 0, 75)
  224. Legendary.Size = UDim2.new(0, 70, 0, 53)
  225. Legendary.Font = Enum.Font.SourceSansLight
  226. Legendary.FontSize = Enum.FontSize.Size14
  227. Legendary.Text = "Reputation"
  228. Legendary.TextColor3 = Color3.new(1, 1, 1)
  229. Legendary.TextStrokeColor3 = Color3.new(1, 1, 1)
  230.  
  231. Level.Name = "Level"
  232. Level.Parent = Chat
  233. Level.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  234. Level.BackgroundTransparency = 0.60000002384186
  235. Level.BorderSizePixel = 0
  236. Level.Position = UDim2.new(0, 420, 0, 75)
  237. Level.Size = UDim2.new(0, 70, 0, 53)
  238. Level.Font = Enum.Font.SourceSansLight
  239. Level.FontSize = Enum.FontSize.Size18
  240. Level.Text = "Level"
  241. Level.TextColor3 = Color3.new(1, 1, 1)
  242. Level.TextStrokeColor3 = Color3.new(1, 1, 1)
  243.  
  244. TextLabel.Parent = Level
  245. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  246. TextLabel.BackgroundTransparency = 1
  247. TextLabel.Position = UDim2.new(0, 0, 0, 29)
  248. TextLabel.Size = UDim2.new(0, 70, 0, 24)
  249. TextLabel.ZIndex = 10
  250. TextLabel.Font = Enum.Font.SourceSans
  251. TextLabel.FontSize = Enum.FontSize.Size14
  252. TextLabel.Text = "Detectable"
  253. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  254. ---
  255. Credits.Parent = FullEXP10
  256. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  257. Credits.BackgroundTransparency = 1
  258. Credits.Position = UDim2.new(0, 250, 0, 50)
  259. Credits.Size = UDim2.new(0, 70, 0, 24)
  260. Credits.ZIndex = 10
  261. Credits.Font = Enum.Font.SourceSans
  262. Credits.FontSize = Enum.FontSize.Size14
  263. Credits.Text = "Edited by: Kiruza Exploits - Youtube www.youtube.com/c/KiruzaExploits And join our Discord: https://discord.gg/jbfYfKa"
  264. Credits.TextColor3 = Color3.new(255, 19, 19)
  265. ---
  266. Nowipe.Name = "Nowipe"
  267. Nowipe.Parent = Chat
  268. Nowipe.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  269. Nowipe.BackgroundTransparency = 0.60000002384186
  270. Nowipe.BorderSizePixel = 0
  271. Nowipe.Position = UDim2.new(0, 100, 0, 155)
  272. Nowipe.Size = UDim2.new(0, 70, 0, 70)
  273. Nowipe.Font = Enum.Font.SourceSansLight
  274. Nowipe.FontSize = Enum.FontSize.Size18
  275. Nowipe.Text = "No Wipe"
  276. Nowipe.TextColor3 = Color3.new(1, 1, 1)
  277. Nowipe.TextStrokeColor3 = Color3.new(1, 1, 1)
  278. Nowipe.MouseButton1Down:connect(function(open)
  279. game.ReplicatedStorage.Remotes.WipeInventory:Remove()
  280. Instance.new("RemoteEvent", game.Workspace.Stats)
  281. game.ReplicatedStorage.Remotes.RemoteEvent.Name = "WipeInventory"
  282. end)
  283.  
  284. Regenerate.Name = "Regenerate"
  285. Regenerate.Parent = Chat
  286. Regenerate.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  287. Regenerate.BackgroundTransparency = 0.60000002384186
  288. Regenerate.BorderSizePixel = 0
  289. Regenerate.Position = UDim2.new(0, 20, 0, 155)
  290. Regenerate.Size = UDim2.new(0, 70, 0, 70)
  291. Regenerate.Font = Enum.Font.SourceSansLight
  292. Regenerate.FontSize = Enum.FontSize.Size18
  293. Regenerate.Text = "Regenerate"
  294. Regenerate.TextColor3 = Color3.new(1, 1, 1)
  295. Regenerate.TextStrokeColor3 = Color3.new(1, 1, 1)
  296. Regenerate.MouseButton1Down:connect(function(open)
  297. while true do
  298. wait(1)
  299. game.Players.LocalPlayer.bin.MagicEnergy.Value = 99999
  300. game.Players.LocalPlayer.bin.Stamina.Value = 99999
  301. end
  302. end)
  303.  
  304. SetMagic.Name = "Set Magic"
  305. SetMagic.Parent = Chat
  306. SetMagic.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  307. SetMagic.BackgroundTransparency = 0.60000002384186
  308. SetMagic.BorderSizePixel = 0
  309. SetMagic.Position = UDim2.new(0, 500, 0, 75)
  310. SetMagic.Size = UDim2.new(0, 70, 0, 53)
  311. SetMagic.Font = Enum.Font.SourceSansLight
  312. SetMagic.FontSize = Enum.FontSize.Size18
  313. SetMagic.Text = "First Magic"
  314. SetMagic.TextColor3 = Color3.new(1, 1, 1)
  315. SetMagic.TextStrokeColor3 = Color3.new(1, 1, 1)
  316.  
  317. SetSecondMagic.Name = "Set Second Magic"
  318. SetSecondMagic.Parent = Chat
  319. SetSecondMagic.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  320. SetSecondMagic.BackgroundTransparency = 0.60000002384186
  321. SetSecondMagic.BorderSizePixel = 0
  322. SetSecondMagic.Position = UDim2.new(0, 260, 0, 155)
  323. SetSecondMagic.Size = UDim2.new(0, 70, 0, 53)
  324. SetSecondMagic.Font = Enum.Font.SourceSansLight
  325. SetSecondMagic.FontSize = Enum.FontSize.Size14
  326. SetSecondMagic.Text = "Second Magic"
  327. SetSecondMagic.TextColor3 = Color3.new(1, 1, 1)
  328. SetSecondMagic.TextStrokeColor3 = Color3.new(1, 1, 1)
  329.  
  330. SkillPoints.Name = "Skill Points"
  331. SkillPoints.Parent = Chat
  332. SkillPoints.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  333. SkillPoints.BackgroundTransparency = 0.60000002384186
  334. SkillPoints.BorderSizePixel = 0
  335. SkillPoints.Position = UDim2.new(0, 340, 0, 155)
  336. SkillPoints.Size = UDim2.new(0, 70, 0, 53)
  337. SkillPoints.Font = Enum.Font.SourceSansLight
  338. SkillPoints.FontSize = Enum.FontSize.Size18
  339. SkillPoints.Text = "Skill Points"
  340. SkillPoints.TextColor3 = Color3.new(1, 1, 1)
  341. SkillPoints.TextStrokeColor3 = Color3.new(1, 1, 1)
  342.  
  343. AnimationPack.Name = "AnimationPack"
  344. AnimationPack.Parent = Chat
  345. AnimationPack.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  346. AnimationPack.BackgroundTransparency = 0.60000002384186
  347. AnimationPack.BorderSizePixel = 0
  348. AnimationPack.Position = UDim2.new(0, 420, 0, 155)
  349. AnimationPack.Size = UDim2.new(0, 70, 0, 53)
  350. AnimationPack.Font = Enum.Font.SourceSansLight
  351. AnimationPack.FontSize = Enum.FontSize.Size12
  352. AnimationPack.Text = "Animation Pack"
  353. AnimationPack.TextColor3 = Color3.new(1, 1, 1)
  354. AnimationPack.TextStrokeColor3 = Color3.new(1, 1, 1)
  355.  
  356. Namee.Name = "Namee"
  357. Namee.Parent = SetBounty
  358. Namee.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  359. Namee.BackgroundTransparency = 0.60000002384186
  360. Namee.Position = UDim2.new(0, 0, 0, 55)
  361. Namee.Size = UDim2.new(0, 70, 0, 15)
  362. Namee.Font = Enum.Font.SourceSansLight
  363. Namee.FontSize = Enum.FontSize.Size14
  364. Namee.Text = "[Amount]"
  365. Namee.TextColor3 = Color3.new(1, 1, 1)
  366. BountyA = Namee.Text
  367. SetBounty.MouseButton1Down:connect(function(open)
  368. BountyA = Namee.Text
  369. game.ReplicatedStorage.Remotes.SetStat:FireServer("Bounty", tonumber(BountyA) + 0, "math.random() is the best thing ever")
  370. end)
  371.  
  372. Namee_2.Name = "Namee"
  373. Namee_2.Parent = InfiniteLamina
  374. Namee_2.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  375. Namee_2.BackgroundTransparency = 0.60000002384186
  376. Namee_2.BorderSizePixel = 0
  377. Namee_2.Position = UDim2.new(0, 0, 0, 55)
  378. Namee_2.Size = UDim2.new(0, 70, 0, 15)
  379. Namee_2.Font = Enum.Font.SourceSansLight
  380. Namee_2.FontSize = Enum.FontSize.Size14
  381. Namee_2.Text = "[Amount]"
  382. Namee_2.TextColor3 = Color3.new(1, 1, 1)
  383. LaminaA = Namee_2.Text
  384. InfiniteLamina.MouseButton1Down:connect(function(open)
  385. LaminaA = Namee_2.Text
  386. game.ReplicatedStorage.Remotes.SetStat:FireServer("Lamina", tonumber(LaminaA) + 0, "math.random() is the best thing ever")
  387. end)
  388.  
  389. Namee_3.Name = "Namee"
  390. Namee_3.Parent = Legendary
  391. Namee_3.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  392. Namee_3.BackgroundTransparency = 0.60000002384186
  393. Namee_3.BorderSizePixel = 0
  394. Namee_3.Position = UDim2.new(0, 0, 0, 55)
  395. Namee_3.Size = UDim2.new(0, 70, 0, 15)
  396. Namee_3.Font = Enum.Font.SourceSansLight
  397. Namee_3.FontSize = Enum.FontSize.Size14
  398. Namee_3.Text = "[Amount]"
  399. Namee_3.TextColor3 = Color3.new(1, 1, 1)
  400. LegendaryA = Namee_3.Text
  401. Legendary.MouseButton1Down:connect(function(open)
  402. LegendaryA = Namee_3.Text
  403. game.ReplicatedStorage.Remotes.SetStat:FireServer("Reputation", tonumber(LegendaryA) + 0, "math.random() is the best thing ever")
  404. end)
  405.  
  406.  
  407. Namee_4.Name = "Namee"
  408. Namee_4.Parent = Level
  409. Namee_4.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  410. Namee_4.BackgroundTransparency = 0.60000002384186
  411. Namee_4.BorderSizePixel = 0
  412. Namee_4.Position = UDim2.new(0, 0, 0, 55)
  413. Namee_4.Size = UDim2.new(0, 70, 0, 15)
  414. Namee_4.Font = Enum.Font.SourceSansLight
  415. Namee_4.FontSize = Enum.FontSize.Size14
  416. Namee_4.Text = "[Amount]"
  417. Namee_4.TextColor3 = Color3.new(1, 1, 1)
  418. LevelA = Namee_4.Text
  419. Level.MouseButton1Down:connect(function(open)
  420. LevelA = Namee_4.Text
  421. game.ReplicatedStorage.Remotes.SetStat:FireServer("Level", tonumber(LevelA) + 0, "math.random() is the best thing ever")
  422. end)
  423.  
  424. Namee_5.Name = "Namee"
  425. Namee_5.Parent = SetMagic
  426. Namee_5.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  427. Namee_5.BackgroundTransparency = 0.60000002384186
  428. Namee_5.BorderSizePixel = 0
  429. Namee_5.Position = UDim2.new(0, 0, 0, 55)
  430. Namee_5.Size = UDim2.new(0, 70, 0, 15)
  431. Namee_5.Font = Enum.Font.SourceSansLight
  432. Namee_5.FontSize = Enum.FontSize.Size14
  433. Namee_5.Text = "[Magic]"
  434. Namee_5.TextColor3 = Color3.new(1, 1, 1)
  435. MagicA = Namee_5.Text
  436. SetMagic.MouseButton1Down:connect(function(open)
  437. MagicA = Namee_5.Text
  438. game.ReplicatedStorage.Remotes.SetStat:FireServer("Magic", tostring(MagicA), "math.random() is the best thing ever")
  439. end)
  440.  
  441. Namee_6.Name = "Namee"
  442. Namee_6.Parent = SetSecondMagic
  443. Namee_6.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  444. Namee_6.BackgroundTransparency = 0.60000002384186
  445. Namee_6.BorderSizePixel = 0
  446. Namee_6.Position = UDim2.new(0, 0, 0, 55)
  447. Namee_6.Size = UDim2.new(0, 70, 0, 15)
  448. Namee_6.Font = Enum.Font.SourceSansLight
  449. Namee_6.FontSize = Enum.FontSize.Size14
  450. Namee_6.Text = "[Magic]"
  451. Namee_6.TextColor3 = Color3.new(1, 1, 1)
  452. MagicA2 = Namee_6.Text
  453. SetSecondMagic.MouseButton1Down:connect(function(open)
  454. MagicA2 = Namee_6.Text
  455. game.ReplicatedStorage.Remotes.SetStat:FireServer("Magic2", tostring(MagicA2), "math.random() is the best thing ever")
  456. end)
  457.  
  458. Namee_7.Name = "Namee"
  459. Namee_7.Parent = SkillPoints
  460. Namee_7.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  461. Namee_7.BackgroundTransparency = 0.60000002384186
  462. Namee_7.BorderSizePixel = 0
  463. Namee_7.Position = UDim2.new(0, 0, 0, 55)
  464. Namee_7.Size = UDim2.new(0, 70, 0, 15)
  465. Namee_7.Font = Enum.Font.SourceSansLight
  466. Namee_7.FontSize = Enum.FontSize.Size14
  467. Namee_7.Text = "[Amount]"
  468. Namee_7.TextColor3 = Color3.new(1, 1, 1)
  469.  
  470. Namee_8.Name = "Namee"
  471. Namee_8.Parent = AnimationPack
  472. Namee_8.BackgroundColor3 = Color3.new(0, 1, 0.968628)
  473. Namee_8.BackgroundTransparency = 0.60000002384186
  474. Namee_8.BorderSizePixel = 0
  475. Namee_8.Position = UDim2.new(0, 0, 0, 55)
  476. Namee_8.Size = UDim2.new(0, 70, 0, 15)
  477. Namee_8.Font = Enum.Font.SourceSansLight
  478. Namee_8.FontSize = Enum.FontSize.Size14
  479. Namee_8.Text = "[Pack]"
  480. Namee_8.TextColor3 = Color3.new(1, 1, 1)
  481. AP = Level.Namee_8.Text
  482. AnimationPack.MouseButton1Down:connect(function(open)
  483. AP = Level.Namee_8.Text
  484. game.ReplicatedStorage.Remotes.SetStat:FireServer("Current Pack", tostring(AP), "math.random() is the best thing ever")
  485. end)
  486.  
  487. SPA = Level.Namee_7.Text
  488. SkillPoints.MouseButton1Down:connect(function(open)
  489. SPA = Level.Namee_7.Text
  490. game.ReplicatedStorage.Remotes.SetStat:FireServer("SP", tonumber(SPA) + 0, "math.random() is the best thing ever")
  491. end)
  492.  
  493.  
  494. -------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement