Jump to content
  • 0

Block new version for script(help)


6669

Question

Posted

can someone help me pls, i need example of blocking new version of gg for script, like when the script locked in 90.0 so the version above 90.0 cant open it unless you are in 90.0, i need this to avoid script stealer, thanks.

best regards.

4 answers to this question

Recommended Posts

Posted
19 minutes ago, animehack said:

thanks alot but it didnt work,

now im using 73.x of gg version when i try to lock my script into 72.x it didnt work, script keep run when gg require below the gg version, thats wasnt what i want, cus im looking for when the gg version higher than the script that i've set, it wont works and alert say "you need oldest version to run script", thats what im looking for.

Posted

maybe this will help...??

if tonumber(gg.VERSION) > 73.0 then
gg.alert("You need oldest version of GG to run script")
os.exit()
end

script will exit if use GG higher than 73.0

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.