Advertisement
taapr

FE BYPASS LEAK

Apr 6th, 2020
11,760
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.97 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local TextLabel = Instance.new("TextLabel")
  4. local TextLabel_2 = Instance.new("TextLabel")
  5. local TextLabel_3 = Instance.new("TextLabel")
  6. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  7. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  8. ScreenGui.ResetOnSpawn = false
  9. Frame.Parent = ScreenGui
  10. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  11. Frame.Position = UDim2.new(7.4505806e-09, 0, 0.352132022, 0)
  12. Frame.Size = UDim2.new(0, 286, 0, 214)
  13. TextLabel.Parent = Frame
  14. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  15. TextLabel.Size = UDim2.new(0, 286, 0, 50)
  16. TextLabel.Font = Enum.Font.SourceSans
  17. TextLabel.Text = "FE Bypass (rushed gui) your avatar will be messed up thats just part of the process"
  18. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  19. TextLabel.TextScaled = true
  20. TextLabel.TextSize = 14.000
  21. TextLabel.TextWrapped = true
  22. TextLabel_2.Parent = Frame
  23. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  24. TextLabel_2.Position = UDim2.new(0.146853149, 0, 0.467289716, 0)
  25. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  26. TextLabel_2.Font = Enum.Font.SourceSans
  27. TextLabel_2.Text = "Loading."
  28. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  29. TextLabel_2.TextScaled = true
  30. TextLabel_2.TextSize = 14.000
  31. TextLabel_2.TextWrapped = true
  32. TextLabel_3.Parent = Frame
  33. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  34. TextLabel_3.Position = UDim2.new(0, 0, 0.911214948, 0)
  35. TextLabel_3.Size = UDim2.new(0, 286, 0, 19)
  36. TextLabel_3.Font = Enum.Font.SourceSans
  37. TextLabel_3.Text = "(This is a lot of insertion, so it will take a while)"
  38. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  39. TextLabel_3.TextScaled = true
  40. TextLabel_3.TextSize = 14.000
  41. TextLabel_3.TextWrapped = true
  42. while true do
  43. TextLabel_2.Text = "Loading"
  44. wait(2)
  45. TextLabel_2.Text = "Loading."
  46. wait(2)
  47. TextLabel_2.Text = "Loading.."
  48. wait(2)
  49. TextLabel_2.Text = "Loading..."
  50. wait(2)
  51. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement