Advertisement
Blexz

FE YEET GUI V3

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