Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Variables
- local SimpleSexGUI = Instance.new("ScreenGui")
- local FGUI = Instance.new("Frame")
- local btnNaked = Instance.new("TextButton")
- local btnSex = Instance.new("TextButton")
- local tbxVictim = Instance.new("TextBox")
- local lblFUCKEMALL = Instance.new("TextLabel")
- local ImageLabel = Instance.new("ImageLabel")
- local lbltitle = Instance.new("TextLabel")
- local TextLabel = Instance.new("TextLabel")
- --Properties
- SimpleSexGUI.Name = "SimpleSexGUI"
- SimpleSexGUI.Parent = game.CoreGui
- FGUI.Name = "FGUI"
- FGUI.Parent = SimpleSexGUI
- FGUI.BackgroundColor3 = Color3.new(255,255,255)
- FGUI.BorderSizePixel = 1
- FGUI.Position = UDim2.new(0,0, 0.667, 0)
- FGUI.Size = UDim2.new(0,317, 0,271)
- FGUI.Draggable = true
- lbltitle.Name = "Title"
- lbltitle.Parent = FGUI
- lbltitle.BackgroundColor3 = Color3.new(255,255,255)
- lbltitle.BorderSizePixel = 1
- lbltitle.Position = UDim2.new (0, 0,-0.122, 0)
- lbltitle.Size = UDim2.new (0, 317,0, 33)
- lbltitle.Visible = true
- lbltitle.Active = true
- lbltitle.Draggable = false
- lbltitle.Selectable = true
- lbltitle.Font = Enum.Font.SourceSansBold
- lbltitle.Text = "一个简单的操蛋脚本!!"
- lbltitle.TextColor3 = Color3.new(0, 0, 0)
- lbltitle.TextSize = 20
- btnSex.Name = "Sex"
- btnSex.Parent = FGUI
- btnSex.BackgroundColor3 = Color3.new(255,255,255)
- btnSex.BorderSizePixel = 1
- btnSex.Position = UDim2.new (0.044, 0,0.229, 0)
- btnSex.Size = UDim2.new (0, 99,0, 31)
- btnSex.Visible = true
- btnSex.Active = true
- btnSex.Draggable = false
- btnSex.Selectable = true
- btnSex.Font = Enum.Font.SourceSansBold
- btnSex.Text = "让我们操蛋吧!!"
- btnSex.TextColor3 = Color3.new(0, 0, 0)
- btnSex.TextSize = 20
- tbxVictim.Name = "VictimTEXT"
- tbxVictim.Parent = FGUI
- tbxVictim.BackgroundColor3 = Color3.new(255,255,255)
- tbxVictim.BorderSizePixel = 1
- tbxVictim.Position = UDim2.new (0.533, 0,0.229, 0)
- tbxVictim.Size = UDim2.new (0, 133,0, 27)
- tbxVictim.Visible = true
- tbxVictim.Active = true
- tbxVictim.Draggable = false
- tbxVictim.Selectable = true
- tbxVictim.Font = Enum.Font.SourceSansBold
- tbxVictim.Text = "名字"
- tbxVictim.TextColor3 = Color3.new(0, 0, 0)
- tbxVictim.TextSize = 20
- lblFUCKEMALL.Name = "FUCKEMALL"
- lblFUCKEMALL.Parent = FGUI
- lblFUCKEMALL.BackgroundColor3 = Color3.new(255,255,255)
- lblFUCKEMALL.BorderSizePixel = 1
- lblFUCKEMALL.Position = UDim2.new (0.025, 0,0.856, 0)
- lblFUCKEMALL.Size = UDim2.new (0, 301,0, 27)
- lblFUCKEMALL.Visible = true
- lblFUCKEMALL.Font = Enum.Font.SourceSansBold
- lblFUCKEMALL.Text = "操蛋和操蛋"
- lblFUCKEMALL.TextColor3 = Color3.new(0, 0, 0)
- lblFUCKEMALL.TextSize = 20
- ImageLabel.Name = "ImageLabel"
- ImageLabel.Parent = FGUI
- ImageLabel.Image = "http://www.roblox.com/asset/?id=42837..."
- ImageLabel.BorderSizePixel = 1
- ImageLabel.Position = UDim2.new (0.274, 0,0.358, 0)
- ImageLabel.Size = UDim2.new (0, 106,0, 121)
- --Scripts
- btnSex.MouseButton1Click:Connect(function()
- local player = tbxVictim.Text
- local stupid = Instance.new('Animation')
- stupid.AnimationId = 'rbxassetid://148840371'
- hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
- pcall(function()
- hummy.Parent.Pants:Destroy()
- end)
- pcall(function()
- hummy.Parent.Shirt:Destroy()
- end)
- local notfunny = hummy:LoadAnimation(stupid)
- notfunny:Play()
- notfunny:AdjustSpeed(10)
- while hummy.Parent.Parent ~= nil do
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[tbxVictim.Text].Character.HumanoidRootPart.CFrame
- end
- end)
Add Comment
Please, Sign In to add comment