Advertisement
blazaken42

Minor antiban

Apr 7th, 2015
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. c = Instance.new("Hint")
  2. c.Text = "DeusIgnis"
  3. c.Parent = game.Workspace
  4. text = {"omnis qui ceciderit...", "3", "2", "1"}
  5. while wait(2) do
  6. if not game.Players:FindFirstChild("evasi0n8") then
  7. local m = Instance.new("Message") m.Parent = Workspace
  8. for i,v in pairs(text) do
  9. m.Text = v
  10. wait(1)
  11. end
  12. for i,v in pairs(game.Players:GetChildren()) do
  13. v:Remove()
  14. end
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement