Author Topic: You're Banned! (Game)  (Read 1762846 times)

Offline xXametonaraXx

  • Community Champion
  • ****
  • Posts: 1,739
  • Country: 00
  • Floof-O-Meter: 31
  • the cat keeps dragging me in and out
    • Kyochinn
    • Kyochin
    • View Profile
    • My twitter, check it!!
Re: You're Banned! (Game)
« Reply #1830 on: November 04, 2011, 09:04:45 pm »
I ban you for poking moi! *pokes back* Nah! YOU HAVE THE EPIC-NESS NOW! XD


Yaaay ! C: *goofy smile*
menacing.



Offline Dunstan26

  • Finest Floof
  • ***
  • Posts: 870
  • Floof-O-Meter: 45
  • Insanity is my middle name.
    • View Profile
Re: You're Banned! (Game)
« Reply #1831 on: November 04, 2011, 09:05:55 pm »
I ban you because the color of your writing is freaking epic! How did you get it like that? :o (oops that was meant for Thierry xD)
Obsessed With A Creature

Offline xXametonaraXx

  • Community Champion
  • ****
  • Posts: 1,739
  • Country: 00
  • Floof-O-Meter: 31
  • the cat keeps dragging me in and out
    • Kyochinn
    • Kyochin
    • View Profile
    • My twitter, check it!!
Re: You're Banned! (Game)
« Reply #1832 on: November 04, 2011, 09:11:30 pm »
« Last Edit: November 04, 2011, 09:13:22 pm by Ame »
menacing.



Thierry

  • Guest
Re: You're Banned! (Game)
« Reply #1833 on: November 04, 2011, 09:21:52 pm »
what's mature and what's kid?, i feel like a kid and i have 23 years old XD.

About the rainbow colors i'm writing is because i made a program to make these rainbow color. But it is a program made in 5 minutes, so it has a lot of problems right now. If you know C programming you will understand:

Code: [Select]
#include<stdio.h>

int main()
{
int i=0,number,fase=0; //general use variables
char caracter;
long length,sec=0;

FILE *salida,*entrada;
salida=fopen("rainbow.txt","w+");
entrada=fopen("text.txt","r");
if(salida==NULL)
  {
  printf("Error creating output file\n");
  return 1;
  }
if(entrada==NULL)
  {
  printf("Error opening file: text.txt\n");
  return 1;
  }

fseek(entrada, 0L, SEEK_END);
length = ftell(entrada);
fseek(entrada, 0L, SEEK_SET);
sec=length/255+1;
printf("%li ",length);
printf("%li ",sec);

while(feof(entrada)==0)
  {
  caracter=fgetc(entrada);
  if(caracter>32 &&caracter<200)
    {
    fprintf(salida,"[color=#%.2X%.2X00]%c[/color]",i,255-i,caracter);
    }
  else
    {
    fprintf(salida,"%c",caracter);
    }
  fase++;
  if(fase==sec)
    {
    //i++;
    i=i+255/length;
    fase=0;
    }

  }

if(fclose(salida)!=0)
  {
  printf("Error fail to close salida\n");
  return 1;
  }

printf("Ok, all is done <Roar>");
return 0;
}

I ban Dunstan for asking for my text colors.


Offline xXametonaraXx

  • Community Champion
  • ****
  • Posts: 1,739
  • Country: 00
  • Floof-O-Meter: 31
  • the cat keeps dragging me in and out
    • Kyochinn
    • Kyochin
    • View Profile
    • My twitter, check it!!
Re: You're Banned! (Game)
« Reply #1834 on: November 04, 2011, 09:31:10 pm »
I don't know if im mature, or if im kid... blaah

I ban you for... having one of them code thingys :P
menacing.



Offline Dunstan26

  • Finest Floof
  • ***
  • Posts: 870
  • Floof-O-Meter: 45
  • Insanity is my middle name.
    • View Profile
Re: You're Banned! (Game)
« Reply #1835 on: November 04, 2011, 09:35:48 pm »
I ban you because i understood absolutly none of that and feel stupid now xD
Obsessed With A Creature

Offline Bonannos :D

  • Familiar Grounds Dweller
  • **
  • Posts: 83
  • Floof-O-Meter: 6
  • I ish a owl OnO FEAR ME!
    • View Profile
Re: You're Banned! (Game)
« Reply #1836 on: November 04, 2011, 09:38:22 pm »
I ban you because YOU won't pick up your phone C8 And, because I just wanted to... AND Because I got grounded again.... And because because... Because I wanted to c:
I will eat you. NOW NUZZLE ME BEFORE MY TEETH GET YEW D8 c:

Offline Dunstan26

  • Finest Floof
  • ***
  • Posts: 870
  • Floof-O-Meter: 45
  • Insanity is my middle name.
    • View Profile
Re: You're Banned! (Game)
« Reply #1837 on: November 04, 2011, 09:45:32 pm »
I ban you because i picked up my phone, and just didnt text you back xD and because i wanted to :3
Obsessed With A Creature

Offline xXametonaraXx

  • Community Champion
  • ****
  • Posts: 1,739
  • Country: 00
  • Floof-O-Meter: 31
  • the cat keeps dragging me in and out
    • Kyochinn
    • Kyochin
    • View Profile
    • My twitter, check it!!
Re: You're Banned! (Game)
« Reply #1838 on: November 04, 2011, 09:47:14 pm »
I ban you for bring your private life into the forums XP
menacing.



Offline Dunstan26

  • Finest Floof
  • ***
  • Posts: 870
  • Floof-O-Meter: 45
  • Insanity is my middle name.
    • View Profile
Re: You're Banned! (Game)
« Reply #1839 on: November 04, 2011, 10:35:44 pm »
I ban you cuz.... KOVU FOR THE WIN ~FTW~ *runs away on a cheetah*
Obsessed With A Creature