Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local id = { ... }
- if #id == 0 then
- printError([[
- [IDSpoofer Usage]
- ]] .. shell.getRunningProgram() .. [[ <id> ]])
- else
- os.getComputerID = function()
- return id[ 1 ]
- end
- print( "The ID has been spoofed!" )
- print( "ID Program says: " )
- os.run( {}, "rom/programs/id" )
- end
Advertisement
Add Comment
Please, Sign In to add comment