Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local Injected = Instance.new("ScreenGui")
- local FIRSTFRAME = Instance.new("Frame")
- local Frame = Instance.new("Frame")
- local Frame_2 = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local ImageLabel = Instance.new("ImageLabel")
- local Close = Instance.new("TextButton")
- --Properties:
- Injected.Name = "Injected"
- Injected.Parent = game.CoreGui
- FIRSTFRAME.Name = "FIRSTFRAME"
- FIRSTFRAME.Parent = Injected
- FIRSTFRAME.BackgroundColor3 = Color3.fromRGB(24, 24, 24)
- FIRSTFRAME.BorderSizePixel = 0
- FIRSTFRAME.Position = UDim2.new(0.379444093, 0, 0.339021623, 0)
- FIRSTFRAME.Size = UDim2.new(0, 499, 0, 283)
- Frame.Parent = FIRSTFRAME
- Frame.BackgroundColor3 = Color3.fromRGB(227, 35, 68)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.021633476, 0, 0.0399064235, 0)
- Frame.Size = UDim2.new(0, 476, 0, 4)
- Frame_2.Parent = FIRSTFRAME
- Frame_2.BackgroundColor3 = Color3.fromRGB(227, 35, 68)
- Frame_2.BorderSizePixel = 0
- Frame_2.Position = UDim2.new(0.021633476, 0, 0.951567233, 0)
- Frame_2.Size = UDim2.new(0, 476, 0, 4)
- TextLabel.Parent = FIRSTFRAME
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.162324652, 0, 0.378091902, 0)
- TextLabel.Size = UDim2.new(0, 167, 0, 38)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "POWERFUL"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- TextLabel_2.Parent = FIRSTFRAME
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.BackgroundTransparency = 1.000
- TextLabel_2.Position = UDim2.new(0.496993989, 0, 0.3745583, 0)
- TextLabel_2.Size = UDim2.new(0, 177, 0, 41)
- TextLabel_2.Font = Enum.Font.SourceSansLight
- TextLabel_2.Text = "LUA EXECUTOR"
- TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14.000
- TextLabel_2.TextWrapped = true
- TextLabel_3.Parent = FIRSTFRAME
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.BackgroundTransparency = 1.000
- TextLabel_3.Position = UDim2.new(0.380761534, 0, 0.561837435, 0)
- TextLabel_3.Size = UDim2.new(0, 114, 0, 29)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = "INJECTED"
- TextLabel_3.TextColor3 = Color3.fromRGB(227, 35, 68)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14.000
- TextLabel_3.TextWrapped = true
- ImageLabel.Parent = FIRSTFRAME
- ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageLabel.BackgroundTransparency = 1.000
- ImageLabel.Position = UDim2.new(0.344689369, 0, 0.0848056525, 0)
- ImageLabel.Size = UDim2.new(0, 150, 0, 83)
- ImageLabel.Image = "http://www.roblox.com/asset/?id=4802589710"
- Close.Name = "Close"
- Close.Parent = FIRSTFRAME
- Close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Close.BackgroundTransparency = 1.000
- Close.Position = UDim2.new(0.296593189, 0, 0.73144877, 0)
- Close.Size = UDim2.new(0, 200, 0, 33)
- Close.Font = Enum.Font.SourceSans
- Close.Text = "Close"
- Close.TextColor3 = Color3.fromRGB(255, 255, 255)
- Close.TextSize = 15.000
- Close.MouseButton1Down:connect(function()
- FIRSTFRAME.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment