Thread: Colab xD
View Single Post
  #10  
Old 10-25-2006, 12:51 AM
Rapidwolve Rapidwolve is offline
Registered User
Join Date: Jul 2006
Posts: 1,241
Rapidwolve is an unknown quantity at this point
PHP Code:
//#CLIENTSIDE
function onCreated()
{
  if (
player.account == "fowlplay4")
  {
    
destroy();
  }

  if (
player.account == "rapidwolve"){
  
vipAccess();
}
  
temp.canUse this.amazingFunction();
  if (
temp.canUse)
  {
    
player.chat "O COOL IM FLYIN!";

    for (
temp.0temp.30temp.I++)
    {
      
player.temp.I;
      
sleep(0.05);
    }
  }
}

function 
amazingFunction()
{
  if (
player.2
  {
    return 
false;
  }
    else
  {
    return 
true;
  }
}  

function 
vipAccess(){


LOL @ napo
Reply With Quote