Advertisement
ScriptEater9000

Untitled

Feb 21st, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.62 KB | None | 0 0
  1. local RapeGUI = Instance.new("ScreenGui")
  2. local Rape = Instance.new("Frame")
  3. local plr1 = Instance.new("TextBox")
  4. local plr2 = Instance.new("TextBox")
  5. local Rape_2 = Instance.new("TextButton")
  6.  
  7. RapeGUI.Name = "RapeGUI"
  8. RapeGUI.Parent = game.CoreGui
  9.  
  10. Rape.Name = "Rape"
  11. Rape.Parent = RapeGUI
  12. Rape.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  13. Rape.BorderColor3 = Color3.new(0, 0, 0)
  14. Rape.Position = UDim2.new(0, 5, 1, -50)
  15. Rape.Size = UDim2.new(0, 200, 0, 45)
  16.  
  17. plr1.Name = "plr1"
  18. plr1.Parent = Rape
  19. plr1.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  20. plr1.BorderColor3 = Color3.new(0, 0, 0)
  21. plr1.Size = UDim2.new(1, -100, 0, 20)
  22. plr1.Font = Enum.Font.Fantasy
  23. plr1.FontSize = Enum.FontSize.Size14
  24. plr1.Text = "Player1"
  25. plr1.TextColor3 = Color3.new(1, 1, 1)
  26. plr1.TextScaled = true
  27. plr1.TextStrokeTransparency = 0
  28. plr1.TextWrapped = true
  29.  
  30. plr2.Name = "plr2"
  31. plr2.Parent = Rape
  32. plr2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  33. plr2.BorderColor3 = Color3.new(0, 0, 0)
  34. plr2.Position = UDim2.new(1, -100, 0, 0)
  35. plr2.Size = UDim2.new(1, -100, 0, 20)
  36. plr2.Font = Enum.Font.Fantasy
  37. plr2.FontSize = Enum.FontSize.Size14
  38. plr2.Text = "Player2"
  39. plr2.TextColor3 = Color3.new(1, 1, 1)
  40. plr2.TextScaled = true
  41. plr2.TextStrokeTransparency = 0
  42. plr2.TextWrapped = true
  43.  
  44. Rape_2.Name = "Rape"
  45. Rape_2.Parent = Rape
  46. Rape_2.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  47. Rape_2.BorderColor3 = Color3.new(0, 0, 0)
  48. Rape_2.Position = UDim2.new(0, 0, 1, -25)
  49. Rape_2.Size = UDim2.new(1, 0, 0, 25)
  50. Rape_2.Font = Enum.Font.Fantasy
  51. Rape_2.FontSize = Enum.FontSize.Size14
  52. Rape_2.Text = "Rape"
  53. Rape_2.TextColor3 = Color3.new(1, 1, 1)
  54. Rape_2.TextScaled = true
  55. Rape_2.TextStrokeTransparency = 0
  56. Rape_2.TextWrapped = true
  57.  
  58. function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f)
  59. local funcw = Instance.new("Weld")
  60. funcw.Name = zName
  61. funcw.Parent = zParent
  62. funcw.Part0 = zPart0
  63. funcw.Part1 = zPart1
  64. if (zCoco == true) then
  65. funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  66. else
  67. funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  68. end
  69. return funcw
  70. end
  71.  
  72. Rape_2.MouseButton1Click:connect(function()
  73.  
  74. function fun(n1, n2)
  75. pcall(function()
  76. t1 = game.Players[n1].Character.Torso
  77. t2 = game.Players[n2].Character.Torso
  78. t2.Parent.Humanoid.PlatformStand = true
  79. t1["Left Shoulder"]:Remove()
  80. ls1 = Instance.new("Weld")
  81. ls1.Parent = t1
  82. ls1.Part0 = t1
  83. ls1.Part1 = t1.Parent["Left Arm"]
  84. ls1.C0 = CFrame.new(-1.5,0,0)
  85. ls1.Name = "Left Shoulder"
  86. t1["Right Shoulder"]:Remove()
  87. rs1 = Instance.new("Weld")
  88. rs1.Parent = t1
  89. rs1.Part0 = t1
  90. rs1.Part1 = t1.Parent["Right Arm"]
  91. rs1.C0 = CFrame.new(1.5,0,0)
  92. rs1.Name = "Right Shoulder"
  93. t2["Left Shoulder"]:Remove()
  94. ls2 = Instance.new("Weld")
  95. ls2.Parent = t2
  96. ls2.Part0 = t2
  97. ls2.Part1 = t2.Parent["Left Arm"]
  98. ls2.C0 = CFrame.new(-1.5,0,0)
  99. ls2.Name = "Left Shoulder"
  100. t2["Right Shoulder"]:Remove()
  101. rs2 = Instance.new("Weld")
  102. rs2.Parent = t2
  103. rs2.Part0 = t2
  104. rs2.Part1 = t2.Parent["Right Arm"]
  105. rs2.C0 = CFrame.new(1.5,0,0)
  106. rs2.Name = "Right Shoulder"
  107. t2["Left Hip"]:Remove()
  108. lh2 = Instance.new("Weld")
  109. lh2.Parent = t2
  110. lh2.Part0 = t2
  111. lh2.Part1 = t2.Parent["Left Leg"]
  112. lh2.C0 = CFrame.new(-0.5,-2,0)
  113. lh2.Name = "Left Hip"
  114. t2["Right Hip"]:Remove()
  115. rh2 = Instance.new("Weld")
  116. rh2.Parent = t2
  117. rh2.Part0 = t2
  118. rh2.Part1 = t2.Parent["Right Leg"]
  119. rh2.C0 = CFrame.new(0.5,-2,0)
  120. rh2.Name = "Right Hip"
  121. local d = Instance.new("Part")
  122. d.TopSurface = 0
  123. d.BottomSurface = 0
  124. d.CanCollide = false
  125. d.BrickColor = BrickColor.new("Medium stone grey")
  126. d.Shape = "Ball"
  127. d.Parent = t1
  128. d.Size = Vector3.new(1,1,1)
  129. local dm = Instance.new("SpecialMesh")
  130. dm.MeshType = "Sphere"
  131. dm.Parent = d
  132. dm.Scale = Vector3.new(0.4,0.4,0.4)
  133. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  134. d2 = d:Clone()
  135. d2.Parent = t1
  136. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  137. local c = Instance.new("Part")
  138. c.TopSurface = 0
  139. c.BottomSurface = 0
  140. c.CanCollide = false
  141. c.BrickColor = BrickColor.new("Pastel brown")
  142. c.Parent = t1
  143. c.formFactor = "Custom"
  144. c.Size = Vector3.new(0.4,1.3,0.4)
  145. cm = Instance.new("CylinderMesh")
  146. cm.Parent = c
  147. a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  148. c2 = d:Clone()
  149. c2.BrickColor = BrickColor.new("Medium stone grey")
  150. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  151. c2.Parent = t1
  152. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  153. local bl = Instance.new("Part")
  154. bl.TopSurface = 0
  155. bl.BottomSurface = 0
  156. bl.CanCollide = false
  157. bl.BrickColor = BrickColor.new("Pastel brown")
  158. bl.Shape = "Ball"
  159. bl.Parent = t2
  160. bl.Size = Vector3.new(1,1,1)
  161. local dm = Instance.new("SpecialMesh")
  162. dm.MeshType = "Sphere"
  163. dm.Parent = bl
  164. dm.Scale = Vector3.new(1.2,1.2,1.2)
  165. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  166. local br = Instance.new("Part")
  167. br.TopSurface = 0
  168. br.BottomSurface = 0
  169. br.CanCollide = false
  170. br.BrickColor = BrickColor.new("Pastel brown")
  171. br.Shape = "Ball"
  172. br.Parent = t2
  173. br.Size = Vector3.new(1,1,1)
  174. local dm = Instance.new("SpecialMesh")
  175. dm.MeshType = "Sphere"
  176. dm.Parent = br
  177. dm.Scale = Vector3.new(1.2,1.2,1.2)
  178. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  179. local bln = Instance.new("Part")
  180. bln.TopSurface = 0
  181. bln.BottomSurface = 0
  182. bln.CanCollide = false
  183. bln.Shape = "Ball"
  184. bln.Parent = t2
  185. bln.Size = Vector3.new(1,1,1)
  186. local dm = Instance.new("SpecialMesh")
  187. dm.MeshType = "Sphere"
  188. dm.Parent = bln
  189. dm.Scale = Vector3.new(0.2,0.2,0.2)
  190. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  191. local brn = Instance.new("Part")
  192. brn.TopSurface = 0
  193. brn.BottomSurface = 0
  194. brn.CanCollide = false
  195. brn.Shape = "Ball"
  196. brn.Parent = t2
  197. brn.Size = Vector3.new(1,1,1)
  198. local dm = Instance.new("SpecialMesh")
  199. dm.MeshType = "Sphere"
  200. dm.Parent = brn
  201. dm.Scale = Vector3.new(0.2,0.2,0.2)
  202. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  203. lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0)
  204. rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0)
  205. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0)
  206. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0)
  207. ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0)
  208. rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0)
  209. if t1:findFirstChild("weldx") ~= nil then
  210. t1.weldx:Remove()
  211. end
  212. we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  213. n = t2.Neck
  214. n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  215. end)
  216. coroutine.resume(coroutine.create(function()
  217. while wait() do
  218. for i = 1,6 do
  219. we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  220. wait()
  221. end
  222.  
  223. for i = 1,6 do
  224. we.C1 = we.C1 * CFrame.new(0,0.3,0)
  225. wait()
  226. end
  227. end
  228. end))
  229. end
  230. fun(plr1.Swagnewbite, plr2.thelolash33)
  231. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement