Advertisement
rrixh

fuxkgui

Aug 3rd, 2023 (edited)
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. --Variables
  2.  
  3.  
  4. local SimpleSexGUI = Instance.new("ScreenGui")
  5.  
  6. local FGUI = Instance.new("Frame")
  7.  
  8. local btnNaked = Instance.new("TextButton")
  9.  
  10. local btnSex = Instance.new("TextButton")
  11.  
  12. local tbxVictim = Instance.new("TextBox")
  13.  
  14. local FKEM = Instance.new("TextLabel")
  15.  
  16. local ImageLabel = Instance.new("ImageLabel")
  17.  
  18. local lbltitle = Instance.new("TextLabel")
  19.  
  20. local TextLabel = Instance.new("TextLabel")
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29. --Properties
  30.  
  31. SimpleSexGUI.Name = "SimpleSexGUI"
  32. SimpleSexGUI.Parent = game.CoreGui
  33.  
  34.  
  35. FGUI.Name = "FGUI"
  36. FGUI.Parent = SimpleSexGUI
  37. FGUI.BackgroundColor3 = Color3.new(255,255,255)
  38. FGUI.BorderSizePixel = 1
  39. FGUI.Position = UDim2.new(0,0, 0.667, 0)
  40. FGUI.Size = UDim2.new(0,317, 0,271)
  41. FGUI.Draggable = true
  42.  
  43.  
  44.  
  45. lbltitle.Name = "Title"
  46. lbltitle.Parent = FGUI
  47. lbltitle.BackgroundColor3 = Color3.new(255,255,255)
  48. lbltitle.BorderSizePixel = 1
  49. lbltitle.Position = UDim2.new (0, 0,-0.122, 0)
  50. lbltitle.Size = UDim2.new (0, 317,0, 33)
  51. lbltitle.Visible = true
  52. lbltitle.Active = true
  53. lbltitle.Draggable = false
  54. lbltitle.Selectable = true
  55. lbltitle.Font = Enum.Font.SourceSansBold
  56. lbltitle.Text = "a simple fu**k(ing) gui!!"
  57. lbltitle.TextColor3 = Color3.new(0, 0, 0)
  58. lbltitle.TextSize = 20
  59.  
  60.  
  61.  
  62.  
  63.  
  64. btnSex.Name = "Sex"
  65. btnSex.Parent = FGUI
  66. btnSex.BackgroundColor3 = Color3.new(255,255,255)
  67. btnSex.BorderSizePixel = 1
  68. btnSex.Position = UDim2.new (0.044, 0,0.229, 0)
  69. btnSex.Size = UDim2.new (0, 99,0, 31)
  70. btnSex.Visible = true
  71. btnSex.Active = true
  72. btnSex.Draggable = false
  73. btnSex.Selectable = true
  74. btnSex.Font = Enum.Font.SourceSansBold
  75. btnSex.Text = "Let's FU**!!"
  76. btnSex.TextColor3 = Color3.new(0, 0, 0)
  77. btnSex.TextSize = 20
  78.  
  79.  
  80.  
  81.  
  82. tbxVictim.Name = "VictimTEXT"
  83. tbxVictim.Parent = FGUI
  84. tbxVictim.BackgroundColor3 = Color3.new(255,255,255)
  85. tbxVictim.BorderSizePixel = 1
  86. tbxVictim.Position = UDim2.new (0.533, 0,0.229, 0)
  87. tbxVictim.Size = UDim2.new (0, 133,0, 27)
  88. tbxVictim.Visible = true
  89. tbxVictim.Active = true
  90. tbxVictim.Draggable = false
  91. tbxVictim.Selectable = true
  92. tbxVictim.Font = Enum.Font.SourceSansBold
  93. tbxVictim.Text = "[NAME]"
  94. tbxVictim.TextColor3 = Color3.new(0, 0, 0)
  95. tbxVictim.TextSize = 20
  96.  
  97. FKEM.Name = "FKEM"
  98. FKEM.Parent = FGUI
  99. FKEM.BackgroundColor3 = Color3.new(255,255,255)
  100. FKEM.BorderSizePixel = 1
  101. FKEM.Position = UDim2.new (0.025, 0,0.856, 0)
  102. FKEM.Size = UDim2.new (0, 301,0, 27)
  103. FKEM.Visible = true
  104. FKEM.Font = Enum.Font.SourceSansBold
  105. FKEM.Text = "FUXK AND FUXK"
  106. FKEM.TextColor3 = Color3.new(0, 0, 0)
  107. FKEM.TextSize = 20
  108.  
  109. ImageLabel.Name = "ImageLabel"
  110. ImageLabel.Parent = FGUI
  111. ImageLabel.Image = "http://www.roblox.com/asset/?id=4283774086"
  112. ImageLabel.BorderSizePixel = 1
  113. ImageLabel.Position = UDim2.new (0.274, 0,0.358, 0)
  114. ImageLabel.Size = UDim2.new (0, 106,0, 121)
  115.  
  116.  
  117.  
  118.  
  119. --Scripts
  120.  
  121.  
  122. btnSex.MouseButton1Click:Connect(function()
  123.  
  124. local player = tbxVictim.Text
  125. local stupid = Instance.new('Animation')
  126. stupid.AnimationId = 'rbxassetid://148840371'
  127. hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
  128. pcall(function()
  129. hummy.Parent.Pants:Destroy()
  130. end)
  131. pcall(function()
  132. hummy.Parent.Shirt:Destroy()
  133. end)
  134. local notfunny = hummy:LoadAnimation(stupid)
  135. notfunny:Play()
  136. notfunny:AdjustSpeed(10)
  137. while hummy.Parent.Parent ~= nil do
  138. wait()
  139. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[tbxVictim.Text].Character.HumanoidRootPart.CFrame
  140. end
  141. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement