Advertisement
magik6000

Untitled

Jan 3rd, 2014
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.45 KB | None | 0 0
  1. if fs.exists("lib/goroutine") and _G.stbpfakeboot == 1 then
  2.     local nativePE = _G.printError
  3.     local nativeResume = _G.coroutine.resume
  4.  
  5.     _G.coroutine.resume = function() print("RHX")read()err()end
  6.     _G.printError = function(...)
  7.         --We're on bios level now xd
  8.         print("HAX!")
  9.         print(type(coroutine.running()))
  10.         _G.coroutine.resume = nativeResume
  11.         _G.printError = nativePE
  12.         os.loadAPI("lib/goroutine")
  13.     goroutine.launch()
  14.     end
  15.     sleep(0.1)
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement