Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local Credits = Instance.new("TextButton")
- --Properties:
- Credits.Name = "Credits"
- Credits.Parent = game.StarterGui.Credits
- Credits.BackgroundColor3 = Color3.fromRGB(255, 170, 255)
- Credits.Position = UDim2.new(-0.000627875328, 0, 0.613930941, 0)
- Credits.Size = UDim2.new(0, 122, 0, 50)
- Credits.Font = Enum.Font.SourceSans
- Credits.Text = "Credits"
- Credits.TextColor3 = Color3.fromRGB(0, 0, 0)
- Credits.TextSize = 14.000
- -- Scripts:
- local function LQMGWL_fake_script() -- Credits.LocalScript
- local script = Instance.new('LocalScript', Credits)
- local Button = script.Parent
- Frame = script.Parent.Parent.lol
- function onClick()
- if Frame.Visible == false then
- Frame.Visible = true
- elseif Frame.Visible == true then
- Frame.Visible = false
- end
- end
- Button.MouseButton1Click:connect(onClick)
- end
- coroutine.wrap(LQMGWL_fake_script)()
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local lol = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local ImageButton = Instance.new("ImageButton")
- local ImageButton_2 = Instance.new("ImageButton")
- local ImageButton_3 = Instance.new("ImageButton")
- local TextBox = Instance.new("TextBox")
- local TextBox_2 = Instance.new("TextBox")
- local TextBox_3 = Instance.new("TextBox")
- local TextLabel_3 = Instance.new("TextLabel")
- --Properties:
- lol.Name = "lol"
- lol.Parent = game.StarterGui.Credits
- lol.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- lol.Position = UDim2.new(0.178065568, 0, 0.129168987, 0)
- lol.Size = UDim2.new(0, 546, 0, 332)
- lol.Visible = false
- TextLabel.Parent = lol
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.Position = UDim2.new(0.320512831, 0, 0.638554215, 0)
- TextLabel.Size = UDim2.new(0, 200, 0, 50)
- TextLabel.Font = Enum.Font.SciFi
- TextLabel.Text = "Owner"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 14.000
- TextLabel_2.Parent = lol
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.Position = UDim2.new(0.745421231, 0, 0.638554215, 0)
- TextLabel_2.Size = UDim2.new(0, 125, 0, 50)
- TextLabel_2.Font = Enum.Font.SciFi
- TextLabel_2.Text = "Co Owner"
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextSize = 14.000
- ImageButton.Parent = lol
- ImageButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ImageButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
- ImageButton.Position = UDim2.new(0.703296721, 0, 0.156626508, 0)
- ImageButton.Size = UDim2.new(0, 162, 0, 159)
- ImageButton.Image = "rbxassetid://6392556008"
- ImageButton_2.Parent = lol
- ImageButton_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ImageButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
- ImageButton_2.Position = UDim2.new(0.366300374, 0, 0.156626508, 0)
- ImageButton_2.Size = UDim2.new(0, 150, 0, 158)
- ImageButton_2.Image = "rbxassetid://6392552569"
- ImageButton_3.Parent = lol
- ImageButton_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- ImageButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
- ImageButton_3.Position = UDim2.new(0.0146520156, 0, 0.159638554, 0)
- ImageButton_3.Size = UDim2.new(0, 167, 0, 157)
- ImageButton_3.Image = "rbxassetid://6392480590"
- TextBox.Parent = lol
- TextBox.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextBox.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextBox.Position = UDim2.new(0, 0, 0.0602409653, 0)
- TextBox.Size = UDim2.new(0, 175, 0, 50)
- TextBox.Font = Enum.Font.SciFi
- TextBox.Text = "Glxckzz_Term"
- TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextBox.TextSize = 28.000
- TextBox_2.Parent = lol
- TextBox_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextBox_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextBox_2.Position = UDim2.new(0.338827848, 0, 0.0602409653, 0)
- TextBox_2.Size = UDim2.new(0, 175, 0, 50)
- TextBox_2.Font = Enum.Font.SciFi
- TextBox_2.Text = "PcGmers"
- TextBox_2.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextBox_2.TextSize = 28.000
- TextBox_3.Parent = lol
- TextBox_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextBox_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextBox_3.Position = UDim2.new(0.679487228, 0, 0.0602409653, 0)
- TextBox_3.Size = UDim2.new(0, 175, 0, 50)
- TextBox_3.Font = Enum.Font.SciFi
- TextBox_3.Text = "DarkendIDreemurr"
- TextBox_3.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextBox_3.TextSize = 28.000
- TextLabel_3.Parent = lol
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.Position = UDim2.new(0.0384615064, 0, 0.632530093, 0)
- TextLabel_3.Size = UDim2.new(0, 125, 0, 50)
- TextLabel_3.Font = Enum.Font.SciFi
- TextLabel_3.Text = "Co Owner"
- TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_3.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement