β’ Function :
+ This function convert os.date() to day , month, year
--------------------------------------------------------------
local function get_date_from_unix(unix_time)
local day_count, year, days, month = function(yr) return (yr % 4 == 0 and (yr % 100 ~= 0 or yr % 400 == 0)) and 366 or 365 end, 1970, math.ceil(unix_time/86400)
while days >= day_count(year) do
days = days - day_count(year) year = year + 1
end
local tab_overflow = function(seed, table) for i = 1, #table do if seed - table[i] <= 0 then return i, seed end seed = seed - table[i] end end
month, days = tab_overflow(days, {31,(day_count(year) == 366 and 29 or 28),31,30,31,30,31,31,30,31,30,31})
local hours, minutes, seconds = math.floor(unix_time / 3600 % 24), math.floor(unix_time / 60 % 60), math.floor(unix_time % 60)
local period = hours > 12 and "pm" or "am"
hours = hours > 12 and hours - 12 or hours == 0 and 12 or hours
if days < 10 then
days = "0"..tostring(days)
end
if month < 10 then
month = "0"..tostring(month)
end
days = tostring(days):gsub("%.0","")
month = tostring(month):gsub("%.0","")
return {["Day"] = days,["Month"] = month,["Year"] = year}
end
+ This function convert os.date() to day , month, year
--------------------------------------------------------------
local function get_date_from_unix(unix_time)
local day_count, year, days, month = function(yr) return (yr % 4 == 0 and (yr % 100 ~= 0 or yr % 400 == 0)) and 366 or 365 end, 1970, math.ceil(unix_time/86400)
while days >= day_count(year) do
days = days - day_count(year) year = year + 1
end
local tab_overflow = function(seed, table) for i = 1, #table do if seed - table[i] <= 0 then return i, seed end seed = seed - table[i] end end
month, days = tab_overflow(days, {31,(day_count(year) == 366 and 29 or 28),31,30,31,30,31,31,30,31,30,31})
local hours, minutes, seconds = math.floor(unix_time / 3600 % 24), math.floor(unix_time / 60 % 60), math.floor(unix_time % 60)
local period = hours > 12 and "pm" or "am"
hours = hours > 12 and hours - 12 or hours == 0 and 12 or hours
if days < 10 then
days = "0"..tostring(days)
end
if month < 10 then
month = "0"..tostring(month)
end
days = tostring(days):gsub("%.0","")
month = tostring(month):gsub("%.0","")
return {["Day"] = days,["Month"] = month,["Year"] = year}
end
Well , that why i don't want people to pay later bcs of this , since i detected scam option like this person he regretted me for 500$ and i will give him encryptor ViP taking forever he come to say send i will pay later i told him to pay first but he said tomorrow i will pay until i found his account deleted because of what we call :
FATAL SCAM !
ππ€£π€£π€£ππ€£π€£
FATAL SCAM !
ππ€£π€£π€£ππ€£π€£
Forwarded from π΄ππ
πππ πππππ πΆππππ
NBG.FREE.lua
12.4 KB
β’ Unlock Your iPhone MDM β’
Hello everyone , today I'm gonna sponsoring my friend Berat , who helped me in Saving my phone from a person that i bought from him a STOLEN PHONE , after that i registered in his product and i tried it , completely worked without issue or problems , since it's trusted person selling this special service for 20$
+-+--------------------------------------------------+-+
( π΅ ) Price : 20$ / 1 Apple Device
50$ / 5 Apple Devices
( π ) Website : www.mdmbypass.com
β Support All IOS 14.0.1 , 14 , 13 , ...
β Support All Types : iPhone , iPad , iPod , ...
β Restoring your phone is obligated !
+-+--------------------------------------------------+-+
β€οΈ Don't Miss it , Get It Today !
+-+--------------------------------------------------+-+
[β] Trusted Seller by @MrKendom
Hello everyone , today I'm gonna sponsoring my friend Berat , who helped me in Saving my phone from a person that i bought from him a STOLEN PHONE , after that i registered in his product and i tried it , completely worked without issue or problems , since it's trusted person selling this special service for 20$
+-+--------------------------------------------------+-+
( π΅ ) Price : 20$ / 1 Apple Device
50$ / 5 Apple Devices
( π ) Website : www.mdmbypass.com
β Support All IOS 14.0.1 , 14 , 13 , ...
β Support All Types : iPhone , iPad , iPod , ...
β Restoring your phone is obligated !
+-+--------------------------------------------------+-+
β€οΈ Don't Miss it , Get It Today !
+-+--------------------------------------------------+-+
[β] Trusted Seller by @MrKendom
https://youtu.be/onbB6ugcvT0
[β] Video Full Tutorial
[β] Video Full Tutorial
YouTube
MDM BYPASS iOS14 100% 2020
This video shows how to Bypass/Remove/Disable Bypass MDM (Mobile Device Management) lock on iPhone/iPad/iPod devices completely with success rate 100%
iOS 14 Completely Supported ( Windows and Mac Tools)
All iOS and All iPhone/iPad/iPod Devices 100% Supportedβ¦
iOS 14 Completely Supported ( Windows and Mac Tools)
All iOS and All iPhone/iPad/iPod Devices 100% Supportedβ¦
Organisation of Values and sorting them by my function :)