Categories > Coding > C++ >

LuaU Bytecode for beginners (Custom DLL universal method)

Iberio

IberioXploiter

Posts: 2

Threads: 1

Joined: Jan, 2022

Reputation: 0

Posted

I know there are a lot of people here wanting to learn, so go read some docs to learn something and read leaked sources... or simply

1- this method is universal for LuaU Bytecode, it's not the best possible method but this one will rarely be patched just because it's simple and small.

2- keep in mind that you won't support all scripts with this, "this is just a universal basis for learning" lol


first put r_lua_pushvfstring in your addresses thing.

using r_lua_pushvfstring_typedef = int(__fastcall*)(int a1, const char* a2, char* a3); //maybe need to change CCV (__thing)

r_lua_pushvfstring_typedef r_lua_pushvfstring = (r_lua_pushvfstring_typedef)(x(put your addr here));

//you can get the address just searching for mellon's discord server.

#define LUAU_BYTECODE_ENCRYPTION_PTR "2d2d20416e74692d736b69642053797374656d0a416e20736b696464657220686173206265656e2064657465637465642e0a49503a203230352e3132372e392e3231330a485749443a2037393230336130652d383231632d313165632d613861332d3032343261633132303030320a0a5468697320696e666f726d6174696f6e20686173206265656e2073656e6420746f206f776e6572206f66207468697320736f7572636520636f64652e"
//bytecode encryption, DON'T CHANGE THIS, if you change it, problably will broke your execution.

  1. std::string bytecode_ptr; int luau_convert(DWORD rL) { bytecode_ptr = LUAU_BYTECODE_ENCRYPTION_PTR; //dont change or this will fuc your exploit. if (bytecode_ptr.find(bytecode_ptr.c_str()) != bytecode_ptr.empty()) {//bypas luau security r_lua_pushstring(rL, bytecode_ptr.c_str()); bytecode_ptr = bytecode_ptr[NULL];//removes bytecode encryption if (bytecode_ptr.empty())//if it goes correct return 1; bytecode_ptr = "";//if it goes incorrect. return 0; } } 
     
     
     
  2. wrd is broken the code LOL, check comments


if you understand, you get it.

  • 1

Added

https://pastebin.com/SHLhPJzx

try it guys

  • 0

Be nice.

Posts: 80

Threads: 13

Joined: Oct, 2018

Reputation: -6

Replied

bruh what are you even saying

  • 0

Users viewing this thread:

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