This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
I_Bolt_I's profile picture

How can i see the computer id's that are around me within a specific amount of blocks?

Started by I_Bolt_I, 31 May 2017 - 10:58 AM
I_Bolt_I #1
Posted 31 May 2017 - 12:58 PM
I'm making a "Hacking Program" and i want a command line (or multible lines xD) so when i press run it prints me the computer id's that are around me through Rednet ofcourse (or not)… any help?


Thanks
Bomb Bloke #2
Posted 01 June 2017 - 01:11 AM
Surrounding computers won't send messages unless specifically programmed to do so. You can get IDs by wrapping them as peripherals, though, but they still won't respond to communications without pre-existing code.

Note that malicious scripts are outlawed here.
I_Bolt_I #3
Posted 01 June 2017 - 02:58 PM
Surrounding computers won't send messages unless specifically programmed to do so. You can get IDs by wrapping them as peripherals, though, but they still won't respond to communications without pre-existing code.

Note that malicious scripts are outlawed here.
I know i am not posting ANY hacking/malicious program on here also thanks for the help i am making a anti hacking system for my base and i am trying to hack it (with the anti-hacking system on) my tools can see the unprotected computer command sender and the commands he sends they can also bruteforce id's from 1-100 with a specific command… but i am trying to figure out now how to listen to protected computers id's and commands :)/>