Advertisement
Guest User

Predator

a guest
Mar 28th, 2020
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. // ==UserScript==
  2. // @name predator's bullets
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author You
  7. // @match https://diep.io/
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. setTimeout(function(t,c,d)
  12. {c=onkeydown;d=onkeyup;onkeydown=function(e,k)
  13. {k=e.keyCode||e.which||event;if(k>47&&k<56&&e.shiftKey)
  14. {r=k-48;!function(g){g(0);g(200-r*23);g(1450-r*100);g(2050-150*r);g(2850-187*r);}(t);}else c(e)};onkeyup=function(e,k){k=e.keyCode||e.which||event;if(k<48||k>55||!e.shiftKey)d(e)};console.log("Pred Auto Bullet Stack Mod Innitiated!")},4000,function(t){setTimeout(function(i){i.keyDown(69);i.keyUp(69);},t,input)})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement