Enter the code into the code bar, then press the check or the enter key to run it. Syntax: / Put this after any line of code. d Puts the pen down. u Puts the pen up. : Put a number after this to set the x position. . Put a number after this to set the y position. s Put a number after this to set the pen size. M Put this in replacement of the numbers in position code to make the pen go to the mouse's x or y. f Put this as the first line in your code to run all code forever. v Put something after this to set the variable to that number, or use it in a command instead of a number to use the variable (the variable can only store 10 characters). R Put this in place of a number to randomize it. x(number)y(number)$ Will set the x and y of the pen in one line of code. ! Put a number after this to change then pen color (1 is green, 2 is white, and 3 is red). e Stop the script Default pen settings: Color: Green Size: 10 Up or Down: Up X: 0 Y: 0
100% is by me The original N will get it's last update, because N+ is coming soon! Sample code: x-100y-100$/d/.100/x100y-100$/.100/ Another sample code: f/!2/u/xRyR$/sR/d/ And another: f/d/c/xMyM$/