CPS is broken in MMAGR-Online… if anyone can fix it please help me…
Source code can be read here:
var moneyCounter = document.getElementById('counter');
function sleep(milliseconds) {
var start = new Date().getTime();
for (var i = 0; i < 1e7; i++) {
if ((new Date().getTime() - start) > milliseconds){
break;
}
}
}
while (True) {
sleep(1000)
money = money + cps;
moneyCounter.innerHTML = "Money: " + money;
}
@jeffalo I know this is poorly designed but I think it’d be really cool to see a user’s all time stats like total likes and how many people in total reposted all their posts. I also don’t know if the positioning is good but if you want to implement this idea here’s a cool refrence image:
Finally added CSS to the buttons in Make Money & Get Rich Online! I will from now on call it MM&GR-Online.
Make Money & Get Rich Online v0.3 Changelog:
Added +5 booster for CPC!
Fixed many bugs and things
Started work on CSS design
Make Money & Get Rich Online already has 1 known issue I’m trying to resolve:
All Time Clicks resets after clicking after buying +1 Clicks Per Click
Priority: Medium (Not Gamebreaking but Important)
Solution:
Fixed, simply had to change:
allTime = money;
To be:
allTime = allTime + cpc;
Glad to announce my newest project, Make Money & Get Rich Online Edition (try saying that fast 10 times). Anyways, it’s still in beta version (0.1) and if it has any bugs let me know. I will add CSS (if I’m not lazy).
Play the game here: http://haha.didou.rf.gd/
Report bugs here: https://forms.office.com/r/x0zpNVbHe1
Thanks to Turtle84375 for helping me with a bug :)
Have fun! It’s pretty boring right now but has enough for a beta version.
<p id="text"> Click buton bellow!!1 </p>
<button type="button" onclick="myFunction()">Amognus</button>
<script>
function myFunction() {
document.getElementById('text').innerHtml = "SUSSY!!!";
}
</script>
imagine wasteof had something like groups
kinda like a discord server but you post instead of message