Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if fs.exists("lib/goroutine") and _G.stbpfakeboot == 1 then
- local nativePE = _G.printError
- local nativeResume = _G.coroutine.resume
- _G.coroutine.resume = function() print("RHX")read()err()end
- _G.printError = function(...)
- --We're on bios level now xd
- print("HAX!")
- print(type(coroutine.running()))
- _G.coroutine.resume = nativeResume
- _G.printError = nativePE
- os.loadAPI("lib/goroutine")
- goroutine.launch()
- end
- sleep(0.1)
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement