Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local vApocalypticsDSGui = Instance.new("ScreenGui")
- local vApocalyptic = Instance.new("TextLabel")
- local InstantMenu = Instance.new("TextButton")
- local Safezone = Instance.new("TextButton")
- local Hunger = Instance.new("TextButton")
- local LoadPosition = Instance.new("TextButton")
- local SavePosition = Instance.new("TextButton")
- local Thirst = Instance.new("TextButton")
- -- Properties
- vApocalypticsDSGui.Name = "vApocalyptic's DS Gui"
- vApocalypticsDSGui.Parent = game.CoreGui
- vApocalyptic.Name = "vApocalyptic"
- vApocalyptic.Parent = vApocalypticsDSGui
- vApocalyptic.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- vApocalyptic.Position = UDim2.new(0.816733062, 0, -0.00044048205, 0)
- vApocalyptic.Size = UDim2.new(0, 184, 0, 39)
- vApocalyptic.ZIndex = -4
- vApocalyptic.Font = Enum.Font.SourceSans
- vApocalyptic.Text = "stolen by lil woozy#8268"
- vApocalyptic.TextColor3 = Color3.new(1, 1, 1)
- vApocalyptic.TextScaled = true
- vApocalyptic.TextSize = 14
- vApocalyptic.TextWrapped = true
- InstantMenu.Name = "Instant Menu"
- InstantMenu.Parent = vApocalypticsDSGui
- InstantMenu.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- InstantMenu.BorderColor3 = Color3.new(0, 0, 0)
- InstantMenu.Position = UDim2.new(0.449414283, 0, 0.877742946, 0)
- InstantMenu.Size = UDim2.new(0, 162, 0, 48)
- InstantMenu.Font = Enum.Font.SourceSans
- InstantMenu.Text = "Instant Menu"
- InstantMenu.TextColor3 = Color3.new(1, 1, 1)
- InstantMenu.TextSize = 14
- Safezone.Name = "Safezone"
- Safezone.Parent = vApocalypticsDSGui
- Safezone.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Safezone.BorderColor3 = Color3.new(0, 0, 0)
- Safezone.Position = UDim2.new(0.841003597, 0, 0.942274451, 0)
- Safezone.Size = UDim2.new(0, 135, 0, 37)
- Safezone.Font = Enum.Font.SourceSans
- Safezone.Text = "Safezone"
- Safezone.TextColor3 = Color3.new(1, 1, 1)
- Safezone.TextSize = 14
- Hunger.Name = "Hunger"
- Hunger.Parent = vApocalypticsDSGui
- Hunger.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Hunger.BackgroundTransparency = 0.34999999403954
- Hunger.Position = UDim2.new(0.866397023, 0, 0.444295883, 0)
- Hunger.Size = UDim2.new(0, 137, 0, 33)
- Hunger.Font = Enum.Font.SourceSans
- Hunger.Text = "Hunger"
- Hunger.TextColor3 = Color3.new(1, 1, 1)
- Hunger.TextSize = 14
- LoadPosition.Name = "LoadPosition"
- LoadPosition.Parent = vApocalypticsDSGui
- LoadPosition.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- LoadPosition.BackgroundTransparency = 0.34999999403954
- LoadPosition.Position = UDim2.new(0.866879642, 0, 0.373040766, 0)
- LoadPosition.Size = UDim2.new(0, 137, 0, 33)
- LoadPosition.Font = Enum.Font.SourceSans
- LoadPosition.Text = "Load Position"
- LoadPosition.TextColor3 = Color3.new(1, 1, 1)
- LoadPosition.TextSize = 14
- SavePosition.Name = "SavePosition"
- SavePosition.Parent = vApocalypticsDSGui
- SavePosition.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- SavePosition.BackgroundTransparency = 0.34999999403954
- SavePosition.Position = UDim2.new(0.866879642, 0, 0.302507848, 0)
- SavePosition.Size = UDim2.new(0, 137, 0, 33)
- SavePosition.Font = Enum.Font.SourceSans
- SavePosition.Text = "Save Position"
- SavePosition.TextColor3 = Color3.new(1, 1, 1)
- SavePosition.TextSize = 14
- Thirst.Name = "Thirst"
- Thirst.Parent = vApocalypticsDSGui
- Thirst.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- Thirst.BackgroundTransparency = 0.34999999403954
- Thirst.Position = UDim2.new(0.866397023, 0, 0.514828801, 0)
- Thirst.Size = UDim2.new(0, 137, 0, 33)
- Thirst.Font = Enum.Font.SourceSans
- Thirst.Text = "Thirst"
- Thirst.TextColor3 = Color3.new(1, 1, 1)
- Thirst.TextSize = 14
- -- Scripts
- SavePosition.MouseButton1Click:connect(function()
- asd=game.Players.LocalPlayer.Character.HumanoidRootPart.Position end)
- LoadPosition.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=
- CFrame.new(asd)+Vector3.new(1,0,0)end)
- Hunger.MouseButton1Click:connect(function()
- game.Workspace.GameEvents.EatPlant:FireServer(Workspace.GameMap.Ferns.Fern, 2) end)
- InstantMenu.MouseButton1Click:connect(function()
- game.Workspace.GameEvents.GoToMenu:FireServer()end)
- Safezone.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(
- -751,123,-796)+Vector3.new(1,0,0)end)
- Thirst.MouseButton1Click:connect(function()
- game:GetService("Workspace").Water.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- local A_1 = game:GetService("Workspace").Water
- local A_2 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame.p
- local Event = game:GetService("Workspace").GameEvents.addThirst
- Event:FireServer(A_1, A_2)end)
Add Comment
Please, Sign In to add comment