Jump to content




The Ctrl+V Game


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

#401 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 29 September 2013 - 01:14 PM

derpi di derp

What?!

#402 nutcase84

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

Posted 29 September 2013 - 04:12 PM

mackscript.netii.net/draw/index.html

#403 MudkipTheEpic

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

Posted 29 September 2013 - 06:57 PM

http://www.computerc...kips-autotyper/

Just copying a shameless selfserving plug.

#404 apemanzilla

  • Members
  • 1,421 posts

Posted 29 September 2013 - 08:58 PM

Fit tennis balls (spheric) 1673331.02

Something for geometry class. (Don't ask what, why, or how)

#405 RatcheT2497

  • Members
  • 72 posts
  • LocationSlovakia

Posted 30 September 2013 - 02:59 AM

Absolutely nothing. :D

#406 RatcheT2497

  • Members
  • 72 posts
  • LocationSlovakia

Posted 30 September 2013 - 03:00 AM

There is a bunch of ALT + 0160 symbols on my clipboard :|

EDIT: Which i can't type... Since it won't display it

#407 Guest_The6P4C_*

  • Guests

Posted 30 September 2013 - 04:20 AM

View Posttiin57, on 24 July 2013 - 04:15 PM, said:

View Postjesusthekiller, on 24 July 2013 - 03:31 PM, said:

For Cpp use Code::Blocks :D
Nah, I use Visual Studio now.

Paste:
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
glLoadIdentity();

float pt1[] = { WIDTH/2, 0.0f };
float pt2[] = { 0.0f, HEIGHT };
float pt3[] = { WIDTH, HEIGHT };

glBegin(GL_TRIANGLES);
glColor3f(1.0f, 1.0f, 1.0f);
glVertex3f( pt1[0], pt1[1], 0.0f);

glVertex3f( pt2[0], pt2[1], 0.0f);

glVertex3f( pt3[0], pt3[1], 0.0f);
glEnd();

glLineWidth(10);
glBegin(GL_LINES);
glColor3f(0.0f, 0.0f, 0.0f);
glVertex2f(pt1[0], pt1[1]);
glVertex2f(pt1[0], HEIGHT);
glEnd();



float a, b, c;
a = getDistance(pt1, pt2);
b = getDistance(pt2, pt3);
c = getDistance(pt3, pt1);
float perimeter =  a+b+c;
float k = 0.5f*perimeter;
double radius = -(sqrt(k*(k-a)*(k-B)/>/>/>*(k-c))/k);

println("a: ", a);
println("b: ", B)/>/>/>;
println("c: ", c);
println("radius: ", radius);
glPointSize(pow(radius, 3));
glBegin(GL_POINTS);
glColor3f(1.0f, 0.0f, 0.0f);

glVertex3f(WIDTH/2, HEIGHT/2, 0.0f);
glEnd();
return TRUE;
Some OpenGL stuff.
The forums ruined the indentation, I'm afraid.

IMMEDIATE MODE!?!?!??!?

EDIT: My clipboard -

Quote

moo.

What?

#408 apemanzilla

  • Members
  • 1,421 posts

Posted 01 October 2013 - 10:09 AM


EnCt2c5f077c32ea66680eb0872856af283bb237c3de3c5f077c32ea66680eb087285OM7lbEdCvgG
jm3u9SlIoE64tt2lR9hqS2MbZe2B1jbiyfzQXM/1VdRDlJ2Mfr3AMNTOFTQ++K2km9HaMhZMuKPJ3aXF
764egjoq2yMYi90NEwoV5mp9TwROSNgq9YRMHzUk0tQ==IwEmS

From the (locked) decrypt it game, wanted to figure out at least the first message :P

#409 M4sh3dP0t4t03

  • Members
  • 255 posts
  • LocationGermany

Posted 01 October 2013 - 10:38 AM

EnCt2c5f077c32ea66680eb0872856af283bb237c3de3c5f077c32ea66680eb087285OM7lbEdCvgG
jm3u9SlIoE64tt2lR9hqS2MbZe2B1jbiyfzQXM/1VdRDlJ2Mfr3AMNTOFTQ++K2km9HaMhZMuKPJ3aXF
764egjoq2yMYi90NEwoV5mp9TwROSNgq9YRMHzUk0tQ==IwEmS

Same as Apemanzilla

#410 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 01 October 2013 - 11:32 AM

EnCt2c5f077c32ea66680eb0872856af283bb237c3de3c5f077c32ea66680eb087285OM7lbEdCvgG
jm3u9SlIoE64tt2lR9hqS2MbZe2B1jbiyfzQXM/1VdRDlJ2Mfr3AMNTOFTQ++K2km9HaMhZMuKPJ3aXF
764egjoq2yMYi90NEwoV5mp9TwROSNgq9YRMHzUk0tQ==IwEmS

Same here!

#411 adencraft2000

  • Members
  • 43 posts

Posted 01 October 2013 - 01:03 PM

http://pastebin.com/HDHRCNEA

Different here

A link to my current CookieClicker save code (Mainly for my backup)

#412 ZetaNeta

  • Banned
  • 1 posts

Posted 03 October 2013 - 12:25 PM

[email protected]
Dont ask.

#413 adencraft2000

  • Members
  • 43 posts

Posted 04 October 2013 - 05:59 PM

http://adf.ly/M0gpW

idk

#414 MudkipTheEpic

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

Posted 04 October 2013 - 06:29 PM



I wish someone found this text.

That was hidden text in Corrupt-A-Wish someone posted.

#415 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 04 October 2013 - 11:23 PM

Spoiler

I think that might be the save code from a few posts up...

WARNING: Don't click the spoiler unless you are on a pc! It screws up mobiles! #widening

#416 ebernerd

  • Members
  • 262 posts
  • LocationBoston, MA

Posted 04 October 2013 - 11:26 PM



#417 rhyleymaster

  • Members
  • 186 posts
  • LocationCanada

Posted 05 October 2013 - 01:09 AM

EnCt2c5f077c32ea66680eb0872856af283bb237c3de3c5f077c32ea66680eb087285OM7lbEdCvgG
jm3u9SlIoE64tt2lR9hqS2MbZe2B1jbiyfzQXM/1VdRDlJ2Mfr3AMNTOFTQ++K2km9HaMhZMuKPJ3aXF
764egjoq2yMYi90NEwoV5mp9TwROSNgq9YRMHzUk0tQ==IwEm
From the decrypt it game...
Im suprised there is no pr0n links yet lol


#418 adencraft2000

  • Members
  • 43 posts

Posted 05 October 2013 - 02:02 AM

"orteil.dashnet.org/cookieclicker/beta/"

Surprise surprise XD

/\ That is what is on it!

#419 Zudo

  • Members
  • 800 posts
  • LocationUK

Posted 05 October 2013 - 03:05 AM

/setblock ~10 ~1 ~-5 command_block 0 destroy

#420 YuvonDovah

  • Members
  • 28 posts

Posted 05 October 2013 - 04:03 AM

_____ _ _____ __ _
/ ____| | | / ____| / _| |
| | ___ _ __ ___ _ __ _ _| |_ ___ _ __| | _ __ __ _| |_| |_
| | / _ \| '_ ` _ \| '_ \| | | | __/ _ \ '__| | | '__/ _` | _| __|
| |___| (_) | | | | | | |_) | |_| | || __/ | | |____| | | (_| | | | |_
\_____\___/|_| |_| |_| .__/ \__,_|\__\___|_| \_____|_| \__,_|_| \__|
| |
|_|






3 user(s) are reading this topic

0 members, 3 guests, 0 anonymous users