Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local TheLegendarySwordsRPGGUI = Instance.new("ScreenGui")
- local Open = Instance.new("Frame")
- local Open_2 = Instance.new("TextButton")
- local Menu = Instance.new("Frame")
- local Close = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local MenuShadow = Instance.new("Frame")
- local Title = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local Frame = Instance.new("Frame")
- local TextLabel_2 = Instance.new("TextLabel")
- local Armor = Instance.new("Frame")
- local TextButton_2 = Instance.new("TextButton")
- local TextLabel_3 = Instance.new("TextLabel")
- local FreeSword = Instance.new("Frame")
- local FreeSword_2 = Instance.new("Frame")
- local TextButton_3 = Instance.new("TextButton")
- local Explain = Instance.new("Frame")
- local TextLabel_4 = Instance.new("TextLabel")
- local TextButton_4 = Instance.new("TextButton")
- local MaxReb = Instance.new("Frame")
- local TextButton_5 = Instance.new("TextButton")
- local Conf = Instance.new("Frame")
- local Explain_2 = Instance.new("Frame")
- local TextLabel_5 = Instance.new("TextLabel")
- local TextButton_6 = Instance.new("TextButton")
- local HealthUpgrade = Instance.new("Frame")
- local Frame_2 = Instance.new("Frame")
- local TextButton_7 = Instance.new("TextButton")
- local Explain_3 = Instance.new("Frame")
- local TextLabel_6 = Instance.new("TextLabel")
- local TextButton_8 = Instance.new("TextButton")
- local Teleports = Instance.new("Frame")
- local TP = Instance.new("TextButton")
- local TPShadow = Instance.new("Frame")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local Spawn = Instance.new("Frame")
- local TextButton_9 = Instance.new("TextButton")
- local OuterCaves = Instance.new("Frame")
- local TextButton_10 = Instance.new("TextButton")
- local Caves = Instance.new("Frame")
- local TextButton_11 = Instance.new("TextButton")
- local UpperMountain = Instance.new("Frame")
- local TextButton_12 = Instance.new("TextButton")
- local Forest = Instance.new("Frame")
- local TextButton_13 = Instance.new("TextButton")
- local ForestMarket = Instance.new("Frame")
- local TextButton_14 = Instance.new("TextButton")
- local MaxosTemple = Instance.new("Frame")
- local TextButton_15 = Instance.new("TextButton")
- local LegendaryMines = Instance.new("Frame")
- local TextButton_16 = Instance.new("TextButton")
- local DeepMines = Instance.new("Frame")
- local TextButton_17 = Instance.new("TextButton")
- local SkySwordMarket = Instance.new("Frame")
- local TextButton_18 = Instance.new("TextButton")
- local BlackHole = Instance.new("Frame")
- local TextButton_19 = Instance.new("TextButton")
- local AngelicTemple = Instance.new("Frame")
- local TextButton_20 = Instance.new("TextButton")
- local LegendaryTowerFirstFloor = Instance.new("Frame")
- local TextButton_21 = Instance.new("TextButton")
- local FloatingFortress = Instance.new("Frame")
- local TextButton_22 = Instance.new("TextButton")
- local FloatingFortressMarket = Instance.new("Frame")
- local TextButton_23 = Instance.new("TextButton")
- local DragonsLanding = Instance.new("Frame")
- local TextButton_24 = Instance.new("TextButton")
- local Juggernaut = Instance.new("Frame")
- local TextButton_25 = Instance.new("TextButton")
- local Surge = Instance.new("Frame")
- local TextButton_26 = Instance.new("TextButton")
- local EmeraldSkyGod = Instance.new("Frame")
- local TextButton_27 = Instance.new("TextButton")
- local DataReset = Instance.new("Frame")
- local TextButton_28 = Instance.new("TextButton")
- local Reset = Instance.new("Frame")
- local TextButton_29 = Instance.new("TextButton")
- local Frame_3 = Instance.new("Frame")
- local TextLabel_7 = Instance.new("TextLabel")
- --Properties:
- TheLegendarySwordsRPGGUI.Name = "The Legendary Swords RPG GUI"
- TheLegendarySwordsRPGGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- TheLegendarySwordsRPGGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- TheLegendarySwordsRPGGUI.ResetOnSpawn = false
- Open.Name = "Open"
- Open.Parent = TheLegendarySwordsRPGGUI
- Open.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- Open.Position = UDim2.new(0, 0, 0.591078043, 0)
- Open.Size = UDim2.new(0, 123, 0, 43)
- Open_2.Name = "Open"
- Open_2.Parent = Open
- Open_2.BackgroundColor3 = Color3.fromRGB(47, 47, 47)
- Open_2.BorderSizePixel = 0
- Open_2.Size = UDim2.new(0, 123, 0, 36)
- Open_2.Font = Enum.Font.SourceSans
- Open_2.Text = "Open!"
- Open_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- Open_2.TextScaled = true
- Open_2.TextSize = 14.000
- Open_2.TextWrapped = true
- Menu.Name = "Menu"
- Menu.Parent = TheLegendarySwordsRPGGUI
- Menu.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- Menu.BorderSizePixel = 0
- Menu.Size = UDim2.new(0, 260, 0, 801)
- Menu.Visible = false
- Close.Name = "Close"
- Close.Parent = Menu
- Close.BackgroundColor3 = Color3.fromRGB(185, 0, 0)
- Close.BorderSizePixel = 0
- Close.Position = UDim2.new(0.793774307, 0, 0, 0)
- Close.Size = UDim2.new(0, 53, 0, 53)
- TextButton.Parent = Close
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- TextButton.BorderSizePixel = 0
- TextButton.Size = UDim2.new(0, 53, 0, 46)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "X"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- MenuShadow.Name = "MenuShadow"
- MenuShadow.Parent = Menu
- MenuShadow.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- MenuShadow.BorderSizePixel = 0
- MenuShadow.Position = UDim2.new(0, 0, 1, 0)
- MenuShadow.Size = UDim2.new(0, 260, 0, 6)
- Title.Name = "Title"
- Title.Parent = Menu
- Title.BackgroundColor3 = Color3.fromRGB(44, 44, 44)
- Title.BorderSizePixel = 0
- Title.Size = UDim2.new(0, 206, 0, 53)
- TextLabel.Parent = Title
- TextLabel.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- TextLabel.BorderSizePixel = 0
- TextLabel.Size = UDim2.new(0, 206, 0, 46)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "The Legendary Swords RPG"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- Frame.Parent = Title
- Frame.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.00485436898, 0, 1.11320758, 0)
- Frame.Size = UDim2.new(0, 258, 0, 44)
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextLabel_2.BorderSizePixel = 0
- TextLabel_2.Size = UDim2.new(0, 258, 0, 38)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "Made By sozziamonkus"
- TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14.000
- TextLabel_2.TextWrapped = true
- Armor.Name = "Armor"
- Armor.Parent = Menu
- Armor.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Armor.BorderSizePixel = 0
- Armor.Position = UDim2.new(0, 0, 0.146067411, 0)
- Armor.Size = UDim2.new(0, 260, 0, 61)
- TextButton_2.Parent = Armor
- TextButton_2.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_2.BorderSizePixel = 0
- TextButton_2.Size = UDim2.new(0, 260, 0, 55)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "Free Armor"
- TextButton_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_2.TextScaled = true
- TextButton_2.TextSize = 14.000
- TextButton_2.TextWrapped = true
- TextLabel_3.Parent = TextButton_2
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextLabel_3.BorderColor3 = Color3.fromRGB(60, 60, 60)
- TextLabel_3.BorderSizePixel = 0
- TextLabel_3.Position = UDim2.new(0.75, 0, 0.781818211, 0)
- TextLabel_3.Size = UDim2.new(0, 64, 0, 12)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = "Give it 10 sec"
- TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14.000
- TextLabel_3.TextWrapped = true
- FreeSword.Name = "FreeSword"
- FreeSword.Parent = Menu
- FreeSword.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- FreeSword.BorderSizePixel = 0
- FreeSword.Position = UDim2.new(0, 0, 0.232209712, 0)
- FreeSword.Size = UDim2.new(0, 260, 0, 61)
- FreeSword_2.Name = "FreeSword"
- FreeSword_2.Parent = FreeSword
- FreeSword_2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- FreeSword_2.BorderSizePixel = 0
- FreeSword_2.Position = UDim2.new(0.842307627, 0, 0.986308336, 0)
- FreeSword_2.Size = UDim2.new(0, 41, 0, 37)
- TextButton_3.Parent = FreeSword_2
- TextButton_3.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_3.BorderSizePixel = 0
- TextButton_3.Position = UDim2.new(3.72165573e-07, 0, -0.193643108, 0)
- TextButton_3.Size = UDim2.new(0, 41, 0, 38)
- TextButton_3.Font = Enum.Font.SourceSans
- TextButton_3.Text = "?"
- TextButton_3.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_3.TextScaled = true
- TextButton_3.TextSize = 14.000
- TextButton_3.TextWrapped = true
- Explain.Name = "Explain"
- Explain.Parent = FreeSword_2
- Explain.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Explain.BorderSizePixel = 0
- Explain.Position = UDim2.new(0.951829612, 0, -0.216216221, 0)
- Explain.Size = UDim2.new(0, 341, 0, 100)
- Explain.Visible = false
- TextLabel_4.Parent = Explain
- TextLabel_4.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextLabel_4.BorderSizePixel = 0
- TextLabel_4.Size = UDim2.new(0, 341, 0, 92)
- TextLabel_4.Font = Enum.Font.SourceSans
- TextLabel_4.Text = "Gives you the best weapon in the shop *Devil's Blade* for free. Too OP."
- TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_4.TextScaled = true
- TextLabel_4.TextSize = 14.000
- TextLabel_4.TextWrapped = true
- TextButton_4.Parent = FreeSword
- TextButton_4.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_4.BorderSizePixel = 0
- TextButton_4.Size = UDim2.new(0, 260, 0, 53)
- TextButton_4.Font = Enum.Font.SourceSans
- TextButton_4.Text = "Free Sword"
- TextButton_4.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_4.TextScaled = true
- TextButton_4.TextSize = 14.000
- TextButton_4.TextWrapped = true
- MaxReb.Name = "MaxReb"
- MaxReb.Parent = Menu
- MaxReb.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- MaxReb.BorderSizePixel = 0
- MaxReb.Position = UDim2.new(0, 0, 0.49937579, 0)
- MaxReb.Size = UDim2.new(0, 259, 0, 61)
- TextButton_5.Parent = MaxReb
- TextButton_5.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_5.BorderSizePixel = 0
- TextButton_5.Size = UDim2.new(0, 259, 0, 54)
- TextButton_5.Font = Enum.Font.SourceSans
- TextButton_5.Text = "Maximum Rebirths"
- TextButton_5.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_5.TextScaled = true
- TextButton_5.TextSize = 14.000
- TextButton_5.TextWrapped = true
- Conf.Name = "Conf"
- Conf.Parent = MaxReb
- Conf.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Conf.BorderSizePixel = 0
- Conf.Position = UDim2.new(5.33590746, 0, -1.63912773e-07, 0)
- Conf.Size = UDim2.new(0, 260, 0, 61)
- Conf.Visible = false
- Explain_2.Name = "Explain"
- Explain_2.Parent = Conf
- Explain_2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Explain_2.BorderSizePixel = 0
- Explain_2.Position = UDim2.new(0, 0, -2.01639342, 0)
- Explain_2.Size = UDim2.new(0, 260, 0, 118)
- TextLabel_5.Parent = Explain_2
- TextLabel_5.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextLabel_5.BorderSizePixel = 0
- TextLabel_5.Size = UDim2.new(0, 260, 0, 112)
- TextLabel_5.Font = Enum.Font.SourceSans
- TextLabel_5.Text = "This will set your level to 0 even if you already have the maximum rebirths."
- TextLabel_5.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_5.TextScaled = true
- TextLabel_5.TextSize = 14.000
- TextLabel_5.TextWrapped = true
- TextButton_6.Parent = Conf
- TextButton_6.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_6.BorderSizePixel = 0
- TextButton_6.Size = UDim2.new(0, 260, 0, 54)
- TextButton_6.Font = Enum.Font.SourceSans
- TextButton_6.Text = "Click Here to confirm"
- TextButton_6.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_6.TextScaled = true
- TextButton_6.TextSize = 14.000
- TextButton_6.TextWrapped = true
- HealthUpgrade.Name = "HealthUpgrade"
- HealthUpgrade.Parent = Menu
- HealthUpgrade.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- HealthUpgrade.BorderSizePixel = 0
- HealthUpgrade.Position = UDim2.new(0.00384615385, 0, 0.362047464, 0)
- HealthUpgrade.Size = UDim2.new(0, 258, 0, 61)
- Frame_2.Name = "?"
- Frame_2.Parent = HealthUpgrade
- Frame_2.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Frame_2.BorderSizePixel = 0
- Frame_2.Position = UDim2.new(0.841713786, 0, 0.901639163, 0)
- Frame_2.Size = UDim2.new(0, 41, 0, 46)
- TextButton_7.Name = "?"
- TextButton_7.Parent = Frame_2
- TextButton_7.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_7.BorderSizePixel = 0
- TextButton_7.Position = UDim2.new(3.72165573e-07, 0, 0, 0)
- TextButton_7.Size = UDim2.new(0, 41, 0, 40)
- TextButton_7.Font = Enum.Font.SourceSans
- TextButton_7.Text = "?"
- TextButton_7.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_7.TextScaled = true
- TextButton_7.TextSize = 14.000
- TextButton_7.TextWrapped = true
- Explain_3.Name = "Explain"
- Explain_3.Parent = Frame_2
- Explain_3.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Explain_3.BorderSizePixel = 0
- Explain_3.Position = UDim2.new(0.975610077, 0, 0.021739006, 0)
- Explain_3.Size = UDim2.new(0, 341, 0, 100)
- Explain_3.Visible = false
- TextLabel_6.Parent = Explain_3
- TextLabel_6.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextLabel_6.BorderSizePixel = 0
- TextLabel_6.Size = UDim2.new(0, 341, 0, 94)
- TextLabel_6.Font = Enum.Font.SourceSans
- TextLabel_6.Text = "Uses up all of your stat points on health."
- TextLabel_6.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_6.TextScaled = true
- TextLabel_6.TextSize = 14.000
- TextLabel_6.TextWrapped = true
- TextButton_8.Parent = HealthUpgrade
- TextButton_8.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_8.BorderSizePixel = 0
- TextButton_8.Size = UDim2.new(0, 258, 0, 55)
- TextButton_8.Font = Enum.Font.SourceSans
- TextButton_8.Text = "Upgrade Health All"
- TextButton_8.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_8.TextScaled = true
- TextButton_8.TextSize = 14.000
- TextButton_8.TextWrapped = true
- Teleports.Name = "Teleports"
- Teleports.Parent = Menu
- Teleports.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Teleports.BorderSizePixel = 0
- Teleports.Position = UDim2.new(0.00384615385, 0, 0.594257176, 0)
- Teleports.Size = UDim2.new(0, 259, 0, 64)
- TP.Name = "TP"
- TP.Parent = Teleports
- TP.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TP.BorderSizePixel = 0
- TP.Position = UDim2.new(-0.00772200758, 0, 0, 0)
- TP.Size = UDim2.new(0, 260, 0, 57)
- TP.Font = Enum.Font.SourceSans
- TP.Text = "Teleports"
- TP.TextColor3 = Color3.fromRGB(255, 255, 255)
- TP.TextScaled = true
- TP.TextSize = 14.000
- TP.TextWrapped = true
- TPShadow.Name = "TPShadow"
- TPShadow.Parent = Teleports
- TPShadow.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- TPShadow.BorderSizePixel = 0
- TPShadow.Position = UDim2.new(1.00002992, 0, 0, 0)
- TPShadow.Size = UDim2.new(0, 550, 0, 318)
- TPShadow.Visible = false
- ScrollingFrame.Parent = TPShadow
- ScrollingFrame.Active = true
- ScrollingFrame.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- ScrollingFrame.BorderColor3 = Color3.fromRGB(60, 60, 60)
- ScrollingFrame.BorderSizePixel = 0
- ScrollingFrame.Position = UDim2.new(0, 0, -1.3038516e-08, 0)
- ScrollingFrame.Size = UDim2.new(0, 550, 0, 312)
- ScrollingFrame.CanvasSize = UDim2.new(0, 0, 3, 0)
- Spawn.Name = "Spawn"
- Spawn.Parent = ScrollingFrame
- Spawn.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Spawn.Position = UDim2.new(0.0209090896, 0, 0.0199999996, 0)
- Spawn.Size = UDim2.new(0, 133, 0, 64)
- TextButton_9.Parent = Spawn
- TextButton_9.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_9.BorderSizePixel = 0
- TextButton_9.Size = UDim2.new(0, 133, 0, 57)
- TextButton_9.Font = Enum.Font.SourceSans
- TextButton_9.Text = "Spawn"
- TextButton_9.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_9.TextScaled = true
- TextButton_9.TextSize = 14.000
- TextButton_9.TextWrapped = true
- OuterCaves.Name = "OuterCaves"
- OuterCaves.Parent = ScrollingFrame
- OuterCaves.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- OuterCaves.Position = UDim2.new(0.359090894, 0, 0.0199999996, 0)
- OuterCaves.Size = UDim2.new(0, 133, 0, 64)
- TextButton_10.Parent = OuterCaves
- TextButton_10.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_10.BorderSizePixel = 0
- TextButton_10.Size = UDim2.new(0, 133, 0, 57)
- TextButton_10.Font = Enum.Font.SourceSans
- TextButton_10.Text = "Outer Caves"
- TextButton_10.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_10.TextScaled = true
- TextButton_10.TextSize = 14.000
- TextButton_10.TextWrapped = true
- Caves.Name = "Caves"
- Caves.Parent = ScrollingFrame
- Caves.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Caves.Position = UDim2.new(0.695454538, 0, 0.0199999996, 0)
- Caves.Size = UDim2.new(0, 133, 0, 64)
- TextButton_11.Parent = Caves
- TextButton_11.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_11.BorderSizePixel = 0
- TextButton_11.Size = UDim2.new(0, 133, 0, 57)
- TextButton_11.Font = Enum.Font.SourceSans
- TextButton_11.Text = "Caves"
- TextButton_11.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_11.TextScaled = true
- TextButton_11.TextSize = 14.000
- TextButton_11.TextWrapped = true
- UpperMountain.Name = "UpperMountain"
- UpperMountain.Parent = ScrollingFrame
- UpperMountain.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- UpperMountain.Position = UDim2.new(0.0209090896, 0, 0.104905665, 0)
- UpperMountain.Size = UDim2.new(0, 133, 0, 64)
- TextButton_12.Parent = UpperMountain
- TextButton_12.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_12.BorderSizePixel = 0
- TextButton_12.Size = UDim2.new(0, 133, 0, 58)
- TextButton_12.Font = Enum.Font.SourceSans
- TextButton_12.Text = "Upper Mountain"
- TextButton_12.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_12.TextScaled = true
- TextButton_12.TextSize = 14.000
- TextButton_12.TextWrapped = true
- Forest.Name = "Forest"
- Forest.Parent = ScrollingFrame
- Forest.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Forest.Position = UDim2.new(0.359090894, 0, 0.104905665, 0)
- Forest.Size = UDim2.new(0, 133, 0, 64)
- TextButton_13.Parent = Forest
- TextButton_13.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_13.BorderSizePixel = 0
- TextButton_13.Size = UDim2.new(0, 133, 0, 58)
- TextButton_13.Font = Enum.Font.SourceSans
- TextButton_13.Text = "Forest"
- TextButton_13.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_13.TextScaled = true
- TextButton_13.TextSize = 14.000
- TextButton_13.TextWrapped = true
- ForestMarket.Name = "ForestMarket"
- ForestMarket.Parent = ScrollingFrame
- ForestMarket.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- ForestMarket.Position = UDim2.new(0.695454538, 0, 0.104905665, 0)
- ForestMarket.Size = UDim2.new(0, 133, 0, 64)
- TextButton_14.Parent = ForestMarket
- TextButton_14.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_14.BorderSizePixel = 0
- TextButton_14.Size = UDim2.new(0, 133, 0, 58)
- TextButton_14.Font = Enum.Font.SourceSans
- TextButton_14.Text = "Forest Market"
- TextButton_14.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_14.TextScaled = true
- TextButton_14.TextSize = 14.000
- TextButton_14.TextWrapped = true
- MaxosTemple.Name = "MaxosTemple"
- MaxosTemple.Parent = ScrollingFrame
- MaxosTemple.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- MaxosTemple.Position = UDim2.new(0.0209090896, 0, 0.189811334, 0)
- MaxosTemple.Size = UDim2.new(0, 133, 0, 64)
- TextButton_15.Parent = MaxosTemple
- TextButton_15.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_15.BorderSizePixel = 0
- TextButton_15.Size = UDim2.new(0, 133, 0, 57)
- TextButton_15.Font = Enum.Font.SourceSans
- TextButton_15.Text = "Maxos Temple"
- TextButton_15.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_15.TextScaled = true
- TextButton_15.TextSize = 14.000
- TextButton_15.TextWrapped = true
- LegendaryMines.Name = "LegendaryMines"
- LegendaryMines.Parent = ScrollingFrame
- LegendaryMines.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- LegendaryMines.Position = UDim2.new(0.359090894, 0, 0.189811319, 0)
- LegendaryMines.Size = UDim2.new(0, 133, 0, 64)
- TextButton_16.Parent = LegendaryMines
- TextButton_16.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_16.BorderSizePixel = 0
- TextButton_16.Size = UDim2.new(0, 133, 0, 57)
- TextButton_16.Font = Enum.Font.SourceSans
- TextButton_16.Text = "Legendary Mines"
- TextButton_16.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_16.TextScaled = true
- TextButton_16.TextSize = 14.000
- TextButton_16.TextWrapped = true
- DeepMines.Name = "DeepMines"
- DeepMines.Parent = ScrollingFrame
- DeepMines.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- DeepMines.Position = UDim2.new(0.695454538, 0, 0.189811319, 0)
- DeepMines.Size = UDim2.new(0, 133, 0, 64)
- TextButton_17.Parent = DeepMines
- TextButton_17.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_17.BorderSizePixel = 0
- TextButton_17.Size = UDim2.new(0, 133, 0, 57)
- TextButton_17.Font = Enum.Font.SourceSans
- TextButton_17.Text = "Deep Mines"
- TextButton_17.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_17.TextScaled = true
- TextButton_17.TextSize = 14.000
- TextButton_17.TextWrapped = true
- SkySwordMarket.Name = "SkySwordMarket"
- SkySwordMarket.Parent = ScrollingFrame
- SkySwordMarket.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- SkySwordMarket.Position = UDim2.new(0.0209090896, 0, 0.271572351, 0)
- SkySwordMarket.Size = UDim2.new(0, 133, 0, 64)
- TextButton_18.Parent = SkySwordMarket
- TextButton_18.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_18.BorderSizePixel = 0
- TextButton_18.Size = UDim2.new(0, 133, 0, 57)
- TextButton_18.Font = Enum.Font.SourceSans
- TextButton_18.Text = "Sky Sword Market"
- TextButton_18.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_18.TextScaled = true
- TextButton_18.TextSize = 14.000
- TextButton_18.TextWrapped = true
- BlackHole.Name = "BlackHole"
- BlackHole.Parent = ScrollingFrame
- BlackHole.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- BlackHole.Position = UDim2.new(0.695454538, 0, 0.271572322, 0)
- BlackHole.Size = UDim2.new(0, 133, 0, 64)
- TextButton_19.Parent = BlackHole
- TextButton_19.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_19.BorderSizePixel = 0
- TextButton_19.Size = UDim2.new(0, 133, 0, 58)
- TextButton_19.Font = Enum.Font.SourceSans
- TextButton_19.Text = "Black Hole"
- TextButton_19.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_19.TextScaled = true
- TextButton_19.TextSize = 14.000
- TextButton_19.TextWrapped = true
- AngelicTemple.Name = "AngelicTemple"
- AngelicTemple.Parent = ScrollingFrame
- AngelicTemple.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- AngelicTemple.Position = UDim2.new(0.359090894, 0, 0.271572322, 0)
- AngelicTemple.Size = UDim2.new(0, 133, 0, 64)
- TextButton_20.Parent = AngelicTemple
- TextButton_20.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_20.BorderSizePixel = 0
- TextButton_20.Size = UDim2.new(0, 133, 0, 58)
- TextButton_20.Font = Enum.Font.SourceSans
- TextButton_20.Text = "Angelic Temple"
- TextButton_20.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_20.TextScaled = true
- TextButton_20.TextSize = 14.000
- TextButton_20.TextWrapped = true
- LegendaryTowerFirstFloor.Name = "LegendaryTowerFirstFloor"
- LegendaryTowerFirstFloor.Parent = ScrollingFrame
- LegendaryTowerFirstFloor.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- LegendaryTowerFirstFloor.Position = UDim2.new(0.0209090896, 0, 0.353333354, 0)
- LegendaryTowerFirstFloor.Size = UDim2.new(0, 133, 0, 64)
- TextButton_21.Parent = LegendaryTowerFirstFloor
- TextButton_21.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_21.BorderSizePixel = 0
- TextButton_21.Size = UDim2.new(0, 133, 0, 56)
- TextButton_21.Font = Enum.Font.SourceSans
- TextButton_21.Text = "Legendary Tower First Floor"
- TextButton_21.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_21.TextScaled = true
- TextButton_21.TextSize = 14.000
- TextButton_21.TextWrapped = true
- FloatingFortress.Name = "FloatingFortress"
- FloatingFortress.Parent = ScrollingFrame
- FloatingFortress.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- FloatingFortress.Position = UDim2.new(0.359090894, 0, 0.353333324, 0)
- FloatingFortress.Size = UDim2.new(0, 133, 0, 64)
- TextButton_22.Parent = FloatingFortress
- TextButton_22.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_22.BorderSizePixel = 0
- TextButton_22.Size = UDim2.new(0, 133, 0, 57)
- TextButton_22.Font = Enum.Font.SourceSans
- TextButton_22.Text = "Floating Fortress"
- TextButton_22.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_22.TextScaled = true
- TextButton_22.TextSize = 14.000
- TextButton_22.TextWrapped = true
- FloatingFortressMarket.Name = "FloatingFortressMarket"
- FloatingFortressMarket.Parent = ScrollingFrame
- FloatingFortressMarket.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- FloatingFortressMarket.Position = UDim2.new(0.695454538, 0, 0.353333324, 0)
- FloatingFortressMarket.Size = UDim2.new(0, 133, 0, 64)
- TextButton_23.Parent = FloatingFortressMarket
- TextButton_23.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_23.BorderSizePixel = 0
- TextButton_23.Size = UDim2.new(0, 133, 0, 57)
- TextButton_23.Font = Enum.Font.SourceSans
- TextButton_23.Text = "Floating Fortress Market"
- TextButton_23.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_23.TextScaled = true
- TextButton_23.TextSize = 14.000
- TextButton_23.TextWrapped = true
- DragonsLanding.Name = "DragonsLanding"
- DragonsLanding.Parent = ScrollingFrame
- DragonsLanding.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- DragonsLanding.Position = UDim2.new(0.0209090896, 0, 0.435094357, 0)
- DragonsLanding.Size = UDim2.new(0, 133, 0, 64)
- TextButton_24.Parent = DragonsLanding
- TextButton_24.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_24.BorderSizePixel = 0
- TextButton_24.Size = UDim2.new(0, 133, 0, 56)
- TextButton_24.Font = Enum.Font.SourceSans
- TextButton_24.Text = "Dragon's Landing"
- TextButton_24.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_24.TextScaled = true
- TextButton_24.TextSize = 14.000
- TextButton_24.TextWrapped = true
- Juggernaut.Name = "Juggernaut"
- Juggernaut.Parent = ScrollingFrame
- Juggernaut.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Juggernaut.Position = UDim2.new(0.359090894, 0, 0.435094327, 0)
- Juggernaut.Size = UDim2.new(0, 133, 0, 64)
- TextButton_25.Parent = Juggernaut
- TextButton_25.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_25.BorderSizePixel = 0
- TextButton_25.Size = UDim2.new(0, 133, 0, 57)
- TextButton_25.Font = Enum.Font.SourceSans
- TextButton_25.Text = "Juggernaut"
- TextButton_25.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_25.TextScaled = true
- TextButton_25.TextSize = 14.000
- TextButton_25.TextWrapped = true
- Surge.Name = "Surge"
- Surge.Parent = ScrollingFrame
- Surge.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Surge.Position = UDim2.new(0.695454538, 0, 0.435094327, 0)
- Surge.Size = UDim2.new(0, 133, 0, 64)
- TextButton_26.Parent = Surge
- TextButton_26.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_26.BorderSizePixel = 0
- TextButton_26.Size = UDim2.new(0, 133, 0, 56)
- TextButton_26.Font = Enum.Font.SourceSans
- TextButton_26.Text = "Surge"
- TextButton_26.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_26.TextScaled = true
- TextButton_26.TextSize = 14.000
- TextButton_26.TextWrapped = true
- EmeraldSkyGod.Name = "EmeraldSkyGod"
- EmeraldSkyGod.Parent = ScrollingFrame
- EmeraldSkyGod.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- EmeraldSkyGod.Position = UDim2.new(0.020909071, 0, 0.517903566, 0)
- EmeraldSkyGod.Size = UDim2.new(0, 133, 0, 64)
- TextButton_27.Parent = EmeraldSkyGod
- TextButton_27.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_27.BorderSizePixel = 0
- TextButton_27.Size = UDim2.new(0, 133, 0, 57)
- TextButton_27.Font = Enum.Font.SourceSans
- TextButton_27.Text = "Emerald Sky God"
- TextButton_27.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_27.TextScaled = true
- TextButton_27.TextSize = 14.000
- TextButton_27.TextWrapped = true
- DataReset.Name = "DataReset"
- DataReset.Parent = Menu
- DataReset.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- DataReset.BorderSizePixel = 0
- DataReset.Position = UDim2.new(-0.00384615385, 0, 0.697877645, 0)
- DataReset.Size = UDim2.new(0, 260, 0, 63)
- TextButton_28.Parent = DataReset
- TextButton_28.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_28.BorderSizePixel = 0
- TextButton_28.Size = UDim2.new(0, 260, 0, 56)
- TextButton_28.Font = Enum.Font.SourceSans
- TextButton_28.Text = "Data Reset"
- TextButton_28.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_28.TextScaled = true
- TextButton_28.TextSize = 14.000
- TextButton_28.TextWrapped = true
- Reset.Name = "Reset"
- Reset.Parent = DataReset
- Reset.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Reset.BorderSizePixel = 0
- Reset.Position = UDim2.new(5.32307673, 0, -1.44444466, 0)
- Reset.Size = UDim2.new(0, 259, 0, 61)
- Reset.Visible = false
- TextButton_29.Parent = Reset
- TextButton_29.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextButton_29.BorderSizePixel = 0
- TextButton_29.Size = UDim2.new(0, 259, 0, 54)
- TextButton_29.Font = Enum.Font.SourceSans
- TextButton_29.Text = "Reset Data"
- TextButton_29.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_29.TextScaled = true
- TextButton_29.TextSize = 14.000
- TextButton_29.TextWrapped = true
- Frame_3.Parent = Reset
- Frame_3.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
- Frame_3.BorderSizePixel = 0
- Frame_3.Position = UDim2.new(0, 0, 1.11475408, 0)
- Frame_3.Size = UDim2.new(0, 259, 0, 158)
- TextLabel_7.Parent = Frame_3
- TextLabel_7.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
- TextLabel_7.BorderSizePixel = 0
- TextLabel_7.Size = UDim2.new(0, 259, 0, 152)
- TextLabel_7.Font = Enum.Font.SourceSans
- TextLabel_7.Text = "This will reset your rebirths, levels , gold and items."
- TextLabel_7.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_7.TextScaled = true
- TextLabel_7.TextSize = 14.000
- TextLabel_7.TextWrapped = true
- -- Scripts:
- local function YOLMUU_fake_script() -- Open_2.LocalScript
- local script = Instance.new('LocalScript', Open_2)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent.Menu.Visible = true
- script.Parent.Parent.Visible = false
- end)
- end
- coroutine.wrap(YOLMUU_fake_script)()
- local function PBGBVM_fake_script() -- TextButton.LocalScript
- local script = Instance.new('LocalScript', TextButton)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Parent.Visible = false
- script.Parent.Parent.Parent.Parent.Open.Visible = true
- end)
- end
- coroutine.wrap(PBGBVM_fake_script)()
- local function QLBHEE_fake_script() -- TextButton_2.LocalScript
- local script = Instance.new('LocalScript', TextButton_2)
- script.Parent.MouseButton1Click:Connect(function()
- local Dragon = "Dark Dragon"
- local Event = game:GetService("Players").LocalPlayer.RemoteFunctions.ArmorSystem
- Event:FireServer(Dragon)
- end)
- end
- coroutine.wrap(QLBHEE_fake_script)()
- local function FRJD_fake_script() -- TextButton_3.LocalScript
- local script = Instance.new('LocalScript', TextButton_3)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Explain.Visible = not script.Parent.Parent.Explain.Visible
- end)
- end
- coroutine.wrap(FRJD_fake_script)()
- local function WFSODN_fake_script() -- TextButton_4.LocalScript
- local script = Instance.new('LocalScript', TextButton_4)
- script.Parent.MouseButton1Click:Connect(function()
- local Buy = "Buy"
- local Price = 0
- local Item = "The Devil's Blade"
- local Event = game:GetService("Players").LocalPlayer.RemoteFunctions.SwordShopSystem
- Event:FireServer(Buy, Price, Item)
- end)
- end
- coroutine.wrap(WFSODN_fake_script)()
- local function KBLX_fake_script() -- TextButton_5.LocalScript
- local script = Instance.new('LocalScript', TextButton_5)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Conf.Visible = not script.Parent.Parent.Conf.Visible
- end)
- end
- coroutine.wrap(KBLX_fake_script)()
- local function CFAAPC_fake_script() -- TextButton_6.LocalScript
- local script = Instance.new('LocalScript', TextButton_6)
- script.Parent.MouseButton1Click:Connect(function()
- local Reb = 25
- local Event = game:GetService("Players").LocalPlayer.RemoteFunctions.RebirthFunction
- Event:FireServer(Reb)
- end)
- end
- coroutine.wrap(CFAAPC_fake_script)()
- local function KAXPRE_fake_script() -- TextButton_7.LocalScript
- local script = Instance.new('LocalScript', TextButton_7)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Explain.Visible = not script.Parent.Parent.Explain.Visible
- end)
- end
- coroutine.wrap(KAXPRE_fake_script)()
- local function CXERIJ_fake_script() -- TextButton_8.LocalScript
- local script = Instance.new('LocalScript', TextButton_8)
- script.Parent.MouseButton1Click:Connect(function()
- local Stat = "Health"
- local Amount = "All"
- local Event = game:GetService("Players").LocalPlayer.RemoteFunctions.UpgradeFunction
- Event:FireServer(Stat, Amount)
- end)
- end
- coroutine.wrap(CXERIJ_fake_script)()
- local function SHTQEB_fake_script() -- TP.LocalScript
- local script = Instance.new('LocalScript', TP)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.TPShadow.Visible = not script.Parent.Parent.TPShadow.Visible
- end)
- end
- coroutine.wrap(SHTQEB_fake_script)()
- local function BAJJTTL_fake_script() -- TextButton_9.LocalScript
- local script = Instance.new('LocalScript', TextButton_9)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(-124, 30, 27)
- end)
- end
- coroutine.wrap(BAJJTTL_fake_script)()
- local function QBSSH_fake_script() -- TextButton_10.LocalScript
- local script = Instance.new('LocalScript', TextButton_10)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(-66, 28, 133)
- end)
- end
- coroutine.wrap(QBSSH_fake_script)()
- local function LWPU_fake_script() -- TextButton_11.LocalScript
- local script = Instance.new('LocalScript', TextButton_11)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(-145, 39, 145)
- end)
- end
- coroutine.wrap(LWPU_fake_script)()
- local function HJOFLWM_fake_script() -- TextButton_12.LocalScript
- local script = Instance.new('LocalScript', TextButton_12)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(38, 57, 161)
- end)
- end
- coroutine.wrap(HJOFLWM_fake_script)()
- local function OHTOHIL_fake_script() -- TextButton_13.LocalScript
- local script = Instance.new('LocalScript', TextButton_13)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(-30, 30, -77)
- end)
- end
- coroutine.wrap(OHTOHIL_fake_script)()
- local function IEITCQV_fake_script() -- TextButton_14.LocalScript
- local script = Instance.new('LocalScript', TextButton_14)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(-9, 30, -265)
- end)
- end
- coroutine.wrap(IEITCQV_fake_script)()
- local function QRXPFI_fake_script() -- TextButton_15.LocalScript
- local script = Instance.new('LocalScript', TextButton_15)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(92, 35, 44)
- end)
- end
- coroutine.wrap(QRXPFI_fake_script)()
- local function KYCS_fake_script() -- TextButton_16.LocalScript
- local script = Instance.new('LocalScript', TextButton_16)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(132, 30, 194)
- end)
- end
- coroutine.wrap(KYCS_fake_script)()
- local function IEPYIFO_fake_script() -- TextButton_17.LocalScript
- local script = Instance.new('LocalScript', TextButton_17)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(132, 30, 280)
- end)
- end
- coroutine.wrap(IEPYIFO_fake_script)()
- local function ULQNOY_fake_script() -- TextButton_18.LocalScript
- local script = Instance.new('LocalScript', TextButton_18)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(143, 31, -202)
- end)
- end
- coroutine.wrap(ULQNOY_fake_script)()
- local function XMYONM_fake_script() -- TextButton_19.LocalScript
- local script = Instance.new('LocalScript', TextButton_19)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(85, 30, -227)
- end)
- end
- coroutine.wrap(XMYONM_fake_script)()
- local function XPRM_fake_script() -- TextButton_20.LocalScript
- local script = Instance.new('LocalScript', TextButton_20)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(192, 31, -256)
- end)
- end
- coroutine.wrap(XPRM_fake_script)()
- local function WREO_fake_script() -- TextButton_21.LocalScript
- local script = Instance.new('LocalScript', TextButton_21)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(56, 60, -128)
- end)
- end
- coroutine.wrap(WREO_fake_script)()
- local function LUTNFL_fake_script() -- TextButton_22.LocalScript
- local script = Instance.new('LocalScript', TextButton_22)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(-349, 28, 9045)
- end)
- end
- coroutine.wrap(LUTNFL_fake_script)()
- local function BJFDMYT_fake_script() -- TextButton_23.LocalScript
- local script = Instance.new('LocalScript', TextButton_23)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(-349, 31, 8734)
- end)
- end
- coroutine.wrap(BJFDMYT_fake_script)()
- local function GCLEWTS_fake_script() -- TextButton_24.LocalScript
- local script = Instance.new('LocalScript', TextButton_24)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(-592, 30, 8827)
- end)
- end
- coroutine.wrap(GCLEWTS_fake_script)()
- local function WIOYX_fake_script() -- TextButton_25.LocalScript
- local script = Instance.new('LocalScript', TextButton_25)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(-623, 30, 9046)
- end)
- end
- coroutine.wrap(WIOYX_fake_script)()
- local function IKJVF_fake_script() -- TextButton_26.LocalScript
- local script = Instance.new('LocalScript', TextButton_26)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(-558, 32, 9229)
- end)
- end
- coroutine.wrap(IKJVF_fake_script)()
- local function PRLSDZB_fake_script() -- TextButton_27.LocalScript
- local script = Instance.new('LocalScript', TextButton_27)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- player.Character.HumanoidRootPart.CFrame = CFrame.new(46, 182, -148)
- end)
- end
- coroutine.wrap(PRLSDZB_fake_script)()
- local function HCDEEV_fake_script() -- TextButton_28.LocalScript
- local script = Instance.new('LocalScript', TextButton_28)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Reset.Visible = not script.Parent.Parent.Reset.Visible
- end)
- end
- coroutine.wrap(HCDEEV_fake_script)()
- local function HCZKQ_fake_script() -- TextButton_29.LocalScript
- local script = Instance.new('LocalScript', TextButton_29)
- script.Parent.MouseButton1Click:Connect(function()
- local Reb = 0
- local Event = game:GetService("Players").LocalPlayer.RemoteFunctions.RebirthFunction
- Event:FireServer(Reb)
- end)
- end
- coroutine.wrap(HCZKQ_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement