Advertisement
Roblox_Xploits

DAnceee

Sep 3rd, 2016
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.78 KB | None | 0 0
  1. hop = Instance.new("HopperBin", game.Players.LocalPlayer.Backpack)
  2. wait(0.05)
  3. debounce = true
  4. etime = 0
  5. etimem = 20
  6. down = false
  7. vPlayer = game.Players.LocalPlayer
  8. cPlayer = nil
  9. Humanoid = nil
  10. Welds = {}
  11. stopVictoly = function()
  12. for _,v in pairs(Welds) do
  13. v.Parent = cPlayer.Torso
  14. end
  15. wait(0.2)
  16. g1:Remove()
  17. g2:Remove()
  18. g3:Remove()
  19. g4:Remove()
  20. g5:Remove()
  21. b1:Remove()
  22. b2:Remove()
  23. p1:Remove()
  24. p2:Remove()
  25. bpos:Remove()
  26. brot:Remove()
  27. Head.Anchored = false
  28. Humanoid.PlatformStand = false
  29. end
  30.  
  31. startVictoly = function()
  32. Welds = {}
  33. cPlayer = vPlayer.Character
  34. Humanoid = nil
  35. for _,v in pairs(cPlayer:children()) do
  36. if v.className == "Humanoid" then
  37. Humanoid = v
  38. end
  39. if v.Name == "Torso" then
  40. for __,vv in pairs(v:children()) do
  41. if vv:IsA("JointInstance") then
  42. table.insert(Welds, vv)
  43. end
  44. end
  45. end
  46. end
  47. Torso = cPlayer.Torso
  48. Head = cPlayer.Head
  49. RightArm = cPlayer["Right Arm"]
  50. LeftArm = cPlayer["Left Arm"]
  51. RightLeg = cPlayer["Right Leg"]
  52. LeftLeg = cPlayer["Left Leg"]
  53. Head.Anchored = true
  54. headpos = Head.CFrame.p
  55. print("DEAD")
  56. Humanoid.PlatformStand = true
  57. Torso.Anchored = true
  58. p1 = Instance.new("Part", cPlayer)
  59. p1.Anchored = true
  60. p1.formFactor = "Custom"
  61. p1.Size = Vector3.new(1, 1, 1)
  62. p1.TopSurface = 0
  63. p1.BottomSurface = 0
  64. p1.CanCollide = false
  65. p1.Name = "AnchorR"
  66. p1.CFrame = Torso.CFrame * CFrame.new(0.5, -3.5, 0)
  67. p1.Transparency = 1
  68. p2 = Instance.new("Part", cPlayer)
  69. p2.Anchored = true
  70. p2.formFactor = "Custom"
  71. p2.Size = Vector3.new(1, 1, 1)
  72. p2.TopSurface = 0
  73. p2.BottomSurface = 0
  74. p2.CanCollide = false
  75. p2.Name = "AnchorL"
  76. p2.CFrame = Torso.CFrame * CFrame.new(-0.5, -3.5, 0)
  77. p2.Transparency = 1
  78. g1 = Instance.new("Glue", RightLeg)
  79. g1.Part0 = Torso
  80. g1.Part1 = RightLeg
  81. g1.C0 = CFrame.new(0.5, -2, 0)
  82. g1.C1 = CFrame.new(0, 0, 0)
  83. g1.F0 = Vector3.new(0, 1, 0)
  84. g1.F1 = Vector3.new(0, 1, 0)
  85. g1.F2 = Vector3.new(0, 1, 0)
  86. g1.F3 = Vector3.new(0, 1, 0)
  87. g2 = Instance.new("Glue", p1)
  88. g2.Part0 = p1
  89. g2.Part1 = RightLeg
  90. g2.C0 = CFrame.new(0, 1.5, 0)
  91. g2.C1 = CFrame.new(0, 0, 0)
  92. g2.F0 = Vector3.new(0.25, -1, 0.25)
  93. g2.F1 = Vector3.new(0.25, -1, -0.25)
  94. g2.F2 = Vector3.new(-0.25, -1, 0.25)
  95. g2.F3 = Vector3.new(-0.25, -1, -0.25)
  96. g3 = Instance.new("Glue", LeftLeg)
  97. g3.Part0 = Torso
  98. g3.Part1 = LeftLeg
  99. g3.C0 = CFrame.new(-0.5, -2, 0)
  100. g3.C1 = CFrame.new(0, 0, 0)
  101. g3.F0 = Vector3.new(0, 1, 0)
  102. g3.F1 = Vector3.new(0, 1, 0)
  103. g3.F2 = Vector3.new(0, 1, 0)
  104. g3.F3 = Vector3.new(0, 1, 0)
  105. g4 = Instance.new("Glue", p2)
  106. g4.Part0 = p2
  107. g4.Part1 = LeftLeg
  108. g4.C0 = CFrame.new(0, 1.5, 0)
  109. g4.C1 = CFrame.new(0, 0, 0)
  110. g4.F0 = Vector3.new(0.25, -1, 0.25)
  111. g4.F1 = Vector3.new(0.25, -1, -0.25)
  112. g4.F2 = Vector3.new(-0.25, -1, 0.25)
  113. g4.F3 = Vector3.new(-0.25, -1, -0.25)
  114. g5 = Instance.new("Glue", Torso)
  115. g5.Part0 = Head
  116. g5.Part1 = Torso
  117. g5.C0 = CFrame.new(0, 0, 0)
  118. g5.C1 = CFrame.new(0, 1.5, 0)
  119. g5.F0 = Vector3.new(0, 0, 0)
  120. g5.F1 = Vector3.new(0, 0, 0)
  121. g5.F2 = Vector3.new(0, 0, 0)
  122. g5.F3 = Vector3.new(0, 0, 0)
  123. for _,v in pairs(Welds) do
  124. if v.Name ~= "Neck" then
  125. print(v.Name)
  126. v.Parent = nil
  127. if v.Name == "Right Shoulder" then
  128. RSC0 = v.C0
  129. RSC1 = v.C1
  130. else
  131. if v.Name == "Left Shoulder" then
  132. LSC0 = v.C0
  133. LSC1 = v.C1
  134. end
  135. end
  136. end
  137. end
  138. b1 = Instance.new("Motor6D", RightArm)
  139. b1.Part0 = Torso
  140. b1.Part1 = RightArm
  141. b1.C0 = RSC0
  142. b1.C1 = RSC1 * CFrame.new(0, 0.25, 0)
  143. b2 = Instance.new("Motor6D", LeftArm)
  144. b2.Part0 = Torso
  145. b2.Part1 = LeftArm
  146. b2.C0 = LSC0
  147. b2.C1 = LSC1 * CFrame.new(0, 0.25, 0)
  148. pos = Torso.Position
  149. brot = Instance.new("BodyAngularVelocity", Torso)
  150. brot.P = 2250
  151. brot.maxTorque = Vector3.new(8000000, 8000000, 8000000)
  152. bpos = Instance.new("BodyPosition", Torso)
  153. bpos.P = 4250
  154. bpos.D = 150
  155. bpos.maxForce = Vector3.new(8000000000, 0, 8000000000)
  156. bpos.position = Torso.Position
  157. Torso.RotVelocity = Vector3.new()
  158. Torso.Velocity = Vector3.new()
  159. for i = 1, 5 do
  160. for _,v in pairs(cPlayer:children()) do
  161. if v:IsA("BasePart") then
  162. v.Velocity = Vector3.new()
  163. v.RotVelocity = Vector3.new()
  164. end
  165. end
  166. wait(0.05)
  167. end
  168. Torso.Neck.Parent = nil
  169. Torso.Anchored = false
  170. ex = 0
  171. em = 0
  172. elo = 0
  173. local mus = Instance.new("Sound", Torso)
  174. mus.Volume = 1
  175. mus.SoundId = "http://www.roblox.com/asset/?id=230597205"
  176. wait()
  177. mus:Play()
  178. ded = false
  179. wait()
  180. li = Instance.new("PointLight", Torso)
  181. li.Range = 25
  182. li.Brightness = 5
  183. li.Shadows = true
  184. pos = Torso.CFrame
  185. while down do
  186. game:GetService("RunService").Stepped:wait()
  187. em = em + 1
  188. elo = elo + 1
  189. if em == 11 then
  190. brot.angularvelocity = Vector3.new(math.random(-26, 26), math.random(-20, 20) / 6, math.random(-26, 26) / 2)
  191. bpos.position = pos * CFrame.new(math.random(-20, 20) / 10, 0, math.random(-20, 20) / 20).p
  192. em = math.random(0, 4)
  193. li.Color = Color3.new(math.random(100, 255) / 255, math.random(100, 255) / 255, math.random(100, 255) / 255)
  194. end
  195. b1.C0 = RSC0 * CFrame.new(math.cos(math.rad(elo * 15)) / 20, 0.5, math.sin(math.rad(elo * 15)) / 30) * CFrame.Angles(math.rad(ex / 8) * elo - math.pi / 3, math.cos(math.rad(elo * 15)) / 100, math.sin(elo / 8) * 7)
  196. b2.C0 = LSC0 * CFrame.new(math.cos(math.rad(elo * 15)) / 20, 0.5, math.sin(math.rad(elo * 15)) / 30) * CFrame.Angles(math.rad(-ex / 8) * elo - math.pi / 3, math.sin(math.rad(elo * 15)) / 100, -math.cos(elo / 8) * 7)
  197. ex = ex + math.random(-5, 5) / 5
  198. if ex > 50 then
  199. ex = 50
  200. else
  201. if ex < 10 then
  202. ex = 20
  203. end
  204. end
  205. if elo > 15 then
  206. if g1.Parent == nil or g2.Parent == nil or g3.Parent == nil or g4.Parent == nil or g5.Parent == nil or Humanoid.Health <= 0 then
  207. ded = true
  208. break
  209. end
  210. if g1.Part0 == nil or g2.Part0 == nil or g3.Part0 == nil or g4.Part0 == nil or g5.Part0 == nil then
  211. ded = true
  212. break
  213. end
  214. if RightArm.Parent == nil or LeftArm.Parent == nil or LeftLeg.Parent == nil or RightLeg.Parent == nil then
  215. ded = true
  216. break
  217. end
  218. end
  219. end
  220. li:Remove()
  221. mus:Stop()
  222. if ded then
  223. Head.Anchored = false
  224. for _,v in pairs(cPlayer:children()) do
  225. if v:IsA("BasePart") then
  226. v:BreakJoints()
  227. v.CFrame = CFrame.new(Torso.Position + Vector3.new(math.random(-2, 2), math.random(-1, 2), math.random(-2, 2))) * CFrame.Angles(math.random(-50, 50), math.random(-50, 50), math.random(-50, 50))
  228. v.Velocity = Vector3.new(0, 0, 0)
  229. end
  230. end
  231. e = Instance.new("Explosion", workspace)
  232. e.BlastRadius = 10
  233. e.BlastPressure = 0
  234. e.Position = Torso.Position
  235. e.Hit:connect(function(hit)
  236. if hit.Parent == cPlayer and hit.Name ~= "AnchorR" and hit.Name ~= "AnchorL" then
  237. if hit:FindFirstChild("Fire") == nil then
  238. Instance.new("Fire", hit)
  239. end
  240. hit:BreakJoints()
  241. hit.Velocity = e.Position - hit.Position.unit * 80
  242. hit.RotVelocity = hit.Velocity
  243. end
  244. end
  245. )
  246. s = Instance.new("Sound", Head)
  247. s.SoundId = "http://www.roblox.com/asset/?id=230597277"
  248. s.Volume = 1
  249. wait()
  250. s:Play()
  251. s = Instance.new("Sound", p1)
  252. s.SoundId = "http://www.roblox.com/asset/?id=221920821"
  253. s.Volume = 1
  254. s.Pitch = 1.25
  255. wait()
  256. s:Play()
  257. end
  258. wait(0.5)
  259. mus:Remove()
  260. end
  261.  
  262. onEquip = function(mouse)
  263. mouse.Button1Down:connect(function()
  264. down = true
  265. startVictoly()
  266. end
  267. )
  268. mouse.Button1Up:connect(function()
  269. down = false
  270. stopVictoly()
  271. end
  272. )
  273. end
  274.  
  275. hop.Selected:connect(onEquip)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement