Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made By Pasta Man#9267
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local FreeCam = Instance.new("TextButton")
- local TextButton_Roundify_12px = Instance.new("ImageLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local CloseGUI = Instance.new("TextButton")
- local TextLabel_3 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
- Main.Position = UDim2.new(-0.00533944741, 0, 0.673218668, 0)
- Main.Size = UDim2.new(0, 413, 0, 266)
- Main.Active = true
- Main.Visible = true
- TextLabel.Parent = Main
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
- TextLabel.Position = UDim2.new(0.00318989973, 0, -0.00237738807, 0)
- TextLabel.Size = UDim2.new(0, 411, 0, 50)
- TextLabel.Font = Enum.Font.Cartoon
- TextLabel.Text = "Test GUI"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- TextLabel.Visible = true
- FreeCam.Name = "FreeCam"
- FreeCam.Parent = Main
- FreeCam.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
- FreeCam.BackgroundTransparency = 1.000
- FreeCam.BorderSizePixel = 0
- FreeCam.Position = UDim2.new(0.0813628137, 0, 0.238827869, 0)
- FreeCam.Size = UDim2.new(0, 157, 0, 51)
- FreeCam.Font = Enum.Font.Cartoon
- FreeCam.Text = ""
- FreeCam.TextColor3 = Color3.fromRGB(0, 0, 0)
- FreeCam.TextScaled = true
- FreeCam.TextSize = 14.000
- FreeCam.TextWrapped = true
- FreeCam.Visible = true
- FreeCam.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/CdGChJdn",true))()
- end)
- TextButton_Roundify_12px.Name = "TextButton_Roundify_12px"
- TextButton_Roundify_12px.Parent = FreeCam
- TextButton_Roundify_12px.Active = true
- TextButton_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
- TextButton_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_Roundify_12px.BackgroundTransparency = 1.000
- TextButton_Roundify_12px.Position = UDim2.new(0.437888205, 0, 0.49999997, 0)
- TextButton_Roundify_12px.Selectable = true
- TextButton_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
- TextButton_Roundify_12px.Image = "rbxassetid://3570695787"
- TextButton_Roundify_12px.ImageColor3 = Color3.fromRGB(85, 255, 0)
- TextButton_Roundify_12px.ScaleType = Enum.ScaleType.Slice
- TextButton_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
- TextButton_Roundify_12px.SliceScale = 0.120
- TextButton_Roundify_12px.Visible = true
- TextLabel_2.Parent = FreeCam
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.BackgroundTransparency = 1.000
- TextLabel_2.Position = UDim2.new(-0.202557027, 0, -0.0137254763, 0)
- TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
- TextLabel_2.Font = Enum.Font.Cartoon
- TextLabel_2.Text = "Cinematic FreeCam"
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextSize = 20.000
- TextLabel_2.TextWrapped = true
- TextLabel_2.Visible = true
- TextLabel_3.Parent = Main
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.BackgroundTransparency = 1.000
- TextLabel_3.Position = UDim2.new(0.437896609, 0, 0.238224119, 0)
- TextLabel_3.Size = UDim2.new(0, 223, 0, 175)
- TextLabel_3.Font = Enum.Font.Cartoon
- TextLabel_3.Text = "--Controls:\\n--Shift + P = Toggle freecam\\n--WASD - Move around\\n--E = Move up\\n--Q = Move down\\n--Shift = Slow down camera\\n--Right Click + Mouse = Look Around\\n--Mouse Wheel = Camera Zoom"
- TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14.000
- TextLabel_3.TextWrapped = true
- TextLabel_3.Visibl = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement