Advertisement
Igorce9

Plug.DJ Fast AutoJoin

Sep 13th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //// AutoJoin Plug.DJ By Igorce9 ////
  2.  
  3. API.djJoin = function(){
  4. $.ajax({
  5.                     url: "https://plug.dj/_/booth,
  6.                    type: "POST"
  7.                })
  8. };
  9.  
  10. API.on(API.ADVANCE,function(){
  11. API.djJoin();
  12. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement