Trying to make a Gamepass checker that cant be easily cracked for my system

I am making a script/system that I might sell for like 35-50 robux, but like always, people tend to like bypass and get it for free, I was thinking, kind of like @wind_o’s CheckMeIn they require the player to own a product, weather that is a gamepass or such, I am trying to do a similar thing that has a script that runs but it cant be found or cracked. Ive seen some things such as require() or loadstring() but I am not sure how to work with that. I’ve tried finding an obfuscator but nothing has worked :confused: I accept any feedback!

  • F1sxher

Fortunately you will have to make it open-source, something will always be cracked. Luckily you can look into open-source licenses, each one having different terms.

Obfuscation or require or loadstring won’t help you here.

3 Likes

What @sjr04 said would probally be the most logical way. With scripting it seems that no matter what there is still going to be some way to bypass, thats just the way Lua and Roblox work. There is never going to be a 100 percent foolproof antiexploit or script that can prevent it from being cracked.

Obfuscation might help a little bit since they can be a bit hard to crack, but back to wind_o’s system he had it to where it just had require(), still any ideas? I might just have to obfuscate it and have an honor system and hope that it works. Besides, I could always just have a script that is also obfuscated that blacklists people and has some way to alert me that someone is using it or something. Thanks for that though!

1 Like