Results 1 to 10 of 28

Thread: Kicking bots

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private First Class php's Avatar
    Join Date
    Nov 2012
    Posts
    142
    Thanks
    28
    Thanked 116 Times in 59 Posts


    PHP Code:
    names = [];
        
    names[names.size] = "Rob";
        
    names[names.size] = "Richard";
        
    names[names.size] = "Jim";
        
    names[names.size] = "IzNoGoD";
        
    names[names.size] = "Harry";
        
    names[names.size] = "Wizard";
        
    names[names.size] = "Pancakes";
        for(
    i=0;i<15;i++) {
            
    addtestclient();
            
    b renamebot(names[randomInt(names.size-1)]); 

  2. The Following 4 Users Say Thank You to php For This Useful Post:

    filthy_freak_ (24th May 2014),kung foo man (24th May 2014),maxdamage99 (17th September 2015),Ni3ls (24th May 2014)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •