Page 1 of 1

Hentai Heroes

Posted: Tue Jul 04, 2017 2:20 pm
by Modica
Game on Newgrounds, I've only been able to edit the displayed values of things, not the actual values themselves. Could one of you amazing people take the time to please look and see if anything is editable, or if it is all server side?

Re: Hentai Heroes

Posted: Tue Jul 04, 2017 7:00 pm
by FreeER
looks like it's all server sided to me, the HTML code is full of ajax requests and the obvious calls don't change anything (well, a simple Hero.update("soft_currency",999999,0) from the hh_game iframe context will change the display but they'll be replaced on the next valid update / refresh).

Though I'm not an expert on HTML5 games so maybe I missed something in the phoenix-default-0.js code even with Chrome's pretty-print.