The Ctrl+V Game
#481
Posted 27 October 2013 - 11:47 AM
#482
Posted 27 October 2013 - 04:18 PM
Hmm, interesting
#483
Posted 27 October 2013 - 04:34 PM
#484
Posted 27 October 2013 - 07:05 PM
Lol'd.
#486
Posted 28 October 2013 - 10:26 AM
What the...
#487
Posted 28 October 2013 - 10:36 AM
♪
#489
Posted 28 October 2013 - 06:39 PM
Copying my Terraria world to tShock.
#490
Posted 28 October 2013 - 07:39 PM
Just hacking stuff in Portal 3.
#491
Posted 29 October 2013 - 02:18 AM
I think that was me commenting on one of PixelToast's youtube videos.
#492
Posted 29 October 2013 - 04:36 PM
// TODO Auto-generated method stub
}
Looks like some java code...
#493
Posted 29 October 2013 - 04:46 PM
#494
Posted 30 October 2013 - 02:19 AM
My whole tutorial on using tables.
#495
Posted 30 October 2013 - 06:07 PM
#496
Posted 31 October 2013 - 09:28 AM
Applied Energistics Spacial Io Port Teleportation Concept
1 replies: Last by ZudoHackz, Oct 08 2013 05:10 AM
I accidentally copied part of the forums..?
#497
Posted 31 October 2013 - 01:58 PM
Testing out a broken CTRL button... It worked.
#498
Posted 01 November 2013 - 02:22 AM
MudkipTheEpic, on 31 October 2013 - 09:28 AM, said:
1 replies: Last by ZudoHackz, Oct 08 2013 05:10 AM
I accidentally copied part of the forums..?
OK, I don't remember posting in a topic called that
Meh, here is my clipboard:
local o = 1
while true do
term.clear()
term.setCursorPos(1,1)
if o == 1 then
print("Login <")
print("Register")
print("Admin")
elseif o == 2 then
print("Login")
print("Register <")
print("Admin")
elseif o == 3 then
print("Login")
print("Register")
print("Admin <")
end
_, key = os.pullEvent("key")
if key == keys.up and o > 1 then
o = o - 1
elseif key == keys.down and o < 3 then
o = o + 1
elseif key == keys.enter then
break
end
end
if o == 1 then
-- Login
elseif o == 2 then
-- Register
elseif o == 3 then
-- Admin override
end
Helping out agoldfish.
#499
Posted 01 November 2013 - 03:03 AM
Something WoW related
#500
Posted 01 November 2013 - 05:03 AM
http://youtu.be/UpomqoH55Xo?t=21s
Hehehe
3 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users


This topic is locked









