Deposit my cash!

By Siméon Last update Oct 2, 2008 — Installed 1,895 times.

Script not depositing

in
Subscribe to Script not depositing 4 posts, 4 voices



Guy Darling User

Hi Simeon, pls help us the script is not depositing just refreshing the account page.
i believe that this is a great script

 
natsaan User

switch up line 99 from:

var cash = frm.getElementsByTagName("input")[11].value;

to:

var cash = frm.getElementsByTagName("input")[12].value;

 
tomic_ie User

12 > 13
var cash = frm.getElementsByTagName("input")[13].value;
tested twice and it working well

 
Rodrigo Queiro Scriptwright

I was having this problem too. I changed it to:

var cash = document.getElementsByName("deposit_amount")[0].value;

which I think will be more reliable.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel