Advertisement
GroupThingy

ool

May 10th, 2021
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. -- Made By Pasta Man#9267
  2. local ScreenGui = Instance.new("ScreenGui")
  3. local Main = Instance.new("Frame")
  4. local TextLabel = Instance.new("TextLabel")
  5. local FreeCam = Instance.new("TextButton")
  6. local TextButton_Roundify_12px = Instance.new("ImageLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. local CloseGUI = Instance.new("TextButton")
  9. local TextLabel_3 = Instance.new("TextLabel")
  10.  
  11. --Properties:
  12.  
  13. ScreenGui.Parent = game.CoreGui
  14.  
  15. Main.Name = "Main"
  16. Main.Parent = ScreenGui
  17. Main.BackgroundColor3 = Color3.fromRGB(255, 85, 0)
  18. Main.Position = UDim2.new(-0.00533944741, 0, 0.673218668, 0)
  19. Main.Size = UDim2.new(0, 413, 0, 266)
  20. Main.Active = true
  21. Main.Visible = true
  22.  
  23. TextLabel.Parent = Main
  24. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 0, 255)
  25. TextLabel.Position = UDim2.new(0.00318989973, 0, -0.00237738807, 0)
  26. TextLabel.Size = UDim2.new(0, 411, 0, 50)
  27. TextLabel.Font = Enum.Font.Cartoon
  28. TextLabel.Text = "Test GUI"
  29. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  30. TextLabel.TextScaled = true
  31. TextLabel.TextSize = 14.000
  32. TextLabel.TextWrapped = true
  33. TextLabel.Visible = true
  34.  
  35. FreeCam.Name = "FreeCam"
  36. FreeCam.Parent = Main
  37. FreeCam.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  38. FreeCam.BackgroundTransparency = 1.000
  39. FreeCam.BorderSizePixel = 0
  40. FreeCam.Position = UDim2.new(0.0813628137, 0, 0.238827869, 0)
  41. FreeCam.Size = UDim2.new(0, 157, 0, 51)
  42. FreeCam.Font = Enum.Font.Cartoon
  43. FreeCam.Text = ""
  44. FreeCam.TextColor3 = Color3.fromRGB(0, 0, 0)
  45. FreeCam.TextScaled = true
  46. FreeCam.TextSize = 14.000
  47. FreeCam.TextWrapped = true
  48. FreeCam.Visible = true
  49. FreeCam.MouseButton1Down:connect(function()
  50. loadstring(game:HttpGet("https://pastebin.com/raw/CdGChJdn",true))()
  51. end)
  52.  
  53. TextButton_Roundify_12px.Name = "TextButton_Roundify_12px"
  54. TextButton_Roundify_12px.Parent = FreeCam
  55. TextButton_Roundify_12px.Active = true
  56. TextButton_Roundify_12px.AnchorPoint = Vector2.new(0.5, 0.5)
  57. TextButton_Roundify_12px.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. TextButton_Roundify_12px.BackgroundTransparency = 1.000
  59. TextButton_Roundify_12px.Position = UDim2.new(0.437888205, 0, 0.49999997, 0)
  60. TextButton_Roundify_12px.Selectable = true
  61. TextButton_Roundify_12px.Size = UDim2.new(1, 0, 1, 0)
  62. TextButton_Roundify_12px.Image = "rbxassetid://3570695787"
  63. TextButton_Roundify_12px.ImageColor3 = Color3.fromRGB(85, 255, 0)
  64. TextButton_Roundify_12px.ScaleType = Enum.ScaleType.Slice
  65. TextButton_Roundify_12px.SliceCenter = Rect.new(100, 100, 100, 100)
  66. TextButton_Roundify_12px.SliceScale = 0.120
  67. TextButton_Roundify_12px.Visible = true
  68.  
  69. TextLabel_2.Parent = FreeCam
  70. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  71. TextLabel_2.BackgroundTransparency = 1.000
  72. TextLabel_2.Position = UDim2.new(-0.202557027, 0, -0.0137254763, 0)
  73. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  74. TextLabel_2.Font = Enum.Font.Cartoon
  75. TextLabel_2.Text = "Cinematic FreeCam"
  76. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  77. TextLabel_2.TextSize = 20.000
  78. TextLabel_2.TextWrapped = true
  79. TextLabel_2.Visible = true
  80.  
  81. TextLabel_3.Parent = Main
  82. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  83. TextLabel_3.BackgroundTransparency = 1.000
  84. TextLabel_3.Position = UDim2.new(0.437896609, 0, 0.238224119, 0)
  85. TextLabel_3.Size = UDim2.new(0, 223, 0, 175)
  86. TextLabel_3.Font = Enum.Font.Cartoon
  87. 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"
  88. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  89. TextLabel_3.TextScaled = true
  90. TextLabel_3.TextSize = 14.000
  91. TextLabel_3.TextWrapped = true
  92. TextLabel_3.Visibl = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement