Skip to content

roblox exploit lua functions that require little to no C++ embedding.

Notifications You must be signed in to change notification settings

speedsterkawaiii/lua-exploit-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

lua-exploit-functions

Register custom functions in your lua environment without the use of Lua C functions. Purely written in luau.

purpose?

A lot of people do not have access to the Lua C API which can be tough to recreate especially with the __inline update that struck about 1.5 years ago.

This repo simply makes some of the functions alive again. It creates them in any execution type, so no need to worry about your execution being axon, calamari, arch or just methods in general.

how to use?

Each function has its own name (for example: info) you just read the script and it works! Call the function using its proper name and parameters.

NOTE

THIS SHOULD NEVER BE USED BY SOMEONE ADVANCED. ONLY USE THIS IF YOU ARE A PURE NOOB OR YOU JUST LEARNT HOW TO UPDATE A DLL SOURCE AND YOU WANT FUNCTIONS. GO FLEX THIS GARBAGE OUT TO YOUR FRIENDS. YOU SHOULD PASS THE FAKE FUNCTION TEST BY 1%.

credits

Thanks to https://lua.org

It would be nice if you credited me for the functions <3! Written with gay love.

About

roblox exploit lua functions that require little to no C++ embedding.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages