Advertisement
Guest User

sex

a guest
May 7th, 2015
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --This ROBLOX Script Is Made By The Respected Owners.
  2. --Script Hidden For Privacy Of The Users. Script Hidden For Privacy Of The Users.
  3. --Username Input Is Required At The Bottom.
  4.  
  5. --Instructions Copy and paste into script builder,
  6. --Put two names into "YOURNAME", and "THE VICTIM" (One of them doesn't have to be you)
  7.  
  8. --This Script Makes two players in your game.. Well.. I think its in the title ;D
  9.  
  10. ----------------------------------------------------------------------------------------
  11. function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f)
  12. local funcw = Instance.new("Weld")
  13. funcw.Name = zName
  14. funcw.Parent = zParent
  15. funcw.Part0 = zPart0
  16. @h
  17. funcw.Part1 = zPart1
  18. if (zCoco == true) then
  19. funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  20. else
  21. funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  22. end
  23. return funcw
  24. end
  25. function fun(n1, n2)
  26. pcall(function()
  27. t1 = game.Players[n1].Character.Torso
  28. t2 = game.Players[n2].Character.Torso
  29. t2.Parent.Humanoid.PlatformStand = true
  30. t1["Left Shoulder"]:Remove()
  31. ls1 = Instance.new("Weld")
  32. ls1.Parent = t1
  33. ls1.Part0 = t1
  34. ls1.Part1 = t1.Parent["Left Arm"]
  35. ls1.C0 = CFrame.new(-1.5,0,0)
  36. ls1.Name = "Left Shoulder"
  37. t1["Right Shoulder"]:Remove()
  38. rs1 = Instance.new("Weld")
  39. rs1.Parent = t1
  40. rs1.Part0 = t1
  41. rs1.Part1 = t1.Parent["Right Arm"]
  42. rs1.C0 = CFrame.new(1.5,0,0)
  43. rs1.Name = "Right Shoulder"
  44. t2["Left Shoulder"]:Remove()
  45. ls2 = Instance.new("Weld")
  46. ls2.Parent = t2
  47. ls2.Part0 = t2
  48. ls2.Part1 = t2.Parent["Left Arm"]
  49. ls2.C0 = CFrame.new(-1.5,0,0)
  50. ls2.Name = "Left Shoulder"
  51. t2["Right Shoulder"]:Remove()
  52. rs2 = Instance.new("Weld")
  53. rs2.Parent = t2
  54. rs2.Part0 = t2
  55. rs2.Part1 = t2.Parent["Right Arm"]
  56. rs2.C0 = CFrame.new(1.5,0,0)
  57. rs2.Name = "Right Shoulder"
  58. t2["Left Hip"]:Remove()
  59. lh2 = Instance.new("Weld")
  60. lh2.Parent = t2
  61. lh2.Part0 = t2
  62. lh2.Part1 = t2.Parent["Left Leg"]
  63. lh2.C0 = CFrame.new(-0.5,-2,0)
  64. lh2.Name = "Left Hip"
  65. t2["Right Hip"]:Remove()
  66. rh2 = Instance.new("Weld")
  67. rh2.Parent = t2
  68. rh2.Part0 = t2
  69. rh2.Part1 = t2.Parent["Right Leg"]
  70. rh2.C0 = CFrame.new(0.5,-2,0)
  71. rh2.Name = "Right Hip"
  72. local d = Instance.new("Part")
  73. d.TopSurface = 0
  74. d.BottomSurface = 0
  75. d.CanCollide = false
  76. d.BrickColor = BrickColor.new("Medium stone grey")
  77. d.Shape = "Ball"
  78. d.Parent = t1
  79. d.Size = Vector3.new(1,1,1)
  80. local dm = Instance.new("SpecialMesh")
  81. dm.MeshType = "Sphere"
  82. dm.Parent = d
  83. dm.Scale = Vector3.new(0.4,0.4,0.4)
  84. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  85. d2 = d:Clone()
  86. d2.Parent = t1
  87. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  88. local c = Instance.new("Part")
  89. c.TopSurface = 0
  90. c.BottomSurface = 0
  91. c.CanCollide = false
  92. c.BrickColor = BrickColor.new("Pastel brown")
  93. c.Parent = t1
  94. c.formFactor = "Custom"
  95. c.Size = Vector3.new(0.4,1.3,0.4)
  96. cm = Instance.new("CylinderMesh")
  97. cm.Parent = c
  98. a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  99. c2 = d:Clone()
  100. c2.BrickColor = BrickColor.new("Medium stone grey")
  101. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  102. c2.Parent = t1
  103. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  104. local bl = Instance.new("Part")
  105. bl.TopSurface = 0
  106. bl.BottomSurface = 0
  107. bl.CanCollide = false
  108. bl.BrickColor = BrickColor.new("Pastel brown")
  109. bl.Shape = "Ball"
  110. bl.Parent = t2
  111. bl.Size = Vector3.new(1,1,1)
  112. local dm = Instance.new("SpecialMesh")
  113. dm.MeshType = "Sphere"
  114. dm.Parent = bl
  115. dm.Scale = Vector3.new(1.2,1.2,1.2)
  116. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  117. local br = Instance.new("Part")
  118. br.TopSurface = 0
  119. br.BottomSurface = 0
  120. br.CanCollide = false
  121. br.BrickColor = BrickColor.new("Pastel brown")
  122. br.Shape = "Ball"
  123. br.Parent = t2
  124. br.Size = Vector3.new(1,1,1)
  125. local dm = Instance.new("SpecialMesh")
  126. dm.MeshType = "Sphere"
  127. dm.Parent = br
  128. dm.Scale = Vector3.new(1.2,1.2,1.2)
  129. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  130. local bln = Instance.new("Part")
  131. bln.TopSurface = 0
  132. bln.BottomSurface = 0
  133. bln.CanCollide = false
  134. bln.Shape = "Ball"
  135. bln.Parent = t2
  136. bln.Size = Vector3.new(1,1,1)
  137. local dm = Instance.new("SpecialMesh")
  138. dm.MeshType = "Sphere"
  139. dm.Parent = bln
  140. dm.Scale = Vector3.new(0.2,0.2,0.2)
  141. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  142. local brn = Instance.new("Part")
  143. brn.TopSurface = 0
  144. brn.BottomSurface = 0
  145. brn.CanCollide = false
  146. brn.Shape = "Ball"
  147. brn.Parent = t2
  148. brn.Size = Vector3.new(1,1,1)
  149. local dm = Instance.new("SpecialMesh")
  150. dm.MeshType = "Sphere"
  151. dm.Parent = brn
  152. dm.Scale = Vector3.new(0.2,0.2,0.2)
  153. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  154. lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0)
  155. rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0)
  156. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0)
  157. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0)
  158. ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0)
  159. rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0)
  160. if t1:findFirstChild("weldx") ~= nil then
  161. t1.weldx:Remove()
  162. end
  163. we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  164. n = t2.Neck
  165. n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  166. end)
  167. coroutine.resume(coroutine.create(function()
  168. while wait() do
  169. for i = 1,6 do
  170. we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  171. wait()
  172. end
  173.  
  174. for i = 1,6 do
  175. we.C1 = we.C1 * CFrame.new(0,0.3,0)
  176. wait()
  177. end
  178. end
  179. end))
  180. end
  181. fun("YOURNAME", "THE VICTIM")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement