The_Banana

Untitled

May 2nd, 2022
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.26 KB | None | 0 0
  1.  
  2. local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
  3. local PhantomForcesWindow = Library:NewWindow("Lithium Lite")
  4.  
  5. local Tab1 = PhantomForcesWindow:NewSection("Main")
  6. local Tab2 = PhantomForcesWindow:NewSection("Credits")
  7.  
  8. Tab1:CreateButton("Anti Void" function()
  9. loadstring(game:HttpGet(('https://pastebin.com/raw/eeMvW7yN'),true))()
  10. end)
  11.  
  12. Tab1:CreateButton("Amongus", function()
  13. loadstring(game:HttpGet('https://pastebin.com/raw/8JU3ptnK'))();
  14. end)
  15.  
  16. Tab1:CreateButton("ESP", function()
  17. loadstring(game:HttpGet('https://pastebin.com/raw/nqyGkWvx'))();
  18. end)
  19.  
  20. Tab1:CreateToggle("Kill Aura", function(value)
  21. print(value)
  22. end)
  23.  
  24. Tab1:CreateToggle("Infinite Jump", function(value)
  25. loadstring(game:HttpGet('https://pastebin.com/raw/V5PQy3y0'))();
  26. end)
  27.  
  28. Tab1:CreateToggle("Speed", function(value)
  29. loadstring(game:HttpGet("https://pastebin.com/raw/ULA6Y3gH", true))();
  30. end)
  31.  
  32. Tab1:CreateSlider("Kill Aura Speed", 0, 100, 15, false, function(value)
  33. print(value)
  34. end)
  35.  
  36. Tab2:CreateButton("Made By SupremeDoritos", function()
  37. print("hi")
  38. end)
  39.  
  40. Tab2:CreateButton("Some Scripts By NTD", function()
  41. print("Hi")
  42. end)
  43.  
  44. Tab2:CreateButton("Discord : qWearzyY#6316", function()
  45. print("Hi")
  46. end)
Advertisement
Add Comment
Please, Sign In to add comment