This repository was archived by the owner on Nov 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsplashes.py
More file actions
77 lines (76 loc) · 2.09 KB
/
splashes.py
File metadata and controls
77 lines (76 loc) · 2.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
SPLASHES = [
"The moon is not a planet",
"meg = chad",
"Ayy Yep!",
"What's my purpose?",
"MCPI_SPEEDHACK",
"MCPIL-Revival",
"Minescripters",
"Made in the UK!!",
"I use ChadPi BTW",
"Snowball",
"Robo",
"If I could, I would. But I can't, so I shan't.",
"SyntaxError: invalid syntax",
"We Fixed The Rail!",
"The World Of Notch!",
"github.com/PythonScratcher/ChadPi!",
"Now with fly-hacks!",
"Now with custom skins!",
"@Banana",
"BANANA!",
'To "Na" Or Not To "Na", that is the question!',
"Not Minecraft Java!",
"Oh yeah, that version...",
"Segmentation fault (core dumped)",
"It's the Segment's Fault!",
"Who is meg?",
"(Not) Made by Notch!",
"Open-Source!",
"By PythonScratcher",
"This is randomly generated",
"Meg > StevePi > Steve",
"RIP all MCPILs, 2020-2022",
"Watch out for Meg!",
"Didn't remove Herobrine!",
"Check out PBPT Anarchy!",
"你好中国",
"한국 안녕하세요!",
"日本ハロー!",
"Привет Россия!",
"Підтримай Україну!",
"Supercalifragilisticexpialidocious!",
"Now with multiplayer!",
"RED EXE ENGINEER GAMING",
"Play Minecraft Pi Edition, watch Red-Exe-Engineer, get PIG!",
"Wat",
"About the same size as ur mom",
"meg",
"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
"technically PE!",
"ChadPi > Planet",
"Based From Planet!!!1",
"Hello United States",
"Hello UK!",
"Bonjour France",
"Bonjour/Hello Canada",
"Hola España",
"Hallo Deutschland",
"Ciao Italia",
"Olá Portugal",
"Привет Россия",
"こんにちは日本",
"안녕하세요 대한민국",
"你好中国",
"Namaste भारत",
"Merhaba Türkiye",
"مرحباً البلدان الناطقة بالعربية",
"Sawubona iNingizimu Afrika",
"Jambo Kenya",
"Habari Tanzania",
"Kumusta Pilipinas",
"Xin chào Việt Nam",
"Ayubowan ශ්රී ලංකාව",
"Moïen Lëtzebuerg",
"Donate to UKRAINE! www.unicef.org",
]