Advertisement
Legend_HandlesYT

Untitled

Aug 4th, 2021
803
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. -- Made By Legend Handles FIRST EVER FREE AUTO SCORE!
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local close = Instance.new("TextButton")
  6. local creids = Instance.new("TextLabel")
  7. local note = Instance.new("TextLabel")
  8. local ImageLabel = Instance.new("ImageLabel")
  9. local TextButton = Instance.new("TextButton")
  10.  
  11. --Properties:
  12.  
  13. ScreenGui.Parent = game.CoreGui
  14.  
  15. Frame.Parent = ScreenGui
  16. Frame.BackgroundColor3 = Color3.fromRGB(0, 76, 255)
  17. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  18. Frame.BorderSizePixel = 5
  19. Frame.Position = UDim2.new(0.245916516, 0, 0.0620155036, 0)
  20. Frame.Size = UDim2.new(0, 744, 0, 384)
  21. Frame.Active = true
  22. Frame.Draggable = true
  23.  
  24. close.Name = "close"
  25. close.Parent = Frame
  26. close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  27. close.BorderColor3 = Color3.fromRGB(0, 0, 0)
  28. close.BorderSizePixel = 5
  29. close.Position = UDim2.new(0.729855776, 0, 0, 0)
  30. close.Size = UDim2.new(0, 200, 0, 49)
  31. close.Font = Enum.Font.SourceSans
  32. close.Text = "CLOSE"
  33. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  34. close.TextScaled = true
  35. close.TextSize = 14.000
  36. close.TextWrapped = true
  37.  
  38. creids.Name = "creids"
  39. creids.Parent = Frame
  40. creids.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  41. creids.BackgroundTransparency = 1.000
  42. creids.Position = UDim2.new(0.0174731184, 0, 0, 0)
  43. creids.Size = UDim2.new(0, 520, 0, 50)
  44. creids.Font = Enum.Font.Cartoon
  45. creids.Text = "Made By Legend HandlesYT"
  46. creids.TextColor3 = Color3.fromRGB(0, 0, 0)
  47. creids.TextScaled = true
  48. creids.TextSize = 14.000
  49. creids.TextWrapped = true
  50.  
  51. note.Name = "note"
  52. note.Parent = Frame
  53. note.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  54. note.BackgroundTransparency = 1.000
  55. note.Position = UDim2.new(0.729855776, 0, 0.1484375, 0)
  56. note.Size = UDim2.new(0, 200, 0, 327)
  57. note.Font = Enum.Font.Cartoon
  58. note.Text = "NOTE: This Only Works For The 1's Court By Spawn! More Will be Added Soon!"
  59. note.TextColor3 = Color3.fromRGB(0, 0, 0)
  60. note.TextScaled = true
  61. note.TextSize = 14.000
  62. note.TextWrapped = true
  63.  
  64. ImageLabel.Parent = Frame
  65. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  66. ImageLabel.BackgroundTransparency = 1.000
  67. ImageLabel.Position = UDim2.new(0, 0, 0.671875, 0)
  68. ImageLabel.Size = UDim2.new(0, 129, 0, 126)
  69. ImageLabel.Image = "rbxassetid://6864604891"
  70.  
  71. TextButton.Parent = Frame
  72. TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  73. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  74. TextButton.BorderSizePixel = 7
  75. TextButton.Position = UDim2.new(0.190860212, 0, 0.255208343, 0)
  76. TextButton.Size = UDim2.new(0, 384, 0, 253)
  77. TextButton.Font = Enum.Font.Oswald
  78. TextButton.Text = "Auto Score (Note Don't Close This If You Wanna Keep Auto Scoring)"
  79. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  80. TextButton.TextScaled = true
  81. TextButton.TextSize = 14.000
  82. TextButton.TextWrapped = true
  83. TextButton.MouseButton1Down:connect(function()
  84. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-189.101746, 151.028809, -71.8053665, -0.454420298, 1.4324506e-08, 0.890787423, -7.04821232e-08, 1, -5.20359968e-08, -0.890787423, -8.64308021e-08, -0.454420298)
  85. end)
  86.  
  87. -- Scripts:
  88.  
  89. local function GLSY_fake_script() -- close.LocalScript
  90. local script = Instance.new('LocalScript', close)
  91.  
  92. script.Parent.MouseButton1Click:Connect(function()
  93. script.Parent.Parent.Visible = false
  94. end)
  95. end
  96. coroutine.wrap(GLSY_fake_script)()
  97.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement