Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- Code By CAT_SUS
- code style Sythivo
- ]]
- local RandomString : {NewUser:FunctionalTest | string} = {}
- local coems : {string|any} = {
- "index.json",
- "main.py",
- "data.php",
- "index.js",
- "main.lua",
- "indexhtml",
- "sty.css",
- "main.c",
- "main.c#",
- 'main.c+',
- "main.c++",
- "index.javascript",
- "Bedol_Hub.md",
- "Read.md",
- "data.json",
- "folder",
- "file",
- "Electron.exe",
- "Fluxus.exe",
- "Krnl.exe",
- "synape.exe",
- "unknow",
- "data.xml",
- ".net",
- ".com",
- ".app",
- ".lol",
- ".pro",
- "XenonHub.pro",
- "MaruHub",
- "PH_Hub",
- "TTJY",
- "X2ph",
- "KTollt",
- "SayHI",
- "Ruby_Hub",
- "TableHub",
- "BedolHub",
- "MukuroHub",
- "RbxScript",
- "Model.rbxm",
- "Game.rbxl",
- "X2Switch",
- "Kavo.lua",
- "Discord.js",
- "repilt.co",
- "www.co.th"
- }
- function RandomString:NewUser<T...>():(string|any)
- local Players : {Player} = game:GetService('Players'):GetPlayers()
- local target : Player = Players[math.random(1,#Players)]
- local v : Player = target
- local geted = math.random(1,10)
- if geted <= 3 then
- local ds = math.random(1,2)
- local tage = ""
- if ds == 1 then
- tage = v.Name
- else
- tage = v.DisplayName
- end
- local map = math.random(1,3)
- if map == 1 then
- tage = tage:upper()
- elseif map == 2 then
- tage = tage:lower()
- end
- return tostring(tage)
- end
- return tostring(coems[math.random(1,#coems)])
- end
- return RandomString;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement