Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GUI Variables--
- local PEternal = Instance.new("ScreenGui")
- PEternal.ResetOnSpawn = false
- local Consealer = Instance.new("Frame")
- local ImageLabel = Instance.new("ImageLabel")
- local ImageButton = Instance.new("ImageButton")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local ImageLabel_2 = Instance.new("ImageLabel")
- local CustomHK = Instance.new("TextBox")
- local TextLabel_3 = Instance.new("TextLabel")
- local TextLabel_4 = Instance.new("TextLabel")
- --Properties:
- PEternal.Name = "PEternal"
- PEternal.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Consealer.Name = "Consealer"
- Consealer.Parent = PEternal
- Consealer.BackgroundColor3 = Color3.new(1, 1, 1)
- Consealer.BackgroundTransparency = 1
- Consealer.Position = UDim2.new(0.36930719, 0, 0.371860892, 0)
- Consealer.Size = UDim2.new(0, 500, 0, 275)
- Consealer.Visible = false
- ImageLabel.Parent = Consealer
- ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel.BackgroundTransparency = 1
- ImageLabel.Position = UDim2.new(0.000576555729, 0, -0.00164082646, 0)
- ImageLabel.Size = UDim2.new(0, 500, 0, 275)
- ImageLabel.Image = "rbxassetid://2141305925"
- ImageButton.Parent = ImageLabel
- ImageButton.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageButton.BackgroundTransparency = 1
- ImageButton.Position = UDim2.new(0.298000008, 0, 0.338181823, 0)
- ImageButton.Size = UDim2.new(0, 200, 0, 50)
- ImageButton.Image = "rbxassetid://2141315765"
- ImageButton.ScaleType = Enum.ScaleType.Fit
- TextLabel.Parent = ImageLabel
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(-0.0539999902, 0, 0.903536975, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 27)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Created By 7tez/SatansPlan"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextSize = 14
- TextLabel_2.Parent = ImageLabel
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.Position = UDim2.new(0.654000044, 0, 0.903536975, 0)
- TextLabel_2.Size = UDim2.new(0, 200, 0, 27)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "https://discord.gg/njVncB"
- TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_2.TextSize = 14
- ImageLabel_2.Parent = ImageLabel
- ImageLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- ImageLabel_2.BackgroundTransparency = 1
- ImageLabel_2.Position = UDim2.new(0.332000017, 0, 0.614545524, 0)
- ImageLabel_2.Size = UDim2.new(0, 169, 0, 26)
- ImageLabel_2.Image = "rbxassetid://2144569933"
- CustomHK.Name = "CustomHK"
- CustomHK.Parent = ImageLabel_2
- CustomHK.BackgroundColor3 = Color3.new(1, 1, 1)
- CustomHK.BackgroundTransparency = 1
- CustomHK.Position = UDim2.new(0.0591715984, 0, 0.192307696, 0)
- CustomHK.Size = UDim2.new(0, 148, 0, 15)
- CustomHK.Font = Enum.Font.SourceSans
- CustomHK.Text = "f"
- CustomHK.TextColor3 = Color3.new(0.745098, 0.745098, 0.745098)
- CustomHK.TextSize = 14
- TextLabel_3.Parent = ImageLabel_2
- TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_3.BackgroundTransparency = 1
- TextLabel_3.Position = UDim2.new(0.189349115, 0, 1, 0)
- TextLabel_3.Size = UDim2.new(0, 104, 0, 26)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = "MUST BE LOWERCASE"
- TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_3.TextSize = 14
- TextLabel_4.Parent = ImageLabel_2
- TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_4.BackgroundTransparency = 1
- TextLabel_4.Position = UDim2.new(0.189349115, 0, -1, 0)
- TextLabel_4.Size = UDim2.new(0, 104, 0, 26)
- TextLabel_4.Font = Enum.Font.SourceSans
- TextLabel_4.Text = "Custom HotKey"
- TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_4.TextSize = 14
- -- Scripts:
- ImageButton.MouseButton1Down:connect(function()
- --Simple Variables--
- local rep = game.ReplicatedStorage
- local player = game.Players.LocalPlayer
- local bp = player.Backpack
- local repf = game.ReplicatedFirst
- local sword = bp:FindFirstChildOfClass("Tool")
- --Functionable Variables--
- --
- --Script--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement