Facebook
From shit, 3 Months ago, written in Lua.
Embed
Download Paste or View Raw
Hits: 201
  1. local SimpleSexGUI = Instance.new("ScreenGui")
  2.  
  3. local FGUI = Instance.new("Frame")
  4.  
  5. local btnNaked = Instance.new("TextButton")
  6.  
  7. local btnSex = Instance.new("TextButton")
  8.  
  9. local tbxVictim = Instance.new("TextBox")
  10.  
  11. local lblFUCKEMALL = Instance.new("TextLabel")
  12.  
  13. local ImageLabel = Instance.new("ImageLabel")
  14.  
  15. local lbltitle = Instance.new("TextLabel")
  16.  
  17. local TextLabel = Instance.new("TextLabel")
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26. --Properties
  27.  
  28. SimpleSexGUI.Name = "SimpleSexGUI"
  29. SimpleSexGUI.Parent = game.CoreGui
  30.  
  31.  
  32. FGUI.Name = "FGUI"
  33. FGUI.Parent = SimpleSexGUI
  34. FGUI.BackgroundColor3 = Color3.new(255,255,255)
  35. FGUI.BorderSizePixel = 1
  36. FGUI.Position = UDim2.new(0,0, 0.667, 0)
  37. FGUI.Size = UDim2.new(0,317, 0,271)
  38. FGUI.Draggable = true
  39.  
  40.  
  41.  
  42. lbltitle.Name = "Title"
  43. lbltitle.Parent = FGUI
  44. lbltitle.BackgroundColor3 = Color3.new(255,255,255)
  45. lbltitle.BorderSizePixel = 1
  46. lbltitle.Position = UDim2.new (0, 0,-0.122, 0)
  47. lbltitle.Size = UDim2.new (0, 317,0, 33)
  48. lbltitle.Visible = true
  49. lbltitle.Active = true
  50. lbltitle.Draggable = false
  51. lbltitle.Selectable = true
  52. lbltitle.Font = Enum.Font.SourceSansBold
  53. lbltitle.Text = "A Simple Fuck(ing) GUI!!"
  54. lbltitle.TextColor3 = Color3.new(0, 0, 0)
  55. lbltitle.TextSize = 20
  56.  
  57.  
  58.  
  59.  
  60.  
  61. btnSex.Name = "Sex"
  62. btnSex.Parent = FGUI
  63. btnSex.BackgroundColor3 = Color3.new(255,255,255)
  64. btnSex.BorderSizePixel = 1
  65. btnSex.Position = UDim2.new (0.044, 0,0.229, 0)
  66. btnSex.Size = UDim2.new (0, 99,0, 31)
  67. btnSex.Visible = true
  68. btnSex.Active = true
  69. btnSex.Draggable = false
  70. btnSex.Selectable = true
  71. btnSex.Font = Enum.Font.SourceSansBold
  72. btnSex.Text = "Let's FUCK!!"
  73. btnSex.TextColor3 = Color3.new(0, 0, 0)
  74. btnSex.TextSize = 20
  75.  
  76.  
  77.  
  78.  
  79. tbxVictim.Name = "VictimTEXT"
  80. tbxVictim.Parent = FGUI
  81. tbxVictim.BackgroundColor3 = Color3.new(255,255,255)
  82. tbxVictim.BorderSizePixel = 1
  83. tbxVictim.Position = UDim2.new (0.533, 0,0.229, 0)
  84. tbxVictim.Size = UDim2.new (0, 133,0, 27)
  85. tbxVictim.Visible = true
  86. tbxVictim.Active = true
  87. tbxVictim.Draggable = false
  88. tbxVictim.Selectable = true
  89. tbxVictim.Font = Enum.Font.SourceSansBold
  90. tbxVictim.Text = "[NAME]"
  91. tbxVictim.TextColor3 = Color3.new(0, 0, 0)
  92. tbxVictim.TextSize = 20
  93.  
  94. lblFUCKEMALL.Name = "FUCKEMALL"
  95. lblFUCKEMALL.Parent = FGUI
  96. lblFUCKEMALL.BackgroundColor3 = Color3.new(255,255,255)
  97. lblFUCKEMALL.BorderSizePixel = 1
  98. lblFUCKEMALL.Position = UDim2.new (0.025, 0,0.856, 0)
  99. lblFUCKEMALL.Size = UDim2.new (0, 301,0, 27)
  100. lblFUCKEMALL.Visible = true
  101. lblFUCKEMALL.Font = Enum.Font.SourceSansBold
  102. lblFUCKEMALL.Text = "FUCK AND FUCK"
  103. lblFUCKEMALL.TextColor3 = Color3.new(0, 0, 0)
  104. lblFUCKEMALL.TextSize = 20
  105.  
  106. ImageLabel.Name = "ImageLabel"
  107. ImageLabel.Parent = FGUI
  108. ImageLabel.Image = "http://www.roblox.com/asset/?id=42837..."
  109. ImageLabel.BorderSizePixel = 1
  110. ImageLabel.Position = UDim2.new (0.274, 0,0.358, 0)
  111. ImageLabel.Size = UDim2.new (0, 106,0, 121)
  112.  
  113.  
  114.  
  115.  
  116. --Scripts
  117.  
  118.  
  119. btnSex.MouseButton1Click:Connect(function()
  120.  
  121. local player = tbxVictim.Text
  122. local stupid = Instance.new('Animation')
  123. stupid.AnimationId = 'rbxassetid://148840371'
  124. hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
  125. pcall(function()
  126.     hummy.Parent.Pants:Destroy()
  127. end)
  128. pcall(function()
  129.     hummy.Parent.Shirt:Destroy()
  130. end)
  131. local notfunny = hummy:LoadAnimation(stupid)
  132. notfunny:Play()
  133. notfunny:AdjustSpeed(10)
  134. while hummy.Parent.Parent ~= nil do
  135. wait()
  136. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[tbxVictim.Text].Character.HumanoidRootPart.CFrame
  137. end
  138. end)