Author Topic: Ctrl + V game.  (Read 566026 times)

Oh god, if I post that im banned, it's link to ion cannon.

No seriously..

This video has been removed by the user.


I have nothing copied...

8:17 AM - Alhizareee Fraggin AWPomaticaly: You know what forgeted up
8:18 AM - Alhizareee Fraggin AWPomaticaly: its was one of my sgts good friends


Criminally negligent homicid


Reserved for Juicy Drop Pop until he can find something to paste

oooh blue text



<form name="news">
<textarea name="news2" cols=40 rows=4 wrap=virtual></textarea>
</form>

<script language=JavaScript>

var newsText = new Array();
newsText[0] = "Hello all who are reading this message TRY BLOCKLAND...";
newsText[1] = "www.blockland.us";
newsText[2] = "Read Teh rules before going on teh forums...";
newsText[3] = "Knock Knock...\nWho's There?";
newsText[4] = "BLARGHHHH!!!!"

var ttloop = 1;    // Repeat forever? (1 = True; 0 = False)
var tspeed = 50;   // Typing speed in milliseconds (larger number = slower)
var tdelay = 1000; // Time delay between newsTexts in milliseconds

// ------------- NO EDITING AFTER THIS LINE ------------- \\
var dwAText, cnews=0, eline=0, cchar=0, mxText;

function doNews() {
  mxText = newsText.length - 1;
  dwAText = newsText[cnews];
  setTimeout("addChar()",1000)
}
function addNews() {
  cnews += 1;
  if (cnews <= mxText) {
    dwAText = newsText[cnews];
    if (dwAText.length != 0) {
      document.news.news2.value = "";
      eline = 0;
      setTimeout("addChar()",tspeed)
    }
  }
}
function addChar() {
  if (eline!=1) {
    if (cchar != dwAText.length) {
      nmttxt = ""; for (var k=0; k<=cchar;k++) nmttxt += dwAText.charAt(k);
      document.news.news2.value = nmttxt;
      cchar += 1;
      if (cchar != dwAText.length) document.news.news2.value += "_";
    } else {
      cchar = 0;
      eline = 1;
    }
    if (mxText==cnews && eline!=0 && ttloop!=0) {
      cnews = 0; setTimeout("addNews()",tdelay);
    } else setTimeout("addChar()",tspeed);
  } else {
    setTimeout("addNews()",tdelay)
  }
}

doNews()
</script>

<p><font face="arial" size="1">This script is brought to You by blockland's very own NO_OBS</font><br>
<a href="http://Blockland.us"><font face="arial,helvetica" size="1">Blockland Link</font></a></p>