Advertisement
Imakerblxscripts55

Untitled

Aug 29th, 2024
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 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://pastebin.com/raw/1m0v2Ebj"))()
  43. print("Clicked")
  44. end)
  45.  
  46. Section:NewButton("RIVALS", "ez", function()
  47. loadstring(game:HttpGet("https://scriptblox.com/raw/UPD-RIVALS-FREE-GUI-16266"))()
  48. print("Clicked")
  49. end)
  50. local Tab = Window:NewTab("Others")
  51. local Section = Tab:NewSection("Other Scripts")
  52. Section:NewButton("Dahood 2rd Script", "uwu", function()
  53. loadstring(game:HttpGet("https://raw.githubusercontent.com/Allvideo/test/main/Whitelist.txt"))()
  54. print("Clicked")
  55. end)
  56. Section:NewButton("Pls Donate", "Nothing here", function()
  57. loadstring(game:HttpGet("https://raw.githubusercontent.com/fueysx/PlsDonate/main/PanelMain"))()
  58. print("Clicked")
  59. end)
  60. Section:NewButton("Prison Life 2rd Script", "PL2", function()
  61. loadstring(game:HttpGet("https://rawscripts.net/raw/Universal-Script-AFEM-14048"))()
  62. print("Clicked")
  63. end)
  64. Section:NewButton("Touch Soccer", "TS Script", function()
  65. loadstring(game:HttpGet("https://raw.githubusercontent.com/LOLking123456/AutoGoal/main/TouchFootball"))()
  66. print("Clicked")
  67. end)
  68.  
  69. local Tab = Window:NewTab("Credits")
  70. local Section = Tab:NewSection("Made by grappabroskiskibidilewandoski. on dc")
  71.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement