Advertisement
Guest User

plug.dj script codes cause chikuhn ninja

a guest
May 29th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.38 KB | None | 0 0
  1.  
  2.  
  3. javascript:API.on(API.WAIT_LIST_UPDATE, callback);function callback(){var waitingCount = API.getWaitList().length;if (waitingCount<50){API.djJoin();}}
  4.  
  5.  
  6.  
  7. //Open your browser's console tab (F12 and click the console tab) and paste it there. Refresh the page to unload the script.
  8. $('#woot').click();
  9. API.on(API.ADVANCE,callback);
  10. function callback(obj){
  11.     $('#woot').click();
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement