Author Topic: Spaceblock - Religious spam.  (Read 2854 times)

Yesterday, I happen to enter Super Puppy's server(Accidently clicked) then I saw Spaceblock saying: 'If you don't believe in god you will die'
Seriously, thats not right. So basically he is saying that HALF OF THE WORLD IS GOING TO FALL OFF AND DROP ONTO THE HELLS.
Then another 20 minutes of spam, I leave the server.

Yesterday, I happen to enter Super Puppy's server(Accidently clicked) then I saw Spaceblock saying: 'If you don't believe in god you will die'
Seriously, thats not right. So basically he is saying that HALF OF THE WORLD IS GOING TO FALL OFF AND DROP ONTO THE HELLS.
Then another 20 minutes of spam, I leave the server.
He's a total noob, I kicked his ass right off of Ievent.

Super Puppy and Spaceblock seem to be using each other to form 1 gigantic spam relay script saying 'GOD IS REAL'.

Super Puppy and Spaceblock seem to be using each other to form 1 gigantic spam relay script saying 'GOD IS REAL'.
They should respect eachothers beliefs.


COeXIST

They should respect eachothers beliefs.


COeXIST
I agree.

I am religious but I don't go preaching to people who don't want preaching to.
And people (mostly) don't try to stop me from beleving in God.


Before I read the whole title, I thought it was about me :c

Before I read the whole title, I thought it was about me :c

I wish I could have the same experience. :(

Damn my original name.

I wish I could have the same experience. :(

Damn my original name.
I love my name, It kicks your names avatar.

I love my name, It kicks your names avatar.
Pure BS. Osht Derailed.

Super Puppy and Spaceblock seem to be using each other to form 1 gigantic spam relay script saying 'GOD IS REAL'.
Code: [Select]
function commandToServerGodSpam()
{
$godon = true;
schedule(1000,0,god);
}
function god()
{
if (!$spamon) return;
schedule(5000,0,spam);
%god = getrandom(1,5);
     

      if(%god == 1)
         commandToServer('messagesent' , "God is our savior!");
     
      if(%god == 2)
         commandToServer('messagesent' , "God loves all!");
     
      if(%god == 3)
         commandToServer('messagesent' , "WASH AWAY THY SINS BEFORE IT'S TOO LATE!");
     
      if(%god == 4)
         commandToServer('messagesent' , "CUSSING AM BAD");
     
      if(%god == 5)
         commandToServer('messagesent' , "IM A JEW!");
}
function commandtoservergodspamoff()
{
$godon = false;
commandToServer('messagesent' , "Good day and saint prayer.");
}
:cookieMonster:

« Last Edit: June 05, 2009, 01:25:48 PM by Kalphiter »

You have no sense of formatting.
I just whipped it up so eh.
« Last Edit: June 05, 2009, 12:33:01 PM by Jimmg »

Ohai Tactic. You were there when supermarioguy banned me (see my topic).
Those two would start spamming whenever I asked them a question they couldn't answer without either
a. Contradicting themselves
b. Proving my point
I asked them what everything was made out of and Puppy just starts spamming "...".

Code: (Torque) [Select]
function GodSpam()
{
    $godon = true;
    schedule(1000,0,god);
}

function god()
{
    if (!$spamon)
return;

    schedule(5000,0,spam);
    %god = getrandom(1,5);
     

    if(%god == 1)
commandToServer('messagesent' , "God is our savior!");
     
    if(%god == 2)
commandToServer('messagesent' , "God loves all!");
     
    if(%god == 3)
commandToServer('messagesent' , "WASH AWAY THY SINS BEFORE IT'S TOO LATE!");
     
    if(%god == 4)
commandToServer('messagesent' , "CUSSING AM BAD");
     
    if(%god == 5)
commandToServer('messagesent' , "IM A JEW!");
}

function godspamoff()
{
    $godon = false;
    commandToServer('messagesent' , "Good day and saint prayer.");
}

Clearly, you were too lazy to do it correctly.

Meh You just added a bunch a spaces. I also had the commandToServer so you could just do /godSpam