Advertisement
Guest User

Frontlines: ESP + Hitbox Extender

a guest
Apr 18th, 2023
7,613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. -- All this is public, im making this easy to use all at once
  2. local Material = loadstring(game:HttpGet("https://pastebin.com/raw/S0vsbyVU"))()
  3. local Main = Material.Load({
  4. Title = "Wasted Eternal: .gg/lethals",
  5. Style = 1,
  6. SizeX = 250,
  7. SizeY = 255,
  8. Theme = "Dark",
  9. ColorOverrides = {
  10. MainFrame = Color3.fromRGB(48,0,211)
  11. }
  12. })
  13.  
  14. local PlayersConfig = Main.New({
  15. Title = "Main"
  16. })
  17.  
  18. local ESPConfig = Main.New({
  19. Title = "ESP"
  20. })
  21.  
  22. local ServerConfig = Main.New({
  23. Title = "Misc"
  24. })
  25.  
  26. PlayersConfig.Button({
  27. Text = "Hitbox Extender",
  28. Enabled = false,
  29. Callback = function()
  30. loadstring(game:HttpGet("https://pastebin.com/raw/zWdfet9B"))()
  31. end
  32.  
  33. })
  34.  
  35. ESPConfig.Button({
  36. Text = "ESP",
  37. Callback = function(v)
  38. loadstring(game:HttpGet("https://pastebin.com/raw/2J01Jtpq"))()
  39. end
  40. })
  41.  
  42. ServerConfig.Button({
  43. Text = "Inject Remote Spy",
  44. Callback = function()
  45. loadstring(game:HttpGet("https://pastebin.com/raw/SyfWaHA5"))()
  46. end
  47. })
  48.  
  49. ServerConfig.Button({
  50. Text = "Join Our Discord Server!",
  51. Callback = function()
  52. JoinDiscord()
  53. end
  54. })
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement