Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- made by Soul#4086
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local Rape = Instance.new("TextButton")
- local Username = Instance.new("TextBox")
- local Line = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.CoreGui
- Main.Name = "Main"
- Main.Parent = ScreenGui
- Main.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- Main.BorderColor3 = Color3.fromRGB(20, 20, 20)
- Main.Position = UDim2.new(0.111553788, 0, 0.468384087, 0)
- Main.Size = UDim2.new(0, 245, 0, 375)
- Main.Visible = true
- Main.Active = true
- Main.Draggable = true
- Title.Name = "Title"
- Title.Parent = Main
- Title.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- Title.BorderColor3 = Color3.fromRGB(20, 20, 20)
- Title.Size = UDim2.new(0, 245, 0, 50)
- Title.Font = Enum.Font.SourceSans
- Title.Text = "YEETIST THE RAPIST"
- Title.TextColor3 = Color3.fromRGB(255, 255, 255)
- Title.TextScaled = true
- Title.TextSize = 14.000
- Title.TextWrapped = true
- Rape.Name = "Rape"
- Rape.Parent = Main
- Rape.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
- Rape.BorderColor3 = Color3.fromRGB(255, 255, 255)
- Rape.Position = UDim2.new(0.0897958279, 0, 0.542857111, 0)
- Rape.Size = UDim2.new(0, 200, 0, 50)
- Rape.Font = Enum.Font.SourceSans
- Rape.Text = "Rape"
- Rape.TextColor3 = Color3.fromRGB(255, 255, 255)
- Rape.TextScaled = true
- Rape.TextSize = 14.000
- Rape.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- Rape.TextWrapped = true
- Rape.MouseButton1Down:connect(function()
- player = Username.Text
- 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)
- notfunny = hummy:LoadAnimation(stupid)
- notfunny:Play()
- notfunny:AdjustSpeed(100)
- while hummy.Parent.Parent ~= nil do
- wait()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Username.Text].Character.HumanoidRootPart.CFrame
- end
- end)
- Username.Name = "Username"
- Username.Parent = Main
- Username.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
- Username.BorderColor3 = Color3.fromRGB(50, 50, 50)
- Username.Position = UDim2.new(-0.00273192674, 0, 0.234894603, 0)
- Username.Size = UDim2.new(0, 245, 0, 61)
- Username.Font = Enum.Font.SourceSans
- Username.Text = ""
- Username.TextColor3 = Color3.fromRGB(255, 255, 255)
- Username.TextScaled = true
- Username.TextSize = 14.000
- Username.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- Username.TextWrapped = true
- Line.Name = "Line"
- Line.Parent = Main
- Line.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Line.Position = UDim2.new(0, 0, 0.141264647, 0)
- Line.Size = UDim2.new(0, 244, 0, 10)
- Line.Font = Enum.Font.SourceSans
- Line.Text = ""
- Line.TextColor3 = Color3.fromRGB(0, 0, 0)
- Line.TextSize = 14.000
- -- Scripts:
- local function MTFT_fake_script() -- Line.Script
- local script = Instance.new('Script', Line)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(MTFT_fake_script)()
- local function MTFT_fake_script() -- Line.Script
- local script = Instance.new('Script', Username)
- function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
- counter = 0
- while wait(0.1)do
- script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
- counter = counter + 0.01
- end
- end
- coroutine.wrap(MTFT_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement