Advertisement
rahuliscool

Untitled

Jan 9th, 2016
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 1.--This ROBLOX Script Is Made By The Respected Owners.
  2.  
  3.  
  4. 2.--Script Hidden For Privacy Of The Users. Script Hidden For Privacy Of The Users.
  5.  
  6.  
  7. 3.--Username Input Is Required At The Bottom.
  8.  
  9.  
  10. 4.
  11.  
  12.  
  13. 5.--Instructions Copy and paste into script builder,
  14.  
  15.  
  16. 6.--Put two names into "YOURNAME", and "THE VICTIM" (One of them doesn't have to be you)
  17.  
  18.  
  19. 7.
  20.  
  21.  
  22. 8.--This Script Makes two players in your game.. Well.. I think its in the title ;D
  23.  
  24.  
  25. 9.
  26.  
  27.  
  28. 10.----------------------------------------------------------------------------------------
  29.  
  30.  
  31. 11.function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f)
  32.  
  33.  
  34. 12.local funcw = Instance.new("Weld")
  35.  
  36.  
  37. 13.funcw.Name = zName
  38.  
  39.  
  40. 14.funcw.Parent = zParent
  41.  
  42.  
  43. 15.funcw.Part0 = zPart0
  44.  
  45.  
  46. 16.funcw.Part1 = zPart1
  47.  
  48.  
  49. 17.if (zCoco == true) then
  50.  
  51.  
  52. 18.funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  53.  
  54.  
  55. 19.else
  56.  
  57.  
  58. 20.funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  59.  
  60.  
  61. 21.end
  62.  
  63.  
  64. 22.return funcw
  65.  
  66.  
  67. 23.end
  68.  
  69.  
  70. 24.function fun(n1, n2)
  71.  
  72.  
  73. 25.pcall(function()
  74.  
  75.  
  76. 26.t1 = game.Players[n1].Character.Torso
  77.  
  78.  
  79. 27.t2 = game.Players[n2].Character.Torso
  80.  
  81.  
  82. 28.t2.Parent.Humanoid.PlatformStand = true
  83.  
  84.  
  85. 29.t1["Left Shoulder"]:Remove()
  86.  
  87.  
  88. 30.ls1 = Instance.new("Weld")
  89.  
  90.  
  91. 31.ls1.Parent = t1
  92.  
  93.  
  94. 32.ls1.Part0 = t1
  95.  
  96.  
  97. 33.ls1.Part1 = t1.Parent["Left Arm"]
  98.  
  99.  
  100. 34.ls1.C0 = CFrame.new(-1.5,0,0)
  101.  
  102.  
  103. 35.ls1.Name = "Left Shoulder"
  104.  
  105.  
  106. 36.t1["Right Shoulder"]:Remove()
  107.  
  108.  
  109. 37.rs1 = Instance.new("Weld")
  110.  
  111.  
  112. 38.rs1.Parent = t1
  113.  
  114.  
  115. 39.rs1.Part0 = t1
  116.  
  117.  
  118. 40.rs1.Part1 = t1.Parent["Right Arm"]
  119.  
  120.  
  121. 41.rs1.C0 = CFrame.new(1.5,0,0)
  122.  
  123.  
  124. 42.rs1.Name = "Right Shoulder"
  125.  
  126.  
  127. 43.t2["Left Shoulder"]:Remove()
  128.  
  129.  
  130. 44.ls2 = Instance.new("Weld")
  131.  
  132.  
  133. 45.ls2.Parent = t2
  134.  
  135.  
  136. 46.ls2.Part0 = t2
  137.  
  138.  
  139. 47.ls2.Part1 = t2.Parent["Left Arm"]
  140.  
  141.  
  142. 48.ls2.C0 = CFrame.new(-1.5,0,0)
  143.  
  144.  
  145. 49.ls2.Name = "Left Shoulder"
  146.  
  147.  
  148. 50.t2["Right Shoulder"]:Remove()
  149.  
  150.  
  151. 51.rs2 = Instance.new("Weld")
  152.  
  153.  
  154. 52.rs2.Parent = t2
  155.  
  156.  
  157. 53.rs2.Part0 = t2
  158.  
  159.  
  160. 54.rs2.Part1 = t2.Parent["Right Arm"]
  161.  
  162.  
  163. 55.rs2.C0 = CFrame.new(1.5,0,0)
  164.  
  165.  
  166. 56.rs2.Name = "Right Shoulder"
  167.  
  168.  
  169. 57.t2["Left Hip"]:Remove()
  170.  
  171.  
  172. 58.lh2 = Instance.new("Weld")
  173.  
  174.  
  175. 59.lh2.Parent = t2
  176.  
  177.  
  178. 60.lh2.Part0 = t2
  179.  
  180.  
  181. 61.lh2.Part1 = t2.Parent["Left Leg"]
  182.  
  183.  
  184. 62.lh2.C0 = CFrame.new(-0.5,-2,0)
  185.  
  186.  
  187. 63.lh2.Name = "Left Hip"
  188.  
  189.  
  190. 64.t2["Right Hip"]:Remove()
  191.  
  192.  
  193. 65.rh2 = Instance.new("Weld")
  194.  
  195.  
  196. 66.rh2.Parent = t2
  197.  
  198.  
  199. 67.rh2.Part0 = t2
  200.  
  201.  
  202. 68.rh2.Part1 = t2.Parent["Right Leg"]
  203.  
  204.  
  205. 69.rh2.C0 = CFrame.new(0.5,-2,0)
  206.  
  207.  
  208. 70.rh2.Name = "Right Hip"
  209.  
  210.  
  211. 71.local d = Instance.new("Part")
  212.  
  213.  
  214. 72.d.TopSurface = 0
  215.  
  216.  
  217. 73.d.BottomSurface = 0
  218.  
  219.  
  220. 74.d.CanCollide = false
  221.  
  222.  
  223. 75.d.BrickColor = BrickColor.new("Medium stone grey")
  224.  
  225.  
  226. 76.d.Shape = "Ball"
  227.  
  228.  
  229. 77.d.Parent = t1
  230.  
  231.  
  232. 78.d.Size = Vector3.new(1,1,1)
  233.  
  234.  
  235. 79.local dm = Instance.new("SpecialMesh")
  236.  
  237.  
  238. 80.dm.MeshType = "Sphere"
  239.  
  240.  
  241. 81.dm.Parent = d
  242.  
  243.  
  244. 82.dm.Scale = Vector3.new(0.4,0.4,0.4)
  245.  
  246.  
  247. 83.fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  248.  
  249.  
  250. 84.d2 = d:Clone()
  251.  
  252.  
  253. 85.d2.Parent = t1
  254.  
  255.  
  256. 86.fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  257.  
  258.  
  259. 87.local c = Instance.new("Part")
  260.  
  261.  
  262. 88.c.TopSurface = 0
  263.  
  264.  
  265. 89.c.BottomSurface = 0
  266.  
  267.  
  268. 90.c.CanCollide = false
  269.  
  270.  
  271. 91.c.BrickColor = BrickColor.new("Pastel brown")
  272.  
  273.  
  274. 92.c.Parent = t1
  275.  
  276.  
  277. 93.c.formFactor = "Custom"
  278.  
  279.  
  280. 94.c.Size = Vector3.new(0.4,1.3,0.4)
  281.  
  282.  
  283. 95.cm = Instance.new("CylinderMesh")
  284.  
  285.  
  286. 96.cm.Parent = c
  287.  
  288.  
  289. 97.a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  290.  
  291.  
  292. 98.c2 = d:Clone()
  293.  
  294.  
  295. 99.c2.BrickColor = BrickColor.new("Medium stone grey")
  296.  
  297.  
  298. 100.c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  299.  
  300.  
  301. 101.c2.Parent = t1
  302.  
  303.  
  304. 102.fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  305.  
  306.  
  307. 103.local bl = Instance.new("Part")
  308.  
  309.  
  310. 104.bl.TopSurface = 0
  311.  
  312.  
  313. 105.bl.BottomSurface = 0
  314.  
  315.  
  316. 106.bl.CanCollide = false
  317.  
  318.  
  319. 107.bl.BrickColor = BrickColor.new("Pastel brown")
  320.  
  321.  
  322. 108.bl.Shape = "Ball"
  323.  
  324.  
  325. 109.bl.Parent = t2
  326.  
  327.  
  328. 110.bl.Size = Vector3.new(1,1,1)
  329.  
  330.  
  331. 111.local dm = Instance.new("SpecialMesh")
  332.  
  333.  
  334. 112.dm.MeshType = "Sphere"
  335.  
  336.  
  337. 113.dm.Parent = bl
  338.  
  339.  
  340. 114.dm.Scale = Vector3.new(1.2,1.2,1.2)
  341.  
  342.  
  343. 115.fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  344.  
  345.  
  346. 116.local br = Instance.new("Part")
  347.  
  348.  
  349. 117.br.TopSurface = 0
  350.  
  351.  
  352. 118.br.BottomSurface = 0
  353.  
  354.  
  355. 119.br.CanCollide = false
  356.  
  357.  
  358. 120.br.BrickColor = BrickColor.new("Pastel brown")
  359.  
  360.  
  361. 121.br.Shape = "Ball"
  362.  
  363.  
  364. 122.br.Parent = t2
  365.  
  366.  
  367. 123.br.Size = Vector3.new(1,1,1)
  368.  
  369.  
  370. 124.local dm = Instance.new("SpecialMesh")
  371.  
  372.  
  373. 125.dm.MeshType = "Sphere"
  374.  
  375.  
  376. 126.dm.Parent = br
  377.  
  378.  
  379. 127.dm.Scale = Vector3.new(1.2,1.2,1.2)
  380.  
  381.  
  382. 128.fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  383.  
  384.  
  385. 129.local bln = Instance.new("Part")
  386.  
  387.  
  388. 130.bln.TopSurface = 0
  389.  
  390.  
  391. 131.bln.BottomSurface = 0
  392.  
  393.  
  394. 132.bln.CanCollide = false
  395.  
  396.  
  397. 133.bln.Shape = "Ball"
  398.  
  399.  
  400. 134.bln.Parent = t2
  401.  
  402.  
  403. 135.bln.Size = Vector3.new(1,1,1)
  404.  
  405.  
  406. 136.local dm = Instance.new("SpecialMesh")
  407.  
  408.  
  409. 137.dm.MeshType = "Sphere"
  410.  
  411.  
  412. 138.dm.Parent = bln
  413.  
  414.  
  415. 139.dm.Scale = Vector3.new(0.2,0.2,0.2)
  416.  
  417.  
  418. 140.fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  419.  
  420.  
  421. 141.local brn = Instance.new("Part")
  422.  
  423.  
  424. 142.brn.TopSurface = 0
  425.  
  426.  
  427. 143.brn.BottomSurface = 0
  428.  
  429.  
  430. 144.brn.CanCollide = false
  431.  
  432.  
  433. 145.brn.Shape = "Ball"
  434.  
  435.  
  436. 146.brn.Parent = t2
  437.  
  438.  
  439. 147.brn.Size = Vector3.new(1,1,1)
  440.  
  441.  
  442. 148.local dm = Instance.new("SpecialMesh")
  443.  
  444.  
  445. 149.dm.MeshType = "Sphere"
  446.  
  447.  
  448. 150.dm.Parent = brn
  449.  
  450.  
  451. 151.dm.Scale = Vector3.new(0.2,0.2,0.2)
  452.  
  453.  
  454. 152.fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  455.  
  456.  
  457. 153.lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0)
  458.  
  459.  
  460. 154.rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0)
  461.  
  462.  
  463. 155.ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0)
  464.  
  465.  
  466. 156.rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0)
  467.  
  468.  
  469. 157.ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0)
  470.  
  471.  
  472. 158.rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0)
  473.  
  474.  
  475. 159.if t1:findFirstChild("weldx") ~= nil then
  476.  
  477.  
  478. 160.t1.weldx:Remove()
  479.  
  480.  
  481. 161.end
  482.  
  483.  
  484. 162.we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  485.  
  486.  
  487. 163.n = t2.Neck
  488.  
  489.  
  490. 164.n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  491.  
  492.  
  493. 165.end)
  494.  
  495.  
  496. 166.coroutine.resume(coroutine.create(function()
  497.  
  498.  
  499. 167.while wait() do
  500.  
  501.  
  502. 168.for i = 1,6 do
  503.  
  504.  
  505. 169.we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  506.  
  507.  
  508. 170.wait()
  509.  
  510.  
  511. 171.end
  512.  
  513.  
  514. 172.
  515.  
  516.  
  517. 173.for i = 1,6 do
  518.  
  519.  
  520. 174.we.C1 = we.C1 * CFrame.new(0,0.3,0)
  521.  
  522.  
  523. 175.wait()
  524.  
  525.  
  526. 176.end
  527.  
  528.  
  529. 177.end
  530.  
  531.  
  532. 178.end))
  533.  
  534.  
  535. 179.end
  536.  
  537.  
  538. 180.fun("TheDemanded", "johan4051")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement