Universal Script 📌
523 Views
1 Executions

Skid Anti Afk

Universal Script 📌Uploaded by
7 months ago
Please login to perform these actions:

Description

Skidded open source

View Raw
Edited By: 17lock Download


Comments
2
User profile picture
CBSpikeYT10 7 months ago
How did it work
User profile picture
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.
Please Login to add a comment.