Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local tArg = {...} if realID == nil then realID = os.getComputerID() end if tArg[1] == "reset" then os.getComputerID = function() return realID end end if not tonumber(tArg[1]) then return false else newID = tonumber(tArg[1]) end os.getComputerID = function() return newID end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement