Advertisement
Guest User

Untitled

a guest
Oct 30th, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:(function(){
  2.     var inty = window.location.href.split('al/')[1];
  3.     if(window.location.href.indexOf("tutorial") > -1){
  4.         if(inty < 32){
  5.             inty = window.location.href.split('al/')[1];
  6.             console.log(inty);
  7.             if(inty == 12 || inty == 20){
  8.                 if(inty == 12){
  9.                     window.location.replace("http://game.granbluefantasy.jp/#tutorial/14");
  10.                 }else{
  11.                     window.location.replace("http://game.granbluefantasy.jp/#tutorial/23");
  12.                 }
  13.             }else{
  14.                 inty++;
  15.                 window.location.replace("http://game.granbluefantasy.jp/#tutorial/" + inty.toString());
  16.             }
  17.         }
  18.     }
  19. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement