Advertisement
JMZ10

JWoot for Plug.DJ

Sep 11th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. //DJ-JMZ's AutoWoot
  2. API.on(API.ADVANCE, djAdvance);
  3. API.chatLog('JWoot V0.1 Enabled!');
  4.  
  5. function djAdvance(obj) {
  6.     setTimeout(function() {
  7.         $('#woot').click()
  8.     },500)
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement