Jump to content

Using a script earlier now it gives Message that script Expired.


Umesh_Rai420

Recommended Posts

Hi,

Guys Using a script earlier now it gives Message that script Expired.

And I'm not expertise in coding but developer of that script injected some kind of code in that, this is the reason of that Message.

I want to say that script is there , code is in the script and it was working earlier but now why it gives Message that script Expired.

I'm attaching that script please can anyone help in this.

Not my script credit goes to DROIDTAMVAN.

SAMPM_V1.6.lua

Link to comment
Share on other sites

  • 1 month later...

os.date function can help you.

For example:

local date = os.date("*t");
date = date.year..date.month..date.day;
if(tonumber(date)>=201924) then;
--201924 is the date, yyyy/mm/dd
-- ">=" means bigger than or equal
while true do;
print("SCRIPT EXPIRED");
os.exit(1);
_ENV=nil;
end;
end;

 

Link to comment
Share on other sites

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.