Categories > Exploiting > Roblox >

Will the funcs on Roblox/Luau work with every source?

Luau

Luau

Posts: 132

Threads: 25

Joined: May, 2022

Reputation: -32

Posted

Will the Functions in Roblox's Open Source Luau on Github work with every exploit execution method?

 

For instance, I rewrote this function (yep u bet):

void r_luaL_checkany(DWORD rL, int narg)//checks narg
{
    if (r_lua_type(rL, narg) == R_LUA_TNONE)//global offset
        r_luaL_error(L, "missing argument #%d", narg);
    std::cout << "did u miss an argument?";
}

 

Will this work with my exploit source? Or Any Open Source DLL's like Imperious Transpiler/Axon/Others?

  • 0

Luau

Kiko

Fake it 'till you make it

Posts: 23

Threads: 5

Joined: Mar, 2022

Reputation: 3

Replied

Uhm... I don't see why it would not work if you have the correct offsets.

Why wouldn't it work?

 

You're not making this a cclosure, it's just a normal C++ function. Ofc it should work?

  • 0

https://yesitskiko.github.io/about-me/

I've got a PHD in Scratch.

Users viewing this thread:

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