Darkness442 Posted March 22, 2020 Posted March 22, 2020 hello I want know how can set licence key to my script and if it set a wrong licence the script stop working thank you
loversSlayer Posted March 22, 2020 Posted March 22, 2020 8 hours ago, Darkness442 said: hello I want know how can set licence key to my script and if it set a wrong licence the script stop working thank you If i got you right: Just use prompt to input some data, then compare it with original one. local var = gg.prompt({'Enter license code'}, nil, {'text'}) if var ~= "license_code" then os.exit() end
Darkness442 Posted March 22, 2020 Author Posted March 22, 2020 thank for your reply but is this code work in lua I want script for lua and work for five m
Question
Darkness442
hello
I want know how can set licence key to my script and if it set a wrong licence the script stop working
thank you
2 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.