The following is just a lame try at trying to create an Automated Banking System for Mafia Live. This bookmarklet is currently pointless but I think many good JavaScript coders can help build upon this idea. Bookmarklet:
This currently works only in the bank page of Mafia Live.
For any tech savvy guy/girl in here, this bookmarklet sends the Mafia Live site a query to deposit, with the deposit value being the value in the text field where users enter the amount. Any help from everyone is much appreciated!
Code:
javascript:location="http://www.mafialive.com/bank/deposit?deposit_amount="+ document.getElementById("app_window").contentWindow.document.forms[0].elements[0].value
This currently works only in the bank page of Mafia Live.
For any tech savvy guy/girl in here, this bookmarklet sends the Mafia Live site a query to deposit, with the deposit value being the value in the text field where users enter the amount. Any help from everyone is much appreciated!