Jump to content




The Ctrl+V Game


  • This topic is locked This topic is locked
860 replies to this topic

#481 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 27 October 2013 - 11:47 AM

[Address removed]

#482 adencraft2000

  • Members
  • 43 posts

Posted 27 October 2013 - 04:18 PM

#mcportcentral

Hmm, interesting

#483 Popeye

  • Members
  • 46 posts

Posted 27 October 2013 - 04:34 PM

/tell boommm

#484 Kingdaro

    The Doctor

  • Members
  • 1,636 posts
  • Location'MURICA

Posted 27 October 2013 - 07:05 PM

xrandr --output HDMI1 --off --output LVDS1 --mode 1366x768 --pos 1920x312 --rotate normal --output DP1 --off --output VGA1 --mode 1920x1080 --pos 0x0 --rotate normal

Lol'd.

#485 MudkipTheEpic

  • Members
  • 639 posts
  • LocationWhere you'd least expect it.

Posted 28 October 2013 - 08:42 AM

http://www.amazon.co...B005L38VPC?vs=1

Keyboard me wants.

#486 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 28 October 2013 - 10:26 AM

Adrastus

What the...

#487 Wojbie

  • Members
  • 631 posts
  • LocationKinda lost

Posted 28 October 2013 - 10:36 AM




#488 M4sh3dP0t4t03

  • Members
  • 255 posts
  • LocationGermany

Posted 28 October 2013 - 12:45 PM

http://www.programmi...eorpokemon.com/

#489 MudkipTheEpic

  • Members
  • 639 posts
  • LocationWhere you'd least expect it.

Posted 28 October 2013 - 06:39 PM

file://~/My%20Games/Terraria/Worlds/Terraria_1-2.wld

Copying my Terraria world to tShock.

#490 nutcase84

  • Members
  • 711 posts
  • LocationIn My Lonely Little Computer Corner

Posted 28 October 2013 - 07:39 PM

sp_a3_transition01.bsp

Just hacking stuff in Portal 3. :D

#491 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 29 October 2013 - 02:18 AM

/lol/lol/lol/lol

I think that was me commenting on one of PixelToast's youtube videos.

#492 RatcheT2497

  • Members
  • 72 posts
  • LocationSlovakia

Posted 29 October 2013 - 04:36 PM

private void start() {
// TODO Auto-generated method stub

}

Looks like some java code...

#493 kornichen

  • Members
  • 220 posts
  • LocationGermany

Posted 29 October 2013 - 04:46 PM

Looks like nothing. Just started the PC ;)

#494 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 30 October 2013 - 02:19 AM

Spoiler

My whole tutorial on using tables. :)

#495 nutcase84

  • Members
  • 711 posts
  • LocationIn My Lonely Little Computer Corner

Posted 30 October 2013 - 06:07 PM

Can't paste it here, but I have over 50GB of steam games. I was transferring stuff to my other hard drive.

#496 MudkipTheEpic

  • Members
  • 639 posts
  • LocationWhere you'd least expect it.

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 RatcheT2497

  • Members
  • 72 posts
  • LocationSlovakia

Posted 31 October 2013 - 01:58 PM

as

Testing out a broken CTRL button... It worked.

#498 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 01 November 2013 - 02:22 AM

View PostMudkipTheEpic, on 31 October 2013 - 09:28 AM, said:

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..?

OK, I don't remember posting in a topic called that :o

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 Inumel

  • Members
  • 120 posts

Posted 01 November 2013 - 03:03 AM

You must also attain Honored reputation with the Brood of Nozdormu to complete this quest.

Something WoW related

#500 oeed

    Oversimplifier

  • Members
  • 2,095 posts
  • LocationAuckland, New Zealand

Posted 01 November 2013 - 05:03 AM

Seems to be my advice to one of my friends having issues with their Mac...

http://youtu.be/UpomqoH55Xo?t=21s

Hehehe :P





2 user(s) are reading this topic

0 members, 2 guests, 0 anonymous users