Skip to content
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

Error (I don't even know what this error is) #112

Closed
Githouser opened this issue Jul 3, 2024 · 2 comments
Closed

Error (I don't even know what this error is) #112

Githouser opened this issue Jul 3, 2024 · 2 comments

Comments

@Githouser
Copy link

Githouser commented Jul 3, 2024

I run hydroxide through delta executor as always, and the hydroxide menu starts with this error:

[string "objects/ModuleScript.lua"]:8: invalid argument #1 (expected a Number or Function as first argument)
My characteristics;
Executor:Delta
Device manufacturer: Xiaomi
Operating system:Android
Phone Collection: Redmi

Screenshot_2024-07-03-19-04-56-378_com roblox client

@Upbolt
Copy link
Owner

Upbolt commented Aug 6, 2024

looks like your exploit's getscriptclosure function is failing

local closure = getScriptClosure(instance)
moduleScript.Instance = instance
moduleScript.Constants = getConstants(closure)

getscriptclosure is supposed to return a function constructed from a script's bytecode, so you'll have to contact your exploit's developer to properly implement it

@Githouser
Copy link
Author

looks like your exploit's getscriptclosure function is failing

local closure = getScriptClosure(instance)
moduleScript.Instance = instance
moduleScript.Constants = getConstants(closure)

getscriptclosure is supposed to return a function constructed from a script's bytecode, so you'll have to contact your exploit's developer to properly implement it

Thanks for problem message
It's an honor for me to write with the exploit developer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants