Minecraft PC IP: play.cubecraft.net

SanCookie

Gameplay Engineer
Team CubeCraft
🖌️ Sr. Designer
Mar 18, 2017
2,305
12,692
498
22
the selfie area
bit.ly
Pronouns
He/Him
You're all ignoring the "J cp 5fhii0" though. What does that mean if not "I am 1abba'"?
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?
 
  • Like
Reactions: MagnificentSpam

MagnificentSpam

Forum Expert
Mar 16, 2016
2,306
2,238
298
PerryJ?

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";
 
  • Like
Reactions: SanCookie
Members Online

Latest profile posts

TheOrderOfSapphire wrote on UnfWasTaken's profile.
Welcome to the forums!:D I hope you will enjoy your stay here ^-^
Eli wrote on Pineapple's profile.
Hi Applepine
Just got a perfect game of Bedwars Duos. Really wish I was recording :/
IMG_5334.png
Eli wrote on JellyFish01's profile.
Happy Birthday!!!!
Eli
Finally got through the first page of voting streak rewards!

1714349194331.png
Top Bottom