Categories > Coding > C# >
Extra Functions in the Exploit API
Posted
Hello, I have recently started hacking again in Roblox and decided to make my own executor to learn C# and also have a safe method with no viruses and was wondering if I could add any functions like gethiddenproperty or setmetatable. Is there anyway to implement these functions in to my .NET example?
making node.js and C# programs
Replied
why would you ever implement these in .Net these are custom functions for the module they would need to be implemented by the api owner themselves cause they are expected to interact with roblox and luau to perform the functions, you can view their docs on unc's github aswell as more info.
Cancel
Post
Replied
Implementing functions in a closed source distribution is restricted and not recommended. You can define functions into the lua environment in its env but anything involved with memory access will not be possible. These limitations mean you can only do things inside the Lua environment making the majority of functions impossible with these limitations. The developer is really the only person who can actually add functions. An example of adding functions through a lua environement is scripts like MoreUNC who managed to replicate functions possible to replicate within the lua environment.
Cancel
Post
Languages - C++, C#,Javascript, HTML, CSS, Lua ,Xaml, Python
https://plutora.xyz/discord
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post