
523 Views
1 Executions
Description
Skidded open source
Comments
2

Offline
CBSpikeYT10 7 months ago
How did it work
Offline
CBSpikeYT10 7 months ago
if game.PlaceId == 8737602449 then
local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
local Window = Library.CreateLib("Pls donate gui", "BloodTheme")
local Tab = Window:NewTab("Main")
local Section = Tab:NewSection("Scripts")
Section:NewToggle("Autothank", "Autothanks people when they donate to u", function(state)
if state then
getgenv().autoThank = true
msgsTable = {
"Thank u dude :D",
}
game.Players.LocalPlayer.leaderstats.Raised.Changed:Connect(function()
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msgsTable[math.random(0, #msgsTable)], "all")
end)
local VirtualUser= game:GetService("VirtualUser")
game.Players.LocalPlayer.Idled:connect(function()
VirtualUser:CaptureController()
VirtualUser:ClickButton2(Vector2.new())
end)
else
getgenv().autoThank = false
msgsTable = {
"Thank u dude :D",
}
game.Players.LocalPlayer.leaderstats.Raised.Changed:Connect(function()
game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msgsTable[math.random(0, #msgsTable)], "all")
end)
local VirtualUser= game:GetService("VirtualUser")
game.Players.LocalPlayer.Idled:connect(function()
VirtualUser:CaptureController()
VirtualUser:ClickButton2(Vector2.new())
end)
end
end)
Section:NewButton("vg hub", "executes vg hub", function()
loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/V.G-Hub/main/V.Ghub'))()
end)
Section:NewKeybind("ToggleUi", "Self explanatory", Enum.KeyCode.F, function()
Library:ToggleUI()
end)
Section:NewButton("AntiAfk", "Useful for keeping ur game up at night", function()
wait(0.5)local ba=Instance.new("ScreenGui")
local ca=Instance.




