Advertisement
ThanosSnapped

Anime fighting simulator script

Dec 24th, 2021
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.91 KB | None | 0 0
  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.  
  74. strengthFrame.Name = "strengthFrame"
  75. strengthFrame.Parent = lostburger13Gui
  76. strengthFrame.Active = true
  77. strengthFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  78. strengthFrame.Position = UDim2.new(0.338201374, 0, 0.184542581, 0)
  79. strengthFrame.Size = UDim2.new(0, 502, 0, 303)
  80. strengthFrame.Draggable = true
  81.  
  82. Dummies.Name = "Dummies"
  83. Dummies.Parent = strengthFrame
  84. Dummies.BackgroundColor3 = Color3.new(1, 1, 0)
  85. Dummies.Position = UDim2.new(-0.00158478634, 0, -0.00121244427, 0)
  86. Dummies.Size = UDim2.new(0, 129, 0, 50)
  87. Dummies.Font = Enum.Font.GothamBlack
  88. Dummies.Text = "100 Dummies"
  89. Dummies.TextColor3 = Color3.new(0, 0, 0)
  90. Dummies.TextScaled = true
  91. Dummies.TextSize = 14
  92. Dummies.TextWrapped = true
  93.  
  94. saitamaGym.Name = "saitamaGym"
  95. saitamaGym.Parent = strengthFrame
  96. saitamaGym.BackgroundColor3 = Color3.new(1, 1, 0)
  97. saitamaGym.Position = UDim2.new(-0.00120213139, 0, 0.161716178, 0)
  98. saitamaGym.Size = UDim2.new(0, 129, 0, 49)
  99. saitamaGym.Font = Enum.Font.GothamBlack
  100. saitamaGym.Text = "10K Saitama Gym"
  101. saitamaGym.TextColor3 = Color3.new(0, 0, 0)
  102. saitamaGym.TextScaled = true
  103. saitamaGym.TextSize = 14
  104. saitamaGym.TextWrapped = true
  105.  
  106. dagobahBeach.Name = "dagobahBeach"
  107. dagobahBeach.Parent = strengthFrame
  108. dagobahBeach.BackgroundColor3 = Color3.new(1, 1, 0)
  109. dagobahBeach.Position = UDim2.new(-0.000133290727, 0, 0.317261159, 0)
  110. dagobahBeach.Size = UDim2.new(0, 128, 0, 50)
  111. dagobahBeach.Font = Enum.Font.GothamBlack
  112. dagobahBeach.Text = "100K Dagobah Beach"
  113. dagobahBeach.TextColor3 = Color3.new(0, 0, 0)
  114. dagobahBeach.TextScaled = true
  115. dagobahBeach.TextSize = 14
  116. dagobahBeach.TextWrapped = true
  117.  
  118. meteor.Name = "meteor"
  119. meteor.Parent = strengthFrame
  120. meteor.BackgroundColor3 = Color3.new(1, 1, 0)
  121. meteor.Position = UDim2.new(-0.000333200878, 0, 0.480875552, 0)
  122. meteor.Size = UDim2.new(0, 128, 0, 50)
  123. meteor.Font = Enum.Font.GothamBlack
  124. meteor.Text = "1M Meteor"
  125. meteor.TextColor3 = Color3.new(0, 0, 0)
  126. meteor.TextScaled = true
  127. meteor.TextSize = 14
  128. meteor.TextWrapped = true
  129.  
  130. kamiLookout.Name = "kamiLookout"
  131. kamiLookout.Parent = strengthFrame
  132. kamiLookout.BackgroundColor3 = Color3.new(1, 1, 0)
  133. kamiLookout.Position = UDim2.new(0, 0, 0.645652235, 0)
  134. kamiLookout.Size = UDim2.new(0, 127, 0, 49)
  135. kamiLookout.Font = Enum.Font.GothamBlack
  136. kamiLookout.Text = "10M Kami's Lookout"
  137. kamiLookout.TextColor3 = Color3.new(0, 0, 0)
  138. kamiLookout.TextScaled = true
  139. kamiLookout.TextSize = 14
  140. kamiLookout.TextWrapped = true
  141.  
  142. cellArena.Name = "cellArena"
  143. cellArena.Parent = strengthFrame
  144. cellArena.BackgroundColor3 = Color3.new(1, 1, 0)
  145. cellArena.Position = UDim2.new(0, 0, 0.807368398, 0)
  146. cellArena.Size = UDim2.new(0, 127, 0, 58)
  147. cellArena.Font = Enum.Font.GothamBlack
  148. cellArena.Text = "100M Cell Arena"
  149. cellArena.TextColor3 = Color3.new(0, 0, 0)
  150. cellArena.TextScaled = true
  151. cellArena.TextSize = 14
  152. cellArena.TextWrapped = true
  153.  
  154. excalibur.Name = "excalibur"
  155. excalibur.Parent = strengthFrame
  156. excalibur.BackgroundColor3 = Color3.new(1, 1, 0)
  157. excalibur.Position = UDim2.new(0.256972104, 0, -0.00144228293, 0)
  158. excalibur.Size = UDim2.new(0, 127, 0, 49)
  159. excalibur.Font = Enum.Font.GothamBlack
  160. excalibur.Text = "1B Excalibur"
  161. excalibur.TextColor3 = Color3.new(0, 0, 0)
  162. excalibur.TextScaled = true
  163. excalibur.TextSize = 14
  164. excalibur.TextWrapped = true
  165.  
  166. Nomu.Name = "Nomu"
  167. Nomu.Parent = strengthFrame
  168. Nomu.BackgroundColor3 = Color3.new(1, 1, 0)
  169. Nomu.Position = UDim2.new(0.256972104, 0, 0.160273895, 0)
  170. Nomu.Size = UDim2.new(0, 127, 0, 46)
  171. Nomu.Font = Enum.Font.GothamBlack
  172. Nomu.Text = "100B Nomu"
  173. Nomu.TextColor3 = Color3.new(0, 0, 0)
  174. Nomu.TextScaled = true
  175. Nomu.TextSize = 14
  176. Nomu.TextWrapped = true
  177.  
  178. title1.Name = "title1"
  179. title1.Parent = strengthFrame
  180. title1.BackgroundColor3 = Color3.new(0.819608, 0.819608, 0)
  181. title1.BorderSizePixel = 0
  182. title1.Position = UDim2.new(0.561752975, 0, 0.567656755, 0)
  183. title1.Size = UDim2.new(0, 131, 0, 83)
  184. title1.Font = Enum.Font.Highway
  185. title1.Text = "lostburger13"
  186. title1.TextColor3 = Color3.new(1, 0.333333, 0)
  187. title1.TextSize = 40
  188.  
  189. menuBarFrame.Name = "menuBarFrame"
  190. menuBarFrame.Parent = lostburger13Gui
  191. menuBarFrame.Active = true
  192. menuBarFrame.BackgroundColor3 = Color3.new(1, 0, 0)
  193. menuBarFrame.Position = UDim2.new(0.325134516, 0, 0.95425868, 0)
  194. menuBarFrame.Size = UDim2.new(0, 502, 0, 29)
  195.  
  196. Main.Name = "Main"
  197. Main.Parent = menuBarFrame
  198. Main.BackgroundColor3 = Color3.new(1, 0, 0)
  199. Main.Position = UDim2.new(-0.00269286335, 0, 0, 0)
  200. Main.Size = UDim2.new(0, 66, 0, 30)
  201. Main.Font = Enum.Font.GothamBlack
  202. Main.Text = "Main"
  203. Main.TextColor3 = Color3.new(0, 0, 0)
  204. Main.TextSize = 14
  205. Main.TextWrapped = true
  206.  
  207. Strength.Name = "Strength"
  208. Strength.Parent = menuBarFrame
  209. Strength.BackgroundColor3 = Color3.new(1, 0, 0)
  210. Strength.Position = UDim2.new(0.127203107, 0, 4.09781933e-08, 0)
  211. Strength.Size = UDim2.new(0, 64, 0, 30)
  212. Strength.Font = Enum.Font.GothamBlack
  213. Strength.Text = "Strength"
  214. Strength.TextColor3 = Color3.new(0, 0, 0)
  215. Strength.TextSize = 14
  216.  
  217. Durability.Name = "Durability"
  218. Durability.Parent = menuBarFrame
  219. Durability.BackgroundColor3 = Color3.new(1, 0, 0)
  220. Durability.Position = UDim2.new(0.253859878, 0, 0, 0)
  221. Durability.Size = UDim2.new(0, 66, 0, 30)
  222. Durability.Font = Enum.Font.GothamBlack
  223. Durability.Text = "Durability"
  224. Durability.TextColor3 = Color3.new(0, 0, 0)
  225. Durability.TextSize = 14
  226.  
  227. Chakra.Name = "Chakra"
  228. Chakra.Parent = menuBarFrame
  229. Chakra.BackgroundColor3 = Color3.new(1, 0, 0)
  230. Chakra.Position = UDim2.new(0.383761346, 0, 0, 0)
  231. Chakra.Size = UDim2.new(0, 65, 0, 30)
  232. Chakra.Font = Enum.Font.GothamBlack
  233. Chakra.Text = "Chakra"
  234. Chakra.TextColor3 = Color3.new(0, 0, 0)
  235. Chakra.TextSize = 14
  236.  
  237. Speed.Name = "Speed"
  238. Speed.Parent = menuBarFrame
  239. Speed.BackgroundColor3 = Color3.new(1, 0, 0)
  240. Speed.Position = UDim2.new(0.513243437, 0, 0, 0)
  241. Speed.Size = UDim2.new(0, 64, 0, 30)
  242. Speed.Font = Enum.Font.GothamBlack
  243. Speed.Text = "Speed"
  244. Speed.TextColor3 = Color3.new(0, 0, 0)
  245. Speed.TextSize = 14
  246.  
  247. Agility.Name = "Agility"
  248. Agility.Parent = menuBarFrame
  249. Agility.BackgroundColor3 = Color3.new(1, 0, 0)
  250. Agility.Position = UDim2.new(0.63930887, 0, 0, 0)
  251. Agility.Size = UDim2.new(0, 63, 0, 30)
  252. Agility.Font = Enum.Font.GothamBlack
  253. Agility.Text = "Agility"
  254. Agility.TextColor3 = Color3.new(0, 0, 0)
  255. Agility.TextSize = 14
  256.  
  257. Chest.Name = "Chest"
  258. Chest.Parent = menuBarFrame
  259. Chest.BackgroundColor3 = Color3.new(1, 0, 0)
  260. Chest.Position = UDim2.new(0.76314038, 0, 0, 0)
  261. Chest.Size = UDim2.new(0, 66, 0, 30)
  262. Chest.Font = Enum.Font.GothamBlack
  263. Chest.Text = "Chest"
  264. Chest.TextColor3 = Color3.new(0, 0, 0)
  265. Chest.TextSize = 14
  266.  
  267. Minimize.Name = "Minimize"
  268. Minimize.Parent = menuBarFrame
  269. Minimize.BackgroundColor3 = Color3.new(1, 0, 0)
  270. Minimize.Position = UDim2.new(0.894614398, 0, 0, 0)
  271. Minimize.Size = UDim2.new(0, 52, 0, 30)
  272. Minimize.Font = Enum.Font.GothamBlack
  273. Minimize.Text = "Close"
  274. Minimize.TextColor3 = Color3.new(0, 0, 0)
  275. Minimize.TextSize = 14
  276. Minimize.TextWrapped = true
  277.  
  278. durabilityFrame.Name = "durabilityFrame"
  279. durabilityFrame.Parent = lostburger13Gui
  280. durabilityFrame.Active = true
  281. durabilityFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  282. durabilityFrame.Position = UDim2.new(0.337162346, 0, 0.182965294, 0)
  283. durabilityFrame.Size = UDim2.new(0, 503, 0, 302)
  284. durabilityFrame.Draggable = true
  285.  
  286. pirateShip.Name = "pirateShip"
  287. pirateShip.Parent = durabilityFrame
  288. pirateShip.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  289. pirateShip.Size = UDim2.new(0, 131, 0, 49)
  290. pirateShip.Font = Enum.Font.GothamBlack
  291. pirateShip.Text = "100 Pirate Ship"
  292. pirateShip.TextColor3 = Color3.new(0, 0, 0)
  293. pirateShip.TextScaled = true
  294. pirateShip.TextSize = 14
  295. pirateShip.TextWrapped = true
  296.  
  297. desertIsland.Name = "desertIsland"
  298. desertIsland.Parent = durabilityFrame
  299. desertIsland.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  300. desertIsland.Position = UDim2.new(0, 0, 0.162251651, 0)
  301. desertIsland.Size = UDim2.new(0, 131, 0, 48)
  302. desertIsland.Font = Enum.Font.GothamBlack
  303. desertIsland.Text = "10K Desert Island"
  304. desertIsland.TextColor3 = Color3.new(0, 0, 0)
  305. desertIsland.TextScaled = true
  306. desertIsland.TextSize = 14
  307. desertIsland.TextWrapped = true
  308.  
  309. aokijiIsland.Name = "aokijiIsland"
  310. aokijiIsland.Parent = durabilityFrame
  311. aokijiIsland.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  312. aokijiIsland.Position = UDim2.new(0, 0, 0.321192056, 0)
  313. aokijiIsland.Size = UDim2.new(0, 132, 0, 48)
  314. aokijiIsland.Font = Enum.Font.GothamBlack
  315. aokijiIsland.Text = "100K Aokiji Island"
  316. aokijiIsland.TextColor3 = Color3.new(0, 0, 0)
  317. aokijiIsland.TextScaled = true
  318. aokijiIsland.TextSize = 14
  319. aokijiIsland.TextWrapped = true
  320.  
  321. ursusShock.Name = "ursusShock"
  322. ursusShock.Parent = durabilityFrame
  323. ursusShock.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  324. ursusShock.Position = UDim2.new(0.00198808312, 0, 0.48013249, 0)
  325. ursusShock.Size = UDim2.new(0, 131, 0, 48)
  326. ursusShock.Font = Enum.Font.GothamBlack
  327. ursusShock.Text = "1M Ursus Schock"
  328. ursusShock.TextColor3 = Color3.new(0, 0, 0)
  329. ursusShock.TextScaled = true
  330. ursusShock.TextSize = 14
  331. ursusShock.TextWrapped = true
  332.  
  333. mountAkainu.Name = "mountAkainu"
  334. mountAkainu.Parent = durabilityFrame
  335. mountAkainu.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  336. mountAkainu.Position = UDim2.new(0.00198807148, 0, 0.639072835, 0)
  337. mountAkainu.Size = UDim2.new(0, 131, 0, 48)
  338. mountAkainu.Font = Enum.Font.GothamBlack
  339. mountAkainu.Text = "10M Mount Akainu"
  340. mountAkainu.TextColor3 = Color3.new(0, 0, 0)
  341. mountAkainu.TextScaled = true
  342. mountAkainu.TextSize = 14
  343. mountAkainu.TextWrapped = true
  344.  
  345. amaterasu.Name = "amaterasu"
  346. amaterasu.Parent = durabilityFrame
  347. amaterasu.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  348. amaterasu.Position = UDim2.new(0.00198807148, 0, 0.79801327, 0)
  349. amaterasu.Size = UDim2.new(0, 131, 0, 61)
  350. amaterasu.Font = Enum.Font.GothamBlack
  351. amaterasu.Text = "100M Amaterasu"
  352. amaterasu.TextColor3 = Color3.new(0, 0, 0)
  353. amaterasu.TextScaled = true
  354. amaterasu.TextSize = 14
  355. amaterasu.TextWrapped = true
  356.  
  357. kingkaiplanet.Name = "kingkaiplanet"
  358. kingkaiplanet.Parent = durabilityFrame
  359. kingkaiplanet.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  360. kingkaiplanet.Position = UDim2.new(0.260437369, 0, 0.00331124663, 0)
  361. kingkaiplanet.Size = UDim2.new(0, 131, 0, 48)
  362. kingkaiplanet.Font = Enum.Font.GothamBlack
  363. kingkaiplanet.Text = "1B King Kai's Planet"
  364. kingkaiplanet.TextColor3 = Color3.new(0, 0, 0)
  365. kingkaiplanet.TextScaled = true
  366. kingkaiplanet.TextSize = 14
  367. kingkaiplanet.TextWrapped = true
  368.  
  369. hyperbolicTimeChamber.Name = "hyperbolicTimeChamber"
  370. hyperbolicTimeChamber.Parent = durabilityFrame
  371. hyperbolicTimeChamber.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  372. hyperbolicTimeChamber.Position = UDim2.new(0.260437369, 0, 0.162251651, 0)
  373. hyperbolicTimeChamber.Size = UDim2.new(0, 131, 0, 48)
  374. hyperbolicTimeChamber.Font = Enum.Font.GothamBlack
  375. hyperbolicTimeChamber.Text = "100B Hyperbolic Time Chamber"
  376. hyperbolicTimeChamber.TextColor3 = Color3.new(0, 0, 0)
  377. hyperbolicTimeChamber.TextScaled = true
  378. hyperbolicTimeChamber.TextSize = 14
  379. hyperbolicTimeChamber.TextWrapped = true
  380.  
  381. title3.Name = "title3"
  382. title3.Parent = durabilityFrame
  383. title3.BackgroundColor3 = Color3.new(0.819608, 0.819608, 0)
  384. title3.BorderSizePixel = 0
  385. title3.Position = UDim2.new(0.561752975, 0, 0.567656755, 0)
  386. title3.Size = UDim2.new(0, 131, 0, 83)
  387. title3.Font = Enum.Font.Highway
  388. title3.Text = "lostburger13"
  389. title3.TextColor3 = Color3.new(1, 0.333333, 0)
  390. title3.TextSize = 40
  391.  
  392. mainFrame.Name = "mainFrame"
  393. mainFrame.Parent = lostburger13Gui
  394. mainFrame.Active = true
  395. mainFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  396. mainFrame.Position = UDim2.new(0.337162346, 0, 0.182965294, 0)
  397. mainFrame.Size = UDim2.new(0, 503, 0, 302)
  398. mainFrame.Draggable = true
  399.  
  400. title2.Name = "title2"
  401. title2.Parent = mainFrame
  402. title2.BackgroundColor3 = Color3.new(0.819608, 0.819608, 0)
  403. title2.BorderSizePixel = 0
  404. title2.Position = UDim2.new(0.561999977, 0, 0.568000019, 0)
  405. title2.Size = UDim2.new(0, 131, 0, 83)
  406. title2.Font = Enum.Font.Highway
  407. title2.Text = "lostburger13"
  408. title2.TextColor3 = Color3.new(1, 0.333333, 0)
  409. title2.TextSize = 40
  410.  
  411. version.Name = "version"
  412. version.Parent = mainFrame
  413. version.BackgroundColor3 = Color3.new(1, 0, 0)
  414. version.BorderSizePixel = 0
  415. version.Position = UDim2.new(0.560636163, 0, 0.152317882, 0)
  416. version.Size = UDim2.new(0, 145, 0, 57)
  417. version.Font = Enum.Font.GothamBlack
  418. version.Text = "Anime Fighiting Simulator V1"
  419. version.TextColor3 = Color3.new(0, 0, 0)
  420. version.TextSize = 14
  421.  
  422. spawn.Name = "spawn"
  423. spawn.Parent = mainFrame
  424. spawn.BackgroundColor3 = Color3.new(1, 1, 0)
  425. spawn.Position = UDim2.new(0.0656063631, 0, 0.115894042, 0)
  426. spawn.Size = UDim2.new(0, 128, 0, 48)
  427. spawn.Font = Enum.Font.GothamBlack
  428. spawn.Text = "Tp To Spawn"
  429. spawn.TextColor3 = Color3.new(0, 0, 0)
  430. spawn.TextScaled = true
  431. spawn.TextSize = 14
  432. spawn.TextWrapped = true
  433.  
  434. Message.Name = "Message"
  435. Message.Parent = mainFrame
  436. Message.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  437. Message.BorderSizePixel = 0
  438. Message.Position = UDim2.new(0.0278330017, 0, 0.470198661, 0)
  439. Message.Size = UDim2.new(0, 200, 0, 124)
  440. Message.Font = Enum.Font.GothamBlack
  441. Message.Text = "More Updates Coming Soon! The Chest Section is still in Progress!"
  442. Message.TextColor3 = Color3.new(0, 0, 0)
  443. Message.TextScaled = true
  444. Message.TextSize = 14
  445. Message.TextWrapped = true
  446.  
  447. chakraFrame.Name = "chakraFrame"
  448. chakraFrame.Parent = lostburger13Gui
  449. chakraFrame.Active = true
  450. chakraFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  451. chakraFrame.Position = UDim2.new(0.337162346, 0, 0.182999998, 0)
  452. chakraFrame.Size = UDim2.new(0, 503, 0, 302)
  453. chakraFrame.Draggable = true
  454.  
  455. spiritTree.Name = "spiritTree"
  456. spiritTree.Parent = chakraFrame
  457. spiritTree.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  458. spiritTree.Position = UDim2.new(0, 0, 0.00331125874, 0)
  459. spiritTree.Size = UDim2.new(0, 131, 0, 48)
  460. spiritTree.Font = Enum.Font.GothamBlack
  461. spiritTree.Text = "500 Spirit Tree"
  462. spiritTree.TextColor3 = Color3.new(0, 0, 0)
  463. spiritTree.TextScaled = true
  464. spiritTree.TextSize = 14
  465. spiritTree.TextWrapped = true
  466.  
  467. deathNote.Name = "deathNote"
  468. deathNote.Parent = chakraFrame
  469. deathNote.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  470. deathNote.Position = UDim2.new(0, 0, 0.162251651, 0)
  471. deathNote.Size = UDim2.new(0, 131, 0, 48)
  472. deathNote.Font = Enum.Font.GothamBlack
  473. deathNote.Text = "15K Death Note"
  474. deathNote.TextColor3 = Color3.new(0, 0, 0)
  475. deathNote.TextScaled = true
  476. deathNote.TextSize = 14
  477. deathNote.TextWrapped = true
  478.  
  479. waterfallOfTruth.Name = "waterfallOfTruth"
  480. waterfallOfTruth.Parent = chakraFrame
  481. waterfallOfTruth.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  482. waterfallOfTruth.Position = UDim2.new(0, 0, 0.321192056, 0)
  483. waterfallOfTruth.Size = UDim2.new(0, 131, 0, 48)
  484. waterfallOfTruth.Font = Enum.Font.GothamBlack
  485. waterfallOfTruth.Text = "150K Waterfall Of Truth"
  486. waterfallOfTruth.TextColor3 = Color3.new(0, 0, 0)
  487. waterfallOfTruth.TextScaled = true
  488. waterfallOfTruth.TextSize = 14
  489. waterfallOfTruth.TextWrapped = true
  490.  
  491. temple.Name = "temple"
  492. temple.Parent = chakraFrame
  493. temple.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  494. temple.Position = UDim2.new(0, 0, 0.480132461, 0)
  495. temple.Size = UDim2.new(0, 131, 0, 48)
  496. temple.Font = Enum.Font.GothamBlack
  497. temple.Text = "1.5M Temple"
  498. temple.TextColor3 = Color3.new(0, 0, 0)
  499. temple.TextScaled = true
  500. temple.TextSize = 14
  501. temple.TextWrapped = true
  502.  
  503. kuramaStatue.Name = "kuramaStatue"
  504. kuramaStatue.Parent = chakraFrame
  505. kuramaStatue.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  506. kuramaStatue.Position = UDim2.new(0, 0, 0.639072895, 0)
  507. kuramaStatue.Size = UDim2.new(0, 131, 0, 48)
  508. kuramaStatue.Font = Enum.Font.GothamBlack
  509. kuramaStatue.Text = "15M Kurama Statue"
  510. kuramaStatue.TextColor3 = Color3.new(0, 0, 0)
  511. kuramaStatue.TextScaled = true
  512. kuramaStatue.TextSize = 14
  513. kuramaStatue.TextWrapped = true
  514.  
  515. senbonzakuraKageyoshi.Name = "senbonzakuraKageyoshi"
  516. senbonzakuraKageyoshi.Parent = chakraFrame
  517. senbonzakuraKageyoshi.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  518. senbonzakuraKageyoshi.Position = UDim2.new(0, 0, 0.798013151, 0)
  519. senbonzakuraKageyoshi.Size = UDim2.new(0, 131, 0, 61)
  520. senbonzakuraKageyoshi.Font = Enum.Font.GothamBlack
  521. senbonzakuraKageyoshi.Text = "250M Senbonzakura Kageyoshi"
  522. senbonzakuraKageyoshi.TextColor3 = Color3.new(0, 0, 0)
  523. senbonzakuraKageyoshi.TextScaled = true
  524. senbonzakuraKageyoshi.TextSize = 14
  525. senbonzakuraKageyoshi.TextWrapped = true
  526.  
  527. sageMeditationPlatform.Name = "sageMeditationPlatform"
  528. sageMeditationPlatform.Parent = chakraFrame
  529. sageMeditationPlatform.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  530. sageMeditationPlatform.Position = UDim2.new(0.260437369, 0, 0.00331124663, 0)
  531. sageMeditationPlatform.Size = UDim2.new(0, 131, 0, 48)
  532. sageMeditationPlatform.Font = Enum.Font.GothamBlack
  533. sageMeditationPlatform.Text = "1B Sage Meditation Platform"
  534. sageMeditationPlatform.TextColor3 = Color3.new(0, 0, 0)
  535. sageMeditationPlatform.TextScaled = true
  536. sageMeditationPlatform.TextSize = 14
  537. sageMeditationPlatform.TextWrapped = true
  538.  
  539. towerOfHeaven.Name = "towerOfHeaven"
  540. towerOfHeaven.Parent = chakraFrame
  541. towerOfHeaven.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  542. towerOfHeaven.Position = UDim2.new(0.260437369, 0, 0.162251651, 0)
  543. towerOfHeaven.Size = UDim2.new(0, 131, 0, 48)
  544. towerOfHeaven.Font = Enum.Font.GothamBlack
  545. towerOfHeaven.Text = "100B Tower Of Heaven"
  546. towerOfHeaven.TextColor3 = Color3.new(0, 0, 0)
  547. towerOfHeaven.TextScaled = true
  548. towerOfHeaven.TextSize = 14
  549. towerOfHeaven.TextWrapped = true
  550.  
  551. title4.Name = "title4"
  552. title4.Parent = chakraFrame
  553. title4.BackgroundColor3 = Color3.new(0.819608, 0.819608, 0)
  554. title4.BorderSizePixel = 0
  555. title4.Position = UDim2.new(0.561752975, 0, 0.567656755, 0)
  556. title4.Size = UDim2.new(0, 131, 0, 83)
  557. title4.Font = Enum.Font.Highway
  558. title4.Text = "lostburger13"
  559. title4.TextColor3 = Color3.new(1, 0.333333, 0)
  560. title4.TextSize = 40
  561.  
  562. speedFrame.Name = "speedFrame"
  563. speedFrame.Parent = lostburger13Gui
  564. speedFrame.Active = true
  565. speedFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  566. speedFrame.Position = UDim2.new(0.337162346, 0, 0.182965294, 0)
  567. speedFrame.Size = UDim2.new(0, 503, 0, 302)
  568. speedFrame.Draggable = true
  569.  
  570. trampoline.Name = "trampoline"
  571. trampoline.Parent = speedFrame
  572. trampoline.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  573. trampoline.Size = UDim2.new(0, 131, 0, 48)
  574. trampoline.Font = Enum.Font.GothamBlack
  575. trampoline.Text = "100 Treadmills"
  576. trampoline.TextColor3 = Color3.new(0, 0, 0)
  577. trampoline.TextScaled = true
  578. trampoline.TextSize = 14
  579. trampoline.TextWrapped = true
  580.  
  581. gravityChamberS.Name = "gravityChamberS"
  582. gravityChamberS.Parent = speedFrame
  583. gravityChamberS.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  584. gravityChamberS.Position = UDim2.new(0, 0, 0.158940405, 0)
  585. gravityChamberS.Size = UDim2.new(0, 131, 0, 48)
  586. gravityChamberS.Font = Enum.Font.GothamBlack
  587. gravityChamberS.Text = "10K Gravity Chamber"
  588. gravityChamberS.TextColor3 = Color3.new(0, 0, 0)
  589. gravityChamberS.TextScaled = true
  590. gravityChamberS.TextSize = 14
  591. gravityChamberS.TextWrapped = true
  592.  
  593. spaceTimeKunaiFieldS.Name = "spaceTimeKunaiFieldS"
  594. spaceTimeKunaiFieldS.Parent = speedFrame
  595. spaceTimeKunaiFieldS.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  596. spaceTimeKunaiFieldS.Position = UDim2.new(0, 0, 0.317880809, 0)
  597. spaceTimeKunaiFieldS.Size = UDim2.new(0, 131, 0, 48)
  598. spaceTimeKunaiFieldS.Font = Enum.Font.GothamBlack
  599. spaceTimeKunaiFieldS.Text = "100K Space-Time Kunai Field"
  600. spaceTimeKunaiFieldS.TextColor3 = Color3.new(0, 0, 0)
  601. spaceTimeKunaiFieldS.TextScaled = true
  602. spaceTimeKunaiFieldS.TextSize = 14
  603. spaceTimeKunaiFieldS.TextWrapped = true
  604.  
  605. title5.Name = "title5"
  606. title5.Parent = speedFrame
  607. title5.BackgroundColor3 = Color3.new(0.819608, 0.819608, 0)
  608. title5.BorderSizePixel = 0
  609. title5.Position = UDim2.new(0.561999977, 0, 0.568000019, 0)
  610. title5.Size = UDim2.new(0, 131, 0, 83)
  611. title5.Font = Enum.Font.Highway
  612. title5.Text = "lostburger13"
  613. title5.TextColor3 = Color3.new(1, 0.333333, 0)
  614. title5.TextSize = 40
  615.  
  616. agilityFrame.Name = "agilityFrame"
  617. agilityFrame.Parent = lostburger13Gui
  618. agilityFrame.Active = true
  619. agilityFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  620. agilityFrame.Position = UDim2.new(0.337162346, 0, 0.182965294, 0)
  621. agilityFrame.Draggable = true
  622. agilityFrame.Size = UDim2.new(0, 503, 0, 302)
  623.  
  624. title6.Name = "title6"
  625. title6.Parent = agilityFrame
  626. title6.BackgroundColor3 = Color3.new(0.819608, 0.819608, 0)
  627. title6.BorderSizePixel = 0
  628. title6.Position = UDim2.new(0.561999977, 0, 0.568000019, 0)
  629. title6.Size = UDim2.new(0, 131, 0, 83)
  630. title6.Font = Enum.Font.Highway
  631. title6.Text = "lostburger13"
  632. title6.TextColor3 = Color3.new(1, 0.333333, 0)
  633. title6.TextSize = 40
  634.  
  635. treadmills.Name = "treadmills"
  636. treadmills.Parent = agilityFrame
  637. treadmills.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  638. treadmills.Size = UDim2.new(0, 131, 0, 48)
  639. treadmills.Font = Enum.Font.GothamBlack
  640. treadmills.Text = "100 Trampoline"
  641. treadmills.TextColor3 = Color3.new(0, 0, 0)
  642. treadmills.TextScaled = true
  643. treadmills.TextSize = 14
  644. treadmills.TextWrapped = true
  645.  
  646. gravityChamberA.Name = "gravityChamberA"
  647. gravityChamberA.Parent = agilityFrame
  648. gravityChamberA.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  649. gravityChamberA.Position = UDim2.new(0, 0, 0.158940405, 0)
  650. gravityChamberA.Size = UDim2.new(0, 131, 0, 48)
  651. gravityChamberA.Font = Enum.Font.GothamBlack
  652. gravityChamberA.Text = "10K Gravity Chamber"
  653. gravityChamberA.TextColor3 = Color3.new(0, 0, 0)
  654. gravityChamberA.TextScaled = true
  655. gravityChamberA.TextSize = 14
  656. gravityChamberA.TextWrapped = true
  657.  
  658. spaceTimeKunaiFieldA.Name = "spaceTimeKunaiFieldA"
  659. spaceTimeKunaiFieldA.Parent = agilityFrame
  660. spaceTimeKunaiFieldA.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  661. spaceTimeKunaiFieldA.Position = UDim2.new(0, 0, 0.317880809, 0)
  662. spaceTimeKunaiFieldA.Size = UDim2.new(0, 131, 0, 48)
  663. spaceTimeKunaiFieldA.Font = Enum.Font.GothamBlack
  664. spaceTimeKunaiFieldA.Text = "100K Space-Time Kunai Field"
  665. spaceTimeKunaiFieldA.TextColor3 = Color3.new(0, 0, 0)
  666. spaceTimeKunaiFieldA.TextScaled = true
  667. spaceTimeKunaiFieldA.TextSize = 14
  668. spaceTimeKunaiFieldA.TextWrapped = true
  669.  
  670. chestFrame.Name = "chestFrame"
  671. chestFrame.Parent = lostburger13Gui
  672. chestFrame.Active = true
  673. chestFrame.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  674. chestFrame.Position = UDim2.new(0.337162346, 0, 0.182965294, 0)
  675. chestFrame.Size = UDim2.new(0, 503, 0, 302)
  676. chestFrame.Draggable = true
  677.  
  678. Location1.Name = "Location1"
  679. Location1.Parent = chestFrame
  680. Location1.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  681. Location1.Size = UDim2.new(0, 131, 0, 48)
  682. Location1.Font = Enum.Font.GothamBlack
  683. Location1.Text = "Location 1"
  684. Location1.TextColor3 = Color3.new(0, 0, 0)
  685. Location1.TextScaled = true
  686. Location1.TextSize = 14
  687. Location1.TextWrapped = true
  688.  
  689. Location2.Name = "Location2"
  690. Location2.Parent = chestFrame
  691. Location2.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  692. Location2.Position = UDim2.new(0, 0, 0.139072865, 0)
  693. Location2.Size = UDim2.new(0, 131, 0, 48)
  694. Location2.Font = Enum.Font.GothamBlack
  695. Location2.Text = "Location 2"
  696. Location2.TextColor3 = Color3.new(0, 0, 0)
  697. Location2.TextScaled = true
  698. Location2.TextSize = 14
  699. Location2.TextWrapped = true
  700.  
  701. Location3.Name = "Location3"
  702. Location3.Parent = chestFrame
  703. Location3.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  704. Location3.Position = UDim2.new(0, 0, 0.29801327, 0)
  705. Location3.Size = UDim2.new(0, 131, 0, 48)
  706. Location3.Font = Enum.Font.GothamBlack
  707. Location3.Text = "Location 3"
  708. Location3.TextColor3 = Color3.new(0, 0, 0)
  709. Location3.TextScaled = true
  710. Location3.TextSize = 14
  711. Location3.TextWrapped = true
  712.  
  713. Location4.Name = "Location4"
  714. Location4.Parent = chestFrame
  715. Location4.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  716. Location4.Position = UDim2.new(0, 0, 0.456953645, 0)
  717. Location4.Size = UDim2.new(0, 131, 0, 48)
  718. Location4.Font = Enum.Font.GothamBlack
  719. Location4.Text = "Location 4"
  720. Location4.TextColor3 = Color3.new(0, 0, 0)
  721. Location4.TextScaled = true
  722. Location4.TextSize = 14
  723. Location4.TextWrapped = true
  724.  
  725. Location5.Name = "Location5"
  726. Location5.Parent = chestFrame
  727. Location5.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  728. Location5.Position = UDim2.new(0, 0, 0.61589402, 0)
  729. Location5.Size = UDim2.new(0, 131, 0, 48)
  730. Location5.Font = Enum.Font.GothamBlack
  731. Location5.Text = "Location 5"
  732. Location5.TextColor3 = Color3.new(0, 0, 0)
  733. Location5.TextScaled = true
  734. Location5.TextSize = 14
  735. Location5.TextWrapped = true
  736.  
  737. Location6.Name = "Location6"
  738. Location6.Parent = chestFrame
  739. Location6.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  740. Location6.Position = UDim2.new(0, 0, 0.774834394, 0)
  741. Location6.Size = UDim2.new(0, 131, 0, 48)
  742. Location6.Font = Enum.Font.GothamBlack
  743. Location6.Text = "Location 6"
  744. Location6.TextColor3 = Color3.new(0, 0, 0)
  745. Location6.TextScaled = true
  746. Location6.TextSize = 14
  747. Location6.TextWrapped = true
  748.  
  749. title7.Name = "title7"
  750. title7.Parent = chestFrame
  751. title7.BackgroundColor3 = Color3.new(0.819608, 0.819608, 0)
  752. title7.BorderSizePixel = 0
  753. title7.Position = UDim2.new(0.561999977, 0, 0.568000019, 0)
  754. title7.Size = UDim2.new(0, 131, 0, 83)
  755. title7.Font = Enum.Font.Highway
  756. title7.Text = "lostburger13"
  757. title7.TextColor3 = Color3.new(1, 0.333333, 0)
  758. title7.TextSize = 40
  759.  
  760. openFrame.Name = "openFrame"
  761. openFrame.Parent = lostburger13Gui
  762. openFrame.Active = true
  763. openFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  764. openFrame.Position = UDim2.new(0, 0, 0.883280754, 0)
  765. openFrame.Size = UDim2.new(0, 100, 0, 29)
  766.  
  767. open.Name = "open"
  768. open.Parent = openFrame
  769. open.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  770. open.Size = UDim2.new(0, 100, 0, 45)
  771. open.Font = Enum.Font.GothamBlack
  772. open.Text = "Open"
  773. open.TextColor3 = Color3.new(0, 0, 0)
  774. open.TextScaled = true
  775. open.TextSize = 14
  776. open.TextWrapped = true
  777. -- Scripts:
  778.  
  779. -- Gui
  780. openFrame.Visible = false
  781. chestFrame.Visible = false
  782. agilityFrame.Visible = false
  783. speedFrame.Visible = false
  784. chakraFrame.Visible = false
  785. durabilityFrame.Visible = false
  786. strengthFrame.Visible = false
  787. mainFrame.Visible = false
  788. menuBarFrame.Visible = true
  789.  
  790. Agility.MouseButton1Click:connect(function()
  791. chestFrame.Visible = false
  792. agilityFrame.Visible = true
  793. speedFrame.Visible = false
  794. chakraFrame.Visible = false
  795. durabilityFrame.Visible = false
  796. strengthFrame.Visible = false
  797. mainFrame.Visible = false
  798. Agility.BackgroundColor3 = Color3.new(0, 255, 0)
  799. Chakra.BackgroundColor3 = Color3.new(255, 0, 0)
  800. Durability.BackgroundColor3 = Color3.new(255, 0, 0)
  801. Chest.BackgroundColor3 = Color3.new(255, 0, 0)
  802. Main.BackgroundColor3 = Color3.new(255, 0, 0)
  803. Speed.BackgroundColor3 = Color3.new(255, 0, 0)
  804. Strength.BackgroundColor3 = Color3.new(255, 0, 0)
  805. end)
  806.  
  807. Chakra.MouseButton1Click:connect(function()
  808. chestFrame.Visible = false
  809. agilityFrame.Visible = false
  810. speedFrame.Visible = false
  811. chakraFrame.Visible = true
  812. durabilityFrame.Visible = false
  813. strengthFrame.Visible = false
  814. mainFrame.Visible = false
  815. Chakra.BackgroundColor3 = Color3.new(0, 255, 0)
  816. Agility.BackgroundColor3 = Color3.new(255, 0, 0)
  817. Durability.BackgroundColor3 = Color3.new(255, 0, 0)
  818. Chest.BackgroundColor3 = Color3.new(255, 0, 0)
  819. Main.BackgroundColor3 = Color3.new(255, 0, 0)
  820. Speed.BackgroundColor3 = Color3.new(255, 0, 0)
  821. Strength.BackgroundColor3 = Color3.new(255, 0, 0)
  822. end)
  823.  
  824. Chest.MouseButton1Click:connect(function()
  825. chestFrame.Visible = true
  826. agilityFrame.Visible = false
  827. speedFrame.Visible = false
  828. chakraFrame.Visible = false
  829. durabilityFrame.Visible = false
  830. strengthFrame.Visible = false
  831. mainFrame.Visible = false
  832. Chest.BackgroundColor3 = Color3.new(0, 255, 0)
  833. Chakra.BackgroundColor3 = Color3.new(255, 0, 0)
  834. Agility.BackgroundColor3 = Color3.new(255, 0, 0)
  835. Durability.BackgroundColor3 = Color3.new(255, 0, 0)
  836. Main.BackgroundColor3 = Color3.new(255, 0, 0)
  837. Speed.BackgroundColor3 = Color3.new(255, 0, 0)
  838. Strength.BackgroundColor3 = Color3.new(255, 0, 0)
  839. end)
  840.  
  841. Durability.MouseButton1Click:connect(function()
  842. chestFrame.Visible = false
  843. agilityFrame.Visible = false
  844. speedFrame.Visible = false
  845. chakraFrame.Visible = false
  846. durabilityFrame.Visible = true
  847. strengthFrame.Visible = false
  848. mainFrame.Visible = false
  849. Durability.BackgroundColor3 = Color3.new(0, 255, 0)
  850. Chakra.BackgroundColor3 = Color3.new(255, 0, 0)
  851. Agility.BackgroundColor3 = Color3.new(255, 0, 0)
  852. Chest.BackgroundColor3 = Color3.new(255, 0, 0)
  853. Main.BackgroundColor3 = Color3.new(255, 0, 0)
  854. Speed.BackgroundColor3 = Color3.new(255, 0, 0)
  855. Strength.BackgroundColor3 = Color3.new(255, 0, 0)
  856. end)
  857.  
  858. Main.MouseButton1Click:connect(function()
  859. chestFrame.Visible = false
  860. agilityFrame.Visible = false
  861. speedFrame.Visible = false
  862. chakraFrame.Visible = false
  863. durabilityFrame.Visible = false
  864. strengthFrame.Visible = false
  865. mainFrame.Visible = true
  866. Main.BackgroundColor3 = Color3.new(0, 255, 0)
  867. Chakra.BackgroundColor3 = Color3.new(255, 0, 0)
  868. Agility.BackgroundColor3 = Color3.new(255, 0, 0)
  869. Durability.BackgroundColor3 = Color3.new(255, 0, 0)
  870. Chest.BackgroundColor3 = Color3.new(255, 0, 0)
  871. Speed.BackgroundColor3 = Color3.new(255, 0, 0)
  872. Strength.BackgroundColor3 = Color3.new(255, 0, 0)
  873. end)
  874.  
  875. Speed.MouseButton1Click:connect(function()
  876. chestFrame.Visible = false
  877. agilityFrame.Visible = false
  878. speedFrame.Visible = true
  879. chakraFrame.Visible = false
  880. durabilityFrame.Visible = false
  881. strengthFrame.Visible = false
  882. mainFrame.Visible = false
  883. Speed.BackgroundColor3 = Color3.new(0, 255, 0)
  884. Chakra.BackgroundColor3 = Color3.new(255, 0, 0)
  885. Agility.BackgroundColor3 = Color3.new(255, 0, 0)
  886. Durability.BackgroundColor3 = Color3.new(255, 0, 0)
  887. Chest.BackgroundColor3 = Color3.new(255, 0, 0)
  888. Main.BackgroundColor3 = Color3.new(255, 0, 0)
  889. Strength.BackgroundColor3 = Color3.new(255, 0, 0)
  890. end)
  891.  
  892. Strength.MouseButton1Click:connect(function()
  893. chestFrame.Visible = false
  894. agilityFrame.Visible = false
  895. speedFrame.Visible = false
  896. chakraFrame.Visible = false
  897. durabilityFrame.Visible = false
  898. strengthFrame.Visible = true
  899. mainFrame.Visible = false
  900. Strength.BackgroundColor3 = Color3.new(0, 255, 0)
  901. Chakra.BackgroundColor3 = Color3.new(255, 0, 0)
  902. Agility.BackgroundColor3 = Color3.new(255, 0, 0)
  903. Durability.BackgroundColor3 = Color3.new(255, 0, 0)
  904. Chest.BackgroundColor3 = Color3.new(255, 0, 0)
  905. Main.BackgroundColor3 = Color3.new(255, 0, 0)
  906. Speed.BackgroundColor3 = Color3.new(255, 0, 0)
  907. end)
  908.  
  909. open.MouseButton1Click:connect(function()
  910. chestFrame.Visible = false
  911. agilityFrame.Visible = false
  912. speedFrame.Visible = false
  913. chakraFrame.Visible = false
  914. durabilityFrame.Visible = false
  915. strengthFrame.Visible = false
  916. mainFrame.Visible = false
  917. menuBarFrame.Visible = true
  918. openFrame.Visible = false
  919. end)
  920.  
  921. Minimize.MouseButton1Click:connect(function()
  922. openFrame.Visible = true
  923. chestFrame.Visible = false
  924. agilityFrame.Visible = false
  925. speedFrame.Visible = false
  926. chakraFrame.Visible = false
  927. durabilityFrame.Visible = false
  928. strengthFrame.Visible = false
  929. mainFrame.Visible = false
  930. menuBarFrame.Visible = false
  931. Speed.BackgroundColor3 = Color3.new(255, 0, 0)
  932. Chakra.BackgroundColor3 = Color3.new(255, 0, 0)
  933. Agility.BackgroundColor3 = Color3.new(255, 0, 0)
  934. Durability.BackgroundColor3 = Color3.new(255, 0, 0)
  935. Chest.BackgroundColor3 = Color3.new(255, 0, 0)
  936. Main.BackgroundColor3 = Color3.new(255, 0, 0)
  937. Strength.BackgroundColor3 = Color3.new(255, 0, 0)
  938. end)
  939.  
  940. --Functions:
  941. -- Main:
  942. spawn.MouseButton1Click:connect(function()
  943. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(38, 79, 14)
  944. end)
  945.  
  946. -- Strength:
  947. Dummies.MouseButton1Click:connect(function()
  948. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(22, 65, 149)
  949. end)
  950.  
  951. Nomu.MouseButton1Click:connect(function()
  952. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1880, 141, 112)
  953. end)
  954.  
  955. cellArena.MouseButton1Click:connect(function()
  956. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-6, 70, -1285)
  957. end)
  958.  
  959. dagobahBeach.MouseButton1Click:connect(function()
  960. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1221, 58, 502)
  961. end)
  962.  
  963. excalibur.MouseButton1Click:connect(function()
  964. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(755, 149, 952)
  965. end)
  966.  
  967. kamiLookout.MouseButton1Click:connect(function()
  968. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2229, 617, 553)
  969. end)
  970.  
  971. meteor.MouseButton1Click:connect(function()
  972. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-840, 49, 177)
  973. end)
  974.  
  975. saitamaGym.MouseButton1Click:connect(function()
  976. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1371, 142, -112)
  977. end)
  978.  
  979. -- Durability:
  980. amaterasu.MouseButton1Click:connect(function()
  981. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-297, 61, -1630)
  982. end)
  983.  
  984. aokijiIsland.MouseButton1Click:connect(function()
  985. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-42, 84, 2036)
  986. end)
  987.  
  988. desertIsland.MouseButton1Click:connect(function()
  989. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1567, 61, -523)
  990. end)
  991.  
  992. hyperbolicTimeChamber.MouseButton1Click:connect(function()
  993. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2748, -227, 371)
  994. end)
  995.  
  996. kingkaiplanet.MouseButton1Click:connect(function()
  997. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2038, 1307, -1192)
  998. end)
  999.  
  1000. mountAkainu.MouseButton1Click:connect(function()
  1001. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1068, 233, -928)
  1002. end)
  1003.  
  1004. pirateShip.MouseButton1Click:connect(function()
  1005. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(107, 72, 892)
  1006. end)
  1007.  
  1008. ursusShock.MouseButton1Click:connect(function()
  1009. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-584, 178, 759)
  1010. end)
  1011.  
  1012. -- Chakra:
  1013. deathNote.MouseButton1Click:connect(function()
  1014. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1455, 146, -563)
  1015. end)
  1016.  
  1017. kuramaStatue.MouseButton1Click:connect(function()
  1018. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(363, -150, -1800)
  1019. end)
  1020.  
  1021. sageMeditationPlatform.MouseButton1Click:connect(function()
  1022. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3084, 111, 1124)
  1023. end)
  1024.  
  1025. senbonzakuraKageyoshi.MouseButton1Click:connect(function()
  1026. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1050, 249, -600)
  1027. end)
  1028.  
  1029. spiritTree.MouseButton1Click:connect(function()
  1030. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(25, 64, -99)
  1031. end)
  1032.  
  1033. temple.MouseButton1Click:connect(function()
  1034. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1586, 388, 702)
  1035. end)
  1036.  
  1037. towerOfHeaven.MouseButton1Click:connect(function()
  1038. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1558, 396, 1861)
  1039. end)
  1040.  
  1041. waterfallOfTruth.MouseButton1Click:connect(function()
  1042. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(953, 140, 803)
  1043. end)
  1044.  
  1045. -- Speed:
  1046. gravityChamberS.MouseButton1Click:connect(function()
  1047. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-404, 122, -70)
  1048. end)
  1049.  
  1050. trampoline.MouseButton1Click:connect(function()
  1051. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-79, 61, -488)
  1052. end)
  1053.  
  1054. spaceTimeKunaiFieldS.MouseButton1Click:connect(function()
  1055. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3508, 59, 162)
  1056. end)
  1057.  
  1058. -- Agility:
  1059. treadmills.MouseButton1Click:connect(function()
  1060. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(65, 65, 471)
  1061. end)
  1062.  
  1063. spaceTimeKunaiFieldA.MouseButton1Click:connect(function()
  1064. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3508, 59, 162)
  1065. end)
  1066.  
  1067. gravityChamberA.MouseButton1Click:connect(function()
  1068. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-404, 122, -70)
  1069. end)
  1070.  
  1071. -- Chest:
  1072. Location1.MouseButton1Click:connect(function()
  1073. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-402, 129, -215)
  1074. end)
  1075.  
  1076. Location2.MouseButton1Click:connect(function()
  1077. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-931, 132, 545)
  1078. end)
  1079.  
  1080. Location3.MouseButton1Click:connect(function()
  1081. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1135, 181, -1295)
  1082. end)
  1083.  
  1084. Location4.MouseButton1Click:connect(function()
  1085. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-417, 156, -1450)
  1086. end)
  1087.  
  1088. Location5.MouseButton1Click:connect(function()
  1089. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1397, 231, -719)
  1090. end)
  1091.  
  1092. Location6.MouseButton1Click:connect(function()
  1093. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1470, 231, -706)
  1094. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement