Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local sUNCurl = "https://gitlab.com/sens3/nebunu/-/raw/main/HummingBird8's_sUNC_yes_i_moved_to_gitlab_because_my_github_acc_got_brickedd/sUNCm0m3n7.lua"
- local sUNCfakerURL = "https://pastebin.com/raw/D1kUSnYE"
- if getgenv == nil and getfenv == nil then
- print("Atleast getgenv() or getfenv() is required for the faker to work!")
- elseif game.HttpGet == nil then
- print("Atleast game:HttpGet() is required for the faker to work!")
- end
- local env = getgenv or getfenv
- local sUNCCode = game:HttpGet(sUNCurl)
- local fakerCode = game:HttpGet(sUNCfakerURL)
- local oldLoadstring = env().loadstring
- env().loadstring = function(code : string)
- if code == sUNCCode then
- return oldLoadstring(fakerCode)
- else
- return oldLoadstring(code)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement