Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for i=0.01, 200 do
- wait()
- local text2 = game:HttpGet("https://pastebin.com/raw/1V8wHejh", true)
- local letters = {"a","b","c","d"} -- etc.
- local length = 8
- local text = ""
- while wait() do
- for i = 1,length do
- text = text.. "" ..letters[math.random(1,#letters)]
- if i == length then
- print(text)
- writefile(text .. ".cfg", text2)
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment