Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- _R47Spl = true --IsUsingR47Sploit
- function _R47LoadObj(Obj) --Loadstring(Object)
- local Object = "rbxassetid://" .. Obj
- loadstring(game:GetObjects(Object)[1].Source)()
- end
- function _R47LoadHttp(Url) --Loadstring(Url)
- loadstring(game:HttpGet((Url), true))()
- end
- function _R47RanString(stronger) --ReturnRandomString
- local str = ""
- local counting123 = 0
- local gotstring = 0
- gotstring = gotstring+666
- local randomstring = {"a", "b", "c", "d", "e", "f", "g", "h", "i", "g", "k", "l", "m", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "$", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9",}
- local strongerrandomstring = {"a", "b", "c", "d","e", "f", "g", "h", "i", "g", "k", "l", "m", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "$", "а", "б", "в", "г", "д", "е", "ё", "ж", "з", "и", "й", "к", "л", "м", "о", "п", "р", "с", "т", "у", "ф", "х", "ч", "щ", "ъ", "ы", "ъ", "э", "ю", "я", "`", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9",}
- if stronger then
- for i, v in ipairs(strongerrandomstring) do
- counting123 = i
- end
- do
- math.randomseed(tick()+gotstring)
- for i = 3, math.random(1,100) do
- math.randomseed(i+tick()+gotstring)
- local oneortwo = math.random(1,2)
- if oneortwo == 2 then
- math.randomseed(i+tick()+gotstring)
- str = str..""..strongerrandomstring[math.random(1, counting123)]
- else
- math.randomseed(i+tick()+gotstring)
- str = str..""..string.upper(strongerrandomstring[math.random(1, counting123)])
- end
- end
- end
- else
- for i, v in ipairs(randomstring) do
- counting123 = i
- end
- do
- math.randomseed(tick()+gotstring)
- for i = 3, math.random(1,100) do
- math.randomseed(i+tick()+gotstring)
- local oneortwo = math.random(1,2)
- if oneortwo == 2 then
- math.randomseed(i+tick()+gotstring)
- str = str..""..randomstring[math.random(1, counting123)]
- else
- math.randomseed(i+tick()+gotstring)
- str = str..""..string.upper(randomstring[math.random(1, counting123)])
- end
- end
- end
- end
- return str
- end
Add Comment
Please, Sign In to add comment