Categories > Exploiting > Roblox >

Tutorial | Easiest method to detect if exploit can execute getgc and getfenv Function

Charliezkie

charliezkierblx@gmail.com

Posts: 67

Threads: 12

Joined: Jun, 2019

Reputation: -128

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


 

  • 0

AimwareUser

Synapse X User

Posts: 203

Threads: 9

Joined: Oct, 2019

Reputation: 2

Replied

For those reading; 
 Barely any free exploits support getgc 

i think

  • 0

Users viewing this thread:

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