Advertisement
HS_B4N

Script

Apr 1st, 2020
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.64 KB | None | 0 0
  1. function CheckExpiration(ExpirationData)
  2. Expiration =ExpirationData
  3. Expired = false
  4. if tonumber(os.date("%Y")) >=Expiration[3] then
  5.  
  6. if tonumber(os.date("%m")) >=Expiration[2] then
  7.  
  8. if tonumber(os.date("%d")) >=Expiration[1] then
  9. Expired = true
  10.  
  11. end
  12. end
  13. end
  14. if Expired== true then
  15. You == gg.alert("⚠️SCRIPT EXPIRADA PFV ABAIXE A NOVA ATUALIZAÇÃO DA
  16. SCRIPT NO MEU CANAL《HS》B4N⚠️","IR PARA MEU VIDEO","❌SAIR❌")
  17. if You == 1 then revo.goURL("https://youtu.be/8tmx8hTmEBgl/UCka5MaPzMxLAtZF2nhv8qog") end
  18. if You == 2 then os.exit() end
  19. gg.toast("❤ Thanks You ❤")
  20. else
  21. end
  22. end
  23.  
  24.  
  25. CheckExpiration({15,04,2020})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement