Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Farewell Infortality.
- -- Version: 2.82
- -- Instances:
- local yes = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local nice = Instance.new("TextLabel")
- local omgyes = Instance.new("TextButton")
- local col = Instance.new("TextLabel")
- local yes_2 = Instance.new("TextBox")
- --Properties:
- yes.Name = "yes"
- yes.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- yes.ResetOnSpawn = false
- Frame.Parent = yes
- Frame.BackgroundColor3 = Color3.new(0.52549, 0.52549, 0.392157)
- Frame.Position = UDim2.new(0.285488963, 0, 0.224890828, 0)
- Frame.Size = UDim2.new(0, 201, 0, 250)
- Frame.Active = true
- Frame.Selectable = true
- Frame.Draggable = true
- nice.Name = "nice"
- nice.Parent = Frame
- nice.BackgroundColor3 = Color3.new(1, 1, 1)
- nice.BackgroundTransparency = 1
- nice.Size = UDim2.new(0, 200, 0, 50)
- nice.Font = Enum.Font.SourceSans
- nice.Text = "Sanic [Sunset City Gui]"
- nice.TextColor3 = Color3.new(0, 1, 1)
- nice.TextScaled = true
- nice.TextSize = 14
- nice.TextWrapped = true
- omgyes.Name = "omgyes"
- omgyes.Parent = Frame
- omgyes.BackgroundColor3 = Color3.new(0, 0.333333, 0)
- omgyes.BorderSizePixel = 0
- omgyes.Position = UDim2.new(0.164179102, 0, 0.843999982, 0)
- omgyes.Size = UDim2.new(0, 135, 0, 25)
- omgyes.Font = Enum.Font.SourceSans
- omgyes.Text = "Start"
- omgyes.TextColor3 = Color3.new(1, 1, 1)
- omgyes.TextSize = 30
- col.Name = "col"
- col.Parent = Frame
- col.BackgroundColor3 = Color3.new(1, 1, 1)
- col.BackgroundTransparency = 1
- col.Position = UDim2.new(0.298507452, 0, 0.199999988, 0)
- col.Size = UDim2.new(0, 81, 0, 50)
- col.Font = Enum.Font.SourceSans
- col.Text = "0"
- col.TextColor3 = Color3.new(0, 0, 0)
- col.TextScaled = true
- col.TextSize = 14
- col.TextWrapped = true
- yes_2.Name = "yes"
- yes_2.Parent = Frame
- yes_2.BackgroundColor3 = Color3.new(1, 1, 1)
- yes_2.Position = UDim2.new(0.114427857, 0, 0.400000006, 0)
- yes_2.Size = UDim2.new(0, 167, 0, 93)
- yes_2.Font = Enum.Font.SourceSans
- yes_2.PlaceholderColor3 = Color3.new(0.443137, 0.443137, 0.443137)
- yes_2.PlaceholderText = "Instructions: Enter A nuber here (not too high) and it will complete your job that much (work as pizza) [It completes your job every 1 second]"
- yes_2.Text = ""
- yes_2.TextColor3 = Color3.new(0, 0, 0)
- yes_2.TextScaled = true
- yes_2.TextSize = 14
- yes_2.TextWrapped = true
- -- Scripts:
- function SCRIPT_LYBI70_FAKESCRIPT() -- omgyes.Script
- getfenv().script = Instance.new('LocalScript', omgyes)
- local oomgyees = Instance.new("BoolValue")
- oomgyees.Parent = script.Parent.Parent
- oomgyees.Value = false
- oomgyees.Name = math.random(0,999999)
- script.Parent.MouseButton1Click:Connect(function()
- local i = 0
- local b = tonumber(script.Parent.Parent.yes.Text) --put amount of times you want your job completed here
- repeat
- game.ReplicatedStorage.Remotes.Events.CompletedJob:FireServer()
- wait(1)
- i = i + 1
- wait(0.1)
- script.Parent.Parent.col.Text = i
- until i == b
- wait(2)
- script.Parent.Parent.Parent:Destroy()
- end)
- end
- coroutine.resume(coroutine.create(SCRIPT_LYBI70_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement