Code (Text): //************************************************************************// //*** Made by: heya *618**// //*** For: Neofriends.net ***// //*** Drag the crosshair to the game window, "CTRL + ALT + R" to start ***// //*** http://www.neopets.com/games/play.phtml?game_id=805 ***// //************************************************************************// Program DiceEscapePlayer; Begin clickmouse(618,400,true); //game 1 wait(200); clickmouse(92,452,true); wait(100); clickmouse(680,25,true); wait(200); //Change this to make time between send longer clickmouse(606,390,true); wait(200); clickmouse(600,300,true); wait(200); clickmouse(618,400,true); //game 2 wait(200); clickmouse(92,452,true); wait(100); clickmouse(680,25,true); wait(200); //Change this to make time between send longer clickmouse(606,390,true); wait(200); clickmouse(600,300,true); wait(200); clickmouse(618,400,true); //game 3 wait(200); clickmouse(92,452,true); wait(100); clickmouse(680,25,true); wait(200); //Change this to make time between send longer clickmouse(606,390,true); wait(200); clickmouse(600,300,true); wait(200); End. For the lazy man. Really simple to do your self, this will do it in under 10 seconds If you want times in between to be longer, change the number write before where it says "//Change this to make time between send longer", at all3 ones Again, just the lazy mans script, 900 NPs in 10 Seconds