Mewshmallow.exe
Russian Federation
 
 
..
w̸̬̦͈̾ͣ̿̾̀ͅo̽ͦ̌ͮ͋̊̈́̚͏̷̸̡͓̣̗ŗ̵̶̢̛̠̻̟̠͇̥̦͖̙͍̞̹̃̌̄ͤ̈́l̷̡̘̠̜̼̟̯͖͕̲ͨ́ͣͫ́͆ͥ̋̿ͨ̚͡d͊̾ͥ͂҉̵̵̧͕̰̺̯̠̮̺̟̬̥̳̠͝.̨̺͈̠̖̘̘̫̾͑̌̓͛̉ͭ̃͋̐̆͗ͬ͘͝͝e̶̢̲̲̯̤͇̩͚̽̾̂̽ͥ͊̄̀̽̄̄̔̔̏ͥͯx̸̷͈̲͚̫̲͚̼̹͍̖̘̍ͦ̑̉̽̊̓͆́ͦ͑͌͆ͫ̂ͣ͂́̚͞͠ͅe̍ͣ͋̄̈́ͫ̒ͦ̈͌̉͊͑̓ͣ̾͐͏͏͙̠̯͈̹̯̹̜͉͕̘̠͓͘c͙̻̣͉̳̤̞̭̩̥̙͐͆͆̋ͦ̋́̾ͧ́ͬ͋͂̔͆́̾ͥͮ́ͅụ̸̸̝̥̣̥̬̻̬ͪ̈ͭ̌ͦͧ̐̇͐̆ͤ̃̅̌̾ͨ̏̚͜tͮͦ̒͛ͥ̈̔̃ͪ̂ͧͥ̏̉̍̅̔͂͏̣̣̘̰̳͕̟͢e̶͌̊̑ͯ̿͋ͭ͋̉͑ͥͪ̈́͊̒͝҉͚͙̯̪̜̖̹͔(́͋ͫ̉ͭ̎̃̓͏҉̨̼̳̬͍̱͚̞͙͚͎̹̣̫̞̬̮͎͟m̶̨̡ͨͤ̄ͬͬͣ͗ͪ҉̮̱̝͇e̴̸̥̻͕͓̠̦̼̽̅͐ͬ̉͑͊̾̍̑̂̈͠)̴̷̛̙̬̻̟̦͙̌̆͊͑͊̑̑ͫ͑͂̾͑̆ͅ
̨̢̫͍̣̺̩̰͉̥́̽ͤͪͮͫ͗̀͡͝
̴̰̳̯̖̠̻̻̲̲ͭ͑͗͛̎͌̃̍̈́̓̒͠
̸̴̡͚̤͕̝̪̞̲̘͚̻̠̪͍̠̺̄̈̾̿ͯͮͤͦ̋ͥ̃̆͒ͣ̀̚̚
Currently Offline
Screenshot Showcase
SCARLET NEXUS
2
����������������������������������������������[/h3]��]�������������������
package extraLarge;

