Advertisement
Guest User

rapepepe

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