Advertisement
Guest User

rape script for Roblox

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