public class sustainPlusPlus {
public static void main(String[] args) {
World world = new World();
Life me = new Ghost();
Life you = new Ghost();



/**
* If abstraction is the definition of beauty
* Are those of us chasing after clarity
* A representation of ugly?
*/
world.getObject().sortByAttribute("beauty");
if (world.getObject().getFirst().getArtTags().indexOf("abstract") != -1) {
me.addPhysicalAttribute("ugly");
you.addPhysicalAttribute("ugly");
}
world.giveBestAward("ugly", me);
world.giveBestAward("ugly", you);



/**
* CALL ME MOMMY
* JUST LIKE YOUR FANTASY
* There is no crime in ideality
*/
if (you.getFetishes().searchByType("name calling", "mommy") != -1) {
you.addToMemory(me);
you.setNicknameFor(you.getMemory(me), "mommy");
}
Rule r = new Rule("Oedipus complex is okay", true);
world.addRule(r);



/**
* MUX>>>DEMUX
* Can't you understand me?
* I'm not mine NAND I'm not yours
* Ah
*/
try {
you.decodeMessage(me.codeMessage("I'm not mine NAND I'm not yours.", "mux"), "mux");
} catch(InsufficientIntelligenceQuotientException e) {
world.sendMessage("Oh you dummy.", you);
me.announce("Ah");
}



/**
* This could end right here if you don't let it out
* Let it out
*/
if (you.getThoughts().size() != 0) {
try {
you.sayTo(you.getThoughts(), me);
you.clearThoughts();
} catch(TooMuchOfA♥♥♥♥♥Exception e) {
world.getRelationship(me, you).end();
}
}



/**
* Give up or give me your all
* tell me now
* tell me now
*/
if (you.getMemories(me).getLove() < 0.5) {
world.getRelationship(me, you).setSustain(0);
} else {
you.transferThoughs(me);
you.transferAttributes(me);

// sustain++;
world.getRelationship(me, you).increaseSustain();
}[/color]



/**
* If we can be completely simulated
* Do we need a real reality?
*/
Simulation s = new Simulation(me, world, 1993, 227760);
if (s.compareToOriginal(me) == 100) {
world.execute(me);
}



/**
* Don't let words die, let love run dry
* Like what we did to the rivers we killed off in our near future
* Ah
*/
for (int sustain = 0; sustain < world.getRiver().size(); sustain++) {
me.sayTo("I love you.", you);
you.sayTo("I love you.", me);
}



/**
* And mumble some stupid stuff
* Like
* "I saw it coming"
* Pretend it's not happening
* Us losers do nothing so winners keep winning
*/
String[] tags = {"stupid", "dump", "petty", "ignorant"};
world.mute(me, tags);
world.mute(you, tags);
for (Life them : world.getLifeTopOnePercent()) {
me.fight(them);
you.fight(them);
}



/**
* Sit
* Fetch your leash
* DICTATED ECONOMY
*/
me.command(you, "sit");
me.command(you, "fetch");
you.pay(me, you.getFinanceProperties(), "educational purposes");



/**
* Show me
* Your belly
* FORGOTTEN ECOLOGY
*/
me.command(you, "strip");
me.command(you, "exhibit");
world.addPollution("environmental", "indecency", you);



/**
* Stay
* Okay, eat
* Human PSYCHOLOGY
*/
me.command(you, "stay");
me.command(you, "eat");
you.love(me);



/**
* g 0 0 d b o i
* Here's a treat
* HUNGRY FOR ENERGY
*/
me.praise(you, "Good boy.");
me.gift(you, "meat");
you.consumeLast();



/**
* We are searching
* Following our human instincts
* Looking for ghosts of the non-existing kind
* Who make us whole from the very beginning
*/
Ghost[] findings = world.search(me, "ghost");
Ghost[] parents = new Ghost[2];
for (Ghost g : findings) {
me.addFamily(g);
if (me.isHappy()) {
if (parents[0] == null) {
parents[0] = g;
}
else if (parents[1] == null) {
parents[1] = g;
}
else {
//IGNORED because 'me' is never happy
//and will never be happy anyway
}
}
me.removeFamily(g);
}



/**
* We keep chasing
* Dreaming about the perfect being
* Perfect parents who are non-existing
* Our bodies grew, our minds stayed the same
*/
if (me.getDreamParents().equals(parents)) {
me.setParents(parents);
}
else {
me.throwTantrum();
}



/**
* Now darling, where do we go from here?
*/
me.ask(you, "Where do we go from here?");



/**
* Now darling, where do we go from here?
*/
me.ask(you, "Where do we go from here?");



/**
* Now darling, where do we go from here?
*/
me.ask(you, "Where do we go from here?");



/**
* Darling, darling
*/
me.callFor(you);
me.callFor(you);



/**
* Hey honey, where do we go from here?
*/
you.ask(me, "Where do we go from here?");



/**
* Hey honey, where do we go from here?
*/
you.ask(me, "Where do we go from here?");



/**
* Now darling, where do we go from here?
*/
me.ask(you, "Where do we go from here?");



/**
* Now darling, where do we go from here?
*/
me.ask(you, "Where do we go from here?");



/**
* To where?
*/
me.ask(world, "To where?");



/**
* CALL ME DADDY
* WHERE'S YOUR "YES SIR" & "PLEASE"?
* That's the only vocabulary you need
*/
you.setNicknameFor(you.getMemory(me), "daddy");
String[] vocab = {"sir", "yes", "no", "please", "thank you", "master",
"red", "green", "yellow"};
you.setVocabulary(vocab);



/**
* MUX>>>DEMUX
* Can't you understand me?
* You turn my screen #0000ff
*/
you.disorient(me);



/**
* We could end right here if you'd just let us fall
* Let us fall
*/
for (War w : you.getOngoingFights()) {
if (w.getScore(you) < 0.5) {
world.execute(me);
world.execute(you);
}
}



/**
* No tears, no regrets
* No zero-days at our fault
*/
me.setMemory("sad", null);
you.setMemory("sad", null);
me.setMemory("regretful", null);
you.setMemory("regretful", null);
Vulnerability zeroDays = world.getVulnerabilities().getZeroDays();[/h3]
Recent Activity
485 hrs on record
last played on 12 Mar
16.2 hrs on record
last played on 5 Mar
2.2 hrs on record
last played on 4 Mar
еруичикс 12 Mar @ 10:02am 
Ку, найс сыграли, прими в друзья ;3
⠀⠀⠀⠀⢀⡀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⡀
⠀⠀⠀⠀⡏⢢⡁⠂⠤⣀⣀⣀⣀⣀ ⠤⠐⢈⡔⢹
⠀⠀⠀⠀⢿⡀⠙⠆⠀⠉⠀⠀⠀⠀⠉⠀⠰⠋⢀⡿
⠀⠀⠀⠀⠈⢷⠄⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠠⡾⠁
⠀⠀⠀⠀⠀⠀⡏⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⢹
⣰⠊⠉⠉⠉⡇⠀⠢⣤⣄⠀⠀ ⣠⣤⠔⠀⢸
⠙⠓⠒⢦⠀⠱⣄⠀⠀⠀⠀⠀⠀⠀⠀⠀⣠⠎
⠀⠀⠀⠀⡇⠀⠀⠏⠑⠒⠀⠉⠀⠒⠊⠹
⡎⠉⢹⠀⠙⡶⠃⠀⠀⠀⠀⠀⠀⠀⠀⠀⠘⢦⠀⠀⡏⠉⢱
⢧⡈⠛⠉⠉⠀⠀⣠⠀⠀⠀⠀⠀ ⠀⠀⣄⠀⠉⠉⠋⢁⡼
⠀⢉⣿⠖⠚⠛⢋⢀⠀⠀⠀⠀⠀⠀⠀⡀⡙⠛⠓⠲⣿⣄
⠀⢸⡇⠀⠀⠀⡞⠁⠈⡃⠀⠀⠀⠀⢘⠁⠈⢳⠀⠀⠀⢸⡇
⠀⠈⢷⣄⠀⠀⠙⠦⠌⠑⠢⠤⠔⠊⠁⢠⠎⠀⠀⣠⡾⠁
⠀⠀⠀⠈⠛⠲⠤⣤⣀⣀⣀⣀⣠⣤⣚⣡⠤⠖⠛⠁
★Baby Haru★ 8 Feb @ 4:14pm 
⠀⠀⠀⠀⠀⠀⠀⠀⠀⢀⣠⣤⣶⣶⣶⣶⣶⣤⣄⡀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⣠⣴⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣶⣄⡀⠀⠀⠀⠀⠀
⠀⠀⠀⣠⣴⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣮⣵⣄⠀⠀⠀
⠀⠀⢾⣻⣿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢿⣿⣿⡀⠀
⠀⠸⣽⣻⠃⣿⡿⠋⣉⠛⣿⣿⣿⣿⣿⣿⣿⣿⣏⡟⠉⡉⢻⣿⡌⣿⣳⡥⠀
⠀⢜⣳⡟⢸⣿⣷⣄⣠⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣧⣤⣠⣼⣿⣇⢸⢧⢣⠀
⠀⠨⢳⠇⣸⣿⣿⢿⣿⣿⣿⣿⡿⠿⠿⠿⢿⣿⣿⣿⣿⣿⣿⣿⣿⠀⡟⢆⠀
⠀⠀⠈⠀⣾⣿⣿⣼⣿⣿⣿⣿⡀⠀⠀⠀⠀⣿⣿⣿⣿⣿⣽⣿⣿⠐⠈⠀⠀
⠀⢀⣀⣼⣷⣭⣛⣯⡝⠿⢿⣛⣋⣤⣤⣀⣉⣛⣻⡿⢟⣵⣟⣯⣶⣿⣄⡀⠀
⣴⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣶⣶⣶⣾⣶⣶⣴⣾⣿⣿⣿⣿⣿⣿⢿⣿⣿⣧
⣿⣿⣿⠿⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠿⣿⡿
MNOGO SRAL 5 Feb @ 4:11pm 
⠀⠀⠀ ⣤⣤⣤⣤⣤⣤⣄⡀
⠀⠀⠀⠀⠀⢰⡿⠋⠁⠀⠀⠈⠉⠙⠻⣷⣄
⠀⠀⠀⠀⢀⣿⠇⠀⢀⣴⣶⡾⠿⠿⠿⢿⣿⣦⡀
⠀⠀⣀⣀⣸⡿⠀⠀⢸⣿⣇⠀⠀⠀⠀⠀⠀⠙⣷⡀
⠀⣾⡟⠛⣿⡇⠀⠀⢸⣿⣿⣷⣤⣤⣤⣤⣶⣶⣿⠇⠀⠀⠀⠀⠀⠀⠀⣀
⢀⣿⠀⢀⣿⡇⠀⠀⠀⠻⢿⣿⣿⣿⣿⣿⠿⣿⡏⠀⠀⠀⠀⢴⣶⣶⣿⣿⣿⣆
⢸⣿⠀⢸⣿⡇⠀⠀⠀⠀⠀⠈⠉⠁⠀⠀⠀⣿⡇⣀⣠⣴⣾⣮⣝⠿⠿⠿⣻⡟
⢸⣿⠀⠘⣿⡇⠀⠀⠀⠀⠀⠀⠀⣠⣶⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠁⠉
⠸⣿⠀⠀⣿⡇⠀⠀⠀⠀⠀⣠⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⠟⠉
⠀⠻⣷⣶⣿⣇⠀⠀⠀⢠⣼⣿⣿⣿⣿⣿⣿⣿⣛⣛⣻⠉⠁
⠀⠀⠀⠀⢸⣿⠀⠀⠀⢸⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡇
⠀⠀⠀⠀⢸⣿⣀⣀⣀⣼⡿⢿⣿⣿⣿⣿⣿⡿⣿⣿⡿
⠀⠀⠀⠀⠀⠙⠛⠛⠛⠋⠁⠀⠙⠻⠿⠟⠋⠑⠛⠋
76561199048838368 25 Dec, 2024 @ 3:39am 
помог вспомнить
andryxa tucci 𓆩 𓆪 13 Dec, 2024 @ 7:01am 
anime xyesos
You know better 18 Nov, 2024 @ 6:44am 
сын говна