Advertisement
MindOfPlayer

yeetist the rapist

Apr 28th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.58 KB | None | 0 0
  1. --  made by Soul#4086
  2.  
  3. -- Instances:
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Main = Instance.new("Frame")
  7. local Title = Instance.new("TextLabel")
  8. local Rape = Instance.new("TextButton")
  9. local Username = Instance.new("TextBox")
  10. local Line = Instance.new("TextLabel")
  11.  
  12. --Properties:
  13.  
  14. ScreenGui.Parent = game.CoreGui
  15.  
  16. Main.Name = "Main"
  17. Main.Parent = ScreenGui
  18. Main.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  19. Main.BorderColor3 = Color3.fromRGB(20, 20, 20)
  20. Main.Position = UDim2.new(0.111553788, 0, 0.468384087, 0)
  21. Main.Size = UDim2.new(0, 245, 0, 375)
  22. Main.Visible = true
  23. Main.Active = true
  24. Main.Draggable = true
  25.  
  26. Title.Name = "Title"
  27. Title.Parent = Main
  28. Title.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  29. Title.BorderColor3 = Color3.fromRGB(20, 20, 20)
  30. Title.Size = UDim2.new(0, 245, 0, 50)
  31. Title.Font = Enum.Font.SourceSans
  32. Title.Text = "YEETIST THE RAPIST"
  33. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  34. Title.TextScaled = true
  35. Title.TextSize = 14.000
  36. Title.TextWrapped = true
  37.  
  38. Rape.Name = "Rape"
  39. Rape.Parent = Main
  40. Rape.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  41. Rape.BorderColor3 = Color3.fromRGB(255, 255, 255)
  42. Rape.Position = UDim2.new(0.0897958279, 0, 0.542857111, 0)
  43. Rape.Size = UDim2.new(0, 200, 0, 50)
  44. Rape.Font = Enum.Font.SourceSans
  45. Rape.Text = "Rape"
  46. Rape.TextColor3 = Color3.fromRGB(255, 255, 255)
  47. Rape.TextScaled = true
  48. Rape.TextSize = 14.000
  49. Rape.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  50. Rape.TextWrapped = true
  51. Rape.MouseButton1Down:connect(function()
  52.  
  53. player = Username.Text
  54. stupid = Instance.new('Animation')
  55. stupid.AnimationId = 'rbxassetid://148840371'
  56. hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
  57. pcall(function()
  58.    hummy.Parent.Pants:Destroy()
  59. end)
  60. pcall(function()
  61.    hummy.Parent.Shirt:Destroy()
  62. end)
  63. notfunny = hummy:LoadAnimation(stupid)
  64. notfunny:Play()
  65. notfunny:AdjustSpeed(100)
  66. while hummy.Parent.Parent ~= nil do
  67. wait()
  68. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Username.Text].Character.HumanoidRootPart.CFrame
  69. end
  70. end)
  71.  
  72. Username.Name = "Username"
  73. Username.Parent = Main
  74. Username.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  75. Username.BorderColor3 = Color3.fromRGB(50, 50, 50)
  76. Username.Position = UDim2.new(-0.00273192674, 0, 0.234894603, 0)
  77. Username.Size = UDim2.new(0, 245, 0, 61)
  78. Username.Font = Enum.Font.SourceSans
  79. Username.Text = ""
  80. Username.TextColor3 = Color3.fromRGB(255, 255, 255)
  81. Username.TextScaled = true
  82. Username.TextSize = 14.000
  83. Username.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  84. Username.TextWrapped = true
  85.  
  86. Line.Name = "Line"
  87. Line.Parent = Main
  88. Line.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  89. Line.Position = UDim2.new(0, 0, 0.141264647, 0)
  90. Line.Size = UDim2.new(0, 244, 0, 10)
  91. Line.Font = Enum.Font.SourceSans
  92. Line.Text = ""
  93. Line.TextColor3 = Color3.fromRGB(0, 0, 0)
  94. Line.TextSize = 14.000
  95.  
  96. -- Scripts:
  97.  
  98. local function MTFT_fake_script() -- Line.Script
  99.     local script = Instance.new('Script', Line)
  100.  
  101.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  102.    
  103.     counter = 0
  104.    
  105.     while wait(0.1)do
  106.      script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  107.      
  108.      counter = counter + 0.01
  109.     end
  110. end
  111. coroutine.wrap(MTFT_fake_script)()
  112.     local function MTFT_fake_script() -- Line.Script
  113.     local script = Instance.new('Script', Username)
  114.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  115.    
  116.     counter = 0
  117.    
  118.     while wait(0.1)do
  119.      script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  120.      
  121.      counter = counter + 0.01
  122.     end
  123. end
  124. coroutine.wrap(MTFT_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement