Categories > Coding > C# >
what exploit api allows custom lua functions
Posted
ok so i have been looking for a exploit api that allows me to create custom lua functions in c# and cannot find any.
Replied
im pretty sure that doesnt exist. someone could prove me wrong, however it is infact possible to make custom lua functions in LUA how ironic i dont know if thats the case for c# tho, im shi at c#
Cancel
Post
Replied
ok not what i meant i meant like how some executors have custom fucntions like `mouse1click()` which is definitly not possible in lua
Cancel
Post
Replied
MouseButton1Down is a real Luau function, (https://create.roblox.com/docs/reference/engine/classes/GuiButton#MouseButton1Down)
If that is what you're talking about.
I think you mean something like, fireclickdetector. Right?
Cancel
Post
Ty for rep: Swiney, Byoke, Lion, Locust, Waves, Weeb, Nickk, darkn, Atari, CubeFaces, Lux14, Rice, Delta, Syraxes, Aeon, Jordan, Pluto, and Hiroku!
P.S, I like cats better too!
Replied
What do you mean custom lua functions in C#? They can be both registered in C++ and in Lua. I don't think there's a way in C#. If I am wrong, you must explain more on your answer.
If you want to create custom lua functions in C# you must tell the API name or exploit DLL name you are trying to use.
Anyways, if you want to do it in lua (but run in C#):
function printidentity()
--code goes here
end
local printid = printidentity
printid()
Cancel
Post
Added
@Murz, He is talking about registering functions onto Lua Environment in C#. Although, i dont think its possible.
Cancel
Post
hecker dude ngl i hecked 5 ips in 1 second also luaU_loadbiglongjuicythingy(rL);
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post