Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "Notification",
- Text = "ily123950 adonis bypass on",
- Duration = 5
- })
- local foundSomething = false
- for _, v in pairs(getgc(true)) do
- if pcall(function() return rawget(v, "indexInstance") end) and type(rawget(v, "indexInstance")) == "table" and (rawget(v, "indexInstance"))[1] == "kick" then
- v.tvk = {"kick", function() return game.Workspace:WaitForChild("") end}
- foundSomething = true
- end
- end
- if foundSomething then
- game:GetService("StarterGui"):SetCore("SendNotification", {
- Title = "bypass",
- Text = "kick is found, bypassing.",
- Duration = 5
- })
- end
Advertisement
Add Comment
Please, Sign In to add comment