Automatically increase mall advertising budget

I'm assuming
Code:
visit_url("https://www.kingdomofloathing.com/backoffice.php?pwd='+pwdhash+'&action=addbudget&meat=5");
returns nothing because it's potentially a problem with mall bots?

Is there any other way to achieve a daily increase in mall budget for no reason other that I'm terrible at remembering, and I'm also lazy?
 

Ryo_Sangnoir

Developer
Staff member
If you type "/goto backoffice.php?pwd='+pwdhash+'&action=addbudget&meat=5" into the in-game chat, that will work.

The Mafia version doesn't work because:
  • pwd='+pwdhash+' is wrong: it should just be pwd
  • access to backoffice.php is blocked.
 
Top