Untitled

Run Settings
LanguageLua
Language Version
Run Command
local link = "https://discord.gift/" local strings = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789" for i = 1, 100 do math.randomseed(os.time()*i) local done = link for i = 1, 16 do local e = math.random(1,string.len(strings)) done = done..string.sub(strings,e,e) end print(done) end
Editor Settings
Theme
Key bindings
Full width
Lines