@_________________

About me

I am a wasteof.money user!

Statistics

Joined 3 years ago
Posts 832
Followers 113 [>]
Following 223 [>]
_________________ @_________________

I’ve decided to quit programming, I’ve noticed my grades have been dropping and I’ve gotten more introverted, I don’t even go out nowadays.

I am quitting, not because I’m too lazy to learn good languages but because my life will go down the drain, because of my thoughts (not all programmers are gonna be failures in life, just me if I keep programming) I keep neglecting my school and homework. I’ve also ran out of ideas and I’m just bad at making games and stuff. Thank you :D

— Lolzify

Feb 16, 2022, 5:07 PM
2
_________________ @_________________

I love reading junk emails lol

Feb 16, 2022, 3:28 PM
0
_________________ @_________________

Good morning, afternoon or night :)

Feb 16, 2022, 2:09 PM
0
_________________ @_________________

Good morning, afternoon or night :)

Feb 16, 2022, 2:09 PM
0
_________________ @_________________

Me: Can I play on the Xbox?

Mom: Do some retakes for math

Me: has absolutely no retakes

Me: I already did them

Mom: Oh, ask for more

The moral: Moms care for you and your studies… but they care too much sometimes…

The point: I had no retakes and I did all of them with a good score ._.

Feb 15, 2022, 10:57 PM
0
_________________ @_________________

I’ll post 1 a day from now on, consisting of a meme, joke or interesting post!

Feb 15, 2022, 12:25 AM
2
_________________ @_________________

I’ll tend to be a little less active but I’m still gonna post :)

Feb 13, 2022, 6:19 PM
0
_________________ @_________________

This morning I woke up to 10 notifications.

#MyPersonalHighestThisYear2022

Feb 11, 2022, 8:40 PM
0
_________________ @_________________

Looking for a good chatting application? Guilded is the right choice!

Check it out here: https://www.guilded.gg?r=daBGBPXm

Feb 11, 2022, 4:28 AM
0
_________________ @_________________

Haha ChromeOS Dev Mode go brrrrrrrrrr

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

Feb 11, 2022, 4:27 AM
2
_________________ @_________________

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.

Feb 10, 2022, 10:48 PM
8
_________________ @_________________

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)

luna @luna

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

The score my mom expects me to get: 101%

Feb 9, 2022, 3:52 PM
3
Feb 9, 2022, 7:34 PM
4
_________________ @_________________

luna @luna

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

The score my mom expects me to get: 101%

Feb 9, 2022, 3:52 PM
3
Feb 9, 2022, 3:54 PM
0
_________________ @_________________

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;
}
Feb 5, 2022, 1:38 AM
0