#🍌Spaced plus elements not in browser🍌

1 messages · Page 1 of 1 (latest)

hybrid ivy
#

New spaced plus elements are impossible to craft, so there is a limited amount of them. Because of this, I think we could try to find spaced plus elements that are not in infinibrowser and then submit a savefile with the elements in it, to add them to infinibrowser. The goal would be to make infinibrowser have as many spaced plus elements as possible. I provided a screenshot of an example of a spaced plus element I got that isn't on infinibrowser that I will submit later.

#

if any of you have spaced plus elements that aren't in browser, make sure to submit them

hybrid ivy
#

fun fact: infinibrowser has 921 spaced plus elements

sage carbon
#

I have some

sage junco
#

i got some too, but i dont craft it on any save file, just raw recipes
:> time to leave

hybrid ivy
sage junco
#

oki

#

maybe some of these already in ib


Arctozolt + Barbaracle = Arctozolt + Barbaracle
Dewott + Illumise = Dewott + Illumise
Drifblim + Escavalier = Drifblim + Escavalier
Golem + Lucario = Golem + Lucario
Golem + Trevenant = Golem + Trevenant
Grotle + Sandslash = Grotle + Sandslash
Necrozma + Simisear = Necrozma + Simisear
Ponyta + Tentacruel = Ponyta + Tentacruel
Porygon-z + Sylveon = Porygon-z + Sylveon
Raikou + Salamence = Raikou + Salamence
Scyther + Tentacruel = Scyther + Tentacruel
Seel + Arctozolt = Seel + Arctozolt
Seel + Sneasler = Seel + Sneasler
blazing goblet
#

That's all I got :/

sage carbon
#

these are all on infinibrowser dead an alive, there are lots of duplicates at the end

#

wait no its just repeated

hybrid ivy
# sage carbon

did u like download all of the spaced plus elements from browser or what

sage carbon
#

websocket

sage carbon
#

but I noticed its just the first 200 so I need to do it gain

#

nvm it IS 921

#

I was wrong

#

these should be all

#

and pretty simple to dead scheck

#

except if you already did that

hybrid ivy
#

i now have 15 spaced plus recipes that arent in ib thanks to people mentioning them here

hybrid ivy
sage carbon
#

okay ill do it then

#

btw low deph Water only recipes avoiding Poseidon have lots of spaced plus

#
window.deadCheck = [];
const c = c = ((a,b) => document.querySelector(".container").__vue__.getCraftResponse({text:a},{text:b}));
spacedplus = await (await fetch("https://raw.githubusercontent.com/ActiveTutorial/storage/refs/heads/main/spacedplus.json")).json();
window.spacedplus.forEach(async i => {
    window.deadCheck.push(["Item:", i.id, "Dead:",
    (await c(i, i))?.result != "Nothing" ||
    (await c(i, "Water"))?.result != "Nothing" ||
    (await c(i, "Fire"))?.result != "Nothing" ||
    (await c(i, "A"))?.result != "Nothing"]);
     console.log(window.deadCheck.at(-1));
});
#

dont run that code

#

it would get you cloudflare banned just like i just did

hybrid ivy
#

why did u run it? what does it do

sage carbon
#

idk how often i need to get cloudflare banned until reliezing I cant use forEach for that

hybrid ivy
#

hmm i have idea for potentially finding more of these

sage carbon
hybrid ivy
#

i am running depth checker on a 12 step element, but the lineage contains mario kart and mario kart 8, and so i got these elements, and i know at least 1 of them isnt on browser

#

so what if we ran depth checker for a few steps on elements that can be seen in infinibrowser do give spaced plus signs

sage carbon
#
window.deadCheck = [];
const c = c = ((a,b) => document.querySelector(".container").__vue__.getCraftResponse({text:a},{text:b}));
spacedplus = await (await fetch("https://raw.githubusercontent.com/ActiveTutorial/storage/refs/heads/main/spacedplus.json")).json();
for (let i = 0; i < window.spacedplus.length; i++) {
    const item = window.spacedplus[i];
    window.deadCheck.push(["Item:", item.id, "Dead:",
    (await c(item, item))?.result != "Nothing" ||
    (await c(item, "Water"))?.result != "Nothing" ||
    (await c(item, "Fire"))?.result != "Nothing" ||
    (await c(item, "A"))?.result != "Nothing"]);
    console.log(window.deadCheck.at(-1));
}
#

this code should be safe

#

@hybrid ivy if you want you can run it, I cant because im banned rn

hybrid ivy
#

maybe i can later, i dont wanna that currently, i dont even trust the code

#

since previous version ratelimited you

sage carbon
#

okay

hybrid ivy
#

so at least these arent in browser

#

i wonder if there are any more pokemon spaced plus elements that arent on browser

sage carbon
hybrid ivy
#

yeah

sage carbon
#

where can I get it

hybrid ivy
#

this is the version i have

sage carbon
#

💀

hybrid ivy
#

i can tell u how to use it

sage carbon
#

I thought it was a standalone programm becasue of the proffesional name

sage carbon
#
window.deadCheck = [];
const c = ((a,b) => document.querySelector(".container").__vue__.getCraftResponse({text:a},{text:b}));
spacedplus = await (await fetch("https://raw.githubusercontent.com/ActiveTutorial/storage/refs/heads/main/spacedplus.json")).json();
for (let i = 0; i < window.spacedplus.length; i++) {
    const item = window.spacedplus[i];
    window.deadCheck.push(["Item:", item.id, "Dead:",
    (await c(item, item))?.result == "Nothing" ||
    (await c(item, "Water"))?.result == "Nothing" ||
    (await c(item, "Fire"))?.result == "Nothing" ||
    (await c(item, "A"))?.result == "Nothing"]);
    console.log(window.deadCheck.at(-1));
}
#

idk what i was thinking of course it needs to be == and not !=

hybrid ivy
#

this is step count it will run for

#

u put elements from the lineage u want to run into here

#

then u need to run depthExplorer() in console to start it, make sure its using the elements u selected tho

sage carbon
#

ohhh okay

#

I understand now

hybrid ivy
sage carbon
#

18/44 + Alien to Casper + Poppy

hybrid ivy
sage carbon
#

58.306188925081436% done

sage carbon
#

they got skipped

#

because network issue

#

im using vpn to bypass cloudflare ban

#

acctualyy the code is wrong again

#
window.deadCheck = [];
const c = (a, b) => document.querySelector(".container").__vue__.getCraftResponse({text:a},{text:b});
spacedplus = await (await fetch("https://raw.githubusercontent.com/ActiveTutorial/storage/refs/heads/main/spacedplus.json")).json();
for (let i = 0; i < window.spacedplus.length; i++) {
    const item = window.spacedplus[i];
    window.deadCheck.push(["Item:", item.id, "Dead:",
    (await c(item.id, item.id))?.result == "Nothing" &&
    (await c(item.id, "Water"))?.result == "Nothing" &&
    (await c(item.id, "Fire"))?.result == "Nothing" &&
    (await c(item.id, "A"))?.result == "Nothing"]);
    console.log(window.deadCheck.at(-1));
}
#

23% done

#

it disconnected from vpn, how annoying

hybrid ivy
#

oof

sage carbon
#

The Mummy Returns + Thor

#

seems to be the last

#

ill figure it out later

sterile ember
hybrid ivy
#

🍌Spaced plus elements not in browser🍌

sage junco
rich willow