brandon5487

Untitled

Sep 23rd, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. wait(1)
  2. local tool = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  3. local Player= game.Players.xXSpectroPhobiaXx
  4. script.Parent = Tool
  5. function onButton1Down(mouse)
  6. ButtonDown = true
  7. if script.Parent.Dm.Value == false then script.Parent.Dm.Value = true
  8. local player = game.Players.LocalPlayer
  9. mouse = player:GetMouse()
  10. local sizeshot = Vector3.new(0,0,0)
  11. local charge = 0
  12. local Character = player.Character
  13. local Pos = mouse.Hit.p
  14. local Torso = game.Players.LocalPlayer.Character.Torso
  15. local RightShoulder = Torso['Right Shoulder']
  16. local LeftShoulder = Torso['Left Shoulder']
  17. local LeftShoulderC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  18. local RightShoulderC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  19. local Animate = Character.Animate
  20. player.Character.Humanoid.TargetPoint = mouse.hit.p
  21. local Target = mouse.Target
  22. if Target == nil then return end
  23. if Target.Name == "HumanoidRootPart" or Target.Name == "Right Arm" or Target.Name == "Torso" or Target.Name == "Right Leg" or Target.Name == "Head" or Target.Name == "Left Arm" or Target.Name == "Left Leg" then
  24. Target.Parent.Torso.Anchored = true
  25. game:GetService("Chat"):Chat(Character.Head, "Oh Stars Far And Wide That Embody The Heavens...", 1)
  26. wait(2)
  27. game:GetService("Chat"):Chat(Character.Head, "By Thy Radiance Reveal Thy Form To Me...", 1)
  28. wait(2)
  29. game:GetService("Chat"):Chat(Character.Head, "I Implore You Oh Tetrabiblos...", 1)
  30. wait(2)
  31. game:GetService("Chat"):Chat(Character.Head, "Ruler Of The Stars", 1)
  32. wait(2)
  33. game:GetService("Chat"):Chat(Character.Head, "Let Your Unrestrained Rage Flow...", 1)
  34. wait(2)
  35. game:GetService("Chat"):Chat(Character.Head, "With The Eighty Eight Heavenly Bodies..", 1)
  36. wait(3.3)
  37. game:GetService("Chat"):Chat(Character.Head, "SHINING!!!", 2)
  38. end
  39. script.Parent.Dm.Value = false
  40. end
  41. end
  42.  
  43. function onButton1Up(mouse)
  44. ButtonDown = false
  45.  
  46.  
  47. end
  48. function Selected(mouse)
  49. mouse.Button1Down:connect(function() onButton1Down(mouse) end)
  50. mouse.Button1Up:connect(function() onButton1Up(mouse) end)
  51. end
  52. script.Parent.Selected:connect(Selected)
  53. function Deselect()
  54. ButtonDown = false
  55. end
  56. script.Parent.Deselected:connect(Deselect)
Add Comment
Please, Sign In to add comment