Advertisement
MindOfPlayer

Yeetist the rapistV2

Apr 28th, 2020
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.73 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.1
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local openmain = Instance.new("Frame")
  8. local open = Instance.new("TextButton")
  9. local main = Instance.new("Frame")
  10. local by = Instance.new("TextLabel")
  11. local title = Instance.new("TextLabel")
  12. local line = Instance.new("TextLabel")
  13. local close = Instance.new("TextButton")
  14. local Username = Instance.new("TextBox")
  15. local Rape = Instance.new("TextButton")
  16. local _6969 = Instance.new("TextButton")
  17. local idek = Instance.new("TextButton")
  18.  
  19. --Properties:
  20.  
  21. ScreenGui.Parent = game.CoreGui
  22.  
  23. openmain.Name = "openmain"
  24. openmain.Parent = ScreenGui
  25. openmain.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  26. openmain.BorderColor3 = Color3.fromRGB(0, 0, 0)
  27. openmain.Position = UDim2.new(0.001, 0, 0.65, 0)
  28. openmain.Size = UDim2.new(0, 100, 0, 28)
  29. openmain.Active = true
  30. openmain.Draggable = true
  31.  
  32. open.Name = "open"
  33. open.Parent = openmain
  34. open.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  35. open.BorderColor3 = Color3.fromRGB(0, 0, 255)
  36. open.Position = UDim2.new(-0.0102040814, 0, -0.111110926, 0)
  37. open.Size = UDim2.new(0, 100, 0, 33)
  38. open.Font = Enum.Font.SourceSans
  39. open.Text = "Open"
  40. open.TextColor3 = Color3.fromRGB(0, 0, 255)
  41. open.TextScaled = true
  42. open.TextSize = 14.000
  43. open.TextStrokeColor3 = Color3.fromRGB(0, 0, 255)
  44. open.TextWrapped = true
  45. open.MouseButton1Down:connect(function()
  46. openmain.Visible = false
  47. main.Visible = true
  48. end)
  49.  
  50. main.Name = "main"
  51. main.Parent = ScreenGui
  52. main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  53. main.Position = UDim2.new(0.22886762, 0, 0.188524589, 0)
  54. main.Size = UDim2.new(0, 250, 0, 424)
  55. main.Visible = false
  56. main.Active = true
  57. main.Draggable = true
  58.  
  59. by.Name = "by"
  60. by.Parent = main
  61. by.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  62. by.BorderColor3 = Color3.fromRGB(0, 0, 0)
  63. by.Position = UDim2.new(0, 0, 0.872891545, 0)
  64. by.Size = UDim2.new(0, 250, 0, 50)
  65. by.Font = Enum.Font.SourceSans
  66. by.Text = "Made by Soul#4086"
  67. by.TextColor3 = Color3.fromRGB(255, 255, 255)
  68. by.TextScaled = true
  69. by.TextSize = 14.000
  70. by.TextWrapped = true
  71.  
  72. title.Name = "title"
  73. title.Parent = main
  74. title.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  75. title.BorderColor3 = Color3.fromRGB(0, 0, 0)
  76. title.Position = UDim2.new(0.0368676744, 0, 0.0228425153, 0)
  77. title.Size = UDim2.new(0, 230, 0, 40)
  78. title.Font = Enum.Font.SourceSans
  79. title.Text = "Yeetist the rapist"
  80. title.TextColor3 = Color3.fromRGB(255, 255, 255)
  81. title.TextScaled = true
  82. title.TextSize = 14.000
  83. title.TextWrapped = true
  84.  
  85. line.Name = "line"
  86. line.Parent = main
  87. line.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  88. line.BorderColor3 = Color3.fromRGB(0, 0, 0)
  89. line.Position = UDim2.new(0, 0, 0.139009446, 0)
  90. line.Size = UDim2.new(0, 250, 0, 12)
  91. line.Font = Enum.Font.SourceSans
  92. line.Text = ""
  93. line.TextColor3 = Color3.fromRGB(255, 255, 255)
  94. line.TextSize = 14.000
  95.  
  96. close.Name = "close"
  97. close.Parent = main
  98. close.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  99. close.BorderColor3 = Color3.fromRGB(0, 0, 0)
  100. close.Position = UDim2.new(0, 0, 0.754575491, 0)
  101. close.Size = UDim2.new(0, 250, 0, 50)
  102. close.Font = Enum.Font.SourceSans
  103. close.Text = "_"
  104. close.TextColor3 = Color3.fromRGB(255, 255, 255)
  105. close.TextScaled = true
  106. close.TextSize = 100.000
  107. close.TextWrapped = true
  108. close.MouseButton1Down:connect(function()
  109. main.Visible = false
  110. openmain.Visible = true
  111. end)
  112.  
  113. Username.Name = "Username"
  114. Username.Parent = main
  115. Username.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  116. Username.Position = UDim2.new(0.00400000019, 0, 0.210176289, 0)
  117. Username.Size = UDim2.new(0, 249, 0, 50)
  118. Username.Font = Enum.Font.SourceSans
  119. Username.Text = ""
  120. Username.TextColor3 = Color3.fromRGB(0, 0, 255)
  121. Username.TextScaled = true
  122. Username.TextSize = 14.000
  123. Username.TextWrapped = true
  124.  
  125. Rape.Name = "Rape"
  126. Rape.Parent = main
  127. Rape.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  128. Rape.BorderColor3 = Color3.fromRGB(255, 255, 255)
  129. Rape.Position = UDim2.new(0.100000024, 0, 0.351415098, 0)
  130. Rape.Size = UDim2.new(0, 200, 0, 50)
  131. Rape.Font = Enum.Font.SourceSans
  132. Rape.Text = "Rape"
  133. Rape.TextColor3 = Color3.fromRGB(255, 255, 255)
  134. Rape.TextScaled = true
  135. Rape.TextSize = 14.000
  136. Rape.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  137. Rape.TextWrapped = true
  138. Rape.MouseButton1Down:connect(function()
  139.  
  140. player = Username.Text
  141. stupid = Instance.new('Animation')
  142. stupid.AnimationId = 'rbxassetid://148840371'
  143. hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
  144. pcall(function()
  145.    hummy.Parent.Pants:Destroy()
  146. end)
  147. pcall(function()
  148.    hummy.Parent.Shirt:Destroy()
  149. end)
  150. notfunny = hummy:LoadAnimation(stupid)
  151. notfunny:Play()
  152. notfunny:AdjustSpeed(100)
  153. while hummy.Parent.Parent ~= nil do
  154. wait()
  155. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Username.Text].Character.HumanoidRootPart.CFrame
  156. end
  157. end)
  158.  
  159. _6969.Name = "6969"
  160. _6969.Parent = main
  161. _6969.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  162. _6969.BorderColor3 = Color3.fromRGB(255, 255, 255)
  163. _6969.Position = UDim2.new(0.100000024, 0, 0.490566015, 0)
  164. _6969.Size = UDim2.new(0, 200, 0, 50)
  165. _6969.Font = Enum.Font.SourceSans
  166. _6969.Text = "69"
  167. _6969.TextColor3 = Color3.fromRGB(255, 255, 255)
  168. _6969.TextScaled = true
  169. _6969.TextSize = 14.000
  170. _6969.TextStrokeColor3 = Color3.fromRGB(0, 0, 255)
  171. _6969.TextWrapped = true
  172. _6969.MouseButton1Down:connect(function()
  173.  
  174. player = Username.Text
  175. stupid = Instance.new('Animation')
  176. stupid.AnimationId = 'rbxassetid://148840371'
  177. hummy = game:GetService("Players").LocalPlayer.Character.Humanoid
  178. pcall(function()
  179.    hummy.Parent.Pants:Destroy()
  180. end)
  181. pcall(function()
  182.    hummy.Parent.Shirt:Destroy()
  183. end)
  184. notfunny = hummy:LoadAnimation(stupid)
  185. notfunny:Play()
  186. notfunny:AdjustSpeed(100)
  187. while hummy.Parent.Parent ~= nil do
  188. wait()
  189. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[Username.Text].Character.HumanoidRootPart.CFrame
  190. end
  191. end)
  192.  
  193. idek.Name = "idek"
  194. idek.Parent = main
  195. idek.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  196. idek.BorderColor3 = Color3.fromRGB(255, 255, 255)
  197. idek.Position = UDim2.new(0.0960000232, 0, 0.634433925, 0)
  198. idek.Size = UDim2.new(0, 200, 0, 50)
  199. idek.Font = Enum.Font.SourceSans
  200. idek.Text = "idek"
  201. idek.TextColor3 = Color3.fromRGB(255, 255, 255)
  202. idek.TextScaled = true
  203. idek.TextSize = 14.000
  204. idek.TextStrokeColor3 = Color3.fromRGB(0, 0, 255)
  205. idek.TextWrapped = true
  206.  
  207. -- Scripts:
  208.  
  209. local function IERWNF_fake_script() -- by.LocalScript
  210.     local script = Instance.new('LocalScript', by)
  211.  
  212.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  213.    
  214.     counter = 0
  215.    
  216.     while wait(0.1)do
  217.      script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  218.      
  219.      counter = counter + 0.01
  220.     end
  221. end
  222. coroutine.wrap(IERWNF_fake_script)()
  223. local function LTUUQXY_fake_script() -- title.LocalScript
  224.     local script = Instance.new('LocalScript', title)
  225.  
  226.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  227.    
  228.     counter = 0
  229.    
  230.     while wait(0.1)do
  231.      script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  232.      
  233.      counter = counter + 0.01
  234.     end
  235. end
  236. coroutine.wrap(LTUUQXY_fake_script)()
  237. local function BJGFZ_fake_script() -- line.LocalScript
  238.     local script = Instance.new('LocalScript', line)
  239.  
  240.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  241.    
  242.     counter = 0
  243.    
  244.     while wait(0.1)do
  245.      script.Parent.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  246.      
  247.      counter = counter + 0.01
  248.     end
  249. end
  250. coroutine.wrap(BJGFZ_fake_script)()
  251. local function YNSX_fake_script() -- Username.LocalScript
  252.     local script = Instance.new('LocalScript', Username)
  253.  
  254.     function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  255.    
  256.     counter = 0
  257.    
  258.     while wait(0.1)do
  259.      script.Parent.TextColor3 = Color3.fromHSV(zigzag(counter),1,1)
  260.      
  261.      counter = counter + 0.01
  262.     end
  263. end
  264. coroutine.wrap(YNSX_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement