Advertisement
memberhero

Untitled

Nov 30th, 2017
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. --SCP-096 Script by basstracker1970
  2. wait(1)
  3. G_1_ = game:GetService("Players").LocalPlayer
  4. G_2_ = G_1_.Character
  5. G_3_ = G_1_.Character.Head
  6. function G_4_(L_1_arg1)
  7. print("lol")
  8. G_5_ = Instance.new("Sound")
  9. G_5_.Name = "Rage"
  10. G_5_.SoundId = "rbxassetid://428467457"
  11. G_5_.Parent = game.Workspace
  12. G_5_:Play()
  13. G_1_.Character.Humanoid.WalkSpeed = 0
  14. wait(32)
  15. G_5_:Stop()
  16. G_1_.Character.Humanoid.WalkSpeed = 50
  17. G_6_ = Instance.new("Sound")
  18. G_6_.SoundId = "rbxassetid://134147361"
  19. G_6_.Looped = true
  20. G_6_.Parent = game.Workspace
  21. G_6_:Play()
  22. G_1_.Character.Torso.Anchored = false
  23. G_1_.Character.Torso.Touched:connect(function(L_2_arg1)
  24. G_6_:Stop()
  25. L_2_arg1.Parent:BreakJoints()
  26. G_7_ = Instance.new("Sound")
  27. G_7_.Name = "Rekt"
  28. G_7_.SoundId = "rbxassetid://948779227"
  29. G_7_.Parent = game.Workspace
  30. G_7_:Play()
  31. G_1_.Character.Humanoid.WalkSpeed = 50
  32. end)
  33. end
  34. if G_4_(G_1_.Character.Head.Position + (G_1_.Character.Head.CFrame.lookVector * 9)) then
  35. G_4_()
  36. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement