Description

This is for people who love technology.

Wednesday, June 16, 2010

Game room for the X360.

This morning I decided to get on the 360 and I found we installed Game room. So I played and here is what I have to say: I think at the start you`re like "WTF am I supposed to do?" and IF you find the store, It is actually quite fun. I was so sucked in to Lunar Lander I forgot my breakfast. XD

Tuesday, June 15, 2010

My new NXT robot!

I have made a shooterbot mod, Which I name... RoBoTRT5 2.0! (It only makes sense cause the NXT is named RoBoTRT5, which was the only robot sounding voice clip.)

 
New features:
  • Snowplow
  • Soon to be added!: Ball holder/identifier/dropper, Cargo area for loading balls!

BTW Video comin` soon

Sunday, June 13, 2010

My img.

Also for suspicious people, the magazine is Maximum PC, the code is a Lua variant, and the OS is Win 7 (Yep, I am not on Linux no more.) I will also post some of the code:

if(string.sub(msg:lower(),1,5) == "mode:") then
mode = string.sub(msg:lower(), 6)
end
if msg == "on" then
beamer.Transparency = 0.5
local cd = Instance.new("CylinderMesh")
cd.Parent = beamer
end
if msg == "off" then
beamer.Transparency = 1
end
if msg == "reset" then
player.Character:BreakJoints()
end
if(string.sub(msg:lower(),1,6) == "color:") then
color = string.sub(msg,7)
local h = Instance.new("Hint")
h.Parent = player
h.Text = "Color changed to "..color.."..."
brick.BrickColor = BrickColor.new(color)
wait(2)
h:Remove()
end
if msg == "fix" then
player.Character.Torso.CFrame = CFrame.new(0,10,0)
end



All wrote by a 9 year old. In fact, *drumroll*, THIS POST WAS WROTE BY HIM!
In fact, THIS BLOG WAS MADE BY HIM!