Advertisement
Pvp_machine100

Untitled

Sep 12th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. /* That's an WorldOfPixels movement speed script.
  2. Its officially made of eperou, leak and kys btw...
  3. And, also, that script is made only for OWOP, and for OWOP only...*/        
  4. var num = 0;
  5. function gr(e){
  6.   if (e.keyCode =='17' && num == 0) {
  7.        num= 1
  8. OWOP.options.movementSpeed = 79.2341115
  9. OWOP.chat.local("Speed enabled.")
  10.  
  11.     } else if (e.keyCode =='17' && num == 1) {
  12.  
  13.         num = 0;
  14.  
  15.       OWOP.options.movementSpeed = 1
  16.       OWOP.chat.local("Speed reset.")
  17.     }
  18. }
  19. document.onkeydown = gr;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement