-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
failing on xeno #14
Comments
This is because
|
Yeah so the metatable thing just isn't working at all on xeno |
Line 1774 is also failing after (badly) working around that |
Looks like an easy fix |
Nvm lmao |
local Disconnect = function(Connection)
Connection:Disconnect()
end should work, xeno modifies corescripts' bytecode as an execution method which is really bad and detected so yeah the metamethods or something, in theory interfere with the roblox game's environment (as if you were using for example |
So.. can you fix the 78 line? |
What's the issue with it? Can you show me error message context please? |
It's the original issue mentioned, some shit with xeno just having intentionally made |
What's the error message though? |
Line 78: Invalid argument #1 (Instance expected, got userdata) |
no xeno is shit do not use xeno it dosent even work anymore |
(on esp) Line 78: Invalid argument #1 (Instance expected, got userdata)
This might be xeno being fucky
Issue is from the ESP,
local _GetService = __index(game, "GetService")
The text was updated successfully, but these errors were encountered: