lewislovesgames

IDSpoofer

Jul 15th, 2015
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.29 KB | None | 0 0
  1. local id = { ... }
  2. if #id == 0 then
  3.   printError([[
  4. [IDSpoofer Usage]
  5. ]] .. shell.getRunningProgram() .. [[ <id> ]])
  6. else
  7.   os.getComputerID = function()
  8.     return id[ 1 ]
  9.   end
  10.   print( "The ID has been spoofed!" )
  11.   print( "ID Program says: " )
  12.   os.run( {}, "rom/programs/id" )
  13. end
Advertisement
Add Comment
Please, Sign In to add comment