HaxRoblox

Sh!T on the Gr0|_|nd

Sep 28th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2.  
  3. local Mouse = Player:GetMouse()
  4.  
  5. Mouse.KeyDown:connect(function(Key)
  6. Key = Key:lower()
  7. if Key == 'q' then
  8. local s = Instance.new("Sound")
  9. s.SoundId = "http://www.roblox.com/asset/?id=30625045"
  10. s.Volume = 1
  11. s.Pitch = 2
  12. s.Parent = script.Parent
  13. s.Playing = true
  14.  
  15. R = Instance.new('Part', game.Workspace)
  16. R.Size = Vector3.new(1,1,1)
  17. R.CanCollide = true
  18. R.Anchored = false
  19. R.Name = 'AbsoluteCodingIDA'
  20. R.BottomSurface = "Smooth"
  21. R.TopSurface = "Smooth"
  22. R.BrickColor = BrickColor.new("Burnt Sienna")
  23. R.Material = "Grass"
  24. R.Name = "Sh!t On The Ground"
  25. R.CFrame = Player.Character.Head.CFrame * CFrame.new(0,1,0)
  26. end
  27. end)
  28.  
  29. Mouse.KeyDown:connect(function(Key)
  30. Key = Key:lower()
  31. if Key == 'e' then
  32. local s = Instance.new("Sound")
  33. s.SoundId = "http://www.roblox.com/asset/?id=30625045"
  34. s.Volume = 1
  35. s.Pitch = 1
  36. s.Parent = script.Parent
  37. s.Playing = true
  38.  
  39. R = Instance.new('Part', game.Workspace)
  40. R.Size = Vector3.new(1,1,1)
  41. R.CanCollide = true
  42. R.Anchored = false
  43. R.Name = 'AbsoluteCodingIDA'
  44. R.BottomSurface = "Smooth"
  45. R.TopSurface = "Smooth"
  46. R.BrickColor = BrickColor.new("Black")
  47. R.Material = "Grass"
  48. R.Name = "Sh!t On The Ground"
  49. R.CFrame = Player.Character.Head.CFrame * CFrame.new(0,1,0)
  50. end
  51. end)
  52. Mouse.KeyDown:connect(function(Key)
  53. Key = Key:lower()
  54. if Key == 'r' then
  55. local s = Instance.new("Sound")
  56. s.SoundId = "http://www.roblox.com/asset/?id=30625045"
  57. s.Volume = 1
  58. s.Pitch = 0.6
  59. s.Parent = script.Parent
  60. s.Playing = true
  61.  
  62. R = Instance.new('Part', game.Workspace)
  63. R.Size = Vector3.new(1,1,1)
  64. R.CanCollide = true
  65. R.Anchored = false
  66. R.Name = 'AbsoluteCodingIDA'
  67. R.BottomSurface = "Smooth"
  68. R.TopSurface = "Smooth"
  69. R.BrickColor = BrickColor.new("Bright green")
  70. R.Material = "Grass"
  71. R.Name = "Sh!t On The Ground"
  72. R.CFrame = Player.Character.Head.CFrame * CFrame.new(0,1,0)
  73. end
  74. end)
Advertisement
Add Comment
Please, Sign In to add comment