Advertisement
SmokeDelsin

ggnopre

Jun 5th, 2015
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. if key=="v" and voiddb==false then
  2. so("http://www.roblox.com/asset/?id=2101137",RightArm,3,0.5)
  3. voiddb=true
  4. Void()
  5. coroutine.resume(coroutine.create(function()
  6. wait(30)
  7. voiddb=false
  8. prt11.Transparency=0.5
  9. end))
  10. end
  11. if key=="n" and sundb==false then
  12. so("http://www.roblox.com/asset/?id=2101137",RightArm,3,0.5)
  13. sundb=true
  14. WhiteSun()
  15. coroutine.resume(coroutine.create(function()
  16. wait(30)
  17. sundb=false
  18. prt7.Transparency=0.5
  19. end))
  20. end
  21. Humanoid.WalkSpeed=16
  22. end
  23.  
  24. function key2(key)
  25. end
  26.  
  27. function s(mouse)
  28. mouse.Button1Down:connect(function() ob1d(mouse) end)
  29. mouse.Button1Up:connect(function() ob1u(mouse) end)
  30. mouse.KeyDown:connect(key)
  31. mouse.KeyUp:connect(key2)
  32. unsheathed = true
  33. player = Player
  34. ch = Character
  35. MMouse = mouse
  36. RSH = ch.Torso["Right Shoulder"]
  37. LSH = ch.Torso["Left Shoulder"]
  38. --
  39. RSH.Parent = nil
  40. LSH.Parent = nil
  41. --
  42. RW.Part0 = ch.Torso
  43. RW.C0 = CFrame.new(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5)
  44. RW.C1 = CFrame.new(0, 0.5, 0)
  45. RW.Part1 = ch["Right Arm"]
  46. RW.Parent = ch.Torso
  47. --_G.R = RW
  48. --
  49. LW.Part0 = ch.Torso
  50. LW.C0 = CFrame.new(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8)
  51. LW.C1 = CFrame.new(0, 0.5, 0)
  52. LW.Part1 = ch["Left Arm"]
  53. LW.Parent = ch.Torso
  54. --_G.L = LW
  55. --
  56. equipanim()
  57. end
  58.  
  59. function ds(mouse)
  60. hideanim()
  61. wait(0)
  62. RW.Parent = nil
  63. LW.Parent = nil
  64. RSH.Parent = player.Character.Torso
  65. LSH.Parent = player.Character.Torso
  66. end
  67.  
  68. Bin.Selected:connect(s)
  69. Bin.Deselected:connect(ds)
  70. print("Staff loaded.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement