Anime fighting simulator script - Pastebin.com (2024)

  1. -- Made By lostburger13

  2. -- Gui V1

  3. -- Instances:

  4. local lostburger13Gui = Instance.new("ScreenGui")

  5. local strengthFrame = Instance.new("Frame")

  6. local Dummies = Instance.new("TextButton")

  7. local saitamaGym = Instance.new("TextButton")

  8. local dagobahBeach = Instance.new("TextButton")

  9. local meteor = Instance.new("TextButton")

  10. local kamiLookout = Instance.new("TextButton")

  11. local cellArena = Instance.new("TextButton")

  12. local excalibur = Instance.new("TextButton")

  13. local Nomu = Instance.new("TextButton")

  14. local title1 = Instance.new("TextLabel")

  15. local menuBarFrame = Instance.new("Frame")

  16. local Main = Instance.new("TextButton")

  17. local Strength = Instance.new("TextButton")

  18. local Durability = Instance.new("TextButton")

  19. local Chakra = Instance.new("TextButton")

  20. local Speed = Instance.new("TextButton")

  21. local Agility = Instance.new("TextButton")

  22. local Chest = Instance.new("TextButton")

  23. local Minimize = Instance.new("TextButton")

  24. local durabilityFrame = Instance.new("Frame")

  25. local pirateShip = Instance.new("TextButton")

  26. local desertIsland = Instance.new("TextButton")

  27. local aokijiIsland = Instance.new("TextButton")

  28. local ursusShock = Instance.new("TextButton")

  29. local mountAkainu = Instance.new("TextButton")

  30. local amaterasu = Instance.new("TextButton")

  31. local kingkaiplanet = Instance.new("TextButton")

  32. local hyperbolicTimeChamber = Instance.new("TextButton")

  33. local title3 = Instance.new("TextLabel")

  34. local mainFrame = Instance.new("Frame")

  35. local title2 = Instance.new("TextLabel")

  36. local version = Instance.new("TextLabel")

  37. local spawn = Instance.new("TextButton")

  38. local Message = Instance.new("TextLabel")

  39. local chakraFrame = Instance.new("Frame")

  40. local spiritTree = Instance.new("TextButton")

  41. local deathNote = Instance.new("TextButton")

  42. local waterfallOfTruth = Instance.new("TextButton")

  43. local temple = Instance.new("TextButton")

  44. local kuramaStatue = Instance.new("TextButton")

  45. local senbonzakuraKageyoshi = Instance.new("TextButton")

  46. local sageMeditationPlatform = Instance.new("TextButton")

  47. local towerOfHeaven = Instance.new("TextButton")

  48. local title4 = Instance.new("TextLabel")

  49. local speedFrame = Instance.new("Frame")

  50. local trampoline = Instance.new("TextButton")

  51. local gravityChamberS = Instance.new("TextButton")

  52. local spaceTimeKunaiFieldS = Instance.new("TextButton")

  53. local title5 = Instance.new("TextLabel")

  54. local agilityFrame = Instance.new("Frame")

  55. local title6 = Instance.new("TextLabel")

  56. local treadmills = Instance.new("TextButton")

  57. local gravityChamberA = Instance.new("TextButton")

  58. local spaceTimeKunaiFieldA = Instance.new("TextButton")

  59. local chestFrame = Instance.new("Frame")

  60. local Location1 = Instance.new("TextButton")

  61. local Location2 = Instance.new("TextButton")

  62. local Location3 = Instance.new("TextButton")

  63. local Location4 = Instance.new("TextButton")

  64. local Location5 = Instance.new("TextButton")

  65. local Location6 = Instance.new("TextButton")

  66. local title7 = Instance.new("TextLabel")

  67. local openFrame = Instance.new("Frame")

  68. local open = Instance.new("TextButton")

  69. --Properties:

  70. lostburger13Gui.Name = "lostburger13Gui"

  71. lostburger13Gui.Parent = game.CoreGui

  72. lostburger13Gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling

  73. strengthFrame.Name = "strengthFrame"

  74. strengthFrame.Parent = lostburger13Gui

  75. strengthFrame.Active = true

  76. strengthFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)

  77. strengthFrame.Position = UDim2.new(0.338201374, 0, 0.184542581, 0)

  78. strengthFrame.Size = UDim2.new(0, 502, 0, 303)

  79. strengthFrame.Draggable = true

  80. Dummies.Name = "Dummies"

  81. Dummies.Parent = strengthFrame

  82. Dummies.BackgroundColor3 = Color3.new(1, 1, 0)

  83. Dummies.Position = UDim2.new(-0.00158478634, 0, -0.00121244427, 0)

  84. Dummies.Size = UDim2.new(0, 129, 0, 50)

  85. Dummies.Font = Enum.Font.GothamBlack

  86. Dummies.Text = "100 Dummies"

  87. Dummies.TextColor3 = Color3.new(0, 0, 0)

  88. Dummies.TextScaled = true

  89. Dummies.TextSize = 14

  90. Dummies.TextWrapped = true

  91. saitamaGym.Name = "saitamaGym"

  92. saitamaGym.Parent = strengthFrame

  93. saitamaGym.BackgroundColor3 = Color3.new(1, 1, 0)

  94. saitamaGym.Position = UDim2.new(-0.00120213139, 0, 0.161716178, 0)

  95. saitamaGym.Size = UDim2.new(0, 129, 0, 49)

  96. saitamaGym.Font = Enum.Font.GothamBlack

  97. saitamaGym.Text = "10K Saitama Gym"

  98. saitamaGym.TextColor3 = Color3.new(0, 0, 0)

  99. saitamaGym.TextScaled = true

  100. saitamaGym.TextSize = 14

  101. saitamaGym.TextWrapped = true

  102. dagobahBeach.Name = "dagobahBeach"

  103. dagobahBeach.Parent = strengthFrame

  104. dagobahBeach.BackgroundColor3 = Color3.new(1, 1, 0)

  105. dagobahBeach.Position = UDim2.new(-0.000133290727, 0, 0.317261159, 0)

  106. dagobahBeach.Size = UDim2.new(0, 128, 0, 50)

  107. dagobahBeach.Font = Enum.Font.GothamBlack

  108. dagobahBeach.Text = "100K Dagobah Beach"

  109. dagobahBeach.TextColor3 = Color3.new(0, 0, 0)

  110. dagobahBeach.TextScaled = true

  111. dagobahBeach.TextSize = 14

  112. dagobahBeach.TextWrapped = true

  113. meteor.Name = "meteor"

  114. meteor.Parent = strengthFrame

  115. meteor.BackgroundColor3 = Color3.new(1, 1, 0)

  116. meteor.Position = UDim2.new(-0.000333200878, 0, 0.480875552, 0)

  117. meteor.Size = UDim2.new(0, 128, 0, 50)

  118. meteor.Font = Enum.Font.GothamBlack

  119. meteor.Text = "1M Meteor"

  120. meteor.TextColor3 = Color3.new(0, 0, 0)

  121. meteor.TextScaled = true

  122. meteor.TextSize = 14

  123. meteor.TextWrapped = true

  124. kamiLookout.Name = "kamiLookout"

  125. kamiLookout.Parent = strengthFrame

  126. kamiLookout.BackgroundColor3 = Color3.new(1, 1, 0)

  127. kamiLookout.Position = UDim2.new(0, 0, 0.645652235, 0)

  128. kamiLookout.Size = UDim2.new(0, 127, 0, 49)

  129. kamiLookout.Font = Enum.Font.GothamBlack

  130. kamiLookout.Text = "10M Kami's Lookout"

  131. kamiLookout.TextColor3 = Color3.new(0, 0, 0)

  132. kamiLookout.TextScaled = true

  133. kamiLookout.TextSize = 14

  134. kamiLookout.TextWrapped = true

  135. cellArena.Name = "cellArena"

  136. cellArena.Parent = strengthFrame

  137. cellArena.BackgroundColor3 = Color3.new(1, 1, 0)

  138. cellArena.Position = UDim2.new(0, 0, 0.807368398, 0)

  139. cellArena.Size = UDim2.new(0, 127, 0, 58)

  140. cellArena.Font = Enum.Font.GothamBlack

  141. cellArena.Text = "100M Cell Arena"

  142. cellArena.TextColor3 = Color3.new(0, 0, 0)

  143. cellArena.TextScaled = true

  144. cellArena.TextSize = 14

  145. cellArena.TextWrapped = true

  146. excalibur.Name = "excalibur"

  147. excalibur.Parent = strengthFrame

  148. excalibur.BackgroundColor3 = Color3.new(1, 1, 0)

  149. excalibur.Position = UDim2.new(0.256972104, 0, -0.00144228293, 0)

  150. excalibur.Size = UDim2.new(0, 127, 0, 49)

  151. excalibur.Font = Enum.Font.GothamBlack

  152. excalibur.Text = "1B Excalibur"

  153. excalibur.TextColor3 = Color3.new(0, 0, 0)

  154. excalibur.TextScaled = true

  155. excalibur.TextSize = 14

  156. excalibur.TextWrapped = true

  157. Nomu.Name = "Nomu"

  158. Nomu.Parent = strengthFrame

  159. Nomu.BackgroundColor3 = Color3.new(1, 1, 0)

  160. Nomu.Position = UDim2.new(0.256972104, 0, 0.160273895, 0)

  161. Nomu.Size = UDim2.new(0, 127, 0, 46)

  162. Nomu.Font = Enum.Font.GothamBlack

  163. Nomu.Text = "100B Nomu"

  164. Nomu.TextColor3 = Color3.new(0, 0, 0)

  165. Nomu.TextScaled = true

  166. Nomu.TextSize = 14

  167. Nomu.TextWrapped = true

  168. title1.Name = "title1"

  169. title1.Parent = strengthFrame

  170. title1.BackgroundColor3 = Color3.new(0.819608, 0.819608, 0)

  171. title1.BorderSizePixel = 0

  172. title1.Position = UDim2.new(0.561752975, 0, 0.567656755, 0)

  173. title1.Size = UDim2.new(0, 131, 0, 83)

  174. title1.Font = Enum.Font.Highway

  175. title1.Text = "lostburger13"

  176. title1.TextColor3 = Color3.new(1, 0.333333, 0)

  177. title1.TextSize = 40

  178. menuBarFrame.Name = "menuBarFrame"

  179. menuBarFrame.Parent = lostburger13Gui

  180. menuBarFrame.Active = true

  181. menuBarFrame.BackgroundColor3 = Color3.new(1, 0, 0)

  182. menuBarFrame.Position = UDim2.new(0.325134516, 0, 0.95425868, 0)

  183. menuBarFrame.Size = UDim2.new(0, 502, 0, 29)

  184. Main.Name = "Main"

  185. Main.Parent = menuBarFrame

  186. Main.BackgroundColor3 = Color3.new(1, 0, 0)

  187. Main.Position = UDim2.new(-0.00269286335, 0, 0, 0)

  188. Main.Size = UDim2.new(0, 66, 0, 30)

  189. Main.Font = Enum.Font.GothamBlack

  190. Main.Text = "Main"

  191. Main.TextColor3 = Color3.new(0, 0, 0)

  192. Main.TextSize = 14

  193. Main.TextWrapped = true

  194. Strength.Name = "Strength"

  195. Strength.Parent = menuBarFrame

  196. Strength.BackgroundColor3 = Color3.new(1, 0, 0)

  197. Strength.Position = UDim2.new(0.127203107, 0, 4.09781933e-08, 0)

  198. Strength.Size = UDim2.new(0, 64, 0, 30)

  199. Strength.Font = Enum.Font.GothamBlack

  200. Strength.Text = "Strength"

  201. Strength.TextColor3 = Color3.new(0, 0, 0)

  202. Strength.TextSize = 14

  203. Durability.Name = "Durability"

  204. Durability.Parent = menuBarFrame

  205. Durability.BackgroundColor3 = Color3.new(1, 0, 0)

  206. Durability.Position = UDim2.new(0.253859878, 0, 0, 0)

  207. Durability.Size = UDim2.new(0, 66, 0, 30)

  208. Durability.Font = Enum.Font.GothamBlack

  209. Durability.Text = "Durability"

  210. Durability.TextColor3 = Color3.new(0, 0, 0)

  211. Durability.TextSize = 14

  212. Chakra.Name = "Chakra"

  213. Chakra.Parent = menuBarFrame

  214. Chakra.BackgroundColor3 = Color3.new(1, 0, 0)

  215. Chakra.Position = UDim2.new(0.383761346, 0, 0, 0)

  216. Chakra.Size = UDim2.new(0, 65, 0, 30)

  217. Chakra.Font = Enum.Font.GothamBlack

  218. Chakra.Text = "Chakra"

  219. Chakra.TextColor3 = Color3.new(0, 0, 0)

  220. Chakra.TextSize = 14

  221. Speed.Name = "Speed"

  222. Speed.Parent = menuBarFrame

  223. Speed.BackgroundColor3 = Color3.new(1, 0, 0)

  224. Speed.Position = UDim2.new(0.513243437, 0, 0, 0)

  225. Speed.Size = UDim2.new(0, 64, 0, 30)

  226. Speed.Font = Enum.Font.GothamBlack

  227. Speed.Text = "Speed"

  228. Speed.TextColor3 = Color3.new(0, 0, 0)

  229. Speed.TextSize = 14

  230. Agility.Name = "Agility"

  231. Agility.Parent = menuBarFrame

  232. Agility.BackgroundColor3 = Color3.new(1, 0, 0)

  233. Agility.Position = UDim2.new(0.63930887, 0, 0, 0)

  234. Agility.Size = UDim2.new(0, 63, 0, 30)

  235. Agility.Font = Enum.Font.GothamBlack

  236. Agility.Text = "Agility"

  237. Agility.TextColor3 = Color3.new(0, 0, 0)

  238. Agility.TextSize = 14

  239. Chest.Name = "Chest"

  240. Chest.Parent = menuBarFrame

  241. Chest.BackgroundColor3 = Color3.new(1, 0, 0)

  242. Chest.Position = UDim2.new(0.76314038, 0, 0, 0)

  243. Chest.Size = UDim2.new(0, 66, 0, 30)

  244. Chest.Font = Enum.Font.GothamBlack

  245. Chest.Text = "Chest"

  246. Chest.TextColor3 = Color3.new(0, 0, 0)

  247. Chest.TextSize = 14

  248. Minimize.Name = "Minimize"

  249. Minimize.Parent = menuBarFrame

  250. Minimize.BackgroundColor3 = Color3.new(1, 0, 0)

  251. Minimize.Position = UDim2.new(0.894614398, 0, 0, 0)

  252. Minimize.Size = UDim2.new(0, 52, 0, 30)

  253. Minimize.Font = Enum.Font.GothamBlack

  254. Minimize.Text = "Close"

  255. Minimize.TextColor3 = Color3.new(0, 0, 0)

  256. Minimize.TextSize = 14

  257. Minimize.TextWrapped = true

  258. durabilityFrame.Name = "durabilityFrame"

  259. durabilityFrame.Parent = lostburger13Gui

  260. durabilityFrame.Active = true

  261. durabilityFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)

  262. durabilityFrame.Position = UDim2.new(0.337162346, 0, 0.182965294, 0)

  263. durabilityFrame.Size = UDim2.new(0, 503, 0, 302)

  264. durabilityFrame.Draggable = true

  265. pirateShip.Name = "pirateShip"

  266. pirateShip.Parent = durabilityFrame

  267. pirateShip.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  268. pirateShip.Size = UDim2.new(0, 131, 0, 49)

  269. pirateShip.Font = Enum.Font.GothamBlack

  270. pirateShip.Text = "100 Pirate Ship"

  271. pirateShip.TextColor3 = Color3.new(0, 0, 0)

  272. pirateShip.TextScaled = true

  273. pirateShip.TextSize = 14

  274. pirateShip.TextWrapped = true

  275. desertIsland.Name = "desertIsland"

  276. desertIsland.Parent = durabilityFrame

  277. desertIsland.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  278. desertIsland.Position = UDim2.new(0, 0, 0.162251651, 0)

  279. desertIsland.Size = UDim2.new(0, 131, 0, 48)

  280. desertIsland.Font = Enum.Font.GothamBlack

  281. desertIsland.Text = "10K Desert Island"

  282. desertIsland.TextColor3 = Color3.new(0, 0, 0)

  283. desertIsland.TextScaled = true

  284. desertIsland.TextSize = 14

  285. desertIsland.TextWrapped = true

  286. aokijiIsland.Name = "aokijiIsland"

  287. aokijiIsland.Parent = durabilityFrame

  288. aokijiIsland.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  289. aokijiIsland.Position = UDim2.new(0, 0, 0.321192056, 0)

  290. aokijiIsland.Size = UDim2.new(0, 132, 0, 48)

  291. aokijiIsland.Font = Enum.Font.GothamBlack

  292. aokijiIsland.Text = "100K Aokiji Island"

  293. aokijiIsland.TextColor3 = Color3.new(0, 0, 0)

  294. aokijiIsland.TextScaled = true

  295. aokijiIsland.TextSize = 14

  296. aokijiIsland.TextWrapped = true

  297. ursusShock.Name = "ursusShock"

  298. ursusShock.Parent = durabilityFrame

  299. ursusShock.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  300. ursusShock.Position = UDim2.new(0.00198808312, 0, 0.48013249, 0)

  301. ursusShock.Size = UDim2.new(0, 131, 0, 48)

  302. ursusShock.Font = Enum.Font.GothamBlack

  303. ursusShock.Text = "1M Ursus Schock"

  304. ursusShock.TextColor3 = Color3.new(0, 0, 0)

  305. ursusShock.TextScaled = true

  306. ursusShock.TextSize = 14

  307. ursusShock.TextWrapped = true

  308. mountAkainu.Name = "mountAkainu"

  309. mountAkainu.Parent = durabilityFrame

  310. mountAkainu.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  311. mountAkainu.Position = UDim2.new(0.00198807148, 0, 0.639072835, 0)

  312. mountAkainu.Size = UDim2.new(0, 131, 0, 48)

  313. mountAkainu.Font = Enum.Font.GothamBlack

  314. mountAkainu.Text = "10M Mount Akainu"

  315. mountAkainu.TextColor3 = Color3.new(0, 0, 0)

  316. mountAkainu.TextScaled = true

  317. mountAkainu.TextSize = 14

  318. mountAkainu.TextWrapped = true

  319. amaterasu.Name = "amaterasu"

  320. amaterasu.Parent = durabilityFrame

  321. amaterasu.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  322. amaterasu.Position = UDim2.new(0.00198807148, 0, 0.79801327, 0)

  323. amaterasu.Size = UDim2.new(0, 131, 0, 61)

  324. amaterasu.Font = Enum.Font.GothamBlack

  325. amaterasu.Text = "100M Amaterasu"

  326. amaterasu.TextColor3 = Color3.new(0, 0, 0)

  327. amaterasu.TextScaled = true

  328. amaterasu.TextSize = 14

  329. amaterasu.TextWrapped = true

  330. kingkaiplanet.Name = "kingkaiplanet"

  331. kingkaiplanet.Parent = durabilityFrame

  332. kingkaiplanet.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  333. kingkaiplanet.Position = UDim2.new(0.260437369, 0, 0.00331124663, 0)

  334. kingkaiplanet.Size = UDim2.new(0, 131, 0, 48)

  335. kingkaiplanet.Font = Enum.Font.GothamBlack

  336. kingkaiplanet.Text = "1B King Kai's Planet"

  337. kingkaiplanet.TextColor3 = Color3.new(0, 0, 0)

  338. kingkaiplanet.TextScaled = true

  339. kingkaiplanet.TextSize = 14

  340. kingkaiplanet.TextWrapped = true

  341. hyperbolicTimeChamber.Name = "hyperbolicTimeChamber"

  342. hyperbolicTimeChamber.Parent = durabilityFrame

  343. hyperbolicTimeChamber.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  344. hyperbolicTimeChamber.Position = UDim2.new(0.260437369, 0, 0.162251651, 0)

  345. hyperbolicTimeChamber.Size = UDim2.new(0, 131, 0, 48)

  346. hyperbolicTimeChamber.Font = Enum.Font.GothamBlack

  347. hyperbolicTimeChamber.Text = "100B Hyperbolic Time Chamber"

  348. hyperbolicTimeChamber.TextColor3 = Color3.new(0, 0, 0)

  349. hyperbolicTimeChamber.TextScaled = true

  350. hyperbolicTimeChamber.TextSize = 14

  351. hyperbolicTimeChamber.TextWrapped = true

  352. title3.Name = "title3"

  353. title3.Parent = durabilityFrame

  354. title3.BackgroundColor3 = Color3.new(0.819608, 0.819608, 0)

  355. title3.BorderSizePixel = 0

  356. title3.Position = UDim2.new(0.561752975, 0, 0.567656755, 0)

  357. title3.Size = UDim2.new(0, 131, 0, 83)

  358. title3.Font = Enum.Font.Highway

  359. title3.Text = "lostburger13"

  360. title3.TextColor3 = Color3.new(1, 0.333333, 0)

  361. title3.TextSize = 40

  362. mainFrame.Name = "mainFrame"

  363. mainFrame.Parent = lostburger13Gui

  364. mainFrame.Active = true

  365. mainFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)

  366. mainFrame.Position = UDim2.new(0.337162346, 0, 0.182965294, 0)

  367. mainFrame.Size = UDim2.new(0, 503, 0, 302)

  368. mainFrame.Draggable = true

  369. title2.Name = "title2"

  370. title2.Parent = mainFrame

  371. title2.BackgroundColor3 = Color3.new(0.819608, 0.819608, 0)

  372. title2.BorderSizePixel = 0

  373. title2.Position = UDim2.new(0.561999977, 0, 0.568000019, 0)

  374. title2.Size = UDim2.new(0, 131, 0, 83)

  375. title2.Font = Enum.Font.Highway

  376. title2.Text = "lostburger13"

  377. title2.TextColor3 = Color3.new(1, 0.333333, 0)

  378. title2.TextSize = 40

  379. version.Name = "version"

  380. version.Parent = mainFrame

  381. version.BackgroundColor3 = Color3.new(1, 0, 0)

  382. version.BorderSizePixel = 0

  383. version.Position = UDim2.new(0.560636163, 0, 0.152317882, 0)

  384. version.Size = UDim2.new(0, 145, 0, 57)

  385. version.Font = Enum.Font.GothamBlack

  386. version.Text = "Anime Fighiting Simulator V1"

  387. version.TextColor3 = Color3.new(0, 0, 0)

  388. version.TextSize = 14

  389. spawn.Name = "spawn"

  390. spawn.Parent = mainFrame

  391. spawn.BackgroundColor3 = Color3.new(1, 1, 0)

  392. spawn.Position = UDim2.new(0.0656063631, 0, 0.115894042, 0)

  393. spawn.Size = UDim2.new(0, 128, 0, 48)

  394. spawn.Font = Enum.Font.GothamBlack

  395. spawn.Text = "Tp To Spawn"

  396. spawn.TextColor3 = Color3.new(0, 0, 0)

  397. spawn.TextScaled = true

  398. spawn.TextSize = 14

  399. spawn.TextWrapped = true

  400. Message.Name = "Message"

  401. Message.Parent = mainFrame

  402. Message.BackgroundColor3 = Color3.new(0.333333, 1, 1)

  403. Message.BorderSizePixel = 0

  404. Message.Position = UDim2.new(0.0278330017, 0, 0.470198661, 0)

  405. Message.Size = UDim2.new(0, 200, 0, 124)

  406. Message.Font = Enum.Font.GothamBlack

  407. Message.Text = "More Updates Coming Soon! The Chest Section is still in Progress!"

  408. Message.TextColor3 = Color3.new(0, 0, 0)

  409. Message.TextScaled = true

  410. Message.TextSize = 14

  411. Message.TextWrapped = true

  412. chakraFrame.Name = "chakraFrame"

  413. chakraFrame.Parent = lostburger13Gui

  414. chakraFrame.Active = true

  415. chakraFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)

  416. chakraFrame.Position = UDim2.new(0.337162346, 0, 0.182999998, 0)

  417. chakraFrame.Size = UDim2.new(0, 503, 0, 302)

  418. chakraFrame.Draggable = true

  419. spiritTree.Name = "spiritTree"

  420. spiritTree.Parent = chakraFrame

  421. spiritTree.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  422. spiritTree.Position = UDim2.new(0, 0, 0.00331125874, 0)

  423. spiritTree.Size = UDim2.new(0, 131, 0, 48)

  424. spiritTree.Font = Enum.Font.GothamBlack

  425. spiritTree.Text = "500 Spirit Tree"

  426. spiritTree.TextColor3 = Color3.new(0, 0, 0)

  427. spiritTree.TextScaled = true

  428. spiritTree.TextSize = 14

  429. spiritTree.TextWrapped = true

  430. deathNote.Name = "deathNote"

  431. deathNote.Parent = chakraFrame

  432. deathNote.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  433. deathNote.Position = UDim2.new(0, 0, 0.162251651, 0)

  434. deathNote.Size = UDim2.new(0, 131, 0, 48)

  435. deathNote.Font = Enum.Font.GothamBlack

  436. deathNote.Text = "15K Death Note"

  437. deathNote.TextColor3 = Color3.new(0, 0, 0)

  438. deathNote.TextScaled = true

  439. deathNote.TextSize = 14

  440. deathNote.TextWrapped = true

  441. waterfallOfTruth.Name = "waterfallOfTruth"

  442. waterfallOfTruth.Parent = chakraFrame

  443. waterfallOfTruth.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  444. waterfallOfTruth.Position = UDim2.new(0, 0, 0.321192056, 0)

  445. waterfallOfTruth.Size = UDim2.new(0, 131, 0, 48)

  446. waterfallOfTruth.Font = Enum.Font.GothamBlack

  447. waterfallOfTruth.Text = "150K Waterfall Of Truth"

  448. waterfallOfTruth.TextColor3 = Color3.new(0, 0, 0)

  449. waterfallOfTruth.TextScaled = true

  450. waterfallOfTruth.TextSize = 14

  451. waterfallOfTruth.TextWrapped = true

  452. temple.Name = "temple"

  453. temple.Parent = chakraFrame

  454. temple.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  455. temple.Position = UDim2.new(0, 0, 0.480132461, 0)

  456. temple.Size = UDim2.new(0, 131, 0, 48)

  457. temple.Font = Enum.Font.GothamBlack

  458. temple.Text = "1.5M Temple"

  459. temple.TextColor3 = Color3.new(0, 0, 0)

  460. temple.TextScaled = true

  461. temple.TextSize = 14

  462. temple.TextWrapped = true

  463. kuramaStatue.Name = "kuramaStatue"

  464. kuramaStatue.Parent = chakraFrame

  465. kuramaStatue.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  466. kuramaStatue.Position = UDim2.new(0, 0, 0.639072895, 0)

  467. kuramaStatue.Size = UDim2.new(0, 131, 0, 48)

  468. kuramaStatue.Font = Enum.Font.GothamBlack

  469. kuramaStatue.Text = "15M Kurama Statue"

  470. kuramaStatue.TextColor3 = Color3.new(0, 0, 0)

  471. kuramaStatue.TextScaled = true

  472. kuramaStatue.TextSize = 14

  473. kuramaStatue.TextWrapped = true

  474. senbonzakuraKageyoshi.Name = "senbonzakuraKageyoshi"

  475. senbonzakuraKageyoshi.Parent = chakraFrame

  476. senbonzakuraKageyoshi.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  477. senbonzakuraKageyoshi.Position = UDim2.new(0, 0, 0.798013151, 0)

  478. senbonzakuraKageyoshi.Size = UDim2.new(0, 131, 0, 61)

  479. senbonzakuraKageyoshi.Font = Enum.Font.GothamBlack

  480. senbonzakuraKageyoshi.Text = "250M Senbonzakura Kageyoshi"

  481. senbonzakuraKageyoshi.TextColor3 = Color3.new(0, 0, 0)

  482. senbonzakuraKageyoshi.TextScaled = true

  483. senbonzakuraKageyoshi.TextSize = 14

  484. senbonzakuraKageyoshi.TextWrapped = true

  485. sageMeditationPlatform.Name = "sageMeditationPlatform"

  486. sageMeditationPlatform.Parent = chakraFrame

  487. sageMeditationPlatform.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  488. sageMeditationPlatform.Position = UDim2.new(0.260437369, 0, 0.00331124663, 0)

  489. sageMeditationPlatform.Size = UDim2.new(0, 131, 0, 48)

  490. sageMeditationPlatform.Font = Enum.Font.GothamBlack

  491. sageMeditationPlatform.Text = "1B Sage Meditation Platform"

  492. sageMeditationPlatform.TextColor3 = Color3.new(0, 0, 0)

  493. sageMeditationPlatform.TextScaled = true

  494. sageMeditationPlatform.TextSize = 14

  495. sageMeditationPlatform.TextWrapped = true

  496. towerOfHeaven.Name = "towerOfHeaven"

  497. towerOfHeaven.Parent = chakraFrame

  498. towerOfHeaven.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  499. towerOfHeaven.Position = UDim2.new(0.260437369, 0, 0.162251651, 0)

  500. towerOfHeaven.Size = UDim2.new(0, 131, 0, 48)

  501. towerOfHeaven.Font = Enum.Font.GothamBlack

  502. towerOfHeaven.Text = "100B Tower Of Heaven"

  503. towerOfHeaven.TextColor3 = Color3.new(0, 0, 0)

  504. towerOfHeaven.TextScaled = true

  505. towerOfHeaven.TextSize = 14

  506. towerOfHeaven.TextWrapped = true

  507. title4.Name = "title4"

  508. title4.Parent = chakraFrame

  509. title4.BackgroundColor3 = Color3.new(0.819608, 0.819608, 0)

  510. title4.BorderSizePixel = 0

  511. title4.Position = UDim2.new(0.561752975, 0, 0.567656755, 0)

  512. title4.Size = UDim2.new(0, 131, 0, 83)

  513. title4.Font = Enum.Font.Highway

  514. title4.Text = "lostburger13"

  515. title4.TextColor3 = Color3.new(1, 0.333333, 0)

  516. title4.TextSize = 40

  517. speedFrame.Name = "speedFrame"

  518. speedFrame.Parent = lostburger13Gui

  519. speedFrame.Active = true

  520. speedFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)

  521. speedFrame.Position = UDim2.new(0.337162346, 0, 0.182965294, 0)

  522. speedFrame.Size = UDim2.new(0, 503, 0, 302)

  523. speedFrame.Draggable = true

  524. trampoline.Name = "trampoline"

  525. trampoline.Parent = speedFrame

  526. trampoline.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  527. trampoline.Size = UDim2.new(0, 131, 0, 48)

  528. trampoline.Font = Enum.Font.GothamBlack

  529. trampoline.Text = "100 Treadmills"

  530. trampoline.TextColor3 = Color3.new(0, 0, 0)

  531. trampoline.TextScaled = true

  532. trampoline.TextSize = 14

  533. trampoline.TextWrapped = true

  534. gravityChamberS.Name = "gravityChamberS"

  535. gravityChamberS.Parent = speedFrame

  536. gravityChamberS.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  537. gravityChamberS.Position = UDim2.new(0, 0, 0.158940405, 0)

  538. gravityChamberS.Size = UDim2.new(0, 131, 0, 48)

  539. gravityChamberS.Font = Enum.Font.GothamBlack

  540. gravityChamberS.Text = "10K Gravity Chamber"

  541. gravityChamberS.TextColor3 = Color3.new(0, 0, 0)

  542. gravityChamberS.TextScaled = true

  543. gravityChamberS.TextSize = 14

  544. gravityChamberS.TextWrapped = true

  545. spaceTimeKunaiFieldS.Name = "spaceTimeKunaiFieldS"

  546. spaceTimeKunaiFieldS.Parent = speedFrame

  547. spaceTimeKunaiFieldS.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  548. spaceTimeKunaiFieldS.Position = UDim2.new(0, 0, 0.317880809, 0)

  549. spaceTimeKunaiFieldS.Size = UDim2.new(0, 131, 0, 48)

  550. spaceTimeKunaiFieldS.Font = Enum.Font.GothamBlack

  551. spaceTimeKunaiFieldS.Text = "100K Space-Time Kunai Field"

  552. spaceTimeKunaiFieldS.TextColor3 = Color3.new(0, 0, 0)

  553. spaceTimeKunaiFieldS.TextScaled = true

  554. spaceTimeKunaiFieldS.TextSize = 14

  555. spaceTimeKunaiFieldS.TextWrapped = true

  556. title5.Name = "title5"

  557. title5.Parent = speedFrame

  558. title5.BackgroundColor3 = Color3.new(0.819608, 0.819608, 0)

  559. title5.BorderSizePixel = 0

  560. title5.Position = UDim2.new(0.561999977, 0, 0.568000019, 0)

  561. title5.Size = UDim2.new(0, 131, 0, 83)

  562. title5.Font = Enum.Font.Highway

  563. title5.Text = "lostburger13"

  564. title5.TextColor3 = Color3.new(1, 0.333333, 0)

  565. title5.TextSize = 40

  566. agilityFrame.Name = "agilityFrame"

  567. agilityFrame.Parent = lostburger13Gui

  568. agilityFrame.Active = true

  569. agilityFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)

  570. agilityFrame.Position = UDim2.new(0.337162346, 0, 0.182965294, 0)

  571. agilityFrame.Draggable = true

  572. agilityFrame.Size = UDim2.new(0, 503, 0, 302)

  573. title6.Name = "title6"

  574. title6.Parent = agilityFrame

  575. title6.BackgroundColor3 = Color3.new(0.819608, 0.819608, 0)

  576. title6.BorderSizePixel = 0

  577. title6.Position = UDim2.new(0.561999977, 0, 0.568000019, 0)

  578. title6.Size = UDim2.new(0, 131, 0, 83)

  579. title6.Font = Enum.Font.Highway

  580. title6.Text = "lostburger13"

  581. title6.TextColor3 = Color3.new(1, 0.333333, 0)

  582. title6.TextSize = 40

  583. treadmills.Name = "treadmills"

  584. treadmills.Parent = agilityFrame

  585. treadmills.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  586. treadmills.Size = UDim2.new(0, 131, 0, 48)

  587. treadmills.Font = Enum.Font.GothamBlack

  588. treadmills.Text = "100 Trampoline"

  589. treadmills.TextColor3 = Color3.new(0, 0, 0)

  590. treadmills.TextScaled = true

  591. treadmills.TextSize = 14

  592. treadmills.TextWrapped = true

  593. gravityChamberA.Name = "gravityChamberA"

  594. gravityChamberA.Parent = agilityFrame

  595. gravityChamberA.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  596. gravityChamberA.Position = UDim2.new(0, 0, 0.158940405, 0)

  597. gravityChamberA.Size = UDim2.new(0, 131, 0, 48)

  598. gravityChamberA.Font = Enum.Font.GothamBlack

  599. gravityChamberA.Text = "10K Gravity Chamber"

  600. gravityChamberA.TextColor3 = Color3.new(0, 0, 0)

  601. gravityChamberA.TextScaled = true

  602. gravityChamberA.TextSize = 14

  603. gravityChamberA.TextWrapped = true

  604. spaceTimeKunaiFieldA.Name = "spaceTimeKunaiFieldA"

  605. spaceTimeKunaiFieldA.Parent = agilityFrame

  606. spaceTimeKunaiFieldA.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  607. spaceTimeKunaiFieldA.Position = UDim2.new(0, 0, 0.317880809, 0)

  608. spaceTimeKunaiFieldA.Size = UDim2.new(0, 131, 0, 48)

  609. spaceTimeKunaiFieldA.Font = Enum.Font.GothamBlack

  610. spaceTimeKunaiFieldA.Text = "100K Space-Time Kunai Field"

  611. spaceTimeKunaiFieldA.TextColor3 = Color3.new(0, 0, 0)

  612. spaceTimeKunaiFieldA.TextScaled = true

  613. spaceTimeKunaiFieldA.TextSize = 14

  614. spaceTimeKunaiFieldA.TextWrapped = true

  615. chestFrame.Name = "chestFrame"

  616. chestFrame.Parent = lostburger13Gui

  617. chestFrame.Active = true

  618. chestFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)

  619. chestFrame.Position = UDim2.new(0.337162346, 0, 0.182965294, 0)

  620. chestFrame.Size = UDim2.new(0, 503, 0, 302)

  621. chestFrame.Draggable = true

  622. Location1.Name = "Location1"

  623. Location1.Parent = chestFrame

  624. Location1.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  625. Location1.Size = UDim2.new(0, 131, 0, 48)

  626. Location1.Font = Enum.Font.GothamBlack

  627. Location1.Text = "Location 1"

  628. Location1.TextColor3 = Color3.new(0, 0, 0)

  629. Location1.TextScaled = true

  630. Location1.TextSize = 14

  631. Location1.TextWrapped = true

  632. Location2.Name = "Location2"

  633. Location2.Parent = chestFrame

  634. Location2.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  635. Location2.Position = UDim2.new(0, 0, 0.139072865, 0)

  636. Location2.Size = UDim2.new(0, 131, 0, 48)

  637. Location2.Font = Enum.Font.GothamBlack

  638. Location2.Text = "Location 2"

  639. Location2.TextColor3 = Color3.new(0, 0, 0)

  640. Location2.TextScaled = true

  641. Location2.TextSize = 14

  642. Location2.TextWrapped = true

  643. Location3.Name = "Location3"

  644. Location3.Parent = chestFrame

  645. Location3.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  646. Location3.Position = UDim2.new(0, 0, 0.29801327, 0)

  647. Location3.Size = UDim2.new(0, 131, 0, 48)

  648. Location3.Font = Enum.Font.GothamBlack

  649. Location3.Text = "Location 3"

  650. Location3.TextColor3 = Color3.new(0, 0, 0)

  651. Location3.TextScaled = true

  652. Location3.TextSize = 14

  653. Location3.TextWrapped = true

  654. Location4.Name = "Location4"

  655. Location4.Parent = chestFrame

  656. Location4.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  657. Location4.Position = UDim2.new(0, 0, 0.456953645, 0)

  658. Location4.Size = UDim2.new(0, 131, 0, 48)

  659. Location4.Font = Enum.Font.GothamBlack

  660. Location4.Text = "Location 4"

  661. Location4.TextColor3 = Color3.new(0, 0, 0)

  662. Location4.TextScaled = true

  663. Location4.TextSize = 14

  664. Location4.TextWrapped = true

  665. Location5.Name = "Location5"

  666. Location5.Parent = chestFrame

  667. Location5.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  668. Location5.Position = UDim2.new(0, 0, 0.61589402, 0)

  669. Location5.Size = UDim2.new(0, 131, 0, 48)

  670. Location5.Font = Enum.Font.GothamBlack

  671. Location5.Text = "Location 5"

  672. Location5.TextColor3 = Color3.new(0, 0, 0)

  673. Location5.TextScaled = true

  674. Location5.TextSize = 14

  675. Location5.TextWrapped = true

  676. Location6.Name = "Location6"

  677. Location6.Parent = chestFrame

  678. Location6.BackgroundColor3 = Color3.new(1, 0.333333, 0)

  679. Location6.Position = UDim2.new(0, 0, 0.774834394, 0)

  680. Location6.Size = UDim2.new(0, 131, 0, 48)

  681. Location6.Font = Enum.Font.GothamBlack

  682. Location6.Text = "Location 6"

  683. Location6.TextColor3 = Color3.new(0, 0, 0)

  684. Location6.TextScaled = true

  685. Location6.TextSize = 14

  686. Location6.TextWrapped = true

  687. title7.Name = "title7"

  688. title7.Parent = chestFrame

  689. title7.BackgroundColor3 = Color3.new(0.819608, 0.819608, 0)

  690. title7.BorderSizePixel = 0

  691. title7.Position = UDim2.new(0.561999977, 0, 0.568000019, 0)

  692. title7.Size = UDim2.new(0, 131, 0, 83)

  693. title7.Font = Enum.Font.Highway

  694. title7.Text = "lostburger13"

  695. title7.TextColor3 = Color3.new(1, 0.333333, 0)

  696. title7.TextSize = 40

  697. openFrame.Name = "openFrame"

  698. openFrame.Parent = lostburger13Gui

  699. openFrame.Active = true

  700. openFrame.BackgroundColor3 = Color3.new(1, 1, 1)

  701. openFrame.Position = UDim2.new(0, 0, 0.883280754, 0)

  702. openFrame.Size = UDim2.new(0, 100, 0, 29)

  703. open.Name = "open"

  704. open.Parent = openFrame

  705. open.BackgroundColor3 = Color3.new(0.333333, 1, 1)

  706. open.Size = UDim2.new(0, 100, 0, 45)

  707. open.Font = Enum.Font.GothamBlack

  708. open.Text = "Open"

  709. open.TextColor3 = Color3.new(0, 0, 0)

  710. open.TextScaled = true

  711. open.TextSize = 14

  712. open.TextWrapped = true

  713. -- Scripts:

  714. -- Gui

  715. openFrame.Visible = false

  716. chestFrame.Visible = false

  717. agilityFrame.Visible = false

  718. speedFrame.Visible = false

  719. chakraFrame.Visible = false

  720. durabilityFrame.Visible = false

  721. strengthFrame.Visible = false

  722. mainFrame.Visible = false

  723. menuBarFrame.Visible = true

  724. Agility.MouseButton1Click:connect(function()

  725. chestFrame.Visible = false

  726. agilityFrame.Visible = true

  727. speedFrame.Visible = false

  728. chakraFrame.Visible = false

  729. durabilityFrame.Visible = false

  730. strengthFrame.Visible = false

  731. mainFrame.Visible = false

  732. Agility.BackgroundColor3 = Color3.new(0, 255, 0)

  733. Chakra.BackgroundColor3 = Color3.new(255, 0, 0)

  734. Durability.BackgroundColor3 = Color3.new(255, 0, 0)

  735. Chest.BackgroundColor3 = Color3.new(255, 0, 0)

  736. Main.BackgroundColor3 = Color3.new(255, 0, 0)

  737. Speed.BackgroundColor3 = Color3.new(255, 0, 0)

  738. Strength.BackgroundColor3 = Color3.new(255, 0, 0)

  739. end)

  740. Chakra.MouseButton1Click:connect(function()

  741. chestFrame.Visible = false

  742. agilityFrame.Visible = false

  743. speedFrame.Visible = false

  744. chakraFrame.Visible = true

  745. durabilityFrame.Visible = false

  746. strengthFrame.Visible = false

  747. mainFrame.Visible = false

  748. Chakra.BackgroundColor3 = Color3.new(0, 255, 0)

  749. Agility.BackgroundColor3 = Color3.new(255, 0, 0)

  750. Durability.BackgroundColor3 = Color3.new(255, 0, 0)

  751. Chest.BackgroundColor3 = Color3.new(255, 0, 0)

  752. Main.BackgroundColor3 = Color3.new(255, 0, 0)

  753. Speed.BackgroundColor3 = Color3.new(255, 0, 0)

  754. Strength.BackgroundColor3 = Color3.new(255, 0, 0)

  755. end)

  756. Chest.MouseButton1Click:connect(function()

  757. chestFrame.Visible = true

  758. agilityFrame.Visible = false

  759. speedFrame.Visible = false

  760. chakraFrame.Visible = false

  761. durabilityFrame.Visible = false

  762. strengthFrame.Visible = false

  763. mainFrame.Visible = false

  764. Chest.BackgroundColor3 = Color3.new(0, 255, 0)

  765. Chakra.BackgroundColor3 = Color3.new(255, 0, 0)

  766. Agility.BackgroundColor3 = Color3.new(255, 0, 0)

  767. Durability.BackgroundColor3 = Color3.new(255, 0, 0)

  768. Main.BackgroundColor3 = Color3.new(255, 0, 0)

  769. Speed.BackgroundColor3 = Color3.new(255, 0, 0)

  770. Strength.BackgroundColor3 = Color3.new(255, 0, 0)

  771. end)

  772. Durability.MouseButton1Click:connect(function()

  773. chestFrame.Visible = false

  774. agilityFrame.Visible = false

  775. speedFrame.Visible = false

  776. chakraFrame.Visible = false

  777. durabilityFrame.Visible = true

  778. strengthFrame.Visible = false

  779. mainFrame.Visible = false

  780. Durability.BackgroundColor3 = Color3.new(0, 255, 0)

  781. Chakra.BackgroundColor3 = Color3.new(255, 0, 0)

  782. Agility.BackgroundColor3 = Color3.new(255, 0, 0)

  783. Chest.BackgroundColor3 = Color3.new(255, 0, 0)

  784. Main.BackgroundColor3 = Color3.new(255, 0, 0)

  785. Speed.BackgroundColor3 = Color3.new(255, 0, 0)

  786. Strength.BackgroundColor3 = Color3.new(255, 0, 0)

  787. end)

  788. Main.MouseButton1Click:connect(function()

  789. chestFrame.Visible = false

  790. agilityFrame.Visible = false

  791. speedFrame.Visible = false

  792. chakraFrame.Visible = false

  793. durabilityFrame.Visible = false

  794. strengthFrame.Visible = false

  795. mainFrame.Visible = true

  796. Main.BackgroundColor3 = Color3.new(0, 255, 0)

  797. Chakra.BackgroundColor3 = Color3.new(255, 0, 0)

  798. Agility.BackgroundColor3 = Color3.new(255, 0, 0)

  799. Durability.BackgroundColor3 = Color3.new(255, 0, 0)

  800. Chest.BackgroundColor3 = Color3.new(255, 0, 0)

  801. Speed.BackgroundColor3 = Color3.new(255, 0, 0)

  802. Strength.BackgroundColor3 = Color3.new(255, 0, 0)

  803. end)

  804. Speed.MouseButton1Click:connect(function()

  805. chestFrame.Visible = false

  806. agilityFrame.Visible = false

  807. speedFrame.Visible = true

  808. chakraFrame.Visible = false

  809. durabilityFrame.Visible = false

  810. strengthFrame.Visible = false

  811. mainFrame.Visible = false

  812. Speed.BackgroundColor3 = Color3.new(0, 255, 0)

  813. Chakra.BackgroundColor3 = Color3.new(255, 0, 0)

  814. Agility.BackgroundColor3 = Color3.new(255, 0, 0)

  815. Durability.BackgroundColor3 = Color3.new(255, 0, 0)

  816. Chest.BackgroundColor3 = Color3.new(255, 0, 0)

  817. Main.BackgroundColor3 = Color3.new(255, 0, 0)

  818. Strength.BackgroundColor3 = Color3.new(255, 0, 0)

  819. end)

  820. Strength.MouseButton1Click:connect(function()

  821. chestFrame.Visible = false

  822. agilityFrame.Visible = false

  823. speedFrame.Visible = false

  824. chakraFrame.Visible = false

  825. durabilityFrame.Visible = false

  826. strengthFrame.Visible = true

  827. mainFrame.Visible = false

  828. Strength.BackgroundColor3 = Color3.new(0, 255, 0)

  829. Chakra.BackgroundColor3 = Color3.new(255, 0, 0)

  830. Agility.BackgroundColor3 = Color3.new(255, 0, 0)

  831. Durability.BackgroundColor3 = Color3.new(255, 0, 0)

  832. Chest.BackgroundColor3 = Color3.new(255, 0, 0)

  833. Main.BackgroundColor3 = Color3.new(255, 0, 0)

  834. Speed.BackgroundColor3 = Color3.new(255, 0, 0)

  835. end)

  836. open.MouseButton1Click:connect(function()

  837. chestFrame.Visible = false

  838. agilityFrame.Visible = false

  839. speedFrame.Visible = false

  840. chakraFrame.Visible = false

  841. durabilityFrame.Visible = false

  842. strengthFrame.Visible = false

  843. mainFrame.Visible = false

  844. menuBarFrame.Visible = true

  845. openFrame.Visible = false

  846. end)

  847. Minimize.MouseButton1Click:connect(function()

  848. openFrame.Visible = true

  849. chestFrame.Visible = false

  850. agilityFrame.Visible = false

  851. speedFrame.Visible = false

  852. chakraFrame.Visible = false

  853. durabilityFrame.Visible = false

  854. strengthFrame.Visible = false

  855. mainFrame.Visible = false

  856. menuBarFrame.Visible = false

  857. Speed.BackgroundColor3 = Color3.new(255, 0, 0)

  858. Chakra.BackgroundColor3 = Color3.new(255, 0, 0)

  859. Agility.BackgroundColor3 = Color3.new(255, 0, 0)

  860. Durability.BackgroundColor3 = Color3.new(255, 0, 0)

  861. Chest.BackgroundColor3 = Color3.new(255, 0, 0)

  862. Main.BackgroundColor3 = Color3.new(255, 0, 0)

  863. Strength.BackgroundColor3 = Color3.new(255, 0, 0)

  864. end)

  865. --Functions:

  866. -- Main:

  867. spawn.MouseButton1Click:connect(function()

  868. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(38, 79, 14)

  869. end)

  870. -- Strength:

  871. Dummies.MouseButton1Click:connect(function()

  872. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(22, 65, 149)

  873. end)

  874. Nomu.MouseButton1Click:connect(function()

  875. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1880, 141, 112)

  876. end)

  877. cellArena.MouseButton1Click:connect(function()

  878. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-6, 70, -1285)

  879. end)

  880. dagobahBeach.MouseButton1Click:connect(function()

  881. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1221, 58, 502)

  882. end)

  883. excalibur.MouseButton1Click:connect(function()

  884. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(755, 149, 952)

  885. end)

  886. kamiLookout.MouseButton1Click:connect(function()

  887. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2229, 617, 553)

  888. end)

  889. meteor.MouseButton1Click:connect(function()

  890. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-840, 49, 177)

  891. end)

  892. saitamaGym.MouseButton1Click:connect(function()

  893. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1371, 142, -112)

  894. end)

  895. -- Durability:

  896. amaterasu.MouseButton1Click:connect(function()

  897. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-297, 61, -1630)

  898. end)

  899. aokijiIsland.MouseButton1Click:connect(function()

  900. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-42, 84, 2036)

  901. end)

  902. desertIsland.MouseButton1Click:connect(function()

  903. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1567, 61, -523)

  904. end)

  905. hyperbolicTimeChamber.MouseButton1Click:connect(function()

  906. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2748, -227, 371)

  907. end)

  908. kingkaiplanet.MouseButton1Click:connect(function()

  909. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2038, 1307, -1192)

  910. end)

  911. mountAkainu.MouseButton1Click:connect(function()

  912. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1068, 233, -928)

  913. end)

  914. pirateShip.MouseButton1Click:connect(function()

  915. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(107, 72, 892)

  916. end)

  917. ursusShock.MouseButton1Click:connect(function()

  918. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-584, 178, 759)

  919. end)

  920. -- Chakra:

  921. deathNote.MouseButton1Click:connect(function()

  922. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1455, 146, -563)

  923. end)

  924. kuramaStatue.MouseButton1Click:connect(function()

  925. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(363, -150, -1800)

  926. end)

  927. sageMeditationPlatform.MouseButton1Click:connect(function()

  928. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3084, 111, 1124)

  929. end)

  930. senbonzakuraKageyoshi.MouseButton1Click:connect(function()

  931. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1050, 249, -600)

  932. end)

  933. spiritTree.MouseButton1Click:connect(function()

  934. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(25, 64, -99)

  935. end)

  936. temple.MouseButton1Click:connect(function()

  937. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1586, 388, 702)

  938. end)

  939. towerOfHeaven.MouseButton1Click:connect(function()

  940. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1558, 396, 1861)

  941. end)

  942. waterfallOfTruth.MouseButton1Click:connect(function()

  943. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(953, 140, 803)

  944. end)

  945. -- Speed:

  946. gravityChamberS.MouseButton1Click:connect(function()

  947. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-404, 122, -70)

  948. end)

  949. trampoline.MouseButton1Click:connect(function()

  950. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-79, 61, -488)

  951. end)

  952. spaceTimeKunaiFieldS.MouseButton1Click:connect(function()

  953. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3508, 59, 162)

  954. end)

  955. -- Agility:

  956. treadmills.MouseButton1Click:connect(function()

  957. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(65, 65, 471)

  958. end)

  959. spaceTimeKunaiFieldA.MouseButton1Click:connect(function()

  960. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3508, 59, 162)

  961. end)

  962. gravityChamberA.MouseButton1Click:connect(function()

  963. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-404, 122, -70)

  964. end)

  965. -- Chest:

  966. Location1.MouseButton1Click:connect(function()

  967. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-402, 129, -215)

  968. end)

  969. Location2.MouseButton1Click:connect(function()

  970. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-931, 132, 545)

  971. end)

  972. Location3.MouseButton1Click:connect(function()

  973. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1135, 181, -1295)

  974. end)

  975. Location4.MouseButton1Click:connect(function()

  976. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-417, 156, -1450)

  977. end)

  978. Location5.MouseButton1Click:connect(function()

  979. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1397, 231, -719)

  980. end)

  981. Location6.MouseButton1Click:connect(function()

  982. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1470, 231, -706)

  983. end)

Anime fighting simulator script - Pastebin.com (2024)
Top Articles
Latest Posts
Article information

Author: Velia Krajcik

Last Updated:

Views: 6244

Rating: 4.3 / 5 (74 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Velia Krajcik

Birthday: 1996-07-27

Address: 520 Balistreri Mount, South Armand, OR 60528

Phone: +466880739437

Job: Future Retail Associate

Hobby: Polo, Scouting, Worldbuilding, Cosplaying, Photography, Rowing, Nordic skating

Introduction: My name is Velia Krajcik, I am a handsome, clean, lucky, gleaming, magnificent, proud, glorious person who loves writing and wants to share my knowledge and understanding with you.