Sc4pterR0bl0x

Load infecto

Sep 27th, 2020
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. -- Loading
  2.  
  3. -- Instances:
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local TextLabel = Instance.new("TextLabel")
  7.  
  8. --Properties:
  9.  
  10. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  11.  
  12. TextLabel.Parent = ScreenGui
  13. TextLabel.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  14. TextLabel.Position = UDim2.new(0.238567069, 0, 0.167023554, 0)
  15. TextLabel.Size = UDim2.new(0, 584, 0, 295)
  16. TextLabel.Font = Enum.Font.GothamBold
  17. TextLabel.Text = "Loading Infecto"
  18. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  19. TextLabel.TextScaled = true
  20. TextLabel.TextSize = 14.000
  21. TextLabel.TextWrapped = true
  22.  
  23. -- Scripts:
  24.  
  25. local function CCLNYVZ_fake_script() -- TextLabel.Script
  26. local script = Instance.new('Script', TextLabel)
  27.  
  28. wait(1)
  29. script.Parent.Text = "Loading Infecto."
  30. wait(1)
  31. script.Parent.Text = "Loading Infecto.."
  32. wait(1)
  33. script.Parent.Text = "Loading Infecto..."
  34. wait(1)
  35. script.Parent.Text = "Loading Infecto."
  36. wait(1)
  37. script.Parent.Text = "Loading Infecto.."
  38. wait(1)
  39. script.Parent.Text = "Loading Infecto..."
  40.  
  41. wait(1)
  42. script.Parent.Text = "Loading Infecto."
  43. wait(1)
  44. script.Parent.Text = "Loading Infecto.."
  45. wait(1)
  46. script.Parent.Text = "Loading Infecto..."
  47. wait(1)
  48. script.Parent.Text = "Loading Infecto."
  49. wait(1)
  50. script.Parent.Text = "Loading Infecto.."
  51. wait(1)
  52. script.Parent.Text = "Loading Infecto..."
  53. wait(4)
  54. script.Parent.Parent:Destroy()
  55. end
  56. coroutine.wrap(CCLNYVZ_fake_script)()
  57.  
Advertisement
Add Comment
Please, Sign In to add comment