Hi everyone!
I need a Tampermonkey userscript that auto-plays a game so that I can get sweet cash / avatars / trophies.

The game is pretty simple, you just answer like 10 math questions, and the coding looks pretty simple to write a bot for, but what do I know.
(I have 0 coding experience)

Here's what I'm assuming what you'd need for it. It's all on the same .php URL, so there's two parts (before clicking the button, and after)

Before
Code:
<table border=0><tr><td width=80>  <p align='left'> 
  </td><td align=right>
  <p align='left'><img src='http://images.neopets.com/new_headers/faerieland/mathsnightmare.gif' width=480 height=62 class='hdr'></td></tr></table><title>Maths Nightmare</title>
<b>Maths Nightmare</b><p align='center'>
<p align='center'><img src='http://images.neopets.com/nt/ntimages/358_imiya_maths.gif'><p align='left'>Welcome to Maths Nightmare! In this game, you have to answer as many of the mathematical sums as you can in the shortest amount of time. The quicker you answer them, and the more you get right, the more leopoints you will win! You only win Leopoints for the first ten turns you play each day. You have had <b>3</b> turns today!<p align='center'><table align='center'><tr><td><form action='mathsnightmare.php' method='post'><input type='hidden' name='math' value='newgame'><input type='submit' value='START YOUR MULTIPLICATION MATH MADNESS!!!'></form></td></tr></table>
After
Code:
<table border=0><tr><td width=80>  <p align='left'> 
  </td><td align=right>
  <p align='left'><img src='http://images.neopets.com/new_headers/faerieland/mathsnightmare.gif' width=480 height=62 class='hdr'></td></tr></table><title>Maths Nightmare</title>
<b>Maths Nightmare</b><p align='center'>
<table align='center' width='400'>
        <tr>
            <td rowspan=11 align='center'><form action='mathsnightmare.php' method='post'><input type='hidden' name='math' value='guess'><br><img src='http://images.neopets.com/games/clicktoplay/ctp_885.gif%27%3E</td>
            <td align='center'><b>Problem</b></td>
            <td align='center'><b>Answer</b></td></tr><tr><td align='center'>10 x 3 = </td><td align='center'><input type='text' name='answer[1]'  size='5'></td></tr><tr><td align='center'>10 x 7 = </td><td align='center'><input type='text' name='answer[2]'  size='5'></td></tr><tr><td align='center'>3 x 1 = </td><td align='center'><input type='text' name='answer[3]'  size='5'></td></tr><tr><td align='center'>12 x 9 = </td><td align='center'><input type='text' name='answer[4]'  size='5'></td></tr><tr><td align='center'>3 x 1 = </td><td align='center'><input type='text' name='answer[5]'  size='5'></td></tr><tr><td align='center'>5 x 5 = </td><td align='center'><input type='text' name='answer[6]'  size='5'></td></tr><tr><td align='center'>3 x 7 = </td><td align='center'><input type='text' name='answer[7]'  size='5'></td></tr><tr><td align='center'>3 x 10 = </td><td align='center'><input type='text' name='answer[8]'  size='5'></td></tr><tr><td align='center'>1 x 12 = </td><td align='center'><input type='text' name='answer[9]'  size='5'></td></tr><tr><td align='center'>6 x 5 = </td><td align='center'><input type='text' name='answer[10]'  size='5'></td></tr><tr><td></td><td colspan='2' align='center'><input type='submit' value='Submit'></form></td></tr></table>

<br><br>
<center><a href='/gameroom.php'><b>Back to Game Room</b></a><br clear=all>

<br><br><br>
The page it's on is (you need an account to see links). Dunno if anyone has a Leopets to look more at the source code, but if anyone needs more info I'll give it to you!

Also, I'll give anyone who writes the script a lot of rep! :p