@flex

amateur dev
Wall

Haha ChromeOS Dev Mode go brrrrrrrrrr

(I think I got a virus on my home laptop… 😭)

I don’t know why but I thought of making a fake Roblox using Scratch. I’m using Scratch because I don’t have cool Unity or stuff like that.

It’s actually possible, my teacher gave me 110% for explaining what I did. I was the only one that whole year to get 110% (it was about 4 years ago)

The score I get on my tests that I think are good: 100%

The score my mom expects me to get: 101%

The score I get on my tests that I think are good: 100%

The score my mom expects me to get: 101%

Rick never gave me up. Even in space...

Rick gave me up 😳

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;
}

😮😮😮😮😮

Making the moon actually crescent?? 🌙

Feb 4, 2022, 2:45 PM
2 0 0

@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:

  1. 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;
Feb 1, 2022, 9:51 PM
0 0 0

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.

Feb 1, 2022, 8:33 PM
2 0 2
<p id="text"> Click buton bellow!!1 </p>
<button type="button" onclick="myFunction()">Amognus</button>

<script>
  function myFunction() {
    document.getElementById('text').innerHtml = "SUSSY!!!";
  }
</script>

Who knows Python?