Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
- local Window = Library.CreateLib("Ananda DaHood Script Hub by Axtra", "DarkTheme")
- local Tab = Window:NewTab("Main")
- local Section = Tab:NewSection("Scripts")
- Section:NewButton("Raycodex (No Key)", "Good Script", function()
- loadstring(game:GetObjects("rbxassetid://5812737894")[1].Source)()
- end)
- Section:NewButton("Faded (No Key)", "Good Script", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/NighterEpic/Faded/main/YesEpic", true))()
- end)
- Section:NewButton("Arctic (No Key - need to join the group)", "https://www.roblox.com/groups/12243982/ArcticGG#!/about", function()
- loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/PolarWasHere/Arctic/main/Arctic"))()
- end)
- local Tab = Window:NewTab("Chat")
- local Section = Tab:NewSection("Chat")
- Section:NewButton("Say ez", "ez", function()
- local A_1 = "ez"
- local A_2 = "All"
- local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
- Event:FireServer(A_1, A_2)
- end)
- Section:NewButton("Say noob", "noob", function()
- local A_1 = "noob"
- local A_2 = "All"
- local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
- Event:FireServer(A_1, A_2)
- end)
- Section:NewButton("Say bad", "bad", function()
- local A_1 = "bad"
- local A_2 = "All"
- local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
- Event:FireServer(A_1, A_2)
- end)
- Section:NewButton("Say bruh", "bruh", function()
- local A_1 = "bruh"
- local A_2 = "All"
- local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
- Event:FireServer(A_1, A_2)
- end)
- Section:NewButton("Say xd", "xd", function()
- local A_1 = "xd"
- local A_2 = "All"
- local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
- Event:FireServer(A_1, A_2)
- end)
- Section:NewButton("Say .", ".", function()
- local A_1 = "."
- local A_2 = "All"
- local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
- Event:FireServer(A_1, A_2)
- end)
- Section:NewButton("Say random", "random", function()
- local A_1 = "random"
- local A_2 = "All"
- local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
- Event:FireServer(A_1, A_2)
- end)
- Section:NewButton("Say bet", "bet", function()
- local A_1 = "bet"
- local A_2 = "All"
- local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
- Event:FireServer(A_1, A_2)
- end)
- Section:NewButton("Say bc pizza", "bc pizza", function()
- local A_1 = "bc pizza"
- local A_2 = "All"
- local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
- Event:FireServer(A_1, A_2)
- end)
- Section:NewButton("Say shut up", "shut up", function()
- local A_1 = "shut up"
- local A_2 = "All"
- local Event = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest
- Event:FireServer(A_1, A_2)
- end)
- local Tab = Window:NewTab("Credits")
- local Section = Tab:NewSection("Credits")
- Section:NewLabel("Code: Jannick")
- Section:NewLabel("Design: Jannick")
- Section:NewLabel("Ui library: https://xheptcofficial.gitbook.io/kavo-library/")
Add Comment
Please, Sign In to add comment