Advertisement
Imakerblxscripts55

Untitled

Aug 28th, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2.  
  3. local Window = Library.CreateLib("made by grappabroskiskibidilewandoski", "DarkTheme")
  4. local Tab = Window:NewTab("Main")
  5. local Section = Tab:NewSection("Main")
  6. Section:NewButton("trs script", "trs script", function()
  7. loadstring(game:HttpGet("https://raw.githubusercontent.com/nuvexa-yay/Scripts/main/TRS/Mobile"))()
  8. print("Clicked")
  9. end)
  10.  
  11. Section:NewButton("mm2 script", "mm2 script", function()
  12. loadstring(game:HttpGet("https://scriptblox.com/raw/Murder-Mystery-2-AtherHub-17204"))()
  13. print("Clicked")
  14. end)
  15.  
  16. Section:NewButton("fly gui", "fly gui", function()
  17. loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Fly-Gui-V3-17541"))()
  18. print("Clicked")
  19. end)
  20.  
  21. Section:NewButton("stfo script", "stfo script", function()
  22. loadstring(game:HttpGet("https://raw.githubusercontent.com/nuvexa-yay/Scripts/main/STFO/Main"))()
  23. print("Clicked")
  24. end)
  25.  
  26. Section:NewButton("yarhm", "universal script", function()
  27. loadstring(game:HttpGet("https://raw.githubusercontent.com/Joystickplays/psychic-octo-invention/main/yarhm.lua", false))()
  28. print("Clicked")
  29. end)
  30.  
  31. Section:NewButton("Prison Life", "prison life script", function()
  32. loadstring(game:HttpGet("https://raw.githubusercontent.com/dalloc2/Roblox/main/TigerAdmin.lua"))()
  33. print("Clicked")
  34. end)
  35.  
  36. Section:NewButton("dahood script", "dahood", function()
  37. loadstring(game:HttpGet('https://raw.githubusercontent.com/lerkermer/lua-projects/master/SwagModeV002'))()
  38. print("Clicked")
  39. end)
  40.  
  41. Section:NewButton("Real Futbol 24", "rf24 script", function()
  42. loadstring(game:HttpGet("https://scriptblox.com/raw/Real-Futbol-24-RF-OP-Reach-17621"))()
  43. print("Clicked")
  44. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement