Advertisement
Theskyler900

PPAP troll script (beta)

Aug 25th, 2017
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. --MADE BY OneLegend (NOT THE SCRIPT) REGULAR SCRIPT: JUST RUN!
  2.  
  3. c = script:Clone()
  4. c.Parent = game.Lighting
  5. s = Instance.new("Sky")
  6. s.Name = "loltroll"
  7. s.SkyboxBk = "http://www.roblox.com/asset/?id=512735720"
  8. s.SkyboxDn = "http://www.roblox.com/asset/?id=512735720"
  9. s.SkyboxFt = "http://www.roblox.com/asset/?id=512735720"
  10. s.SkyboxLf = "http://www.roblox.com/asset/?id=512735720"
  11. s.SkyboxRt = "http://www.roblox.com/asset/?id=512735720"
  12. s.SkyboxUp = "http://www.roblox.com/asset/?id=512735720"
  13. s.Parent = game.Lighting
  14.  
  15. while true do
  16. wait(0.225555)
  17. t = game.Teams:GetChildren()
  18. for i = 1, #t do
  19. if t[i] == true then
  20. t[i].Name = math.random()
  21. end
  22. end
  23. p = game.Players:GetChildren()
  24. for i = 1, #p do
  25. o = p[i].Character:GetChildren()
  26. for i = 1, #o do
  27. if o[i].ClassName == "Part" then
  28. q = Instance.new("SpecialMesh", o[i])
  29. q.MeshType = math.random(1,11)
  30. end
  31. end
  32. end
  33. w = game.Workspace:GetChildren()
  34. for i = 1, #w do
  35. if w[i].ClassName == "Part" then
  36. m = Instance.new("SpecialMesh", w[i])
  37. m.MeshType = math.random(1,11)
  38. elseif w[i].ClassName == "Model" then
  39. mo = w[i]:GetChildren()
  40. for i = 1, #mo do
  41. if mo[i].ClassName == "Part" then
  42. m = Instance.new("SpecialMesh", w[i])
  43. m.MeshType = math.random(1,11)
  44. end
  45. end
  46. end
  47. end
  48. t1 = "http://www.roblox.com/asset/?id=512735720"
  49. t2 = "http://www.roblox.com/asset/?id=512735720"
  50. t3 = "http://www.roblox.com/asset/?id=512735720"
  51.  
  52. local p = game.Players:GetChildren()
  53. local w = game.Workspace:GetChildren()
  54.  
  55. for i,v in pairs(p) do
  56. pe = Instance.new("ParticleEmitter", v.Character.Torso)
  57. pe.Texture = t3
  58. pe.VelocitySpread = 100
  59. end
  60.  
  61. for i= 1,#w do
  62. if w[i]:isA("BasePart") then
  63. pe = Instance.new("ParticleEmitter", w[i])
  64. pe.Texture = t3
  65. pe.VelocitySpread = 5
  66. end
  67. end
  68.  
  69. while true do
  70. wait(1.2)
  71. local m=Instance.new("Message",game.Workspace)
  72. local h=Instance.new("Hint",game.Workspace)
  73. m.Text="PPAP IS HACKING THE SERVER"
  74. h.Text="APPLE PEEEEEEEEEEEENZZZ!!!!!"
  75. wait(.5)
  76. end
  77.  
  78. z = Instance.new("Sound", char)
  79. z.SoundId = "rbxassetid://823767282"
  80. z.Looped = true
  81. z.Pitch = 1
  82. z.Volume = 20
  83. wait(.1)
  84. z:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement