Advertisement
LDDestroier

Quick CC ID spoofer

Apr 12th, 2015
935
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. 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