Under rating threshold (hideshow)
I found a glitch. First go in script engine, second, click on "ex-manaUser-guess, press load script, third, change the first number (7) to 1, click on the "Run Every Frame" button, fourth, press the "x" button. The glitch is, you have NAN.NAN money. Sorry if This was a long comment.
Under rating threshold (hideshow)
I scripted a particle cannon :P
You will need the Script Engine Access first.
Paste this:
if(getMouseDown() && bnot(oMouse),
playSound("shock",25)+
assign(rr,random()*1000)+
assign(n,0)+
assign(t,18)+
loop(t,shock(getXMouse()+sin(n/t*4000+rr)*4,n/t*400)+assign(n,n+1)
,0);
oMouse = getMouseUp()
Make it
Hold the mouse to fire.