Advertisement
aarontje11002

scary

Jul 10th, 2015
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. player=game:GetService("Players").LocalPlayer
  2. char=player.Character
  3. mouse=player:GetMouse()
  4. player.Character.Torso.Transparency=1
  5. player.Character.Head.Transparency=1
  6. local RA = player.Character["Right Arm"]
  7. local RL = player.Character["Left Arm"]
  8. local AL = player.Character["Right Leg"]
  9. local LL = player.Character["Left Leg"]
  10. l = Instance.new("PointLight")
  11. l.Parent = game.Workspace.aaronremmers.Torso
  12.  
  13. l.Range = "500"
  14. l.Brightness = 0.50
  15. RA.Transparency=1
  16. RL.Transparency=1
  17. AL.Transparency=1
  18. LL.Transparency=1
  19. l.Parent.Color = Color3.new(math.random(), math.random(), math.random())
  20. sonic1 = Instance.new("Sound", char.head)
  21. sonic1.SoundId = "http://www.roblox.com/asset/?id=149573450"
  22. sonic1.Volume = 6
  23. sonic1.Looped = true
  24. local sonic2 = false
  25.  
  26. mouse.KeyDown:connect(function(key) local key=key:lower()
  27. if key=="w" then
  28. local vCharacter = char
  29. local hum = vCharacter:findFirstChild("Humanoid")
  30. blah4 = hum:LoadAnimation(char.sonic)
  31. blah4:Play()
  32. end
  33. end)
  34. mouse.KeyUp:connect(function(key) local key=key:lower()
  35. if key=="w" then
  36. blah4:Stop()
  37. end
  38. end)
  39. mouse.KeyDown:connect(function(key) local key=key:lower()
  40. if key=="w" then
  41. sonic2 = true
  42. sonic1:Play()
  43. end
  44. end)
  45. mouse.KeyUp:connect(function(key) local key=key:lower()
  46. if key=="w" then
  47. sonic2 = false
  48. sonic1:Stop()
  49. end
  50. end)
  51. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=250
  52.  
  53. while true do
  54. wait(0.5)
  55. l.Parent.Brightness = 2
  56. wait(2)
  57. l.Parent.Brightness = 4
  58. wait(0.2)
  59. l.Parent.Brightness = 1
  60. wait(3)
  61. l.Parent.Brightness = 5
  62. wait(0.9)
  63. l.Parent.Brightness = 8
  64. wait(0.9)
  65. l.Parent.Brightness = 7
  66. wait(1)
  67. l.Parent.Brightness = 2
  68. wait(0.1)
  69. l.Parent.Brightness = 5
  70. wait(1)
  71. l.Parent.Brightness = 2
  72. wait(0.4)
  73. l.Parent.Brightness = 9
  74. wait(0.1)
  75. l.Parent.Brightness = 1
  76. wait(1)
  77. l.Parent.Brightness = 4
  78. wait(0.6)
  79. l.Parent.Brightness = 3
  80. wait(2)
  81. lt.Parent.Brightness = 1
  82. wait(5)
  83. while true do
  84. l.Parent.Color = Color3.new(math.random(), math.random(), math.random())
  85. wait(0.1)
  86. end
  87. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement