Maybe u can make a script that goes through all the members, skips the 0 messages 0 likes 0 trophies people, checks if the name has 5 letters, doesn't include A, I, M and where the last and second last letters are the same?
Actually that made no sense. If that was correct, anything I found earlier would be wrong so moot point.
Code:
select name from users where length(name) = 6 and messages >= 150 and substr(name, 3, 1) = substr(name, 4, 1);
Divvy1
Muffin
Jeppie
PerryJ
Pillow
Only have names up to id 281094 too.
If I want the second to last and last letter to be the same I get this
Code:
select name from users where length(name) = 6 and messages >= 150 and substr(name, 4, 1) = substr(name, 5, 1);
iiMoon
Rqbiin
zRinne
_Razz_
Andyyy
but then the "I am" part makes no sense.
Without the letters [a, i, m] there is nothing (up to id 282910).
Code:
select name from users where length(name) = 6 and messages >= 150 and substr(name, 4, 1) = substr(name, 5, 1) and not name like "%a%" and not name like "%i%" and not name like "%m";
I was bored, but then I remembered how much I loved messing with the code of the forums to show silly things (only shows up to me and disappears after reloading). So, I was an admin today, again, demoting all the staff members except the admin team because I thought that they were making a lucky blocks update. I GAVE THEM ENOUGH TIME (30 seconds). They are all demoted now.
Things I noticed after BedWars released:
- Solo maps are the same as duos maps (without the new duos maps, idk why)
- BedWars logo in the lobby reacts to the player, it turns towards the direction you're facing and animates itself disappearing when you go far from it
- Bed skins are affected by team color (good job CubeCraft!)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.