Categories > Coding > C# >

Extra Functions in the Exploit API

New Reply

maxypoo

maxypoo

Posts: 2

Threads: 1

Joined: Dec, 2023

Reputation: 0

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?

  • 0

  • Comment

making node.js and C# programs

Posts: 1160

Threads: 70

Joined: Oct, 2019

Reputation: 89

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.

  • 0

  • Comment

Posts: 593

Threads: 52

Joined: Oct, 2022

Reputation: 37

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.

  • 0

  • Comment

Languages - C++, C#,Javascript, HTML, CSS, Lua ,Xaml, Python

https://plutora.xyz/discord

Login to unlock the reply editor

Add your reply

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )