Advertisement
Guest User

REKT SCRIPT BY JARREDCELLE122

a guest
Feb 21st, 2019
15,082
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.23 KB | None | 0 0
  1. local lplayer = game:GetService('Players').LocalPlayer
  2.  
  3. local yeeting = false
  4. function GetPlayer(String)
  5. local Found = {}
  6. local strl = String:lower()
  7. if strl == "all" then
  8. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  9. table.insert(Found,v)
  10. end
  11. elseif strl == "others" then
  12. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  13. if v.Name ~= lplayer.Name then
  14. table.insert(Found,v)
  15. end
  16. end
  17. elseif strl == "me" then
  18. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  19. if v.Name == lplayer.Name then
  20. table.insert(Found,v)
  21. end
  22. end
  23. else
  24. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  25. if v.Name:lower():sub(1, #String) == String:lower() then
  26. table.insert(Found,v)
  27. end
  28. end
  29. end
  30. return Found
  31. end
  32. function ahh(thing)
  33. local asd = {'yeet','gui','yeet gui'}
  34. local f = string.upper(asd[math.random(1,#asd)])
  35. return f
  36. end
  37. local XD = Instance.new("ScreenGui")
  38. local BeGONE = Instance.new("Frame")
  39. local TextLabel = Instance.new("TextLabel")
  40. local TextLabel_2 = Instance.new("TextLabel")
  41. local AA = Instance.new("TextBox")
  42. local yets = Instance.new("TextButton")
  43. local stopyets = Instance.new("TextButton")
  44. local ultrayets = Instance.new("TextButton")
  45. local ImageLabel = Instance.new("ImageLabel")
  46. local TextLabel_3 = Instance.new("TextLabel")
  47. XD.Name = "XD"
  48. XD.Parent = game:GetService('CoreGui')
  49. BeGONE.Name = "BeGONE"
  50. BeGONE.Parent = XD
  51. BeGONE.Active = true
  52. BeGONE.Draggable = true
  53. BeGONE.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  54. BeGONE.BorderSizePixel = 0
  55. BeGONE.Position = UDim2.new(-0.0207920745, 111, 0.722570539, -1)
  56. BeGONE.Size = UDim2.new(0, 389, 0, 129)
  57. TextLabel.Parent = BeGONE
  58. TextLabel.BackgroundColor3 = Color3.new(1, 0.419608, 0.129412)
  59. TextLabel.BorderSizePixel = 0
  60. TextLabel.Size = UDim2.new(0, 389, 0, 22)
  61. TextLabel.Font = Enum.Font.Cartoon
  62. TextLabel.Text = "fe yeet gui v3 (yes v3 xd) by scuba kermit"
  63. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  64. TextLabel.TextSize = 16
  65. TextLabel.TextWrapped = true
  66. TextLabel_2.Parent = BeGONE
  67. TextLabel_2.BackgroundColor3 = Color3.new(0.831373, 0.509804, 0.054902)
  68. TextLabel_2.BorderSizePixel = 0
  69. TextLabel_2.Position = UDim2.new(0, 0, 0.169230849, 0)
  70. TextLabel_2.Size = UDim2.new(0, 389, 0, 9)
  71. TextLabel_2.Font = Enum.Font.SourceSans
  72. TextLabel_2.Text = ""
  73. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  74. TextLabel_2.TextSize = 14
  75. AA.Name = "AA"
  76. AA.Parent = BeGONE
  77. AA.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  78. AA.BorderSizePixel = 0
  79. AA.Position = UDim2.new(0.20364143, 0, 0.299216866, 0)
  80. AA.Size = UDim2.new(0, 229, 0, 35)
  81. AA.Font = Enum.Font.SourceSans
  82. AA.PlaceholderColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  83. AA.PlaceholderText = "Player you wanna yeet (can be shortened)"
  84. AA.Text = ""
  85. AA.TextColor3 = Color3.new(1, 1, 1)
  86. AA.TextSize = 14
  87. AA.TextWrapped = true
  88. yets.Name = "yets"
  89. yets.Parent = BeGONE
  90. yets.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  91. yets.BorderSizePixel = 0
  92. yets.Position = UDim2.new(0.0364736132, 0, 0.646153867, 0)
  93. yets.Size = UDim2.new(0, 94, 0, 28)
  94. yets.Font = Enum.Font.SourceSans
  95. yets.Text = "REKT"
  96. yets.TextColor3 = Color3.new(1, 1, 1)
  97. yets.TextSize = 14
  98. yets.TextWrapped = true
  99. stopyets.Name = "stopyets"
  100. stopyets.Parent = BeGONE
  101. stopyets.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  102. stopyets.BorderSizePixel = 0
  103. stopyets.Position = UDim2.new(0.722082794, 0, 0.646153867, 0)
  104. stopyets.Size = UDim2.new(0, 94, 0, 28)
  105. stopyets.Font = Enum.Font.SourceSans
  106. stopyets.Text = "Stop Rekting"
  107. stopyets.TextColor3 = Color3.new(1, 1, 1)
  108. stopyets.TextSize = 14
  109. stopyets.TextWrapped = true
  110. ultrayets.Name = "ultrayets"
  111. ultrayets.Parent = BeGONE
  112. ultrayets.BackgroundColor3 = Color3.new(0.278431, 0.278431, 0.278431)
  113. ultrayets.BorderSizePixel = 0
  114. ultrayets.Position = UDim2.new(0.298684418, 0, 0.646154106, 0)
  115. ultrayets.Size = UDim2.new(0, 156, 0, 28)
  116. ultrayets.Font = Enum.Font.SourceSans
  117. ultrayets.Text = "ULTRA REKT!!"
  118. ultrayets.TextColor3 = Color3.new(1, 1, 1)
  119. ultrayets.TextSize = 14
  120. ultrayets.TextWrapped = true
  121. ImageLabel.Parent = XD
  122. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  123. ImageLabel.BackgroundTransparency = 1
  124. ImageLabel.BorderSizePixel = 0
  125. ImageLabel.Position = UDim2.new(0.9, 0, 0.835423172, 0)
  126. ImageLabel.Size = UDim2.new(0, 100, 0, 100)
  127. ImageLabel.Image = "rbxassetid://2152234287"
  128. TextLabel_3.Parent = ImageLabel
  129. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  130. TextLabel_3.BackgroundTransparency = 1
  131. TextLabel_3.BorderSizePixel = 0
  132. TextLabel_3.Position = UDim2.new(0.110989988, 0, 0.103538811, 0)
  133. TextLabel_3.Size = UDim2.new(0, 77, 0, 23)
  134. TextLabel_3.Font = Enum.Font.Arial
  135. TextLabel_3.Text = "REKT gui"
  136. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  137. TextLabel_3.TextSize = 14
  138. yets.MouseButton1Click:Connect(function()
  139. local target = unpack(GetPlayer(AA.Text)).Character
  140.  
  141. game:GetService'Players'.LocalPlayer.Character.Humanoid.PlatformStand = true
  142. yeeting = true
  143. local coin = Instance.new('BodyThrust',game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart)
  144. coin.Force = Vector3.new(2590,0,2590)
  145. coin.Name = "yeetforce"
  146. repeat game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = target.Head.CFrame;coin.Location = target.Head.Position game["Run Service"].Heartbeat:wait() until not target.Head or yeeting == false
  147. end)
  148.  
  149. stopyets.MouseButton1Click:Connect(function()
  150. ypcall(function()
  151. game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.yeetforce:Destroy()
  152. game:GetService'Players'.LocalPlayer.Character.Humanoid.PlatformStand = false
  153. end)
  154. yeeting = false
  155. end)
  156. ultrayets.MouseButton1Click:Connect(function()
  157. local target = unpack(GetPlayer(AA.Text)).Character
  158.  
  159. game:GetService'Players'.LocalPlayer.Character.Humanoid.PlatformStand = true
  160. yeeting = true
  161. local coin = Instance.new('BodyThrust',game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart)
  162. coin.Force = Vector3.new(9999,9999,9999)
  163. coin.Name = "yeetforce"
  164. repeat game:GetService'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = target.Head.CFrame;coin.Location = target.Head.Position game["Run Service"].Heartbeat:wait() until not target.Head or yeeting == false
  165. end)
  166.  
  167. while game["Run Service"].Heartbeat:wait() do
  168. ImageLabel.Rotation = ImageLabel.Rotation + 1
  169. TextLabel_3.Text = ahh('Get Rekt')
  170. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement