this is a story / all about how my life got / flipped, turned upside down
4
   
Award
Favorite
Favorited
Unfavorite
Download
"replicant_profile = {
lite: true,
countries: profile.countries,
persona_name: profile.persona_name,
real_name: profile.real_name,
summary_text: profile.summary_text,
// HTTP 500 who knows, but I have to first fix that other error, its this ♥♥♥♥ I guess.
// XXX its this! it needs to have a level 10 or else profiles dont work thats my issue! 500 is still seperate
showcases: { shuffle_slots: [], shuffle_types: [ 0 ], slots: [ [ 8 ] ] },
//information_text: { shuffle_slots: [], shuffle_types: [ 0 ], slots: [ [ () => comment_message_bot(6000) ] ] },
//information_title: { shuffle_slots: [], shuffle_types: [ 0 ], slots: [ [ () => generate_artwork_text() ] ] },
// XXX next time, use simple strings for these, its probably the showcase selection thing anyways
group_primary: { shuffle_slots: [], shuffle_types: [ 0 ], slots: [ profile.group_primary.slots[0].concat(profile.group_favorite.slots[0]) ] },
gamesPlayed: { shuffle_slots: [ 0 ], shuffle_types: [ 0 ], slots: [ [ (account) => account.user.gamesPlayed(typeof farming != 'undefined' ? farming : [ +pool(sharedconfig),+pool(sharedconfig),+pool(sharedconfig),+pool(sharedconfig),+pool(sharedconfig),+pool(sharedconfig),+pool(sharedconfig),+pool(sharedconfig),+pool(sharedconfig) ]) ] ] } },
////////////////////////////////////////////////////////////////////////////////
(account.index < 97 || (account.index >= 201 && account.index <= 207)) &&
alter_showcase('showcases', (i, element) =>
account.edit += "&profile_showcase%5B%5D=" + element),
################################################################################
// split a string roughly in half
split_words = (s) => {
var middle = Math.floor(s.length / 2)
, before = s.lastIndexOf(' ', middle)
, after = s.indexOf(' ', middle + 1);
if (middle - before < after - middle) {
middle = before;
} else {
middle = after;
}
return [ s.substr(0, middle), s.substr(middle + 1) ];
};
################################################################################
// free to play hidden goals, total control // find lost vr
I want to get lost vr games in hidden
games ive videod into hidden
(f2p being hard to spot ofc)

I dont want ot include all free 2 play games in hidden ]
that would sully it, so idk im done, jsut have to do manualy spots
* could check all my vidfeo files for those without htc file name then I can clear all 2d games.
so this is all just a file up keep thing for videos idk blah blah
################################################################################"