get paid to paste

local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
-- https://pastebin.com/eaFDAc11 - list of weapons


local Window = Library.CreateLib("Arsenal weapons", "Ocean")



local Main = Window:NewTab("Main")



local Section = Main:NewSection("Main")



local UI = Window:NewTab("UI")



local UI = UI:NewSection("UI")

Section:NewTextBox("Weapon", "Gives weapon", function(v)
	for b,b in pairs(game.ReplicatedStorage.Levels:GetChildren())do b.Value=(v)end game:GetService("ReplicatedStorage").Events.KillMe:FireServer()
end)



UI:NewKeybind("Toggle", "Keybind Toggle", Enum.KeyCode.F, function()
	Library:ToggleUI()
end)

Pasted: Jan 26, 2022, 12:04:09 pm
Views: 144