Advertisement
ilikebigblackballs

Roblox The Legendary Swords RPG Script

Apr 11th, 2022
329
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.82 KB | None | 0 1
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local TheLegendarySwordsRPGGUI = Instance.new("ScreenGui")
  7. local Open = Instance.new("Frame")
  8. local Open_2 = Instance.new("TextButton")
  9. local Menu = Instance.new("Frame")
  10. local Close = Instance.new("Frame")
  11. local TextButton = Instance.new("TextButton")
  12. local MenuShadow = Instance.new("Frame")
  13. local Title = Instance.new("Frame")
  14. local TextLabel = Instance.new("TextLabel")
  15. local Frame = Instance.new("Frame")
  16. local TextLabel_2 = Instance.new("TextLabel")
  17. local Armor = Instance.new("Frame")
  18. local TextButton_2 = Instance.new("TextButton")
  19. local TextLabel_3 = Instance.new("TextLabel")
  20. local FreeSword = Instance.new("Frame")
  21. local FreeSword_2 = Instance.new("Frame")
  22. local TextButton_3 = Instance.new("TextButton")
  23. local Explain = Instance.new("Frame")
  24. local TextLabel_4 = Instance.new("TextLabel")
  25. local TextButton_4 = Instance.new("TextButton")
  26. local MaxReb = Instance.new("Frame")
  27. local TextButton_5 = Instance.new("TextButton")
  28. local Conf = Instance.new("Frame")
  29. local Explain_2 = Instance.new("Frame")
  30. local TextLabel_5 = Instance.new("TextLabel")
  31. local TextButton_6 = Instance.new("TextButton")
  32. local HealthUpgrade = Instance.new("Frame")
  33. local Frame_2 = Instance.new("Frame")
  34. local TextButton_7 = Instance.new("TextButton")
  35. local Explain_3 = Instance.new("Frame")
  36. local TextLabel_6 = Instance.new("TextLabel")
  37. local TextButton_8 = Instance.new("TextButton")
  38. local Teleports = Instance.new("Frame")
  39. local TP = Instance.new("TextButton")
  40. local TPShadow = Instance.new("Frame")
  41. local ScrollingFrame = Instance.new("ScrollingFrame")
  42. local Spawn = Instance.new("Frame")
  43. local TextButton_9 = Instance.new("TextButton")
  44. local OuterCaves = Instance.new("Frame")
  45. local TextButton_10 = Instance.new("TextButton")
  46. local Caves = Instance.new("Frame")
  47. local TextButton_11 = Instance.new("TextButton")
  48. local UpperMountain = Instance.new("Frame")
  49. local TextButton_12 = Instance.new("TextButton")
  50. local Forest = Instance.new("Frame")
  51. local TextButton_13 = Instance.new("TextButton")
  52. local ForestMarket = Instance.new("Frame")
  53. local TextButton_14 = Instance.new("TextButton")
  54. local MaxosTemple = Instance.new("Frame")
  55. local TextButton_15 = Instance.new("TextButton")
  56. local LegendaryMines = Instance.new("Frame")
  57. local TextButton_16 = Instance.new("TextButton")
  58. local DeepMines = Instance.new("Frame")
  59. local TextButton_17 = Instance.new("TextButton")
  60. local SkySwordMarket = Instance.new("Frame")
  61. local TextButton_18 = Instance.new("TextButton")
  62. local BlackHole = Instance.new("Frame")
  63. local TextButton_19 = Instance.new("TextButton")
  64. local AngelicTemple = Instance.new("Frame")
  65. local TextButton_20 = Instance.new("TextButton")
  66. local LegendaryTowerFirstFloor = Instance.new("Frame")
  67. local TextButton_21 = Instance.new("TextButton")
  68. local FloatingFortress = Instance.new("Frame")
  69. local TextButton_22 = Instance.new("TextButton")
  70. local FloatingFortressMarket = Instance.new("Frame")
  71. local TextButton_23 = Instance.new("TextButton")
  72. local DragonsLanding = Instance.new("Frame")
  73. local TextButton_24 = Instance.new("TextButton")
  74. local Juggernaut = Instance.new("Frame")
  75. local TextButton_25 = Instance.new("TextButton")
  76. local Surge = Instance.new("Frame")
  77. local TextButton_26 = Instance.new("TextButton")
  78. local EmeraldSkyGod = Instance.new("Frame")
  79. local TextButton_27 = Instance.new("TextButton")
  80. local DataReset = Instance.new("Frame")
  81. local TextButton_28 = Instance.new("TextButton")
  82. local Reset = Instance.new("Frame")
  83. local TextButton_29 = Instance.new("TextButton")
  84. local Frame_3 = Instance.new("Frame")
  85. local TextLabel_7 = Instance.new("TextLabel")
  86.  
  87. --Properties:
  88.  
  89. TheLegendarySwordsRPGGUI.Name = "The Legendary Swords RPG GUI"
  90. TheLegendarySwordsRPGGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  91. TheLegendarySwordsRPGGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  92. TheLegendarySwordsRPGGUI.ResetOnSpawn = false
  93.  
  94. Open.Name = "Open"
  95. Open.Parent = TheLegendarySwordsRPGGUI
  96. Open.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  97. Open.Position = UDim2.new(0, 0, 0.591078043, 0)
  98. Open.Size = UDim2.new(0, 123, 0, 43)
  99.  
  100. Open_2.Name = "Open"
  101. Open_2.Parent = Open
  102. Open_2.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
  103. Open_2.BorderSizePixel = 0
  104. Open_2.Size = UDim2.new(0, 123, 0, 36)
  105. Open_2.Font = Enum.Font.SourceSans
  106. Open_2.Text = "Open!"
  107. Open_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  108. Open_2.TextScaled = true
  109. Open_2.TextSize = 14.000
  110. Open_2.TextWrapped = true
  111.  
  112. Menu.Name = "Menu"
  113. Menu.Parent = TheLegendarySwordsRPGGUI
  114. Menu.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  115. Menu.BorderSizePixel = 0
  116. Menu.Size = UDim2.new(0, 260, 0, 801)
  117. Menu.Visible = false
  118.  
  119. Close.Name = "Close"
  120. Close.Parent = Menu
  121. Close.BackgroundColor3 = Color3.fromRGB(185, 0, 0)
  122. Close.BorderSizePixel = 0
  123. Close.Position = UDim2.new(0.793774307, 0, 0, 0)
  124. Close.Size = UDim2.new(0, 53, 0, 53)
  125.  
  126. TextButton.Parent = Close
  127. TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  128. TextButton.BorderSizePixel = 0
  129. TextButton.Size = UDim2.new(0, 53, 0, 46)
  130. TextButton.Font = Enum.Font.SourceSans
  131. TextButton.Text = "X"
  132. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  133. TextButton.TextScaled = true
  134. TextButton.TextSize = 14.000
  135. TextButton.TextWrapped = true
  136.  
  137. MenuShadow.Name = "MenuShadow"
  138. MenuShadow.Parent = Menu
  139. MenuShadow.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  140. MenuShadow.BorderSizePixel = 0
  141. MenuShadow.Position = UDim2.new(0, 0, 1, 0)
  142. MenuShadow.Size = UDim2.new(0, 260, 0, 6)
  143.  
  144. Title.Name = "Title"
  145. Title.Parent = Menu
  146. Title.BackgroundColor3 = Color3.fromRGB(44, 44, 44)
  147. Title.BorderSizePixel = 0
  148. Title.Size = UDim2.new(0, 206, 0, 53)
  149.  
  150. TextLabel.Parent = Title
  151. TextLabel.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  152. TextLabel.BorderSizePixel = 0
  153. TextLabel.Size = UDim2.new(0, 206, 0, 46)
  154. TextLabel.Font = Enum.Font.SourceSans
  155. TextLabel.Text = "The Legendary Swords RPG"
  156. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  157. TextLabel.TextScaled = true
  158. TextLabel.TextSize = 14.000
  159. TextLabel.TextWrapped = true
  160.  
  161. Frame.Parent = Title
  162. Frame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  163. Frame.BorderSizePixel = 0
  164. Frame.Position = UDim2.new(0.00485436898, 0, 1.11320758, 0)
  165. Frame.Size = UDim2.new(0, 258, 0, 44)
  166.  
  167. TextLabel_2.Parent = Frame
  168. TextLabel_2.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  169. TextLabel_2.BorderSizePixel = 0
  170. TextLabel_2.Size = UDim2.new(0, 258, 0, 38)
  171. TextLabel_2.Font = Enum.Font.SourceSans
  172. TextLabel_2.Text = "Made By sozziamonkus"
  173. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  174. TextLabel_2.TextScaled = true
  175. TextLabel_2.TextSize = 14.000
  176. TextLabel_2.TextWrapped = true
  177.  
  178. Armor.Name = "Armor"
  179. Armor.Parent = Menu
  180. Armor.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  181. Armor.BorderSizePixel = 0
  182. Armor.Position = UDim2.new(0, 0, 0.146067411, 0)
  183. Armor.Size = UDim2.new(0, 260, 0, 61)
  184.  
  185. TextButton_2.Parent = Armor
  186. TextButton_2.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  187. TextButton_2.BorderSizePixel = 0
  188. TextButton_2.Size = UDim2.new(0, 260, 0, 55)
  189. TextButton_2.Font = Enum.Font.SourceSans
  190. TextButton_2.Text = "Free Armor"
  191. TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  192. TextButton_2.TextScaled = true
  193. TextButton_2.TextSize = 14.000
  194. TextButton_2.TextWrapped = true
  195.  
  196. TextLabel_3.Parent = TextButton_2
  197. TextLabel_3.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  198. TextLabel_3.BorderColor3 = Color3.fromRGB(60, 60, 60)
  199. TextLabel_3.BorderSizePixel = 0
  200. TextLabel_3.Position = UDim2.new(0.75, 0, 0.781818211, 0)
  201. TextLabel_3.Size = UDim2.new(0, 64, 0, 12)
  202. TextLabel_3.Font = Enum.Font.SourceSans
  203. TextLabel_3.Text = "Give it 10 sec"
  204. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  205. TextLabel_3.TextScaled = true
  206. TextLabel_3.TextSize = 14.000
  207. TextLabel_3.TextWrapped = true
  208.  
  209. FreeSword.Name = "FreeSword"
  210. FreeSword.Parent = Menu
  211. FreeSword.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  212. FreeSword.BorderSizePixel = 0
  213. FreeSword.Position = UDim2.new(0, 0, 0.232209712, 0)
  214. FreeSword.Size = UDim2.new(0, 260, 0, 61)
  215.  
  216. FreeSword_2.Name = "FreeSword"
  217. FreeSword_2.Parent = FreeSword
  218. FreeSword_2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  219. FreeSword_2.BorderSizePixel = 0
  220. FreeSword_2.Position = UDim2.new(0.842307627, 0, 0.986308336, 0)
  221. FreeSword_2.Size = UDim2.new(0, 41, 0, 37)
  222.  
  223. TextButton_3.Parent = FreeSword_2
  224. TextButton_3.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  225. TextButton_3.BorderSizePixel = 0
  226. TextButton_3.Position = UDim2.new(3.72165573e-07, 0, -0.193643108, 0)
  227. TextButton_3.Size = UDim2.new(0, 41, 0, 38)
  228. TextButton_3.Font = Enum.Font.SourceSans
  229. TextButton_3.Text = "?"
  230. TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  231. TextButton_3.TextScaled = true
  232. TextButton_3.TextSize = 14.000
  233. TextButton_3.TextWrapped = true
  234.  
  235. Explain.Name = "Explain"
  236. Explain.Parent = FreeSword_2
  237. Explain.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  238. Explain.BorderSizePixel = 0
  239. Explain.Position = UDim2.new(0.951829612, 0, -0.216216221, 0)
  240. Explain.Size = UDim2.new(0, 341, 0, 100)
  241. Explain.Visible = false
  242.  
  243. TextLabel_4.Parent = Explain
  244. TextLabel_4.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  245. TextLabel_4.BorderSizePixel = 0
  246. TextLabel_4.Size = UDim2.new(0, 341, 0, 92)
  247. TextLabel_4.Font = Enum.Font.SourceSans
  248. TextLabel_4.Text = "Gives you the best weapon in the shop *Devil's Blade* for free. Too OP."
  249. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  250. TextLabel_4.TextScaled = true
  251. TextLabel_4.TextSize = 14.000
  252. TextLabel_4.TextWrapped = true
  253.  
  254. TextButton_4.Parent = FreeSword
  255. TextButton_4.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  256. TextButton_4.BorderSizePixel = 0
  257. TextButton_4.Size = UDim2.new(0, 260, 0, 53)
  258. TextButton_4.Font = Enum.Font.SourceSans
  259. TextButton_4.Text = "Free Sword"
  260. TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  261. TextButton_4.TextScaled = true
  262. TextButton_4.TextSize = 14.000
  263. TextButton_4.TextWrapped = true
  264.  
  265. MaxReb.Name = "MaxReb"
  266. MaxReb.Parent = Menu
  267. MaxReb.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  268. MaxReb.BorderSizePixel = 0
  269. MaxReb.Position = UDim2.new(0, 0, 0.49937579, 0)
  270. MaxReb.Size = UDim2.new(0, 259, 0, 61)
  271.  
  272. TextButton_5.Parent = MaxReb
  273. TextButton_5.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  274. TextButton_5.BorderSizePixel = 0
  275. TextButton_5.Size = UDim2.new(0, 259, 0, 54)
  276. TextButton_5.Font = Enum.Font.SourceSans
  277. TextButton_5.Text = "Maximum Rebirths"
  278. TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  279. TextButton_5.TextScaled = true
  280. TextButton_5.TextSize = 14.000
  281. TextButton_5.TextWrapped = true
  282.  
  283. Conf.Name = "Conf"
  284. Conf.Parent = MaxReb
  285. Conf.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  286. Conf.BorderSizePixel = 0
  287. Conf.Position = UDim2.new(5.33590746, 0, -1.63912773e-07, 0)
  288. Conf.Size = UDim2.new(0, 260, 0, 61)
  289. Conf.Visible = false
  290.  
  291. Explain_2.Name = "Explain"
  292. Explain_2.Parent = Conf
  293. Explain_2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  294. Explain_2.BorderSizePixel = 0
  295. Explain_2.Position = UDim2.new(0, 0, -2.01639342, 0)
  296. Explain_2.Size = UDim2.new(0, 260, 0, 118)
  297.  
  298. TextLabel_5.Parent = Explain_2
  299. TextLabel_5.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  300. TextLabel_5.BorderSizePixel = 0
  301. TextLabel_5.Size = UDim2.new(0, 260, 0, 112)
  302. TextLabel_5.Font = Enum.Font.SourceSans
  303. TextLabel_5.Text = "This will set your level to 0 even if you already have the maximum rebirths."
  304. TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  305. TextLabel_5.TextScaled = true
  306. TextLabel_5.TextSize = 14.000
  307. TextLabel_5.TextWrapped = true
  308.  
  309. TextButton_6.Parent = Conf
  310. TextButton_6.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  311. TextButton_6.BorderSizePixel = 0
  312. TextButton_6.Size = UDim2.new(0, 260, 0, 54)
  313. TextButton_6.Font = Enum.Font.SourceSans
  314. TextButton_6.Text = "Click Here to confirm"
  315. TextButton_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  316. TextButton_6.TextScaled = true
  317. TextButton_6.TextSize = 14.000
  318. TextButton_6.TextWrapped = true
  319.  
  320. HealthUpgrade.Name = "HealthUpgrade"
  321. HealthUpgrade.Parent = Menu
  322. HealthUpgrade.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  323. HealthUpgrade.BorderSizePixel = 0
  324. HealthUpgrade.Position = UDim2.new(0.00384615385, 0, 0.362047464, 0)
  325. HealthUpgrade.Size = UDim2.new(0, 258, 0, 61)
  326.  
  327. Frame_2.Name = "?"
  328. Frame_2.Parent = HealthUpgrade
  329. Frame_2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  330. Frame_2.BorderSizePixel = 0
  331. Frame_2.Position = UDim2.new(0.841713786, 0, 0.901639163, 0)
  332. Frame_2.Size = UDim2.new(0, 41, 0, 46)
  333.  
  334. TextButton_7.Name = "?"
  335. TextButton_7.Parent = Frame_2
  336. TextButton_7.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  337. TextButton_7.BorderSizePixel = 0
  338. TextButton_7.Position = UDim2.new(3.72165573e-07, 0, 0, 0)
  339. TextButton_7.Size = UDim2.new(0, 41, 0, 40)
  340. TextButton_7.Font = Enum.Font.SourceSans
  341. TextButton_7.Text = "?"
  342. TextButton_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  343. TextButton_7.TextScaled = true
  344. TextButton_7.TextSize = 14.000
  345. TextButton_7.TextWrapped = true
  346.  
  347. Explain_3.Name = "Explain"
  348. Explain_3.Parent = Frame_2
  349. Explain_3.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  350. Explain_3.BorderSizePixel = 0
  351. Explain_3.Position = UDim2.new(0.975610077, 0, 0.021739006, 0)
  352. Explain_3.Size = UDim2.new(0, 341, 0, 100)
  353. Explain_3.Visible = false
  354.  
  355. TextLabel_6.Parent = Explain_3
  356. TextLabel_6.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  357. TextLabel_6.BorderSizePixel = 0
  358. TextLabel_6.Size = UDim2.new(0, 341, 0, 94)
  359. TextLabel_6.Font = Enum.Font.SourceSans
  360. TextLabel_6.Text = "Uses up all of your stat points on health."
  361. TextLabel_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  362. TextLabel_6.TextScaled = true
  363. TextLabel_6.TextSize = 14.000
  364. TextLabel_6.TextWrapped = true
  365.  
  366. TextButton_8.Parent = HealthUpgrade
  367. TextButton_8.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  368. TextButton_8.BorderSizePixel = 0
  369. TextButton_8.Size = UDim2.new(0, 258, 0, 55)
  370. TextButton_8.Font = Enum.Font.SourceSans
  371. TextButton_8.Text = "Upgrade Health All"
  372. TextButton_8.TextColor3 = Color3.fromRGB(255, 255, 255)
  373. TextButton_8.TextScaled = true
  374. TextButton_8.TextSize = 14.000
  375. TextButton_8.TextWrapped = true
  376.  
  377. Teleports.Name = "Teleports"
  378. Teleports.Parent = Menu
  379. Teleports.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  380. Teleports.BorderSizePixel = 0
  381. Teleports.Position = UDim2.new(0.00384615385, 0, 0.594257176, 0)
  382. Teleports.Size = UDim2.new(0, 259, 0, 64)
  383.  
  384. TP.Name = "TP"
  385. TP.Parent = Teleports
  386. TP.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  387. TP.BorderSizePixel = 0
  388. TP.Position = UDim2.new(-0.00772200758, 0, 0, 0)
  389. TP.Size = UDim2.new(0, 260, 0, 57)
  390. TP.Font = Enum.Font.SourceSans
  391. TP.Text = "Teleports"
  392. TP.TextColor3 = Color3.fromRGB(255, 255, 255)
  393. TP.TextScaled = true
  394. TP.TextSize = 14.000
  395. TP.TextWrapped = true
  396.  
  397. TPShadow.Name = "TPShadow"
  398. TPShadow.Parent = Teleports
  399. TPShadow.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  400. TPShadow.BorderSizePixel = 0
  401. TPShadow.Position = UDim2.new(1.00002992, 0, 0, 0)
  402. TPShadow.Size = UDim2.new(0, 550, 0, 318)
  403. TPShadow.Visible = false
  404.  
  405. ScrollingFrame.Parent = TPShadow
  406. ScrollingFrame.Active = true
  407. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  408. ScrollingFrame.BorderColor3 = Color3.fromRGB(60, 60, 60)
  409. ScrollingFrame.BorderSizePixel = 0
  410. ScrollingFrame.Position = UDim2.new(0, 0, -1.3038516e-08, 0)
  411. ScrollingFrame.Size = UDim2.new(0, 550, 0, 312)
  412. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 3, 0)
  413.  
  414. Spawn.Name = "Spawn"
  415. Spawn.Parent = ScrollingFrame
  416. Spawn.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  417. Spawn.Position = UDim2.new(0.0209090896, 0, 0.0199999996, 0)
  418. Spawn.Size = UDim2.new(0, 133, 0, 64)
  419.  
  420. TextButton_9.Parent = Spawn
  421. TextButton_9.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  422. TextButton_9.BorderSizePixel = 0
  423. TextButton_9.Size = UDim2.new(0, 133, 0, 57)
  424. TextButton_9.Font = Enum.Font.SourceSans
  425. TextButton_9.Text = "Spawn"
  426. TextButton_9.TextColor3 = Color3.fromRGB(255, 255, 255)
  427. TextButton_9.TextScaled = true
  428. TextButton_9.TextSize = 14.000
  429. TextButton_9.TextWrapped = true
  430.  
  431. OuterCaves.Name = "OuterCaves"
  432. OuterCaves.Parent = ScrollingFrame
  433. OuterCaves.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  434. OuterCaves.Position = UDim2.new(0.359090894, 0, 0.0199999996, 0)
  435. OuterCaves.Size = UDim2.new(0, 133, 0, 64)
  436.  
  437. TextButton_10.Parent = OuterCaves
  438. TextButton_10.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  439. TextButton_10.BorderSizePixel = 0
  440. TextButton_10.Size = UDim2.new(0, 133, 0, 57)
  441. TextButton_10.Font = Enum.Font.SourceSans
  442. TextButton_10.Text = "Outer Caves"
  443. TextButton_10.TextColor3 = Color3.fromRGB(255, 255, 255)
  444. TextButton_10.TextScaled = true
  445. TextButton_10.TextSize = 14.000
  446. TextButton_10.TextWrapped = true
  447.  
  448. Caves.Name = "Caves"
  449. Caves.Parent = ScrollingFrame
  450. Caves.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  451. Caves.Position = UDim2.new(0.695454538, 0, 0.0199999996, 0)
  452. Caves.Size = UDim2.new(0, 133, 0, 64)
  453.  
  454. TextButton_11.Parent = Caves
  455. TextButton_11.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  456. TextButton_11.BorderSizePixel = 0
  457. TextButton_11.Size = UDim2.new(0, 133, 0, 57)
  458. TextButton_11.Font = Enum.Font.SourceSans
  459. TextButton_11.Text = "Caves"
  460. TextButton_11.TextColor3 = Color3.fromRGB(255, 255, 255)
  461. TextButton_11.TextScaled = true
  462. TextButton_11.TextSize = 14.000
  463. TextButton_11.TextWrapped = true
  464.  
  465. UpperMountain.Name = "UpperMountain"
  466. UpperMountain.Parent = ScrollingFrame
  467. UpperMountain.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  468. UpperMountain.Position = UDim2.new(0.0209090896, 0, 0.104905665, 0)
  469. UpperMountain.Size = UDim2.new(0, 133, 0, 64)
  470.  
  471. TextButton_12.Parent = UpperMountain
  472. TextButton_12.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  473. TextButton_12.BorderSizePixel = 0
  474. TextButton_12.Size = UDim2.new(0, 133, 0, 58)
  475. TextButton_12.Font = Enum.Font.SourceSans
  476. TextButton_12.Text = "Upper Mountain"
  477. TextButton_12.TextColor3 = Color3.fromRGB(255, 255, 255)
  478. TextButton_12.TextScaled = true
  479. TextButton_12.TextSize = 14.000
  480. TextButton_12.TextWrapped = true
  481.  
  482. Forest.Name = "Forest"
  483. Forest.Parent = ScrollingFrame
  484. Forest.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  485. Forest.Position = UDim2.new(0.359090894, 0, 0.104905665, 0)
  486. Forest.Size = UDim2.new(0, 133, 0, 64)
  487.  
  488. TextButton_13.Parent = Forest
  489. TextButton_13.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  490. TextButton_13.BorderSizePixel = 0
  491. TextButton_13.Size = UDim2.new(0, 133, 0, 58)
  492. TextButton_13.Font = Enum.Font.SourceSans
  493. TextButton_13.Text = "Forest"
  494. TextButton_13.TextColor3 = Color3.fromRGB(255, 255, 255)
  495. TextButton_13.TextScaled = true
  496. TextButton_13.TextSize = 14.000
  497. TextButton_13.TextWrapped = true
  498.  
  499. ForestMarket.Name = "ForestMarket"
  500. ForestMarket.Parent = ScrollingFrame
  501. ForestMarket.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  502. ForestMarket.Position = UDim2.new(0.695454538, 0, 0.104905665, 0)
  503. ForestMarket.Size = UDim2.new(0, 133, 0, 64)
  504.  
  505. TextButton_14.Parent = ForestMarket
  506. TextButton_14.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  507. TextButton_14.BorderSizePixel = 0
  508. TextButton_14.Size = UDim2.new(0, 133, 0, 58)
  509. TextButton_14.Font = Enum.Font.SourceSans
  510. TextButton_14.Text = "Forest Market"
  511. TextButton_14.TextColor3 = Color3.fromRGB(255, 255, 255)
  512. TextButton_14.TextScaled = true
  513. TextButton_14.TextSize = 14.000
  514. TextButton_14.TextWrapped = true
  515.  
  516. MaxosTemple.Name = "MaxosTemple"
  517. MaxosTemple.Parent = ScrollingFrame
  518. MaxosTemple.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  519. MaxosTemple.Position = UDim2.new(0.0209090896, 0, 0.189811334, 0)
  520. MaxosTemple.Size = UDim2.new(0, 133, 0, 64)
  521.  
  522. TextButton_15.Parent = MaxosTemple
  523. TextButton_15.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  524. TextButton_15.BorderSizePixel = 0
  525. TextButton_15.Size = UDim2.new(0, 133, 0, 57)
  526. TextButton_15.Font = Enum.Font.SourceSans
  527. TextButton_15.Text = "Maxos Temple"
  528. TextButton_15.TextColor3 = Color3.fromRGB(255, 255, 255)
  529. TextButton_15.TextScaled = true
  530. TextButton_15.TextSize = 14.000
  531. TextButton_15.TextWrapped = true
  532.  
  533. LegendaryMines.Name = "LegendaryMines"
  534. LegendaryMines.Parent = ScrollingFrame
  535. LegendaryMines.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  536. LegendaryMines.Position = UDim2.new(0.359090894, 0, 0.189811319, 0)
  537. LegendaryMines.Size = UDim2.new(0, 133, 0, 64)
  538.  
  539. TextButton_16.Parent = LegendaryMines
  540. TextButton_16.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  541. TextButton_16.BorderSizePixel = 0
  542. TextButton_16.Size = UDim2.new(0, 133, 0, 57)
  543. TextButton_16.Font = Enum.Font.SourceSans
  544. TextButton_16.Text = "Legendary Mines"
  545. TextButton_16.TextColor3 = Color3.fromRGB(255, 255, 255)
  546. TextButton_16.TextScaled = true
  547. TextButton_16.TextSize = 14.000
  548. TextButton_16.TextWrapped = true
  549.  
  550. DeepMines.Name = "DeepMines"
  551. DeepMines.Parent = ScrollingFrame
  552. DeepMines.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  553. DeepMines.Position = UDim2.new(0.695454538, 0, 0.189811319, 0)
  554. DeepMines.Size = UDim2.new(0, 133, 0, 64)
  555.  
  556. TextButton_17.Parent = DeepMines
  557. TextButton_17.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  558. TextButton_17.BorderSizePixel = 0
  559. TextButton_17.Size = UDim2.new(0, 133, 0, 57)
  560. TextButton_17.Font = Enum.Font.SourceSans
  561. TextButton_17.Text = "Deep Mines"
  562. TextButton_17.TextColor3 = Color3.fromRGB(255, 255, 255)
  563. TextButton_17.TextScaled = true
  564. TextButton_17.TextSize = 14.000
  565. TextButton_17.TextWrapped = true
  566.  
  567. SkySwordMarket.Name = "SkySwordMarket"
  568. SkySwordMarket.Parent = ScrollingFrame
  569. SkySwordMarket.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  570. SkySwordMarket.Position = UDim2.new(0.0209090896, 0, 0.271572351, 0)
  571. SkySwordMarket.Size = UDim2.new(0, 133, 0, 64)
  572.  
  573. TextButton_18.Parent = SkySwordMarket
  574. TextButton_18.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  575. TextButton_18.BorderSizePixel = 0
  576. TextButton_18.Size = UDim2.new(0, 133, 0, 57)
  577. TextButton_18.Font = Enum.Font.SourceSans
  578. TextButton_18.Text = "Sky Sword Market"
  579. TextButton_18.TextColor3 = Color3.fromRGB(255, 255, 255)
  580. TextButton_18.TextScaled = true
  581. TextButton_18.TextSize = 14.000
  582. TextButton_18.TextWrapped = true
  583.  
  584. BlackHole.Name = "BlackHole"
  585. BlackHole.Parent = ScrollingFrame
  586. BlackHole.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  587. BlackHole.Position = UDim2.new(0.695454538, 0, 0.271572322, 0)
  588. BlackHole.Size = UDim2.new(0, 133, 0, 64)
  589.  
  590. TextButton_19.Parent = BlackHole
  591. TextButton_19.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  592. TextButton_19.BorderSizePixel = 0
  593. TextButton_19.Size = UDim2.new(0, 133, 0, 58)
  594. TextButton_19.Font = Enum.Font.SourceSans
  595. TextButton_19.Text = "Black Hole"
  596. TextButton_19.TextColor3 = Color3.fromRGB(255, 255, 255)
  597. TextButton_19.TextScaled = true
  598. TextButton_19.TextSize = 14.000
  599. TextButton_19.TextWrapped = true
  600.  
  601. AngelicTemple.Name = "AngelicTemple"
  602. AngelicTemple.Parent = ScrollingFrame
  603. AngelicTemple.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  604. AngelicTemple.Position = UDim2.new(0.359090894, 0, 0.271572322, 0)
  605. AngelicTemple.Size = UDim2.new(0, 133, 0, 64)
  606.  
  607. TextButton_20.Parent = AngelicTemple
  608. TextButton_20.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  609. TextButton_20.BorderSizePixel = 0
  610. TextButton_20.Size = UDim2.new(0, 133, 0, 58)
  611. TextButton_20.Font = Enum.Font.SourceSans
  612. TextButton_20.Text = "Angelic Temple"
  613. TextButton_20.TextColor3 = Color3.fromRGB(255, 255, 255)
  614. TextButton_20.TextScaled = true
  615. TextButton_20.TextSize = 14.000
  616. TextButton_20.TextWrapped = true
  617.  
  618. LegendaryTowerFirstFloor.Name = "LegendaryTowerFirstFloor"
  619. LegendaryTowerFirstFloor.Parent = ScrollingFrame
  620. LegendaryTowerFirstFloor.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  621. LegendaryTowerFirstFloor.Position = UDim2.new(0.0209090896, 0, 0.353333354, 0)
  622. LegendaryTowerFirstFloor.Size = UDim2.new(0, 133, 0, 64)
  623.  
  624. TextButton_21.Parent = LegendaryTowerFirstFloor
  625. TextButton_21.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  626. TextButton_21.BorderSizePixel = 0
  627. TextButton_21.Size = UDim2.new(0, 133, 0, 56)
  628. TextButton_21.Font = Enum.Font.SourceSans
  629. TextButton_21.Text = "Legendary Tower First Floor"
  630. TextButton_21.TextColor3 = Color3.fromRGB(255, 255, 255)
  631. TextButton_21.TextScaled = true
  632. TextButton_21.TextSize = 14.000
  633. TextButton_21.TextWrapped = true
  634.  
  635. FloatingFortress.Name = "FloatingFortress"
  636. FloatingFortress.Parent = ScrollingFrame
  637. FloatingFortress.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  638. FloatingFortress.Position = UDim2.new(0.359090894, 0, 0.353333324, 0)
  639. FloatingFortress.Size = UDim2.new(0, 133, 0, 64)
  640.  
  641. TextButton_22.Parent = FloatingFortress
  642. TextButton_22.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  643. TextButton_22.BorderSizePixel = 0
  644. TextButton_22.Size = UDim2.new(0, 133, 0, 57)
  645. TextButton_22.Font = Enum.Font.SourceSans
  646. TextButton_22.Text = "Floating Fortress"
  647. TextButton_22.TextColor3 = Color3.fromRGB(255, 255, 255)
  648. TextButton_22.TextScaled = true
  649. TextButton_22.TextSize = 14.000
  650. TextButton_22.TextWrapped = true
  651.  
  652. FloatingFortressMarket.Name = "FloatingFortressMarket"
  653. FloatingFortressMarket.Parent = ScrollingFrame
  654. FloatingFortressMarket.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  655. FloatingFortressMarket.Position = UDim2.new(0.695454538, 0, 0.353333324, 0)
  656. FloatingFortressMarket.Size = UDim2.new(0, 133, 0, 64)
  657.  
  658. TextButton_23.Parent = FloatingFortressMarket
  659. TextButton_23.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  660. TextButton_23.BorderSizePixel = 0
  661. TextButton_23.Size = UDim2.new(0, 133, 0, 57)
  662. TextButton_23.Font = Enum.Font.SourceSans
  663. TextButton_23.Text = "Floating Fortress Market"
  664. TextButton_23.TextColor3 = Color3.fromRGB(255, 255, 255)
  665. TextButton_23.TextScaled = true
  666. TextButton_23.TextSize = 14.000
  667. TextButton_23.TextWrapped = true
  668.  
  669. DragonsLanding.Name = "DragonsLanding"
  670. DragonsLanding.Parent = ScrollingFrame
  671. DragonsLanding.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  672. DragonsLanding.Position = UDim2.new(0.0209090896, 0, 0.435094357, 0)
  673. DragonsLanding.Size = UDim2.new(0, 133, 0, 64)
  674.  
  675. TextButton_24.Parent = DragonsLanding
  676. TextButton_24.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  677. TextButton_24.BorderSizePixel = 0
  678. TextButton_24.Size = UDim2.new(0, 133, 0, 56)
  679. TextButton_24.Font = Enum.Font.SourceSans
  680. TextButton_24.Text = "Dragon's Landing"
  681. TextButton_24.TextColor3 = Color3.fromRGB(255, 255, 255)
  682. TextButton_24.TextScaled = true
  683. TextButton_24.TextSize = 14.000
  684. TextButton_24.TextWrapped = true
  685.  
  686. Juggernaut.Name = "Juggernaut"
  687. Juggernaut.Parent = ScrollingFrame
  688. Juggernaut.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  689. Juggernaut.Position = UDim2.new(0.359090894, 0, 0.435094327, 0)
  690. Juggernaut.Size = UDim2.new(0, 133, 0, 64)
  691.  
  692. TextButton_25.Parent = Juggernaut
  693. TextButton_25.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  694. TextButton_25.BorderSizePixel = 0
  695. TextButton_25.Size = UDim2.new(0, 133, 0, 57)
  696. TextButton_25.Font = Enum.Font.SourceSans
  697. TextButton_25.Text = "Juggernaut"
  698. TextButton_25.TextColor3 = Color3.fromRGB(255, 255, 255)
  699. TextButton_25.TextScaled = true
  700. TextButton_25.TextSize = 14.000
  701. TextButton_25.TextWrapped = true
  702.  
  703. Surge.Name = "Surge"
  704. Surge.Parent = ScrollingFrame
  705. Surge.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  706. Surge.Position = UDim2.new(0.695454538, 0, 0.435094327, 0)
  707. Surge.Size = UDim2.new(0, 133, 0, 64)
  708.  
  709. TextButton_26.Parent = Surge
  710. TextButton_26.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  711. TextButton_26.BorderSizePixel = 0
  712. TextButton_26.Size = UDim2.new(0, 133, 0, 56)
  713. TextButton_26.Font = Enum.Font.SourceSans
  714. TextButton_26.Text = "Surge"
  715. TextButton_26.TextColor3 = Color3.fromRGB(255, 255, 255)
  716. TextButton_26.TextScaled = true
  717. TextButton_26.TextSize = 14.000
  718. TextButton_26.TextWrapped = true
  719.  
  720. EmeraldSkyGod.Name = "EmeraldSkyGod"
  721. EmeraldSkyGod.Parent = ScrollingFrame
  722. EmeraldSkyGod.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  723. EmeraldSkyGod.Position = UDim2.new(0.020909071, 0, 0.517903566, 0)
  724. EmeraldSkyGod.Size = UDim2.new(0, 133, 0, 64)
  725.  
  726. TextButton_27.Parent = EmeraldSkyGod
  727. TextButton_27.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  728. TextButton_27.BorderSizePixel = 0
  729. TextButton_27.Size = UDim2.new(0, 133, 0, 57)
  730. TextButton_27.Font = Enum.Font.SourceSans
  731. TextButton_27.Text = "Emerald Sky God"
  732. TextButton_27.TextColor3 = Color3.fromRGB(255, 255, 255)
  733. TextButton_27.TextScaled = true
  734. TextButton_27.TextSize = 14.000
  735. TextButton_27.TextWrapped = true
  736.  
  737. DataReset.Name = "DataReset"
  738. DataReset.Parent = Menu
  739. DataReset.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  740. DataReset.BorderSizePixel = 0
  741. DataReset.Position = UDim2.new(-0.00384615385, 0, 0.697877645, 0)
  742. DataReset.Size = UDim2.new(0, 260, 0, 63)
  743.  
  744. TextButton_28.Parent = DataReset
  745. TextButton_28.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  746. TextButton_28.BorderSizePixel = 0
  747. TextButton_28.Size = UDim2.new(0, 260, 0, 56)
  748. TextButton_28.Font = Enum.Font.SourceSans
  749. TextButton_28.Text = "Data Reset"
  750. TextButton_28.TextColor3 = Color3.fromRGB(255, 255, 255)
  751. TextButton_28.TextScaled = true
  752. TextButton_28.TextSize = 14.000
  753. TextButton_28.TextWrapped = true
  754.  
  755. Reset.Name = "Reset"
  756. Reset.Parent = DataReset
  757. Reset.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  758. Reset.BorderSizePixel = 0
  759. Reset.Position = UDim2.new(5.32307673, 0, -1.44444466, 0)
  760. Reset.Size = UDim2.new(0, 259, 0, 61)
  761. Reset.Visible = false
  762.  
  763. TextButton_29.Parent = Reset
  764. TextButton_29.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  765. TextButton_29.BorderSizePixel = 0
  766. TextButton_29.Size = UDim2.new(0, 259, 0, 54)
  767. TextButton_29.Font = Enum.Font.SourceSans
  768. TextButton_29.Text = "Reset Data"
  769. TextButton_29.TextColor3 = Color3.fromRGB(255, 255, 255)
  770. TextButton_29.TextScaled = true
  771. TextButton_29.TextSize = 14.000
  772. TextButton_29.TextWrapped = true
  773.  
  774. Frame_3.Parent = Reset
  775. Frame_3.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  776. Frame_3.BorderSizePixel = 0
  777. Frame_3.Position = UDim2.new(0, 0, 1.11475408, 0)
  778. Frame_3.Size = UDim2.new(0, 259, 0, 158)
  779.  
  780. TextLabel_7.Parent = Frame_3
  781. TextLabel_7.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  782. TextLabel_7.BorderSizePixel = 0
  783. TextLabel_7.Size = UDim2.new(0, 259, 0, 152)
  784. TextLabel_7.Font = Enum.Font.SourceSans
  785. TextLabel_7.Text = "This will reset your rebirths, levels , gold and items."
  786. TextLabel_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  787. TextLabel_7.TextScaled = true
  788. TextLabel_7.TextSize = 14.000
  789. TextLabel_7.TextWrapped = true
  790.  
  791. -- Scripts:
  792.  
  793. local function YOLMUU_fake_script() -- Open_2.LocalScript
  794. local script = Instance.new('LocalScript', Open_2)
  795.  
  796. script.Parent.MouseButton1Click:Connect(function()
  797. script.Parent.Parent.Parent.Menu.Visible = true
  798. script.Parent.Parent.Visible = false
  799. end)
  800. end
  801. coroutine.wrap(YOLMUU_fake_script)()
  802. local function PBGBVM_fake_script() -- TextButton.LocalScript
  803. local script = Instance.new('LocalScript', TextButton)
  804.  
  805. script.Parent.MouseButton1Click:Connect(function()
  806. script.Parent.Parent.Parent.Visible = false
  807. script.Parent.Parent.Parent.Parent.Open.Visible = true
  808. end)
  809. end
  810. coroutine.wrap(PBGBVM_fake_script)()
  811. local function QLBHEE_fake_script() -- TextButton_2.LocalScript
  812. local script = Instance.new('LocalScript', TextButton_2)
  813.  
  814. script.Parent.MouseButton1Click:Connect(function()
  815.  
  816. local Dragon = "Dark Dragon"
  817. local Event = game:GetService("Players").LocalPlayer.RemoteFunctions.ArmorSystem
  818. Event:FireServer(Dragon)
  819.  
  820. end)
  821. end
  822. coroutine.wrap(QLBHEE_fake_script)()
  823. local function FRJD_fake_script() -- TextButton_3.LocalScript
  824. local script = Instance.new('LocalScript', TextButton_3)
  825.  
  826. script.Parent.MouseButton1Click:Connect(function()
  827. script.Parent.Parent.Explain.Visible = not script.Parent.Parent.Explain.Visible
  828. end)
  829. end
  830. coroutine.wrap(FRJD_fake_script)()
  831. local function WFSODN_fake_script() -- TextButton_4.LocalScript
  832. local script = Instance.new('LocalScript', TextButton_4)
  833.  
  834. script.Parent.MouseButton1Click:Connect(function()
  835.  
  836. local Buy = "Buy"
  837. local Price = 0
  838. local Item = "The Devil's Blade"
  839. local Event = game:GetService("Players").LocalPlayer.RemoteFunctions.SwordShopSystem
  840. Event:FireServer(Buy, Price, Item)
  841.  
  842. end)
  843. end
  844. coroutine.wrap(WFSODN_fake_script)()
  845. local function KBLX_fake_script() -- TextButton_5.LocalScript
  846. local script = Instance.new('LocalScript', TextButton_5)
  847.  
  848. script.Parent.MouseButton1Click:Connect(function()
  849. script.Parent.Parent.Conf.Visible = not script.Parent.Parent.Conf.Visible
  850. end)
  851. end
  852. coroutine.wrap(KBLX_fake_script)()
  853. local function CFAAPC_fake_script() -- TextButton_6.LocalScript
  854. local script = Instance.new('LocalScript', TextButton_6)
  855.  
  856. script.Parent.MouseButton1Click:Connect(function()
  857.  
  858. local Reb = 25
  859. local Event = game:GetService("Players").LocalPlayer.RemoteFunctions.RebirthFunction
  860. Event:FireServer(Reb)
  861.  
  862.  
  863. end)
  864. end
  865. coroutine.wrap(CFAAPC_fake_script)()
  866. local function KAXPRE_fake_script() -- TextButton_7.LocalScript
  867. local script = Instance.new('LocalScript', TextButton_7)
  868.  
  869. script.Parent.MouseButton1Click:Connect(function()
  870. script.Parent.Parent.Explain.Visible = not script.Parent.Parent.Explain.Visible
  871. end)
  872. end
  873. coroutine.wrap(KAXPRE_fake_script)()
  874. local function CXERIJ_fake_script() -- TextButton_8.LocalScript
  875. local script = Instance.new('LocalScript', TextButton_8)
  876.  
  877. script.Parent.MouseButton1Click:Connect(function()
  878.  
  879. local Stat = "Health"
  880. local Amount = "All"
  881. local Event = game:GetService("Players").LocalPlayer.RemoteFunctions.UpgradeFunction
  882. Event:FireServer(Stat, Amount)
  883.  
  884. end)
  885. end
  886. coroutine.wrap(CXERIJ_fake_script)()
  887. local function SHTQEB_fake_script() -- TP.LocalScript
  888. local script = Instance.new('LocalScript', TP)
  889.  
  890. script.Parent.MouseButton1Click:Connect(function()
  891.  
  892. script.Parent.Parent.TPShadow.Visible = not script.Parent.Parent.TPShadow.Visible
  893.  
  894. end)
  895. end
  896. coroutine.wrap(SHTQEB_fake_script)()
  897. local function BAJJTTL_fake_script() -- TextButton_9.LocalScript
  898. local script = Instance.new('LocalScript', TextButton_9)
  899.  
  900. local player = game.Players.LocalPlayer
  901.  
  902. script.Parent.MouseButton1Click:Connect(function()
  903. player.Character.HumanoidRootPart.CFrame = CFrame.new(-124, 30, 27)
  904. end)
  905. end
  906. coroutine.wrap(BAJJTTL_fake_script)()
  907. local function QBSSH_fake_script() -- TextButton_10.LocalScript
  908. local script = Instance.new('LocalScript', TextButton_10)
  909.  
  910. local player = game.Players.LocalPlayer
  911.  
  912. script.Parent.MouseButton1Click:Connect(function()
  913. player.Character.HumanoidRootPart.CFrame = CFrame.new(-66, 28, 133)
  914. end)
  915. end
  916. coroutine.wrap(QBSSH_fake_script)()
  917. local function LWPU_fake_script() -- TextButton_11.LocalScript
  918. local script = Instance.new('LocalScript', TextButton_11)
  919.  
  920. local player = game.Players.LocalPlayer
  921.  
  922. script.Parent.MouseButton1Click:Connect(function()
  923. player.Character.HumanoidRootPart.CFrame = CFrame.new(-145, 39, 145)
  924. end)
  925. end
  926. coroutine.wrap(LWPU_fake_script)()
  927. local function HJOFLWM_fake_script() -- TextButton_12.LocalScript
  928. local script = Instance.new('LocalScript', TextButton_12)
  929.  
  930. local player = game.Players.LocalPlayer
  931.  
  932. script.Parent.MouseButton1Click:Connect(function()
  933. player.Character.HumanoidRootPart.CFrame = CFrame.new(38, 57, 161)
  934. end)
  935. end
  936. coroutine.wrap(HJOFLWM_fake_script)()
  937. local function OHTOHIL_fake_script() -- TextButton_13.LocalScript
  938. local script = Instance.new('LocalScript', TextButton_13)
  939.  
  940. local player = game.Players.LocalPlayer
  941.  
  942. script.Parent.MouseButton1Click:Connect(function()
  943. player.Character.HumanoidRootPart.CFrame = CFrame.new(-30, 30, -77)
  944. end)
  945. end
  946. coroutine.wrap(OHTOHIL_fake_script)()
  947. local function IEITCQV_fake_script() -- TextButton_14.LocalScript
  948. local script = Instance.new('LocalScript', TextButton_14)
  949.  
  950. local player = game.Players.LocalPlayer
  951.  
  952. script.Parent.MouseButton1Click:Connect(function()
  953. player.Character.HumanoidRootPart.CFrame = CFrame.new(-9, 30, -265)
  954. end)
  955. end
  956. coroutine.wrap(IEITCQV_fake_script)()
  957. local function QRXPFI_fake_script() -- TextButton_15.LocalScript
  958. local script = Instance.new('LocalScript', TextButton_15)
  959.  
  960. local player = game.Players.LocalPlayer
  961.  
  962. script.Parent.MouseButton1Click:Connect(function()
  963. player.Character.HumanoidRootPart.CFrame = CFrame.new(92, 35, 44)
  964. end)
  965. end
  966. coroutine.wrap(QRXPFI_fake_script)()
  967. local function KYCS_fake_script() -- TextButton_16.LocalScript
  968. local script = Instance.new('LocalScript', TextButton_16)
  969.  
  970. local player = game.Players.LocalPlayer
  971.  
  972. script.Parent.MouseButton1Click:Connect(function()
  973. player.Character.HumanoidRootPart.CFrame = CFrame.new(132, 30, 194)
  974. end)
  975. end
  976. coroutine.wrap(KYCS_fake_script)()
  977. local function IEPYIFO_fake_script() -- TextButton_17.LocalScript
  978. local script = Instance.new('LocalScript', TextButton_17)
  979.  
  980. local player = game.Players.LocalPlayer
  981.  
  982. script.Parent.MouseButton1Click:Connect(function()
  983. player.Character.HumanoidRootPart.CFrame = CFrame.new(132, 30, 280)
  984. end)
  985. end
  986. coroutine.wrap(IEPYIFO_fake_script)()
  987. local function ULQNOY_fake_script() -- TextButton_18.LocalScript
  988. local script = Instance.new('LocalScript', TextButton_18)
  989.  
  990. local player = game.Players.LocalPlayer
  991.  
  992. script.Parent.MouseButton1Click:Connect(function()
  993. player.Character.HumanoidRootPart.CFrame = CFrame.new(143, 31, -202)
  994. end)
  995. end
  996. coroutine.wrap(ULQNOY_fake_script)()
  997. local function XMYONM_fake_script() -- TextButton_19.LocalScript
  998. local script = Instance.new('LocalScript', TextButton_19)
  999.  
  1000. local player = game.Players.LocalPlayer
  1001.  
  1002. script.Parent.MouseButton1Click:Connect(function()
  1003. player.Character.HumanoidRootPart.CFrame = CFrame.new(85, 30, -227)
  1004. end)
  1005. end
  1006. coroutine.wrap(XMYONM_fake_script)()
  1007. local function XPRM_fake_script() -- TextButton_20.LocalScript
  1008. local script = Instance.new('LocalScript', TextButton_20)
  1009.  
  1010. local player = game.Players.LocalPlayer
  1011.  
  1012. script.Parent.MouseButton1Click:Connect(function()
  1013. player.Character.HumanoidRootPart.CFrame = CFrame.new(192, 31, -256)
  1014. end)
  1015. end
  1016. coroutine.wrap(XPRM_fake_script)()
  1017. local function WREO_fake_script() -- TextButton_21.LocalScript
  1018. local script = Instance.new('LocalScript', TextButton_21)
  1019.  
  1020. local player = game.Players.LocalPlayer
  1021.  
  1022. script.Parent.MouseButton1Click:Connect(function()
  1023. player.Character.HumanoidRootPart.CFrame = CFrame.new(56, 60, -128)
  1024. end)
  1025. end
  1026. coroutine.wrap(WREO_fake_script)()
  1027. local function LUTNFL_fake_script() -- TextButton_22.LocalScript
  1028. local script = Instance.new('LocalScript', TextButton_22)
  1029.  
  1030. local player = game.Players.LocalPlayer
  1031.  
  1032. script.Parent.MouseButton1Click:Connect(function()
  1033. player.Character.HumanoidRootPart.CFrame = CFrame.new(-349, 28, 9045)
  1034. end)
  1035. end
  1036. coroutine.wrap(LUTNFL_fake_script)()
  1037. local function BJFDMYT_fake_script() -- TextButton_23.LocalScript
  1038. local script = Instance.new('LocalScript', TextButton_23)
  1039.  
  1040. local player = game.Players.LocalPlayer
  1041.  
  1042. script.Parent.MouseButton1Click:Connect(function()
  1043. player.Character.HumanoidRootPart.CFrame = CFrame.new(-349, 31, 8734)
  1044. end)
  1045. end
  1046. coroutine.wrap(BJFDMYT_fake_script)()
  1047. local function GCLEWTS_fake_script() -- TextButton_24.LocalScript
  1048. local script = Instance.new('LocalScript', TextButton_24)
  1049.  
  1050. local player = game.Players.LocalPlayer
  1051.  
  1052. script.Parent.MouseButton1Click:Connect(function()
  1053. player.Character.HumanoidRootPart.CFrame = CFrame.new(-592, 30, 8827)
  1054. end)
  1055. end
  1056. coroutine.wrap(GCLEWTS_fake_script)()
  1057. local function WIOYX_fake_script() -- TextButton_25.LocalScript
  1058. local script = Instance.new('LocalScript', TextButton_25)
  1059.  
  1060. local player = game.Players.LocalPlayer
  1061.  
  1062. script.Parent.MouseButton1Click:Connect(function()
  1063. player.Character.HumanoidRootPart.CFrame = CFrame.new(-623, 30, 9046)
  1064. end)
  1065. end
  1066. coroutine.wrap(WIOYX_fake_script)()
  1067. local function IKJVF_fake_script() -- TextButton_26.LocalScript
  1068. local script = Instance.new('LocalScript', TextButton_26)
  1069.  
  1070. local player = game.Players.LocalPlayer
  1071.  
  1072. script.Parent.MouseButton1Click:Connect(function()
  1073. player.Character.HumanoidRootPart.CFrame = CFrame.new(-558, 32, 9229)
  1074. end)
  1075. end
  1076. coroutine.wrap(IKJVF_fake_script)()
  1077. local function PRLSDZB_fake_script() -- TextButton_27.LocalScript
  1078. local script = Instance.new('LocalScript', TextButton_27)
  1079.  
  1080. local player = game.Players.LocalPlayer
  1081.  
  1082. script.Parent.MouseButton1Click:Connect(function()
  1083. player.Character.HumanoidRootPart.CFrame = CFrame.new(46, 182, -148)
  1084. end)
  1085. end
  1086. coroutine.wrap(PRLSDZB_fake_script)()
  1087. local function HCDEEV_fake_script() -- TextButton_28.LocalScript
  1088. local script = Instance.new('LocalScript', TextButton_28)
  1089.  
  1090. script.Parent.MouseButton1Click:Connect(function()
  1091.  
  1092. script.Parent.Parent.Reset.Visible = not script.Parent.Parent.Reset.Visible
  1093.  
  1094. end)
  1095. end
  1096. coroutine.wrap(HCDEEV_fake_script)()
  1097. local function HCZKQ_fake_script() -- TextButton_29.LocalScript
  1098. local script = Instance.new('LocalScript', TextButton_29)
  1099.  
  1100. script.Parent.MouseButton1Click:Connect(function()
  1101.  
  1102. local Reb = 0
  1103. local Event = game:GetService("Players").LocalPlayer.RemoteFunctions.RebirthFunction
  1104. Event:FireServer(Reb)
  1105.  
  1106.  
  1107. end)
  1108. end
  1109. coroutine.wrap(HCZKQ_fake_script)()
  1110.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement