epicllllllllllllllll

eeeeeeeeeeeeeeeeeeee

Jan 7th, 2025 (edited)
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/NICKISBAD/Nick-s-Modded-KAVO-Lib/main/Nick'sModdedKavoLib.lua"))()
  2.  
  3. local Window = Library.CreateLib("best script reel", "LightTheme")
  4.  
  5. local Tab = Window:NewTab("nbxo on top")
  6.  
  7. local Section = Tab:NewSection("sword fight gui thing i made")
  8.  
  9. local ScreenGui = Instance.new("ScreenGui")
  10. ScreenGui.Name = "ScreenGui"
  11. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12. ScreenGui.ResetOnSpawn = false
  13.  
  14. local Toggle = Instance.new("TextButton")
  15. Toggle.Name = "Toggle"
  16. Toggle.Parent = ScreenGui
  17. Toggle.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  18. Toggle.Position = UDim2.new(0, 0, 0.454706937, 0)
  19. Toggle.Size = UDim2.new(0, 90, 0, 38)
  20. Toggle.Font = Enum.Font.SourceSans
  21. Toggle.Text = "Toggle"
  22. Toggle.TextColor3 = Color3.fromRGB(248, 248, 248)
  23. Toggle.TextSize = 28.000
  24. Toggle.Draggable = true
  25. Toggle.MouseButton1Click:connect(function()
  26. Library:ToggleUI()
  27. end)
  28.  
  29. local Corner = Instance.new("UICorner")
  30. Corner.Name = "Corner"
  31. Corner.Parent = Toggle
  32.  
  33.  
  34.  
  35.  
  36. Section:NewButton("pickaxe(toolart)", "ButtonInfo",
  37. function()
  38. loadstring(game:HttpGet("https://pastebin.com/raw/HcDgm9F8"))()
  39. print("Clicked")
  40. end)
  41. Section:NewButton("ak(toolart)", "ButtonInfo",
  42. function()
  43. loadstring(game:HttpGet("https://pastebin.com/raw/RWQ3eD95"))()
  44. print("Clicked")
  45. end)
  46. Section:NewButton("sword(toolart)", "ButtonInfo",
  47. function()
  48. loadstring(game:HttpGet("https://pastebin.com/raw/kvRjZveR"))()
  49. print("Clicked")
  50. end)
  51. Section:NewButton("loopsteal all tools", "ButtonInfo",
  52. function()
  53. loadstring(game:HttpGet("https://pastebin.com/raw/gC4hJvc8"))()
  54. print("Clicked")
  55. end)
  56. Section:NewButton("steal tools", "ButtonInfo",
  57. function()
  58. loadstring(game:HttpGet("https://pastebin.com/raw/SS9rxs7p"))()
  59. print("Clicked")
  60. end)
  61. Section:NewButton("drop tools", "ButtonInfo",
  62. function()
  63. loadstring(game:HttpGet("https://pastebin.com/raw/B2KHqgea"))()
  64. print("Clicked")
  65. end)
  66. Section:NewButton("kill all", "ButtonInfo",
  67. function()
  68. loadstring(game:HttpGet("https://pastebin.com/raw/dcDf8vF3"))()
  69. print("Clicked")
  70. end)
Advertisement
Add Comment
Please, Sign In to add comment