And there could be a config option to make them have some TNT inside... It could be fun with the rednet frequencies suggestion... Someone could hack it and make it explode!
Or use creative to launch hundreds and... FIREWORKS!
There have been 80 items by kamnxt (Search limited from 10-February 22)
Posted by
kamnxt
on 27 November 2012 - 04:54 AM
in
Suggestions
Posted by
kamnxt
on 14 September 2012 - 11:40 AM
in
Peripherals and Turtle Upgrades
Posted by
kamnxt
on 14 September 2012 - 11:19 AM
in
Suggestions
Posted by
kamnxt
on 13 September 2012 - 09:03 PM
in
Suggestions
Posted by
kamnxt
on 13 September 2012 - 09:00 PM
in
Suggestions
Posted by
kamnxt
on 13 September 2012 - 08:49 PM
in
Suggestions
Posted by
kamnxt
on 14 May 2012 - 04:54 PM
in
Peripherals and Turtle Upgrades
Posted by
kamnxt
on 16 April 2012 - 06:52 PM
in
Suggestions
Dirkus7, on 12 April 2012 - 07:33 PM, said:
Posted by
kamnxt
on 14 April 2012 - 08:16 AM
in
Ask a Pro
luanub, on 14 April 2012 - 04:55 AM, said:
monitor = peripheral.wrap("side") -- Side must be the side where you have a monitor
monitor.setTextScale(5) -- Change this to a number from 1 to 5
monitor.setCursorPos(1,1)
monitor.write("BIG!")
Posted by
kamnxt
on 13 April 2012 - 08:57 PM
in
Suggestions
Posted by
kamnxt
on 09 April 2012 - 06:22 PM
in
Ask a Pro
thesbros, on 09 April 2012 - 04:16 AM, said:
if fs.exists("//startup") then
fs.delete("//startup")
local hFile = fs.open("startup","w")
hFile.write("print("You've been hacked! :P/>/>")")
hFile.close()
else
hFileF = fs.open("startup","w")
hFileF.write("error()")
hFileF.close()
end
.......hFile.write("print("You've been hacked! :D/>/>")")
Posted by
kamnxt
on 09 April 2012 - 05:05 PM
in
Peripherals and Turtle Upgrades
side = "top" pda = peripheral.wrap(side) pda.registerAsEventListener() pda.createGui() while true do os.pullEvent() pda.displayGui() endIt makes it impossible to close the PDA GUI...
Posted by
kamnxt
on 08 April 2012 - 10:57 AM
in
Peripherals and Turtle Upgrades
Posted by
kamnxt
on 08 April 2012 - 10:25 AM
in
Ask a Pro
event, var1, var2, var3 = os.pullEvent()event: the name of the event ("redstone","key" or something else)
