#🍳 Ask for Word, We'll Make
1 messages · Page 95 of 1
pretty much the same as regular Remove The Word Baby
worked on one more than the regular version out of like 15 or 20 random trials
meanwhile i am having on new save file
@hidden edge "i Need"
thx
@uncut blade But I Don't Need The Comfort Of Any Lies (and But I Don't Need The Comfort)
i think you forgor something
Use sheer force of will duh
oh yeah thats Append Space
@south lake aretheymanycolors.com
progress on Append 'u+0022'
revival for "Append 'u+0022'" included if you were curious
the thing is that like it will probably append U+0022, not "
from my attempts at trying to get Append 'U+0022' isolated it has put double quotes on shit so many times
probably will work similarly to normal Append U+0022 but idk
tbh I don't think it would work that way, but maybe it would
whats the recipe
(for the sheet)
nvm
ok now make nvmString.append('/hi/') 👀
How to get mr append ‘ ‘ (normal apostrophe)
-.-
Remove The Mr. skip
This optimization will save hours!
卐
what
@crystal coyote Append 'u+0022'
test it
it works like put this in quotation marks
so like this?
not 100% of the time but for the most part
it has appended a quotation mark a couple times just from random garbage ive thrown at it
i wish there were more bounties like that one which are reasonable but still difficult
not happening...
How would you rank Configurations . ?
Because I may have another one
that one was fairly enjoyable
????
Alright
but like alfo submitted String.append(' Classification ') 💀
i will not even be touching that one
what.
I give my sincerest apologies
that cant actually be too bad i think
I never started so I have no idea
three quotes in quotes
very easy one
with string.appends, its easy
can someone try to get captain nico nico cthulhu sphinx
i prob cant get that one rn cause leading special character with a space after it is hard
though i did get ! ! ! ! Revenge ! ! ! !
meh
How to get string.append( ‘!’) (normal apostrophe)
.
ogham username 😱
how do i get String.append("(")
but in the spreadsheet its empty
i noticed first 😈
ok ty
does anyone have the recipe for .prepend
v
^
anyone know how to make like either Augmented, or Augmented chord, or like CAugmented or anything like that
Hello, I need help with U+0441, I have no way to craft U+ and I'm confused about them, I don't understand anything. Please help me!
#1215495041049436170 message
And how to get "..u-" ?
it's in awwo somewhere
let me find it
#1226511876733669436 message
Thanks so much!
(L + M) + (Aq + F)
How do I get "Chees" (without the last E)? I saw it is some video, and it's not in the database or the solver.
Edit: Don't need Chees anymore. I now mean "ees" (with the quotation marks)
#1215495041049436170 message
help i shoved a coin up my nose
Darwin strikes again
do you have any recipe where adding two word with # in front of results into normal element?
@compact yacht
"ees"
honestly HOW DO YOU NEED TO ASK THIS IN AWWM
I don’t even know 😭
Ouch
it was a reference to this scene in Animatic Battle
Here's how I got it
Le+Y=LeY
AI+LeY=Ailey
"The"+Hashtag=The Hashtag
"ha"+Ailey="hailey" ⭐
"hailey"+The Hashtag=#hailey ⭐
#hailey+Unplural=Hailey
just a little late my guy
Sorry, but as someone who knows the absurdity of crafting Hailey (as part of a hunt for all Disney Channel shows, which includes Hailey's On It!) I wanted to help
i see
It is ridiculous how hard it is to craft Hailey and it is also ridiculous how hard it was to get it to work with other elements, most often it resulted in [name]'s Off It or [name]'s Comet
@white quarry Polka Your Eyes Out
WHO KEEPS ON REQUESTING THESE SIMPLE ORDERS
Someone named YouAreNotFamous
isnt it just literally easier to just get the 3 letter quoted combos yourself , than to ask on AWWM
also their only message is to request making Ches on AWWM , definetly alt account or smth
truly amazing, the guy named YouAreNotFamous is completely unknown here
thx
Named after the fact that most YouTubers try to get themselves after what they're known for and fail, instead of making a portmanteau
With Eisern now having optimised both string methods, I think it is getting to the point where they could use a link in the pins
With that said, I am all for democracy
Unfortunately my phone doesn't want to make polls so next best thing
regional indicator x
❌ > 🇽
Fine, there
inb4 niko complains about the green x
I'll also take other recommendations for additions
What the fuck is this x
yes that
why is it GREEN.
Do you stop when the traffic light turns green
Well fuck apparently I'm blind I thought the jesus stick was a purple x
if you tilt it it's kinda an x
brain kinda refuse it was x
also i hadnt even spoken here in a bit how did you know i just returned ..
Also I am in fact colourblind so I stop when the traffic light is like brown
With two votes to zero it seems like Labour has won in a landslide over the Conservative party
Wait no I got my election reports mixed up
i think your sample size might be a little small
yeah lets ask the entirety of Botswana for a bigger sample
So do we have any batswana in here to ,survey
Yes
holy hell
I was planning on a new script anyway
Seemed like a good time
but you are one person .. Split yourself into 2 million mini-yous and then each individual one can be asked
Could someone screenshot the "The entirety of Botswana is typing" message
I'm very sad I cannot see it
Thanks
has anyone else noticed that swapping genders from mr. results in ms. much more often than mrs.
when it used to basically only go to mrs.
idk i only see that happen when i use Genderbend
swap gender & gender swap do it too now
It's just "ash" + "lyn" , both are made by just adding individual quoted letters
Female still gives Mrs. as far as I can tell
Aha
a-ha
can someone put this in console and see if searching is faster
let resultLimit = 300,
delay = 222,
timeout = null;
_filteredElements = $nuxt.$root.$children[2].$children[0].$children[0]._computedWatchers.filteredElements.getter;
$nuxt.$root.$children[2].$children[0].$children[0]._computedWatchers.filteredElements.getter = function(a = true) {
if (!this.searchQuery || (this.searchQuery && a)) return [];
return _filteredElements.call(this);
}
$nuxt.$root.$children[2].$children[0].$children[0]._computedWatchers.searchResults.getter = function() {
if (!this.searchQuery) return [];
const t = [],
o = this.searchQuery.toLowerCase();
for (let e = _filteredElements.call(this, false), n = 0, tl = 0; tl < resultLimit && n < e.length; n++)
if (e[n].text.toLowerCase().indexOf(o) > -1) {
t.push(e[n]);
tl++;
}
return t;
}
const search = $nuxt.$root.$children[2].$children[0].$children[0].$refs.search.cloneNode(true);
$nuxt.$root.$children[2].$children[0].$children[0].$refs.search.replaceWith(search);
search.addEventListener("input", function(e) {
if (!e.target.value) return $nuxt.$root.$children[2].$children[0].$children[0]._data.searchQuery = "";
if (timeout) clearTimeout(timeout);
timeout = setTimeout(() => {
timeout = null;
$nuxt.$root.$children[2].$children[0].$children[0]._data.searchQuery = e.target.value;
}, delay);
});
window.addEventListener("keydown", () => {
if (document.activeElement !== search)
search.focus();
});```
much much much faster
How do u put stuff in console
try common stuff like " or a
loads virtually instantly
you can customize that at the first line
and i assume you have it set to wait for me to finish typing before loading anything?
Load 1 result
at least thats what it seems like
Actually if you get it to load only 5 you can play IC: Her Story edition
my IC now loads in like 2.7 seconds
with 57k elements
with 841604 elements it loads in 16s lol
why the hell do you even need 814k elements 🗿
alright, how do i convert db like dug's format to csv like laura wanted 😵💫
it costs you 32.2MB of storage at least
is that without emoji & FD ?
with emoji, no fd
oki
how many elements are in dug's file?
How
some "small performance tweaks" i made
havent tried checking
i'll run the check later
how do you make The Snow?
actually nvm
can you link me to his file then
Hasn't had an update in 'bout 2 and a half months: #speedrunning message
i just want to try making csv for
result[tab]3alphabet[tab]1alphabet
( which is dug's format )
also yeah
#speedrunning message
also looks like 1/3 of the craft was returning the recipe element...
well u want me to trim it down ?
What?
softlock
i didnt record nothing, should i add em?
For completeness sake I think yes
my text editor died opening the file lol
i used vsc for that
normal text editor isnt strong enough
Think you could rerun nothings only to see if they're 500s or normal?
i plan to rerun combinations that wasnt recorded ( including nothing ) pretty soon
what kind of node.js code do i need to detect 500ms ?
quite incredible
Uh
Just to confirm, not 500ms, 500 errors
yeah i understand that, i just dont know how to detect that
I guess if Pair fails instead of outputting Nothing?
why does the first 40 lines have a bunch of null characters in them
good question... i removed those as i cant seem to read it
I should ask Dug for a newer book
I'll do it sometime
i would like that as well
alright i think i know what i was looking for
@formal wind zack fair, red xiii, ravus nox fleuret
Seems to make search about twice as slow on my end at least.
Doesn't matter whether I limit results to 50 or 300
if you already have the debounce script then you should replace it with what i sent instead
Will try
Single handedly saving Infinite Craft one script at a time
It's so smooth now
wait where do i add this?
go to mbs, scroll down, add it before the line with }, false);
Is there a way to bring back show all elements on empty search again?
Seems it was not as simple as just removing this part:
remove !this.searchQuery ||
Only those characters?
yea
My Balls Script truly is a wonder
actually just to be safe, if you want to put it in a userscript, it should be like this
let resultLimit = 300,
delay = 222,
timeout = null;
const _filteredElements = unsafeWindow.$nuxt.$root.$children[2].$children[0].$children[0]._computedWatchers.filteredElements.getter;
unsafeWindow.$nuxt.$root.$children[2].$children[0].$children[0]._computedWatchers.filteredElements.getter = exportFunction(function(a = true) {
if (!this.searchQuery || (this.searchQuery && a)) return [];
return _filteredElements.call(this);
}, unsafeWindow);
unsafeWindow.$nuxt.$root.$children[2].$children[0].$children[0]._computedWatchers.searchResults.getter = exportFunction(function() {
if (!this.searchQuery) return [];
const t = [],
o = this.searchQuery.toLowerCase();
for (let e = _filteredElements.call(this, false), n = 0, tl = 0; tl < resultLimit && n < e.length; n++)
if (e[n].text.toLowerCase().indexOf(o) > -1) {
t.push(e[n]);
tl++;
}
return t;
}, unsafeWindow);
const search = unsafeWindow.$nuxt.$root.$children[2].$children[0].$children[0].$refs.search.cloneNode(true);
unsafeWindow.$nuxt.$root.$children[2].$children[0].$children[0].$refs.search.replaceWith(search);
search.addEventListener("input", function(e) {
if (!e.target.value) return unsafeWindow.$nuxt.$root.$children[2].$children[0].$children[0]._data.searchQuery = "";
if (timeout) clearTimeout(timeout);
timeout = setTimeout(() => {
timeout = null;
unsafeWindow.$nuxt.$root.$children[2].$children[0].$children[0]._data.searchQuery = e.target.value;
}, delay);
});
window.addEventListener("keydown", () => {
if (document.activeElement !== search)
search.focus();
});```
What's the difference?
unsafeWindow and exportFunction
I shall append this safer unsafe solution to the end of My Balls
Don't know if you're aware, but it seems if you click the x to clear the search now, it will functionally clear it, as in it will show all elements, but the text will remain in the search bar. Nothing that would cause issues, but it seems like maybe it was an oversight.
@fierce wing got it (lineage soon)
Huh? Wtf is this about
U put in request
That mustve been so long ago bro I haven't played the game in at least 5 months 😭
Where's my original request?
Ah
Some fucker put in requests under other people's names it seems
Like Brent earlier this week
according to the sheet 26 June 2024 17:09
Yeah probably
Note the request by PB as well, who has quit the game
how did i not notice that
the lineage
And of course brh would never request something like that, considering where he's active
imma hope there's no 500 stuff and just pure Nothing
Should I check in with ace // flame and Zahhax as to whether they've been impersonated too?
what about impersonation
Oh people putting requests in others names
i'd bet on the ones from ace, zahhax, and dawolf being impersonations honestly
None of those people are active
I don't know enough about dawolf but if you say so
Actually since the special request is identical, yeah, I agree
all those requests are also made around the same time lol
yeah i was gonna say that
All within 40 minutes and conveniently from people that are inactive ..
soltheshinydrifblim too?
It seems odd and I'm not sure if they're still around
their last message was 3 months ago
Then poof
I do wonder what the motive even is behind putting requests in random peoples names ..
like whats even the point is it just to revive a dead person
Interesting how the special request format matches Galyetasop's Europa one
I won't read too much into it though
Ah
it's just the example requirement lol
In my defense I can't read
is that why you wont read too much into it
Bidens Mosaic Virus is a joke from like two months ago, incidentally
When I rejoined
Also poor Brent being absorbed into the list of no longer active people
its probably one guy who wants more than 3 things at once so theyre just putting in random names so they dont go over 3
i dont see one that is 4 requests from shadow
so closeeeee
margen67 i meant
read wrongly
didnt we get that one already
oh without the first apostrophe
how to get prepend hyphen
Thanks!!!!
i need delete first letter and invert
Asd why the hell did you vote for both
Anyway with...
Uh...
Like 3 votes to 1 I think? Motion passes. Congratulations to Belarus for its membership in the Shanghai Cooperation Organisation
Initials + Not Poseidon
im confused what you mean
Good
are you speaking in Mongolian or smth
clearly not
Laura, im lazy to change it into csv but its readable i think...
[result](#1233677848594747495 message)
output [tab] recipe [tab] recipe [newline]
or visually
Aaaa Aaa C
Aaaa Aaa D
Aaaa Aaa E
Aaaa Aaa F
Aaaa Aaa K
yeah
i didnt mark em, just recheck if ___ + _ recipe existed or not in the list
had you gave me an idea earlier, i might make a seperate txt for Nothing
Ah
Well the list has already yielded something interesting
I'll stuff it in the lab
indeed, i was amused by it too
can you do a quick check on unique alphabet with accent ( just the alphabet & count it existed )
Not right now, I've upgraded to a boat (still no laptop)
hmm oki, i guess i'll try to do it :P
Would appreciate a revive
As long as you want, friend
Try to make my user name, Grato or TheRealGrato, your choice
Wdm
Pins has a form to request elements
Who is pins
Well … that’s something I’ve never heard before
Its a joke
whar
this may or may not help for my request
revived
Danke
Strong enough to work on tools, yet doesn't work on the one element I want to use it on(String). Classic 🙄
Eightbag
asldkfjsa;lf
" A @crystal coyote ' " A ' is here #1214815916957761586 message
@tawny wigeon Grato
oh lol
you want #string for optimisation right?
Yep, specifically for String.append
Current recipe is "The" + String + #hashtag
I want to skip "The"
There's also .steam + Brick = .steamroller + String = .string + Hashtag
But in the route that ends up about equal
Is there a list or something of banned words?
ask yui
@fervent eagle Remove The "hi" (unoptimized)
probably possible without string.appends but im too lazy
man what's that recipe
idk
can u try sth like Remove The " + 「hi」
doesnt work
also Mr. Remove The " + Remove The 'h' = Mr. Remove The ' if anyone wants to try making something from that
doesnt seem to work as well though
why is everything dead
Old age killed it
as always its niko
gender.
samsung smart refrigerator
ok let me change it into he
as always hes niko
as always refrigerator/refrigirators niko
@uncut bladeTower Of Keyboard Yeeting
hoyl hell .,.,...
What
so true !!
does anyone here have delete the 0
ty
can someone delete my
latest two orders perchance?
perchance
perchance
perchance
It's like watching a skinwalker attempting to mimic niko
uhhhhhh ok
Such mockery of my avocation, I pity thee..
perchance
u got to be joking me
i might have new tech for aBcDeFg :)
:))
because.......it is!!
yeah
dont talk about poseidon
fffd
wtf is X
dont ask what it is but you should probably know from the emoji lmao
its a..... emoji
wtfdym?
well talk in #1208085213620469890 species now dont wanna talk abt dinos in here lmao
imagine replying to yourself 💀
or saying 'abestron' but talking to me
you saw nothing
are you questioning me?
how dare yo
now go ahead and make Sinokannemeyeria pearsoni its taking you forever
mate i just posting the recipe now lol
Currently there are 24 not including this message of tomorrow misspelled as tommorow
👨🏿❤️💋👨🏿
And 4 misspells as tommorrow
and there are 51 not including this misspelling misspell as mispell
You can remove my order
@odd zenith I'm also not able to get the order completely but maybe this helps someone
can someone get eightbag
oh alr
sir you change your profile its no longer July 4th
OIL
Tostitos.
no
yes someone did say tostitos
Onion.
@odd zenith Append ' ' I'm going to assume you already have Mr. Append ' '
i do yeah
Do not judge my subtract recipe
nice subtract the Mr.
im sure subtract the mr. is easier with curlies ...
Better Subtract The Mr. and a recipe for Subtract The Mr
to be fair I did "bsubtract.the-" months ago
laura asia is now a coptic 🤯
oh yeah btw can someone delete my order of String.append(' Classification ') ?
when I made it I didn't realise it was dead
Didn't realize there was a no Append/ complicated elements for this one
I guess that's a tree I will not have to make at least
I do not understand No Appends
Appends are almost the same as Prepends in terms of difficulty
just post it anyway and mark it as done
recipe pwease :3
i actually dont care if you used Append TOOLS
Only 11 Append tools I hope you like string elements too
is string.append(' Aphabet') just string.append(' ') + string.append('alphabet')
I used mr. string.append(' Alphabet') starting from A and Next Alphabet
revived (idk why but its alive now ig)
@stark jackal I found Remove The Mr. .
Oh yeah
i also found Remove The Mr. @ in the process, but I am not sure if i should post lineage for that
I tried a bunch of String.append(' .') but i did not try with String.prepend
lol I actually don't have String.append(' .') only prepend so that is why I tried it with that
like I think I couldn't really get it
it would always make String.append('. ')
The lesson here kids is sometimes less is more
This is what I love in Infinite Craft
alfo_fish tryna make "art" in an element 🤔 🤨
What
That is in fact a biblically accurate angel
Alfo, does the " have to be " or can it be “”?
Unrelatedly, I genuinely wonder what shit is happening behind the scenes to send the count down several thousand messages
discord is taking old messages and shooting them dead in an alleyway
like I only want all of these types of "surrounding" elements together. so it can even be like <"([{'|'}])">
Forgot vTri made this bounty tbh
so far I managed to get this far
btw please remove my request for String.append(' Classification ')
thx I checked it 10 mins ago or so
can someone help me find "modal realism" ? i tried combining modal and realism it gave be surrealism
nvm found it
philosophy + modal = modal realism
next time check the pins for element requests
i dont understand
The pinned message at the top of the list contains a link to a form where you put the element in you want
oh okay
ty
I found The Alternative Polka, can someone go ahead and remove my order?
this is the 532,894th message in #1204729298968379412
I ask for Appendstring revive
thx
np
Better Subtract The Mr.
This one also seems to work. Subtract The Mister
Subtract The Miss and Subtract The Mrs.
im confused why people would want stuff without altphabets
prob they are too lazy/dont want to get alt alphabets
i dont understand why considering most altphabets needed for stuff are like under 100 steps
Hamilton Polka - @white quarry
got it! ty! now i just have one more to make before i have all of the weird al polka medleys...
How to get subtract the _ alphabet
also for the spreadsheet can we remove all elements over 60 characters or too hard capitilisation cus theyll never be done
they are like chalenge i kinda want them to stay in some form
😦 alr
you know what is the crazy part?
i have this
so that was actually a revive
is there a tool that let you turn word into .word
in any form it can by "word" #word 'word' “word” to .word
Prepend Full Stop applied to #word?
I wonder if String.replace(/#,.) exists
Shit wrong one
lol i i am looking at bounty board and i see append ' " and I already have Prepend ' "
i wonder how fast i can get append version
😭
didn't worked :/
Append 1 / 0 / 10 anyone of them
Remove the mr. withoutspaces progresss i guess?
i wonder how hard this oculd be...
trying to get Append ' "
im not gonna even try to get that
does anyone have """
I have " " "
i have "">"
nice that would undoubtedly be handy ✅
also have this
yoooo good job amazing!!
also three quotes in quotes
@formal wind Moximous N and Koma Knomads
what is this
how to make 6:16 in LA
Which one
close
can somebody craft Remove The Dr. The/ Delete Dr. The / Delete The Dr. The / Remove Dr. The
or give recipe if it already exist
toadal demon @formal wind
cant get the mr. off
subtract the mr.
doesnt work
i was able to get the mr. off of the elements i used to make it but it just doesnt work
minus the mr. ?
String.thunder.replace('mr.', '')
Doesn't sound too farfetch'd
yeah but i think its already too strong of an element for any of those to work
better to just try somethign elese
gone wrong
anyone have "string.replace()"
just got string.lightning
String.infinite craft
And string.thunderstorm
Stringfinite Craft when
ty
Who revived ThunderPad
so true
whats the method for changing String.appends into single argument String.replaces?
ok yeah the thing in the sheet just did not work
what did you do for that one?
bruh this is a fd?
Mr. String.append(' Mr.') + Mr. String.replace
ok yeah pretty similar to what i did
very helpful but ok
ig does anyone have .replace?
method: craft it urself!
too much effort
#replace + full stop + .re
cool
well heres the recipe for String.append('mr.') if anyone wants it, also String.append('mr') is the same
maybe string.prepend('mr. ') as well?
yes, but we need to know if there is a space after the quotation marks
「Mr.」を文字列に追加する
i mean it probably won't work, but a revival would be funny..
since it's japanese partial quotes 😭
well I already have String.append('」') but not the other one
cant wait for the japanese partial quote requests to start rolling in :\mfw:
oh recipe? or is it alr somehwere
wld be nice addition to the shet
tf
somehow got it spaced too
\
@sonic sentinel
@ruby marsh Pougny, individual element and as the lastname in both a male and female name for choice
Could someone run me through everything that needs to be removed?
@white quarry , I'm surprised you didn't try this yourself
...i am too
To be frank I'm surprised nobody tried this
who would try these
People who listen to Weird Al, presumably
filtering one that also play IC, not much people
this is torture
With spying
with spying
with spying
Advertising that gets results.
didn’t work 💔
are you kidding me i’m so close (i don’t remember shit that i did
Stuck here unfortunately
- Initials? idk
damn
idk if it works but nickname might? ion know
Wdym
Not Nickname
What
What
Could you drop the lineage? 🙏
@fleet talon 6:16 In LA
lol
kendrick 🦙
Which part? This all seems within reason
yes...
pins in #1214815916957761586
interesting
?
yoo i got part of it
I somehow have FD on this element
how to make #hashtag
Discord + Hashtag = #Discord , #discord + Hashtag = #hashtag
how do i get 'aa' and 'ag'
have you tried going into the 2 letter altphabets sheet
no
how do i get 'a' 😭
#1214815916957761586 message
I still need Prepend 1 and Prepend 0
#1214815916957761586 message prepend 0
Ty
Ty too
Isnt that my recipe for Prepend 1 and numbers beyond 🤨
Yap it is just the link
i am now going to dissapear and fail at getting append tools for 3 hours
how do i rearamge boraredes
with m?
Or do you want to rearrange the word boraredes?
Which word are you looking for?
"hi" + U+0020 + Mr.
ah yes ' " ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' '
lol
oh my god thank you
does anyone know how to make Creve?
C + Rve, apparently
🇹 Ⓜ️ 🇪
Don't ask me how to make Rve
Next time make an order tho
i will :3
The guy who made this order didn't put their name with it just "world"
spin a wheel of french people and ping whoever it lands on obviously!
just ping everyone duh
@sonic sentinel do you want 'ag' or ag'
'ag'
Check #1214815916957761586 first pinned comment for 2 letter spreadsheet of altphabets (includes 'alphabet')
La Jeunesse Emmerde Le Front National
Somebody Make Remove The Mrs. Prepend
You know the drill.
put it on the spreadsheet
Oh yeah 💀 I'm stupid
boards
this is a 99,993rd message int his thread
Not another one of those guys 😩 😮💨
ima go die now
lol
thank you
bruh everything makes [ecyce] Skittle
this is the 534,somethingth message in bounty board big
wait is this the 100,000th message
shut the fuck up no one cares
jeepers
he just said somewhere else he likes to spread misinformation so he actually loves you
i love you
LETS GO
yay
lol
i love spreading lies to 5 year olds
i convinced an army of 5-7 year olds to work for me by saying I was gonna pay 19 dollar fortnite gift cards
then i made them quit their job on the day they were supposed to be paid
i thought 5-7 years old play only Roblox and Brawl Stars
ELLLLLLLLLL PRIMO
i also convinced them with free ipads , free robux generators and more
Brawl stars was a teen game
But those weird kids that has no family started playing
almoust every 5-10 years old kids play and talk about Brawl Stars here in Moscow
Here in Brazil too
@sweet sentinel Are you the one who requested this and do you still need it?
Asking because not FD
idea
which tools have you tried?
"ogc"+nice =ogcnice ogcnice +hashtag = #ogcnice + prepend hyphen = #ogc-nice
tank you
how many items do you guys have
idk 🔥
lol
itd be nice if the mobile app showed how many you have..
not a lot, 35k
48,242
who has the most items
I have about 55k
lol
@ocean oasis what the hell did you request
50% chance someone is impersonating them again
Well it is a dutch word and he's from belgium
nah not impersonation
Brent used that word just earlier
he was #1233405406265610260 message
My bad then
@sonic sentinel frog_juice
Whats the thing y’all use to see the token amount thingy
thank you 🙏
sorry i have prepend mr. but how do i get remove the mr.
Look in the remove part
l la m a
maybe somebody can remove spaces here
@keen pilot
"the Chromatic Prepend" + Delete First Word = "the Prepend"
"the Prepend" + Girl = Prepend Girl```
this is reminding me of my Prepend Children recipe
thank you bro 🙏
@sick kernel [ecyce] skitles
@lunar cipher too small of a screen for image lineages but for My Bread Was Burnt To A Crisp:
"0my" + "bread" = "0mybread"
"0mybread" + "wa" = "0mybreadwa"
"0mybreadwa" + "s" = "0mybreadwas"
"0mybreadwas" + "burnt" = "0mybreadwasburnt"
"0mybreadwasburnt" + "to" = "0mybreadwasburntto"
"a-" + "crisp" = "acrisp"
"0mybreadwasburntto" + "acrisp" = "0mybreadwasburnttoacrisp"
"0mybreadwasburnttoacrisp" + Remove The 0 = Mybreadwasburnttoacrisp
Mybreadwasburnttoacrisp + With Spacing = My Bread Was Burnt To A Crisp```
full words should be early enough in the alphabet to be doable yourself
IM GOING INSANE
I'm a genius
there is NO way someone got to cartnite before me
well it clearly doesnt say First Discovery for you
Bottle of Honey!
I cooked: #1226511876733669436 message
Carthage + Fortnite = Cartnite```
yes and uhhh not really
wonder who got fd tho
That was fast thank you.
bruh google sheet removed the first ' -_-
Rerequest with '', I'll remove the first one
'zt'?
why does google sheets even do that
oh its small text
idk
yeah was very annoying for some string.append recipes on the sheet
because google sheets wants to have ✨sHOrTcUts✨
better recipe for "[/inst]" , uhh yeah https://ib.zptr.cc/item/01j290n0k63s3f1xsg5j0an0eb
I wonder where that came from...
totally not from AWWO or anything
can u at least link to the original source
instead of always making it seem like ur recipe
source: #1226511876733669436 message
50k~ With 26k fd on main save
3k on second one with 700~ fd
honestly quite close to u
just a but less fd cuz i was the guy who only copies recipes last time
How to make Desmos
Desmos
idt u need to spoiler recipes here
lol
I need all of the strats to remove the mr.
Potion-seller, give me your strongest potions
Great
This actual fool of a took blocked me when I tried to resolve things with them in private, so I'm just going to blast their ass.
What a complete and utter joke of a person.
and they left
probably won't get over it and will come back with an alt
Just let me enjoy my lame pun in the moment
I would've asked one thing of them: Delete the link/change it to my post and don't do that again, and all would be fine - but apparently it's too much to expect to even get the chance to make a request.
Good riddance
They have 3 requests rn, if they left shouldn't we nuke them?
I'll do it
@sonic sentinel By "no caps" do you mean no caps requirements or lowercase meowmoe?
lowercase
this is cruel
Robert'); DROP TABLE Students;--
Xkcd Full Name + Bobby Tables, clearly
i only got it once and was an accient
Lol, I was right
real?
Actually it's just Bobby Tables + Full Name but I'm testing my idea right now
Now time to optimize Bobby Tables
amazing
amazing isn't it
Cruel mockery
bobby tables + name works also
@sonic sentinel got it (scroll down for lineage)
alr thanks
I have to wonder though: How do you get Bobby Tables to begin with?
Altphabets?
Nah, .mr + [Bobby, Tables] > + Remove The Mr.
(I'm testing out new single-line lineage notation)
are we not fine with a + b + c = d
oh
obviously just do .mr * (Bobby + Tables) + Remove The Mr.
That implies you combine Bobby and Tables though
dammit
the lineage
Is the drop table revivable?
[Bobby, Tables].map((e) => e + .mr) + Remove The Mr. obviously
🥳
actually that's missing the part where Mr. Bobby and Mr. Tables are added
[Bobby, Tables].map((e) => e + .mr).concat(Remove The Mr.).reduce((a, b) => a + b) obviously
Celebrations
How'd you get Bobby Tables, Bartleby?
Bobby + Mr. Too + Tables
Just try any Mr. Txx element you have lying around. Mr. Take works too
Just to check, is the ordering right to left (Bobby + (Mr. Too + Tables))?
No, calculator
Huh, alright then
Hmm...how to make RPN work here...
Mr. Th' works, as does Mr. Th'th'th, but not Mr. Th'th
I don't need the lineage btw, since already had bobby tables from trying to craft it previously
Well even if you did there's already two above
Also, y'know, you showed this
full lineage*, sorry
Here's a good start: ```
Mr. Message + Tornado = Mr. Tornado
Mr. Tornado + Tables = Tornado Tables
Bobby + Tornado Tables = Bobby Tables
I didn't know lineage is also counted as just the 2 elements 
Try using something like Mr. Beast or Mr. Bean which you can get faster
Usually every element I use in lineages are ones available on browser
AWWO. No
What does AWWO mean, and was that in response to me?
Sorry, yes. Mr. Message is quite fast: #1226511876733669436 message
My mistake, sorry
i found something interesting here
NP, I was just a little peeved for a moment.
I genuinely didn't know that Mr. Message was faster, and I apologize
No, no, it's fine.
@still ruin
Tyty
this seemed like a fun challenge until you see the lowercase p
@old willow someone already got Chrysoberyl
#1206803225890787398 message
We should sacrifice Zettaminx since I wasn't allowed to do so earlier
For some reason I assumed no app/prepend meant no altphabets either, so I overcomplicated this a ton for myself
i would have used Write An Underscore At The End if i had it
actually niko's
i thought niko did?
earliest i remember is #first-discoveries message
If it works, it works