89 posts
Posted 07 April 2013 - 02:10 AM
Ok. I know its not possible to change a computers ID without access to the world file. I also know you cannot change your computers ID in any other way. But can I possibly intercept messages via rednet. I would like to relay rednet messages but I need to first intercept the message. I can create a Java class to do this but is their another way?
2447 posts
Posted 07 April 2013 - 04:51 AM
Modem channels. Research them.
515 posts
Location
Australia
Posted 07 April 2013 - 05:29 AM
Ok. I know its not possible to change a computers ID without access to the world file. I also know you cannot change your computers ID in any other way. But can I possibly intercept messages via rednet. I would like to relay rednet messages but I need to first intercept the message. I can create a Java class to do this but is their another way?
You can fake your ID in programs and everything else (except for the folder the computer is accessing)
function os.getComputerID()
return whateverid
end
2217 posts
Location
3232235883
Posted 07 April 2013 - 09:59 AM
or just wrap the modem, then modify the return channel
much better than confusing computer ids