If u place a wrong bypass name it will kick u from the server beacuse of antibot reason
And make sure that for button there is a false value in the bypass command for buttons and true for links if it will be wrong u will get kicked again.
begin
engine.useitem(9516);
delay(500);
Engine.BypassToServer('buff_book_1.htm#9516', false);
//NOW SELECT UR BUFFS NOW FROM THIS LIST:
//http://pastebin.com/xuty9qeA
//u need to cut out the bypasses for example
//this is vampiric rage 2 times:
delay(500);
Engine.BypassToServer('sb_r_b_p?id=324612#9516', true);
delay(500);
Engine.BypassToServer('sb_r_b_p?id=324612#9516', true);
delay(500);
//and so on and so on
//after u finish buff section u need to go to the songs section by this:
Engine.BypassToServer('buff_book_2.htm#9516', false);
delay(500);
//select ur dances and songs from list
//http://pastebin.com/bq8ELmSw
//cut out the bypasses and place it into the command (this is song of hunter):
Engine.BypassToServer('sb_r_b_p?id=68865#9516', true);
delay(500);
Engine.BypassToServer('sb_r_b_p?id=68865#9516', true);
delay(500);
end.