Advertisement
uoryetwq

안티치트 우회

Mar 2nd, 2025
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. --[[
  2. WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
  3. ]]
  4. local g = getinfo or debug.getinfo
  5. local d = false
  6. local h = {}
  7.  
  8. local x, y
  9.  
  10. setthreadidentity(2)
  11.  
  12. for i, v in getgc(true) do
  13. if typeof(v) == "table" then
  14. local a = rawget(v, "Detected")
  15. local b = rawget(v, "Kill")
  16.  
  17. if typeof(a) == "function" and not x then
  18. x = a
  19.  
  20. local o; o = hookfunction(x, function(c, f, n)
  21. if c ~= "_" then
  22. if d then
  23. warn(Adonis AntiCheat flagged\nMethod: {c}\nInfo: {f})
  24. end
  25. end
  26.  
  27. return true
  28. end)
  29.  
  30. table.insert(h, x)
  31. end
  32.  
  33. if rawget(v, "Variables") and rawget(v, "Process") and typeof(b) == "function" and not y then
  34. y = b
  35. local o; o = hookfunction(y, function(f)
  36. if d then
  37. warn(Adonis AntiCheat tried to kill (fallback): {f})
  38. end
  39. end)
  40.  
  41. table.insert(h, y)
  42. end
  43. end
  44. end
  45.  
  46. local o; o = hookfunction(getrenv().debug.info, newcclosure(function(...)
  47. local a, f = ...
  48.  
  49. if x and a == x then
  50. if d then
  51. warn(zins | adonis bypassed)
  52. end
  53.  
  54. return coroutine.yield(coroutine.running())
  55. end
  56.  
  57. return o(...)
  58. end))
  59.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement