Advertisement
Sacki

Untitled

Nov 4th, 2017
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.79 KB | None | 0 0
  1. Killer = game.Players.LocalPlayer
  2. Victim = game.Players["Dominik054"]
  3.  
  4.  
  5.  
  6. game:GetObjects("rbxassetid://503217496")[1].Parent=game.Workspace
  7. wait(0.5)
  8. game.Workspace.Guillo:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector* 30)
  9.  
  10. wait(2)
  11.  
  12. function onTouched(hit)
  13. p = hit.Parent:findFirstChild("Humanoid")
  14. ra = hit.Parent:findFirstChild("Right Arm")
  15. rl = hit.Parent:findFirstChild("Right Leg")
  16. la = hit.Parent:findFirstChild("Left Arm")
  17. lr = hit.Parent:findFirstChild("Left Leg")
  18. t = hit.Parent:findFirstChild("Torso")
  19. if p ~= nil then
  20. p.Health = 0
  21. ra.CanCollide = false
  22. ra.Anchored = true
  23. rl.CanCollide = false
  24. rl.Anchored = true
  25. la.CanCollide = false
  26. la.Anchored = true
  27. lr.CanCollide = false
  28. lr.Anchored = true
  29. t.CanCollide = false
  30. t.Anchored = true
  31. local bp = Instance.new("BodyPosition")
  32. bp.Parent = hit.Parent.Head
  33. bp.position = game.Workspace.Guillo.sModel.pos.Position
  34. wait(.2)
  35. hit.Parent.Head.Size = Vector3.new(1,1,1)
  36. bp:Remove()
  37. end
  38. end
  39.  
  40. game.Workspace.Guillo.sModel.Blade.Touched:connect(onTouched)
  41.  
  42.  
  43. function onClicked()
  44. if game.Workspace.Guillo.sModel.Rdy.Value == true then
  45. game.Workspace.Guillo.Safety:Destroy()
  46. game.Workspace.Guillo.sModel.Blade.bv.velocity = Vector3.new(0,-50,0)
  47. game.Workspace.Guillo.sModel.lvr2.Transparency = 1
  48. game.Workspace.Guillo.sModel.lvr1.Transparency = 0
  49. game.Workspace.Guillo.sModel.lvr2.CanCollide = false
  50. game.Workspace.Guillo.sModel.lvr1.CanCollide = true
  51. wait(0.3)
  52. game.Workspace.Guillo.sModel.Blade.bv.velocity = Vector3.new(0,0,0)
  53. game.Workspace.Guillo.sModel.Rdy.Value = false
  54. wait(5)
  55. game.Workspace.Guillo:Destroy()
  56. elseif game.Workspace.Guillo.sModel.Rdy.Value == false then
  57. game.Workspace.Guillo.sModel.Blade.bv.velocity = Vector3.new(0,1,0)
  58. game.Workspace.Guillo.sModel.lvr2.Transparency = 0
  59. game.Workspace.Guillo.sModel.lvr1.Transparency = 1
  60. game.Workspace.Guillo.sModel.lvr2.CanCollide = true
  61. game.Workspace.Guillo.sModel.lvr1.CanCollide = false
  62. game.Workspace.Guillo.sModel.Rdy.Value = true
  63. end
  64. end
  65.  
  66. game.Workspace.Guillo.sModel.lvr1.ClickDetector.MouseClick:connect(onClicked)
  67. game.Workspace.Guillo.sModel.lvr2.ClickDetector.MouseClick:connect(onClicked)
  68.  
  69. Killer.Character.HumanoidRootPart.CFrame = game.Workspace.Guillo.PartTPer.CFrame
  70. game.Workspace.Guillo.PartTPer:Destroy()
  71. wait(1)
  72. Victim.Character.HumanoidRootPart.CFrame = game.Workspace.Guillo.Seat.CFrame
  73. game.Workspace.Guillo.PartTP2:Destroy()Killer = game.Players.LocalPlayer
  74. Victim = game.Players["Player2"]
  75.  
  76.  
  77.  
  78. game:GetObjects("rbxassetid://503217496")[1].Parent=game.Workspace
  79. wait(0.5)
  80. game.Workspace.Guillo:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector* 30)
  81.  
  82. wait(2)
  83.  
  84. function onTouched(hit)
  85. p = hit.Parent:findFirstChild("Humanoid")
  86. ra = hit.Parent:findFirstChild("Right Arm")
  87. rl = hit.Parent:findFirstChild("Right Leg")
  88. la = hit.Parent:findFirstChild("Left Arm")
  89. lr = hit.Parent:findFirstChild("Left Leg")
  90. t = hit.Parent:findFirstChild("Torso")
  91. if p ~= nil then
  92. p.Health = 0
  93. ra.CanCollide = false
  94. ra.Anchored = true
  95. rl.CanCollide = false
  96. rl.Anchored = true
  97. la.CanCollide = false
  98. la.Anchored = true
  99. lr.CanCollide = false
  100. lr.Anchored = true
  101. t.CanCollide = false
  102. t.Anchored = true
  103. local bp = Instance.new("BodyPosition")
  104. bp.Parent = hit.Parent.Head
  105. bp.position = game.Workspace.Guillo.sModel.pos.Position
  106. wait(.2)
  107. hit.Parent.Head.Size = Vector3.new(1,1,1)
  108. bp:Remove()
  109. end
  110. end
  111.  
  112. game.Workspace.Guillo.sModel.Blade.Touched:connect(onTouched)
  113.  
  114.  
  115. function onClicked()
  116. if game.Workspace.Guillo.sModel.Rdy.Value == true then
  117. game.Workspace.Guillo.Safety:Destroy()
  118. game.Workspace.Guillo.sModel.Blade.bv.velocity = Vector3.new(0,-50,0)
  119. game.Workspace.Guillo.sModel.lvr2.Transparency = 1
  120. game.Workspace.Guillo.sModel.lvr1.Transparency = 0
  121. game.Workspace.Guillo.sModel.lvr2.CanCollide = false
  122. game.Workspace.Guillo.sModel.lvr1.CanCollide = true
  123. wait(0.3)
  124. game.Workspace.Guillo.sModel.Blade.bv.velocity = Vector3.new(0,0,0)
  125. game.Workspace.Guillo.sModel.Rdy.Value = false
  126. wait(5)
  127. game.Workspace.Guillo:Destroy()
  128. elseif game.Workspace.Guillo.sModel.Rdy.Value == false then
  129. game.Workspace.Guillo.sModel.Blade.bv.velocity = Vector3.new(0,1,0)
  130. game.Workspace.Guillo.sModel.lvr2.Transparency = 0
  131. game.Workspace.Guillo.sModel.lvr1.Transparency = 1
  132. game.Workspace.Guillo.sModel.lvr2.CanCollide = true
  133. game.Workspace.Guillo.sModel.lvr1.CanCollide = false
  134. game.Workspace.Guillo.sModel.Rdy.Value = true
  135. end
  136. end
  137.  
  138. game.Workspace.Guillo.sModel.lvr1.ClickDetector.MouseClick:connect(onClicked)
  139. game.Workspace.Guillo.sModel.lvr2.ClickDetector.MouseClick:connect(onClicked)
  140.  
  141. Killer.Character.HumanoidRootPart.CFrame = game.Workspace.Guillo.PartTPer.CFrame
  142. game.Workspace.Guillo.PartTPer:Destroy()
  143. wait(1)
  144. Victim.Character.HumanoidRootPart.CFrame = game.Workspace.Guillo.Seat.CFrame
  145. game.Workspace.Guillo.PartTP2:Destroy()Killer = game.Players.LocalPlayer
  146. Victim = game.Players["Player2"]
  147.  
  148.  
  149.  
  150. game:GetObjects("rbxassetid://503217496")[1].Parent=game.Workspace
  151. wait(0.5)
  152. game.Workspace.Guillo:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector* 30)
  153.  
  154. wait(2)
  155.  
  156. function onTouched(hit)
  157. p = hit.Parent:findFirstChild("Humanoid")
  158. ra = hit.Parent:findFirstChild("Right Arm")
  159. rl = hit.Parent:findFirstChild("Right Leg")
  160. la = hit.Parent:findFirstChild("Left Arm")
  161. lr = hit.Parent:findFirstChild("Left Leg")
  162. t = hit.Parent:findFirstChild("Torso")
  163. if p ~= nil then
  164. p.Health = 0
  165. ra.CanCollide = false
  166. ra.Anchored = true
  167. rl.CanCollide = false
  168. rl.Anchored = true
  169. la.CanCollide = false
  170. la.Anchored = true
  171. lr.CanCollide = false
  172. lr.Anchored = true
  173. t.CanCollide = false
  174. t.Anchored = true
  175. local bp = Instance.new("BodyPosition")
  176. bp.Parent = hit.Parent.Head
  177. bp.position = game.Workspace.Guillo.sModel.pos.Position
  178. wait(.2)
  179. hit.Parent.Head.Size = Vector3.new(1,1,1)
  180. bp:Remove()
  181. end
  182. end
  183.  
  184. game.Workspace.Guillo.sModel.Blade.Touched:connect(onTouched)
  185.  
  186.  
  187. function onClicked()
  188. if game.Workspace.Guillo.sModel.Rdy.Value == true then
  189. game.Workspace.Guillo.Safety:Destroy()
  190. game.Workspace.Guillo.sModel.Blade.bv.velocity = Vector3.new(0,-50,0)
  191. game.Workspace.Guillo.sModel.lvr2.Transparency = 1
  192. game.Workspace.Guillo.sModel.lvr1.Transparency = 0
  193. game.Workspace.Guillo.sModel.lvr2.CanCollide = false
  194. game.Workspace.Guillo.sModel.lvr1.CanCollide = true
  195. wait(0.3)
  196. game.Workspace.Guillo.sModel.Blade.bv.velocity = Vector3.new(0,0,0)
  197. game.Workspace.Guillo.sModel.Rdy.Value = false
  198. wait(5)
  199. game.Workspace.Guillo:Destroy()
  200. elseif game.Workspace.Guillo.sModel.Rdy.Value == false then
  201. game.Workspace.Guillo.sModel.Blade.bv.velocity = Vector3.new(0,1,0)
  202. game.Workspace.Guillo.sModel.lvr2.Transparency = 0
  203. game.Workspace.Guillo.sModel.lvr1.Transparency = 1
  204. game.Workspace.Guillo.sModel.lvr2.CanCollide = true
  205. game.Workspace.Guillo.sModel.lvr1.CanCollide = false
  206. game.Workspace.Guillo.sModel.Rdy.Value = true
  207. end
  208. end
  209.  
  210. game.Workspace.Guillo.sModel.lvr1.ClickDetector.MouseClick:connect(onClicked)
  211. game.Workspace.Guillo.sModel.lvr2.ClickDetector.MouseClick:connect(onClicked)
  212.  
  213. Killer.Character.HumanoidRootPart.CFrame = game.Workspace.Guillo.PartTPer.CFrame
  214. game.Workspace.Guillo.PartTPer:Destroy()
  215. wait(1)
  216. Victim.Character.HumanoidRootPart.CFrame = game.Workspace.Guillo.Seat.CFrame
  217. game.Workspace.Guillo.PartTP2:Destroy()Killer = game.Players.LocalPlayer
  218. Victim = game.Players["Player2"]
  219.  
  220.  
  221.  
  222. game:GetObjects("rbxassetid://503217496")[1].Parent=game.Workspace
  223. wait(0.5)
  224. game.Workspace.Guillo:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + game.Players.LocalPlayer.Character.Torso.CFrame.lookVector* 30)
  225.  
  226. wait(2)
  227.  
  228. function onTouched(hit)
  229. p = hit.Parent:findFirstChild("Humanoid")
  230. ra = hit.Parent:findFirstChild("Right Arm")
  231. rl = hit.Parent:findFirstChild("Right Leg")
  232. la = hit.Parent:findFirstChild("Left Arm")
  233. lr = hit.Parent:findFirstChild("Left Leg")
  234. t = hit.Parent:findFirstChild("Torso")
  235. if p ~= nil then
  236. p.Health = 0
  237. ra.CanCollide = false
  238. ra.Anchored = true
  239. rl.CanCollide = false
  240. rl.Anchored = true
  241. la.CanCollide = false
  242. la.Anchored = true
  243. lr.CanCollide = false
  244. lr.Anchored = true
  245. t.CanCollide = false
  246. t.Anchored = true
  247. local bp = Instance.new("BodyPosition")
  248. bp.Parent = hit.Parent.Head
  249. bp.position = game.Workspace.Guillo.sModel.pos.Position
  250. wait(.2)
  251. hit.Parent.Head.Size = Vector3.new(1,1,1)
  252. bp:Remove()
  253. end
  254. end
  255.  
  256. game.Workspace.Guillo.sModel.Blade.Touched:connect(onTouched)
  257.  
  258.  
  259. function onClicked()
  260. if game.Workspace.Guillo.sModel.Rdy.Value == true then
  261. game.Workspace.Guillo.Safety:Destroy()
  262. game.Workspace.Guillo.sModel.Blade.bv.velocity = Vector3.new(0,-50,0)
  263. game.Workspace.Guillo.sModel.lvr2.Transparency = 1
  264. game.Workspace.Guillo.sModel.lvr1.Transparency = 0
  265. game.Workspace.Guillo.sModel.lvr2.CanCollide = false
  266. game.Workspace.Guillo.sModel.lvr1.CanCollide = true
  267. wait(0.3)
  268. game.Workspace.Guillo.sModel.Blade.bv.velocity = Vector3.new(0,0,0)
  269. game.Workspace.Guillo.sModel.Rdy.Value = false
  270. wait(5)
  271. game.Workspace.Guillo:Destroy()
  272. elseif game.Workspace.Guillo.sModel.Rdy.Value == false then
  273. game.Workspace.Guillo.sModel.Blade.bv.velocity = Vector3.new(0,1,0)
  274. game.Workspace.Guillo.sModel.lvr2.Transparency = 0
  275. game.Workspace.Guillo.sModel.lvr1.Transparency = 1
  276. game.Workspace.Guillo.sModel.lvr2.CanCollide = true
  277. game.Workspace.Guillo.sModel.lvr1.CanCollide = false
  278. game.Workspace.Guillo.sModel.Rdy.Value = true
  279. end
  280. end
  281.  
  282. game.Workspace.Guillo.sModel.lvr1.ClickDetector.MouseClick:connect(onClicked)
  283. game.Workspace.Guillo.sModel.lvr2.ClickDetector.MouseClick:connect(onClicked)
  284.  
  285. Killer.Character.HumanoidRootPart.CFrame = game.Workspace.Guillo.PartTPer.CFrame
  286. game.Workspace.Guillo.PartTPer:Destroy()
  287. wait(1)
  288. Victim.Character.HumanoidRootPart.CFrame = game.Workspace.Guillo.Seat.CFrame
  289. game.Workspace.Guillo.PartTP2:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement