Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Label = Instance.new("TextLabel")
- local InfYield = Instance.new("TextButton")
- local Respawn = Instance.new("TextButton")
- local Frame = Instance.new("Frame")
- local DMHX = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.fromRGB(61, 61, 61)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.790909111, 0, 0.584637284, 0)
- Main.Size = UDim2.new(0, 323, 0, 272)
- Main.Active = true
- Main.Draggable = true
- Label.Name = "Label"
- Label.Parent = Main
- Label.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Label.BackgroundTransparency = 1.000
- Label.Size = UDim2.new(0, 323, 0, 37)
- Label.Font = Enum.Font.SourceSansLight
- Label.Text = "Test GUI V1"
- Label.TextColor3 = Color3.fromRGB(229, 229, 229)
- Label.TextScaled = true
- Label.TextSize = 14.000
- Label.TextWrapped = true
- InfYield.Name = "Inf Yield"
- InfYield.Parent = Main
- InfYield.BackgroundColor3 = Color3.fromRGB(81, 81, 81)
- InfYield.BorderSizePixel = 0
- InfYield.Position = UDim2.new(0.188854486, 0, 0.194852948, 0)
- InfYield.Size = UDim2.new(0, 200, 0, 50)
- InfYield.Font = Enum.Font.SourceSans
- InfYield.Text = "Inf Yield"
- InfYield.TextColor3 = Color3.fromRGB(255, 255, 255)
- InfYield.TextScaled = true
- InfYield.TextSize = 14.000
- InfYield.TextWrapped = true
- InfYield.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- Respawn.Name = "Respawn"
- Respawn.Parent = Main
- Respawn.BackgroundColor3 = Color3.fromRGB(81, 81, 81)
- Respawn.BorderSizePixel = 0
- Respawn.Position = UDim2.new(0.188854486, 0, 0.727941155, 0)
- Respawn.Size = UDim2.new(0, 200, 0, 50)
- Respawn.Font = Enum.Font.SourceSans
- Respawn.Text = "Respawn"
- Respawn.TextColor3 = Color3.fromRGB(255, 255, 255)
- Respawn.TextScaled = true
- Respawn.TextSize = 14.000
- Respawn.TextWrapped = true
- Respawn.MouseButton1Down:Connect(function()
- game.Players.LocalPlayer.Character.Head:Destroy()
- if game.Players.LocalPlayer.Character.Humanoid.Health < 5 then
- local deathmanok = game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart").position
- wait(1.5)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(deathmanok)
- end
- end)
- Frame.Parent = Main
- Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Frame.Position = UDim2.new(0, 0, 0.136029407, 0)
- Frame.Size = UDim2.new(0, 323, 0, 3)
- DMHX.Name = "DMH-X"
- DMHX.Parent = Main
- DMHX.BackgroundColor3 = Color3.fromRGB(81, 81, 81)
- DMHX.BorderSizePixel = 0
- DMHX.Position = UDim2.new(0.188854486, 0, 0.459558815, 0)
- DMHX.Size = UDim2.new(0, 200, 0, 50)
- DMHX.Font = Enum.Font.SourceSans
- DMHX.Text = "DMH-X"
- DMHX.TextColor3 = Color3.fromRGB(255, 255, 255)
- DMHX.TextScaled = true
- DMHX.TextSize = 14.000
- DMHX.TextWrapped = true
- DMHX.MouseButton1Down:Connect(function()
- -- DomainX Loadstring
- loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/DomainX/main/source',true))()
- end)
Add Comment
Please, Sign In to add comment