Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made By Legend Handles FIRST EVER FREE AUTO SCORE!
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local close = Instance.new("TextButton")
- local creids = Instance.new("TextLabel")
- local note = Instance.new("TextLabel")
- local ImageLabel = Instance.new("ImageLabel")
- local TextButton = Instance.new("TextButton")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(0, 76, 255)
- Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Frame.BorderSizePixel = 5
- Frame.Position = UDim2.new(0.245916516, 0, 0.0620155036, 0)
- Frame.Size = UDim2.new(0, 744, 0, 384)
- Frame.Active = true
- Frame.Draggable = true
- close.Name = "close"
- close.Parent = Frame
- close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- close.BorderColor3 = Color3.fromRGB(0, 0, 0)
- close.BorderSizePixel = 5
- close.Position = UDim2.new(0.729855776, 0, 0, 0)
- close.Size = UDim2.new(0, 200, 0, 49)
- close.Font = Enum.Font.SourceSans
- close.Text = "CLOSE"
- close.TextColor3 = Color3.fromRGB(0, 0, 0)
- close.TextScaled = true
- close.TextSize = 14.000
- close.TextWrapped = true
- creids.Name = "creids"
- creids.Parent = Frame
- creids.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- creids.BackgroundTransparency = 1.000
- creids.Position = UDim2.new(0.0174731184, 0, 0, 0)
- creids.Size = UDim2.new(0, 520, 0, 50)
- creids.Font = Enum.Font.Cartoon
- creids.Text = "Made By Legend HandlesYT"
- creids.TextColor3 = Color3.fromRGB(0, 0, 0)
- creids.TextScaled = true
- creids.TextSize = 14.000
- creids.TextWrapped = true
- note.Name = "note"
- note.Parent = Frame
- note.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- note.BackgroundTransparency = 1.000
- note.Position = UDim2.new(0.729855776, 0, 0.1484375, 0)
- note.Size = UDim2.new(0, 200, 0, 327)
- note.Font = Enum.Font.Cartoon
- note.Text = "NOTE: This Only Works For The 1's Court By Spawn! More Will be Added Soon!"
- note.TextColor3 = Color3.fromRGB(0, 0, 0)
- note.TextScaled = true
- note.TextSize = 14.000
- note.TextWrapped = true
- ImageLabel.Parent = Frame
- ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageLabel.BackgroundTransparency = 1.000
- ImageLabel.Position = UDim2.new(0, 0, 0.671875, 0)
- ImageLabel.Size = UDim2.new(0, 129, 0, 126)
- ImageLabel.Image = "rbxassetid://6864604891"
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
- TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.BorderSizePixel = 7
- TextButton.Position = UDim2.new(0.190860212, 0, 0.255208343, 0)
- TextButton.Size = UDim2.new(0, 384, 0, 253)
- TextButton.Font = Enum.Font.Oswald
- TextButton.Text = "Auto Score (Note Don't Close This If You Wanna Keep Auto Scoring)"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- TextButton.MouseButton1Down:connect(function()
- 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)
- end)
- -- Scripts:
- local function GLSY_fake_script() -- close.LocalScript
- local script = Instance.new('LocalScript', close)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Visible = false
- end)
- end
- coroutine.wrap(GLSY_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement