Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Maingui = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local Teleports = Instance.new("TextButton")
- local Teleport = Instance.new("Frame")
- local OrbsTeleports = Instance.new("TextButton")
- local ChestsTeleports = Instance.new("TextButton")
- local EggsTeleports = Instance.new("TextButton")
- local Script1 = Instance.new("TextLabel")
- local Script2 = Instance.new("TextLabel")
- local GiveStats = Instance.new("TextButton")
- local GiveEggs = Instance.new("TextButton")
- local Eggs = Instance.new("Frame")
- local Legendary = Instance.new("TextButton")
- local Mysthical = Instance.new("TextButton")
- local Warning1 = Instance.new("TextLabel")
- local Warning2 = Instance.new("TextLabel")
- local Owner = Instance.new("TextLabel")
- local Closegui = Instance.new("Frame")
- local Close = Instance.new("TextButton")
- local Opengui = Instance.new("Frame")
- local Open = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Maingui.Name = "Maingui"
- Maingui.Parent = ScreenGui
- Maingui.BackgroundColor3 = Color3.new(1, 1, 1)
- Maingui.Position = UDim2.new(0.161684796, 0, 0.199203193, 0)
- Maingui.Size = UDim2.new(0, 389, 0, 324)
- Maingui.Visible = false
- Maingui.Style = Enum.FrameStyle.DropShadow
- Maingui.Active = true
- Maingui.Draggable = true
- Title.Name = "Title"
- Title.Parent = Maingui
- Title.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- Title.Position = UDim2.new(0.00257069431, 0, -0.00617283955, 0)
- Title.Size = UDim2.new(0, 350, 0, 27)
- Title.Font = Enum.Font.SourceSans
- Title.Text = "Dragon Keeper Gui"
- Title.TextColor3 = Color3.new(1, 0, 0)
- Title.TextSize = 14
- Teleports.Name = "Teleports"
- Teleports.Parent = Maingui
- Teleports.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- Teleports.Position = UDim2.new(0.246786624, 0, 0.141975313, 0)
- Teleports.Size = UDim2.new(0, 171, 0, 52)
- Teleports.Font = Enum.Font.SourceSans
- Teleports.Text = "Teleports"
- Teleports.TextColor3 = Color3.new(1, 0, 0)
- Teleports.TextSize = 14
- Teleports.MouseButton1Down:connect(function()
- Teleport.Visible = true
- end)
- Teleport.Name = "Teleport"
- Teleport.Parent = Teleports
- Teleport.BackgroundColor3 = Color3.new(1, 1, 1)
- Teleport.Position = UDim2.new(1.67251456, 0, -1.01923084, 0)
- Teleport.Size = UDim2.new(0, 262, 0, 314)
- Teleport.Visible = false
- Teleport.Style = Enum.FrameStyle.DropShadow
- Teleport.Active = true
- Teleport.Draggable = true
- OrbsTeleports.Name = "Orbs Teleports"
- OrbsTeleports.Parent = Teleport
- OrbsTeleports.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- OrbsTeleports.Position = UDim2.new(0.148144692, 0, 0.078182742, 0)
- OrbsTeleports.Size = UDim2.new(0, 171, 0, 52)
- OrbsTeleports.Font = Enum.Font.SourceSans
- OrbsTeleports.Text = "Orbs Teleport"
- OrbsTeleports.TextColor3 = Color3.new(1, 0, 0)
- OrbsTeleports.TextSize = 14
- OrbsTeleports.MouseButton1Down:connect(function()
- for i, v in pairs(workspace.Orbs:GetChildren())do
- if(v.PrimaryPart)then
- v.PrimaryPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
- end)
- ChestsTeleports.Name = "Chests Teleports"
- ChestsTeleports.Parent = Teleport
- ChestsTeleports.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- ChestsTeleports.Position = UDim2.new(0.151961491, 0, 0.377545804, 0)
- ChestsTeleports.Size = UDim2.new(0, 171, 0, 52)
- ChestsTeleports.Font = Enum.Font.SourceSans
- ChestsTeleports.Text = "Chests Teleport"
- ChestsTeleports.TextColor3 = Color3.new(1, 0, 0)
- ChestsTeleports.TextSize = 14
- ChestsTeleports.MouseButton1Down:connect(function()
- for i, v in pairs(workspace.Gathering.Gold['Spawn-V2']:GetChildren())do
- if(v:FindFirstChild('Small'))then
- print 'Found a small chest'
- v.Small.PrimaryPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- elseif(v:FindFirstChild('Medium'))then
- print 'Found a medium chest'
- v.Medium.PrimaryPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- elseif(v:FindFirstChild('Large'))then
- print 'Found a Large chest'
- v.Large.PrimaryPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- wait(1)
- end
- end)
- EggsTeleports.Name = "Eggs Teleports"
- EggsTeleports.Parent = Teleport
- EggsTeleports.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- EggsTeleports.Position = UDim2.new(0.148144692, 0, 0.667354763, 0)
- EggsTeleports.Size = UDim2.new(0, 171, 0, 52)
- EggsTeleports.Font = Enum.Font.SourceSans
- EggsTeleports.Text = "Eggs Teleport"
- EggsTeleports.TextColor3 = Color3.new(1, 0, 0)
- EggsTeleports.TextSize = 14
- EggsTeleports.MouseButton1Down:connect(function()
- for i, v in pairs(workspace.EggSpawnZones['Spawn-V2']:GetChildren())do
- if(v:FindFirstChild('DragonEgg'))then
- print 'Found an egg!'
- v.DragonEgg.DragonEgg.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- end
- end
- end)
- Script1.Name = "Script1"
- Script1.Parent = Teleport
- Script1.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- Script1.Position = UDim2.new(-0.0152671747, 0, -0.022292994, 0)
- Script1.Size = UDim2.new(0, 253, 0, 27)
- Script1.Font = Enum.Font.SourceSans
- Script1.Text = "Scripts Belong to V3rmillion"
- Script1.TextColor3 = Color3.new(1, 0, 0)
- Script1.TextSize = 14
- Script2.Name = "Script2"
- Script2.Parent = Teleport
- Script2.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- Script2.Position = UDim2.new(-0.0152671756, 0, 0.926751614, 0)
- Script2.Size = UDim2.new(0, 253, 0, 27)
- Script2.Font = Enum.Font.SourceSans
- Script2.Text = "Scripts Belong to V3rmillion"
- Script2.TextColor3 = Color3.new(1, 0, 0)
- Script2.TextSize = 14
- GiveStats.Name = "Give Stats"
- GiveStats.Parent = Maingui
- GiveStats.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- GiveStats.Position = UDim2.new(0.244215935, 0, 0.367283911, 0)
- GiveStats.Size = UDim2.new(0, 171, 0, 50)
- GiveStats.Font = Enum.Font.SourceSans
- GiveStats.Text = "Give Stats"
- GiveStats.TextColor3 = Color3.new(1, 0, 0)
- GiveStats.TextSize = 14
- GiveStats.MouseButton1Down:connect(function()
- local Dragon = workspace.SpawnedDragons:FindFirstChild(tostring(game.Players.LocalPlayer.UserId))
- if(Dragon)then
- for Index, DragonObject in pairs(Dragon:GetChildren())do
- DragonObject.Values.Stats.Multipliers.Speed.Value = 3
- end
- end
- end)
- GiveEggs.Name = "Give Eggs"
- GiveEggs.Parent = Maingui
- GiveEggs.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- GiveEggs.Position = UDim2.new(0.244215935, 0, 0.592592597, 0)
- GiveEggs.Size = UDim2.new(0, 171, 0, 52)
- GiveEggs.Font = Enum.Font.SourceSans
- GiveEggs.Text = "Give Eggs"
- GiveEggs.TextColor3 = Color3.new(1, 0, 0)
- GiveEggs.TextSize = 14
- GiveEggs.MouseButton1Down:connect(function()
- Eggs.Visible = true
- end)
- Eggs.Name = "Eggs"
- Eggs.Parent = GiveEggs
- Eggs.BackgroundColor3 = Color3.new(1, 1, 1)
- Eggs.Position = UDim2.new(0.894736528, 0, -3.46153903, 0)
- Eggs.Size = UDim2.new(0, 262, 0, 314)
- Eggs.Visible = false
- Eggs.Style = Enum.FrameStyle.DropShadow
- Eggs.Active = true
- Eggs.Draggable = true
- Legendary.Name = "Legendary"
- Legendary.Parent = Eggs
- Legendary.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- Legendary.Position = UDim2.new(0.14051111, 0, 0.173724145, 0)
- Legendary.Size = UDim2.new(0, 171, 0, 52)
- Legendary.Font = Enum.Font.SourceSans
- Legendary.Text = "Give Legendary"
- Legendary.TextColor3 = Color3.new(1, 0, 0)
- Legendary.TextSize = 14
- Legendary.MouseButton1Down:connect(function()
- while wait() do
- local remotes = "GiveTutorialEgg"
- local id = "25"
- local Event = game:GetService("ReplicatedStorage").RemoteEvent
- Event:FireServer(remotes, id)
- end
- end)
- Mysthical.Name = "Mysthical"
- Mysthical.Parent = Eggs
- Mysthical.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- Mysthical.Position = UDim2.new(0.14051111, 0, 0.56862855, 0)
- Mysthical.Size = UDim2.new(0, 171, 0, 52)
- Mysthical.Font = Enum.Font.SourceSans
- Mysthical.Text = "Give Mysthical"
- Mysthical.TextColor3 = Color3.new(1, 0, 0)
- Mysthical.TextSize = 14
- Mysthical.MouseButton1Down:connect(function()
- while wait() do
- local remotes = "GiveTutorialEgg"
- local id = "30"
- local Event = game:GetService("ReplicatedStorage").RemoteEvent
- Event:FireServer(remotes, id)
- end
- end)
- Warning1.Name = "Warning1"
- Warning1.Parent = Eggs
- Warning1.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- Warning1.Position = UDim2.new(-0.0152671747, 0, -0.0159235671, 0)
- Warning1.Size = UDim2.new(0, 253, 0, 27)
- Warning1.Font = Enum.Font.SourceSans
- Warning1.Text = "Warning ko the give legendary neu nhan mysthical"
- Warning1.TextColor3 = Color3.new(1, 0, 0)
- Warning1.TextSize = 14
- Warning2.Name = "Warning2"
- Warning2.Parent = Eggs
- Warning2.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- Warning2.Position = UDim2.new(-0.0152671738, 0, 0.917197466, 0)
- Warning2.Size = UDim2.new(0, 253, 0, 27)
- Warning2.Font = Enum.Font.SourceSans
- Warning2.Text = "Warning ko the give mysthical neu nhan legendary"
- Warning2.TextColor3 = Color3.new(1, 0, 0)
- Warning2.TextSize = 14
- Owner.Name = "Owner"
- Owner.Parent = Maingui
- Owner.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- Owner.Position = UDim2.new(-0.00771208247, 0, 0.907407403, 0)
- Owner.Size = UDim2.new(0, 379, 0, 27)
- Owner.Font = Enum.Font.SourceSans
- Owner.Text = "Make By ClarkShadow"
- Owner.TextColor3 = Color3.new(1, 0, 0)
- Owner.TextSize = 14
- Closegui.Name = "Closegui"
- Closegui.Parent = Maingui
- Closegui.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- Closegui.Position = UDim2.new(0.940873981, 0, -0.0246913582, 0)
- Closegui.Size = UDim2.new(0, 30, 0, 33)
- Closegui.Style = Enum.FrameStyle.DropShadow
- Closegui.Active = true
- Closegui.Draggable = true
- Close.Name = "Close"
- Close.Parent = Closegui
- Close.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- Close.Position = UDim2.new(-0.0333333015, 0, -0.0673401356, 0)
- Close.Size = UDim2.new(0, 14, 0, 22)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "X"
- Close.TextColor3 = Color3.new(1, 0, 0)
- Close.TextSize = 14
- Close.MouseButton1Down:connect(function()
- Maingui.Visible = false
- Opengui.Visible = true
- end)
- Opengui.Name = "Opengui"
- Opengui.Parent = ScreenGui
- Opengui.BackgroundColor3 = Color3.new(1, 1, 1)
- Opengui.Position = UDim2.new(-0.0108695645, 0, 0.430278897, 0)
- Opengui.Size = UDim2.new(0, 95, 0, 43)
- Opengui.Style = Enum.FrameStyle.DropShadow
- Opengui.Active = true
- Opengui.Draggable = true
- Open.Name = "Open"
- Open.Parent = Opengui
- Open.BackgroundColor3 = Color3.new(0, 1, 0.498039)
- Open.Position = UDim2.new(-0.00167464092, 0, 0.0854993165, 0)
- Open.Size = UDim2.new(0, 78, 0, 20)
- Open.Font = Enum.Font.SourceSans
- Open.Text = "Open"
- Open.TextColor3 = Color3.new(1, 0, 0)
- Open.TextSize = 14
- Open.MouseButton1Down:connect(function()
- Opengui.Visible = false
- Maingui.Visible = true
- end)
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment