well here it is, I'm going to give away a tellekill that I use for my website.
well, here you go.
Code:int tkb = 0; //int value for bypass server disconection. int tkonoff = 0; /*HACK VALUE*/ if(HackVars.tk){ tkonoff = 1; tkb = tkb + 1; if(tkb==50){ telekill(0); tkb=0; }else{ telekill(1); } }else{ if(tkonoff == 1){ telekill(0); tkonoff = 0; } }