Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- MADE BY LEGEND HANDLES
- -- Version: 1.2
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local close = Instance.new("TextButton")
- local inf = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
- main.BorderColor3 = Color3.fromRGB(0, 0, 0)
- main.BorderSizePixel = 5
- main.Position = UDim2.new(0.245916516, 0, 0.0620155036, 0)
- main.Size = UDim2.new(0, 744, 0, 384)
- main.Active = true
- main.Draggable = true
- close.Name = "close"
- close.Parent = main
- close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- close.BorderColor3 = Color3.fromRGB(0, 0, 0)
- close.BorderSizePixel = 4
- close.Position = UDim2.new(0.836038589, 0, -0.000484496355, 0)
- close.Size = UDim2.new(0, 121, 0, 50)
- close.Font = Enum.Font.PatrickHand
- close.Text = "CLOSE"
- close.TextColor3 = Color3.fromRGB(0, 0, 0)
- close.TextScaled = true
- close.TextSize = 14.000
- close.TextWrapped = true
- inf.Name = "inf"
- inf.Parent = ScreenGui
- inf.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- inf.BorderColor3 = Color3.fromRGB(0, 0, 0)
- inf.BorderSizePixel = 6
- inf.Position = UDim2.new(0.395014375, 0, 0.226688102, 0)
- inf.Size = UDim2.new(0, 432, 0, 213)
- inf.Font = Enum.Font.Oswald
- inf.Text = "INF Money (REALLY WORKS)"
- inf.TextColor3 = Color3.fromRGB(0, 0, 0)
- inf.TextScaled = true
- inf.TextSize = 14.000
- inf.TextWrapped = true
- inf.MouseButton1Down:connect(function()
- local args = {
- [1] = 100000000000000000, -- Change this to however much cash you want (Be careful because if you go too high your cash will be in the negatives)
- [2] = workspace.Hoop
- }
- game:GetService("ReplicatedStorage").Score:FireServer(unpack(args))
- --AutoWin Contest
- for i = 1, 750 do
- local args = {
- [1] = 58,
- [2] = workspace.ContestHoop
- }
- game:GetService("ReplicatedStorage").Score:FireServer(unpack(args))
- end
- end)
- TextLabel.Parent = ScreenGui
- TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.BackgroundTransparency = 1.000
- TextLabel.Position = UDim2.new(0.320230126, 0, 0.0610932484, 0)
- TextLabel.Size = UDim2.new(0, 537, 0, 94)
- TextLabel.Font = Enum.Font.Oswald
- TextLabel.Text = "Made By Legend Handles GO SUB!"
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14.000
- TextLabel.TextWrapped = true
- -- Scripts:
- local function IFOCEO_fake_script() -- close.LocalScript
- local script = Instance.new('LocalScript', close)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Visible = false
- end)
- end
- coroutine.wrap(IFOCEO_fake_script)()
Add Comment
Please, Sign In to add comment