Advertisement
jericoalejo

Untitled

Jul 11th, 2017
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. local Player = game.Players.localPlayer
  2. while true do
  3. wait(.01)
  4. chance = math.random(0,100)
  5. if chance < 10 then
  6. sel = math.random(1,3)
  7. if sel == 1 then
  8. tecks.Text = "Anonymous"
  9. elseif sel == 2 then
  10. tecks.Text = "Aymnosuno"
  11. elseif sel == 3 then
  12. tecks.Text = "suomynonA"
  13. end
  14. else tecks.Text = "Anonymous"
  15. if chara.Humanoid.Health > 0 then
  16. chara.Humanoid.MaxHealth = math.huge
  17. chara.Humanoid.Health = math.huge
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement