Advertisement
Guest User

Untitled

a guest
Aug 27th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. // ==UserScript==
  2. // @name CookieClick
  3. // @namespace cc
  4. // @include http://orteil.dashnet.org/experiments/cookie/
  5. // @version 1
  6. // ==/UserScript==
  7.  
  8. init();
  9. function init() {
  10. setInterval(function() {
  11. ClickCookie();
  12. Buy('Cursor');
  13. Buy('Grandma'),
  14. Buy('Factory');
  15. Buy('Mine');
  16. Buy('Shipment');
  17. Buy('Alchemy lab');
  18. Buy('Portal');
  19. Buy('Time machine');
  20. Buy('Elder Pledge');
  21. },1);
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement