View difference between Paste ID: vZyg27wV and KSGhMZey
SHOW: | | - or go back to the newest paste.
1-
/* It's a gravity script, don't expect much.
1+
/* That's an WorldOfPixels movement speed script. 
2-
     * toggle the gravity with ctrl.
2+
Its officially made of eperou, leak and kys btw...
3-
     * warning you could fall to death, be weary.
3+
And, also, that script is made only for OWOP, and for OWOP only...*/        
4-
     * Made for manyland and manyland only.
4+
5-
     * Never will be outdated
5+
6-
     * Script created by Janit0r
6+
7-
*/                                    
7+
8
OWOP.options.movementSpeed = 79.2341115
9
OWOP.chat.local("Speed enabled.")
10
11
    } else if (e.keyCode =='17' && num == 1) {
12-
ig.game.gravity=350;
12+
13
        num = 0;
14
15
      OWOP.options.movementSpeed = 1
16
	  OWOP.chat.local("Speed reset.")
17
    }
18-
      ig.game.gravity=800;
18+
19
document.onkeydown = gr;