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.
#🍌Spaced plus elements not in browser🍌
1 messages · Page 1 of 1 (latest)
if any of you have spaced plus elements that aren't in browser, make sure to submit them
fun fact: infinibrowser has 921 spaced plus elements
I have some
i got some too, but i dont craft it on any save file, just raw recipes
:> time to leave
you can then send them here and someone else can craft and submit them
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
That's all I got :/
did you check all?
these are all on infinibrowser dead an alive, there are lots of duplicates at the end
wait no its just repeated
did u like download all of the spaced plus elements from browser or what
I directly accessed bewsocket
websocket
but u did this right?
Yeah from infinite browser
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
i now have 15 spaced plus recipes that arent in ib thanks to people mentioning them here
i did not
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
why did u run it? what does it do
idk how often i need to get cloudflare banned until reliezing I cant use forEach for that
hmm i have idea for potentially finding more of these
I ran it because I forgor and it deadchecks all the spaced plus items
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
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
maybe i can later, i dont wanna that currently, i dont even trust the code
since previous version ratelimited you
okay
so at least these arent in browser
i wonder if there are any more pokemon spaced plus elements that arent on browser
Is deph exploere code public?
yeah
where can I get it
💀
i can tell u how to use it
I thought it was a standalone programm becasue of the proffesional name
yes
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 !=
first u need to pick a lineage u want to do it on, tell me if u do
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
what lineage are u gonna run it on im curious
not sure yet
18/44 + Alien to Casper + Poppy
are those random elements or what
58.306188925081436% done
No those i need to recheck they might be alive
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
oof
🍌Spaced plus elements not in browser🍌
no wonder they got banned everytime
there's no delay implemented
he lives in a world of his own