Categories > Coding > C# >

what exploit api allows custom lua functions

Posts: 2

Threads: 1

Joined: Mar, 2023

Reputation: 0

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.

  • 0

Posts: 0

Threads: 0

Joined: ?

Reputation:

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#

  • 1

Posts: 2

Threads: 1

Joined: Mar, 2023

Reputation: 0

Replied

ok not what i meant i meant like how some executors have custom fucntions like `mouse1click()` which is definitly not possible in lua

 
  • 0

Murz

PixelPenguin

Posts: 240

Threads: 20

Joined: Jul, 2021

Reputation: 29

Replied

@tymp,

 

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?

  • 0

 

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!

heckerdude

heckerdude

Posts: 129

Threads: 16

Joined: Aug, 2022

Reputation: 6

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()
  • 0

Added

@Murz, He is talking about registering functions onto Lua Environment in C#. Although, i dont think its possible.

  • 0

hecker dude ngl i hecked 5 ips in 1 second also luaU_loadbiglongjuicythingy(rL);

Users viewing this thread:

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