Ily123950script

Adonis bypass script

Mar 22nd, 2024
655
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.70 KB | None | 0 1
  1. game:GetService("StarterGui"):SetCore("SendNotification", {
  2.     Title = "Notification",
  3.     Text = "ily123950 adonis bypass on",
  4.     Duration = 5
  5. })
  6.  
  7. local foundSomething = false
  8.  
  9. for _, v in pairs(getgc(true)) do
  10.     if pcall(function() return rawget(v, "indexInstance") end) and type(rawget(v, "indexInstance")) == "table" and (rawget(v, "indexInstance"))[1] == "kick" then
  11.         v.tvk = {"kick", function() return game.Workspace:WaitForChild("") end}
  12.         foundSomething = true
  13.     end
  14. end
  15.  
  16. if foundSomething then
  17.     game:GetService("StarterGui"):SetCore("SendNotification", {
  18.         Title = "bypass",
  19.         Text = "kick is found, bypassing.",
  20.         Duration = 5
  21.     })
  22. end
  23.  
Advertisement
Add Comment
Please, Sign In to add comment