Gostrondude

yes

May 13th, 2018
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.75 KB | None | 0 0
  1. -- Made by Gostrondude#4930
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local yes = Instance.new("Frame")
  5. local title = Instance.new("TextLabel")
  6. local fun = Instance.new("TextButton")
  7. local victm = Instance.new("TextBox")
  8. local you = Instance.new("TextBox")
  9. local controls = Instance.new("TextLabel")
  10.  
  11. -- Properties
  12.  
  13. ScreenGui.Parent = game.CoreGui
  14. ScreenGui.Name = "mental help"
  15. ScreenGui.Enabled = true
  16. ScreenGui.ResetOnSpawn = true
  17.  
  18. yes.Name = "yes"
  19. yes.Parent = ScreenGui
  20. yes.Active = true
  21. yes.BackgroundColor3 = Color3.new(1, 1, 1)
  22. yes.BorderColor3 = Color3.new(0, 0.333333, 1)
  23. yes.BorderSizePixel = 5
  24. yes.Position = UDim2.new(0.366764277, 0, 0.290513843, 0)
  25. yes.Size = UDim2.new(0, 295, 0, 211)
  26.  
  27. title.Name = "title"
  28. title.Parent = yes
  29. title.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  30. title.BorderColor3 = Color3.new(0, 0.333333, 1)
  31. title.Size = UDim2.new(0, 295, 0, 26)
  32. title.Font = Enum.Font.SourceSansBold
  33. title.Text = "Smexy Gui By Gostrondude"
  34. title.TextColor3 = Color3.new(1, 1, 1)
  35. title.TextSize = 25
  36.  
  37. fun.Name = "fun"
  38. fun.Parent = yes
  39. fun.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  40. fun.BorderColor3 = Color3.new(0, 0.333333, 1)
  41. fun.Position = UDim2.new(0.159322038, 0, 0.625592411, 0)
  42. fun.Size = UDim2.new(0, 200, 0, 23)
  43. fun.Font = Enum.Font.SourceSans
  44. fun.Text = "Have Kids!"
  45. fun.TextColor3 = Color3.new(1, 1, 1)
  46. fun.TextSize = 30
  47.  
  48. victm.Name = "victm"
  49. victm.Parent = yes
  50. victm.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  51. victm.BorderColor3 = Color3.new(0, 0.333333, 1)
  52. victm.Position = UDim2.new(0.528813541, 0, 0.308056861, 0)
  53. victm.Size = UDim2.new(0, 125, 0, 23)
  54. victm.Font = Enum.Font.SourceSans
  55. victm.Text = "Whore #2"
  56. victm.TextColor3 = Color3.new(1, 1, 1)
  57. victm.TextSize = 25
  58.  
  59. you.Name = "you"
  60. you.Parent = yes
  61. you.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  62. you.BorderColor3 = Color3.new(0, 0.333333, 1)
  63. you.Position = UDim2.new(0.0440677963, 0, 0.308056861, 0)
  64. you.Size = UDim2.new(0, 125, 0, 23)
  65. you.Font = Enum.Font.SourceSans
  66. you.Text = "Whore #1"
  67. you.TextColor3 = Color3.new(1, 1, 1)
  68. you.TextSize = 25
  69.  
  70. controls.Name = "controls"
  71. controls.Parent = yes
  72. controls.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  73. controls.BorderColor3 = Color3.new(0, 0.333333, 1)
  74. controls.Position = UDim2.new(-0.00169491523, 0, 0.123222746, 0)
  75. controls.Size = UDim2.new(0, 295, 0, 15)
  76. controls.Font = Enum.Font.SourceSans
  77. controls.Text = "Open And Close Is \"Z\""
  78. controls.TextColor3 = Color3.new(1, 1, 1)
  79. controls.TextSize = 20
  80.  
  81. local open = true
  82. yes.Active = true
  83. yes.Draggable = true
  84. function onKeyPress(inputObject, gameProcessedEvent)
  85. if inputObject.KeyCode == Enum.KeyCode.Z and gameProcessedEvent == false then
  86. if open == true then
  87. open = false
  88. yes:TweenPosition(UDim2.new(0.367, 0,-0.8, 0), "In", "Sine", 1)
  89. else
  90. open = true
  91. yes:TweenPosition(UDim2.new(0.367, 0,0.291, 0), "Out", "Sine", 1)
  92. end
  93. end
  94. end
  95.  
  96. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  97.  
  98. fun.MouseButton1Down:connect(function()
  99. function fWeld(zName, zParent, zPart0, zPart1, zCoco, a, b, c, d, e, f)
  100. local funcw = Instance.new("Weld")
  101. funcw.Name = zName
  102. funcw.Parent = zParent
  103. funcw.Part0 = zPart0
  104. funcw.Part1 = zPart1
  105. if (zCoco == true) then
  106. funcw.C0 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  107. else
  108. funcw.C1 = CFrame.new(a, b, c) * CFrame.fromEulerAnglesXYZ(d, e, f)
  109. end
  110. return funcw
  111. end
  112. function fun(n1, n2)
  113. pcall(function()
  114. t1 = game.Players[n1].Character.Torso
  115. t2 = game.Players[n2].Character.Torso
  116. t2.Parent.Humanoid.PlatformStand = true
  117. t1["Left Shoulder"]:Remove()
  118. ls1 = Instance.new("Weld")
  119. ls1.Parent = t1
  120. ls1.Part0 = t1
  121. ls1.Part1 = t1.Parent["Left Arm"]
  122. ls1.C0 = CFrame.new(-1.5,0,0)
  123. ls1.Name = "Left Shoulder"
  124. t1["Right Shoulder"]:Remove()
  125. rs1 = Instance.new("Weld")
  126. rs1.Parent = t1
  127. rs1.Part0 = t1
  128. rs1.Part1 = t1.Parent["Right Arm"]
  129. rs1.C0 = CFrame.new(1.5,0,0)
  130. rs1.Name = "Right Shoulder"
  131. t2["Left Shoulder"]:Remove()
  132. ls2 = Instance.new("Weld")
  133. ls2.Parent = t2
  134. ls2.Part0 = t2
  135. ls2.Part1 = t2.Parent["Left Arm"]
  136. ls2.C0 = CFrame.new(-1.5,0,0)
  137. ls2.Name = "Left Shoulder"
  138. t2["Right Shoulder"]:Remove()
  139. rs2 = Instance.new("Weld")
  140. rs2.Parent = t2
  141. rs2.Part0 = t2
  142. rs2.Part1 = t2.Parent["Right Arm"]
  143. rs2.C0 = CFrame.new(1.5,0,0)
  144. rs2.Name = "Right Shoulder"
  145. t2["Left Hip"]:Remove()
  146. lh2 = Instance.new("Weld")
  147. lh2.Parent = t2
  148. lh2.Part0 = t2
  149. lh2.Part1 = t2.Parent["Left Leg"]
  150. lh2.C0 = CFrame.new(-0.5,-2,0)
  151. lh2.Name = "Left Hip"
  152. t2["Right Hip"]:Remove()
  153. rh2 = Instance.new("Weld")
  154. rh2.Parent = t2
  155. rh2.Part0 = t2
  156. rh2.Part1 = t2.Parent["Right Leg"]
  157. rh2.C0 = CFrame.new(0.5,-2,0)
  158. rh2.Name = "Right Hip"
  159. local d = Instance.new("Part")
  160. d.TopSurface = 0
  161. d.BottomSurface = 0
  162. d.BrickColor = BrickColor.new("Medium stone grey")
  163. d.Shape = "Ball"
  164. d.Parent = t1
  165. d.Size = Vector3.new(1,1,1)
  166. local dm = Instance.new("SpecialMesh")
  167. dm.MeshType = "Sphere"
  168. dm.Parent = d
  169. dm.Scale = Vector3.new(0.4,0.4,0.4)
  170. fWeld("weld",t1,t1,d,true,-0.2,-1.3,-0.6,0,0,0)
  171. d2 = d:Clone()
  172. d2.Parent = t1
  173. fWeld("weld",t1,t1,d2,true,0.2,-1.3,-0.6,0,0,0)
  174. local c = Instance.new("Part")
  175. c.TopSurface = 0
  176. c.BottomSurface = 0
  177. c.CanCollide = false
  178. c.BrickColor = BrickColor.new("Pastel brown")
  179. c.Parent = t1
  180. c.formFactor = "Custom"
  181. c.Size = Vector3.new(0.4,1.3,0.4)
  182. cm = Instance.new("CylinderMesh")
  183. cm.Parent = c
  184. a = fWeld("weld",t1,t1,c,true,0,-1,-0.52+(-c.Size.y/2),math.rad(-80),0,0)
  185. c2 = d:Clone()
  186. c2.BrickColor = BrickColor.new("Medium stone grey")
  187. c2.Mesh.Scale = Vector3.new(0.4,0.62,0.4)
  188. c2.Parent = t1
  189. fWeld("weld",c,c,c2,true,0,0+(c.Size.y/2),0,math.rad(-10),0,0)
  190. local bl = Instance.new("Part")
  191. bl.TopSurface = 0
  192. bl.BottomSurface = 0
  193. bl.CanCollide = false
  194. bl.BrickColor = BrickColor.new("Pastel brown")
  195. bl.Shape = "Ball"
  196. bl.Parent = t2
  197. bl.Size = Vector3.new(1,1,1)
  198. local dm = Instance.new("SpecialMesh")
  199. dm.MeshType = "Sphere"
  200. dm.Parent = bl
  201. dm.Scale = Vector3.new(1.2,1.2,1.2)
  202. fWeld("weld",t2,t2,bl,true,-0.5,0.5,-0.6,0,0,0)
  203. local br = Instance.new("Part")
  204. br.TopSurface = 0
  205. br.BottomSurface = 0
  206. br.CanCollide = false
  207. br.BrickColor = BrickColor.new("Pastel brown")
  208. br.Shape = "Ball"
  209. br.Parent = t2
  210. br.Size = Vector3.new(1,1,1)
  211. local dm = Instance.new("SpecialMesh")
  212. dm.MeshType = "Sphere"
  213. dm.Parent = br
  214. dm.Scale = Vector3.new(1.2,1.2,1.2)
  215. fWeld("weld",t2,t2,br,true,0.5,0.5,-0.6,0,0,0)
  216. local bln = Instance.new("Part")
  217. bln.TopSurface = 0
  218. bln.BottomSurface = 0
  219. bln.CanCollide = false
  220. bln.Shape = "Ball"
  221. bln.Parent = t2
  222. bln.Size = Vector3.new(1,1,1)
  223. local dm = Instance.new("SpecialMesh")
  224. dm.MeshType = "Sphere"
  225. dm.Parent = bln
  226. dm.Scale = Vector3.new(0.2,0.2,0.2)
  227. fWeld("weld",t2,t2,bln,true,-0.5,0.5,-1.2,0,0,0)
  228. local brn = Instance.new("Part")
  229. brn.TopSurface = 0
  230. brn.BottomSurface = 0
  231. brn.CanCollide = false
  232. brn.Shape = "Ball"
  233. brn.Parent = t2
  234. brn.Size = Vector3.new(1,1,1)
  235. local dm = Instance.new("SpecialMesh")
  236. dm.MeshType = "Sphere"
  237. dm.Parent = brn
  238. dm.Scale = Vector3.new(0.2,0.2,0.2)
  239. fWeld("weld",t2,t2,brn,true,0.5,0.5,-1.2,0,0,0)
  240. lh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,-0.4,0)
  241. rh2.C1 = CFrame.new(0,-1.5,-0.5) * CFrame.Angles(0.9,0.4,0)
  242. ls2.C1 = CFrame.new(-0.5,-1.3,-0.5) * CFrame.Angles(0.9,-0.4,0)
  243. rs2.C1 = CFrame.new(0.5,-1.3,-0.5) * CFrame.Angles(0.9,0.4,0)
  244. ls1.C1 = CFrame.new(-0.5,0.7,0) * CFrame.Angles(-0.9,-0.4,0)
  245. rs1.C1 = CFrame.new(0.5,0.7,0) * CFrame.Angles(-0.9,0.4,0)
  246. if t1:findFirstChild("weldx") ~= nil then
  247. t1.weldx:Remove()
  248. end
  249. we = fWeld("weldx", t1, t1, t2, true, 0, -0.9, -1.3, math.rad(-90), 0, 0)
  250. n = t2.Neck
  251. n.C0 = CFrame.new(0, 1.5, 0) * CFrame.Angles(math.rad(-210), math.rad(180), 0)
  252. end)
  253. coroutine.resume(coroutine.create(function()
  254. while wait() do
  255. for i = 1,6 do
  256. we.C1 = we.C1 * CFrame.new(0,-0.3,0)
  257. wait()
  258. end
  259.  
  260. for i = 1,6 do
  261. we.C1 = we.C1 * CFrame.new(0,0.3,0)
  262. wait()
  263. end
  264. end
  265. end))
  266. end
  267. fun(you.Text, victm.Text)
  268. end)
Advertisement
Add Comment
Please, Sign In to add comment