Categories > Exploiting > Roblox >
Tutorial | Easiest method to detect if exploit can execute getgc and getfenv Function
Posted
Tutorial | Easiest method to detect if exploit can execute getgc and getfenv Function
Detect your exploit if it's supported getgc Functions with simple lua code. if it will print on Developer console Your exploit Supported getgc It means your exploit is supported getgc if it's not it will print Your exploit don't support getgc.
Example: Click me to view this image
Code:
if getgc then
print("Your exploit Supported getgc")
else
print("Your exploit don't support getgc")
Detect your exploit if it's supported getfenv Functions with simple lua code. if it will print on Developer console Your exploit Supported getfenv It means your exploit is supported getgc if it's not it will print Your exploit don't support getfenv.
Example: Click me to view this image
Code:
if getfenv then
print("Your exploit Supported getfenv")
else
print("Your exploit don't support getfenv")
THANKS FOR READING I HOPED IT CAN HELP YOU! <3
Replied
For those reading;
Barely any free exploits support getgc
i think
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post