[–] ▶ №12457713[Quote]
penmis
▶ №12457755[Quote]
Marge there was a thread on this like a week ago
▶ №12457779[Quote]
>mfw the fish in the fish tank start saying nigger
▶ №12457785[Quote]
>Marge there was a thread on this like a week ago
It's just a burning memory.
▶ №12457826[Quote]
>>Marge there was a thread on this like a week ago
>It's just a burning memory.'
Penis
▶ №12458030[Quote]
>new 'toss
The Jewish fish population is sure to go extinct any day now.
▶ №12458135[Quote]
>>12458122you can LIKE multiple times.
We could probably make a script with jeetgpt to bump our gems to the top.
▶ №12458168[Quote]
I made my own, it's called "TrillKannies" and it has the numbers 1488 tattooed on it
▶ №12458176[Quote]
>you can send reports multiple times GEG
Wait what. Thought you couldn't.
▶ №12458189[Quote]
we could fill their reports queue with crap so they have a harder time deleting us chuddies.
▶ №12458208[Quote]>>12458217>>12458250
>>>12458122
>you can LIKE multiple times.
>We could probably make a script with jeetgpt to bump our gems to the top.
Man, wish I knew how to set that up so that I wouldn't need to rely on autoclicker.
▶ №12458250[Quote]
>>12458208Be patient chuddy i'm working on it.
▶ №12458335[Quote]
I THINK I HAVE A SCRIPT
▶ №12458357[Quote]
>I THINK I HAVE A SCRIPT
Gimme.
▶ №12458364[Quote]>>12458455
paste this shit on the web console
setInterval(() => {
sendVote("WxlM6chPrQGVY3F0IQhk", "up");
}, 500);
▶ №12458369[Quote]
replace the id to select a fish to vote for. Right now it votes for grand theft autogynephile.
▶ №12458372[Quote]
it votes every half a second, modify the time to rape the leaderboard more.
▶ №12458381[Quote]
>paste this shit on the web console
>setInterval(() => {
> sendVote("WxlM6chPrQGVY3F0IQhk", "up");
>}, 500);
A glorious day for soyence.
▶ №12458400[Quote]>>12458419
it will block you out from voting every once in a while, but refreshing the page seems to work. It's still much faster than doing it manually.
▶ №12458419[Quote]
>>12458400nevermind, i don't think you even have to refresh, it starts running again after a few seconds.
▶ №12458432[Quote]
you can leave that shit running on another page while you make more fishes btw.
▶ №12458438[Quote]
>you can leave that shit running on another page while you make more fishes btw.
Done that.
▶ №12458455[Quote]>>12458469
>>12458364Marge why am I just getting a thrembillion errors when I try and like the niggerfish in second place
▶ №12458460[Quote]>>12458519
the palestoid fish is obviously botted geg
▶ №12458467[Quote]
>>>12458364
>Marge why am I just getting a thrembillion errors when I try and like the niggerfish in second place
Not marge but you can only put in 20 or so votes per a min
▶ №12458469[Quote]>>12458474
>>12458455the server blocks you out for a few seconds if you vote too much.
▶ №12458474[Quote]
>>12458469sadly i can't get around it, script or not. My only solution would be to bot it with a ip switching script through TOR.
▶ №12458480[Quote]
also, i'm pondering the possibility of botting the fish themselves.
▶ №12458485[Quote]
>>12458465WE CANT LET THEM WIN DAMN IT
▶ №12458496[Quote]>>12458532
>>>12458465 (You)
>WE CANT LET THEM WIN DAMN IT
Read in Kiwifarms that there's an organized subreddit to keep the Palestine fish around.
▶ №12458500[Quote]
grand theft autogynephile is gone, its so over
▶ №12458507[Quote]
jannies deleted the niggerfish… Jannies are leaky, the solution here is to bot the fish creating process itself.
▶ №12458519[Quote]
>>12458460i have a feeling that it's botted by the site jannies because that number is way too high.
▶ №12458525[Quote]
>jannies deleted the niggerfish… Jannies are leaky, the solution here is to bot the fish creating process itself.
I guess we truly do need to trust the soyence.
▶ №12458532[Quote]
>>12458506>>12458496Ok we have to be more subtle now or just rape the site by spamming fish
▶ №12458542[Quote]
>>>12458506 (You)
>>>12458496 (You)
>Ok we have to be more subtle now or just rape the site by spamming fish
Perhaps we can crash the servers if we spam voting requests.
▶ №12458554[Quote]
GEG i got ip banned just for voting for the niggerfish
▶ №12458565[Quote]
alright. Download TOR niggers, this is war.
We're gonna bump the israel fish to the top.
▶ №12458570[Quote]
nu script
setInterval(() => {
sendVote("NopAnlTWbjXWLUfpPVj5", "up");
}, 500);
▶ №12458576[Quote]>>12458580
>GEG i got ip banned just for voting for the niggerfish
Are we witnessing another TCRF kinda situation.
▶ №12458580[Quote]
>>12458576difference is the clitty leakage is behind closed doors.
▶ №12458590[Quote]
>VOTE JOHN MONEY
YES!
▶ №12458606[Quote]
>>12458599paste the fish id as shown on the right on the script where the other id is
▶ №12458659[Quote]
USE THIS SCRIPT FOR JOHN MONEY NOOOOOOOOW
setInterval(() => {
sendVote("AqgCvw030sjzM4Z7d3Hq", "up");
}, 500);
▶ №12458693[Quote]
Ok I got the script running on TOR and I think it's working, turn down your security settings if the site is broken/not loading
▶ №12458708[Quote]>>12458724>>12458817
THIS IS THE JS CODE FOR THE UPLOAD FISH FUNCTION
if anyone wants to check it out you're welcome to do so.
async function submitFish(artist, needsModeration = false) {
function dataURLtoBlob(dataurl) {
const arr = dataurl.split(','), mime = arr[0].match(/:(.*?);/)[1],
bstr = atob(arr[1]), n = bstr.length, u8arr = new Uint8Array(n);
for (let i = 0; i < n; i++) u8arr[i] = bstr.charCodeAt(i);
return new Blob([u8arr], { type: mime });
}
const fishImgData = canvas.toDataURL('image/png');
const imageBlob = dataURLtoBlob(fishImgData);
const formData = new FormData();
formData.append('image', imageBlob, 'fish.png');
formData.append('artist', artist);
formData.append('needsModeration', needsModeration.toString());
if(localStorage.getItem('userId')) {
formData.append('userId', localStorage.getItem('userId'));
}
// Retro loading indicator
let submitBtn = document.getElementById('submit-fish');
if (submitBtn) {
submitBtn.disabled = true;
submitBtn.innerHTML = `<span class='spinner' style='display:inline-block;width:18px;height:18px;border:3px solid #3498db;border-top:3px solid #fff;border-radius:50%;animation:spin 1s linear infinite;vertical-align:middle;'></span>`;
}
// Add spinner CSS
if (!document.getElementById('spinner-style')) {
const style = document.createElement('style');
style.id = 'spinner-style';
style.textContent = `@keyframes spin { 0% { transform: rotate(0deg);} 100% { transform: rotate(360deg);} }`;
document.head.appendChild(style);
}
try {
// Prepare headers with auth data if user is logged in
const headers = {};
const userToken = localStorage.getItem('userToken');
if (userToken) {
headers['Authorization'] = `Bearer ${userToken}`;
}
// Await server response
const resp = await fetch(`${BACKEND_URL}/uploadfish`, {
method: 'POST',
headers: headers,
body: formData
});
const result = await resp.json();
// Remove spinner and re-enable button
if (submitBtn) {
submitBtn.disabled = false;
submitBtn.textContent = 'Submit';
}
if (result && result.data && result.data.Image) {
// Save today's date to track fish submission
const today = new Date().toDateString();
localStorage.setItem('lastFishDate', today);
localStorage.setItem('userId', result.data.userId);
// Show success message based on moderation status
if (needsModeration) {
showModal(`<div style='text-align:center;'>
<h1>Fish Submitted for Review</div>
<div>Your fish has been submitted and will appear in the tank once it passes moderator review.</div>
<button onclick="window.location.href='tank.html'">View Tank</button>
</div>`, () => {});
} else {
// Regular fish - go directly to tank
window.location.href = 'tank.html';
}
} else {
alert('Sorry, there was a problem uploading your fish. Please try again.');
}
} catch (err) {
alert('Failed to submit fish: ' + err.message);
if (submitBtn) {
submitBtn.disabled = false;
submitBtn.textContent = 'Submit';
}
}
}
▶ №12458724[Quote]>>12458733
>>12458708THIS IS HOW A REQUEST LOOKS LIKE TOO--geckoformboundary2d064f3480b0c78bd12d19df41eee095
Content-Disposition: form-data; name="image"; filename="fish.png"
Content-Type: image/png
�PNG
�
▶ №12458733[Quote]
>>12458724nigger, i can't paste the image hash.
▶ №12458747[Quote]
>>12458689geg that's how you know trannies are leaking already.
▶ №12458782[Quote]
John Money just hit 1000 likes
▶ №12458807[Quote]>>12458879
Wait a fucking second I just realized the source code is open.
https://github.com/aldenhallak/fishesMake of this what you will. or something
▶ №12458817[Quote]>>12458828
>>12458708marge does this bypass moderation queue
▶ №12458828[Quote]>>12458842
>>12458817it's the website's code. If a script were to be made it should work as long as the image submitted is "acceptable". The nigger fish would work for example.
▶ №12458844[Quote]
>>12458837already have one on the thread saar.
▶ №12458860[Quote]
>>>12458828
>there's probably some way to cheat the AI into thinking something's a fish but i'd need a while to tinker around. So i don't believe we'l be able to spam 'cado for now.
A tragedy has befallen mankind, hopefully our soyeeners will be able to break through soon enough.
▶ №12458865[Quote]
>>12458854i think that if the percentage is higher than 60% it gets auto-accepted.
▶ №12458866[Quote]>>12458902
>geg, just made a jeetgpt code that updoots my stupid fish
Care to share?
▶ №12458891[Quote]
made fish hitler with a seig heiling fin/arm
▶ №12458895[Quote]>>12458909
>>12458854APPROVE MY IMAGE WHAT IS THIS RAISIN
▶ №12458899[Quote]
>>>12458807 (You)>https://github.com/aldenhallak/fishes/blob/main/src/js/app.js#L511>there's the fish checking logic btwHope somebody translates this into coding illiterate retard soon.
▶ №12458902[Quote]>>12458934
>>12458866I asked it to make it for brave, so if you have any other chromium based browser it might work
20 clicks set at 2 second intervals with a 30 seconds pause
const selector = '#fish-grid > div > div.voting-controls > button.vote-btn.upvote-btn';
const clicksPerRound = 20;
const pauseTime = 30000; // 30 seconds
const delayBetweenClicks = 1000; // 1 second per click
function clickLoop() {
let count = 0;
const interval = setInterval(() => {
const button = document.querySelector(selector);
if (button) {
button.click();
count++;
console.log(`Clicked ${count}/${clicksPerRound}`);
} else {
console.log('Button not found.');
clearInterval(interval);
return;
}
if (count >= clicksPerRound) {
clearInterval(interval);
console.log(`Pausing for ${pauseTime / 1000} seconds…`);
setTimeout(clickLoop, pauseTime); // Restart after pause
}
}, delayBetweenClicks);
}
clickLoop();
▶ №12458909[Quote]
>>12458895I've been getting raped by MPA too starting yesterday for some reason despite no changes in IP
▶ №12458917[Quote]
>>>12458854
>APPROVE MY IMAGE WHAT IS THIS RAISIN
Perhaps the trannies that run the site are the same ones that run this one, we've just stumbled upon their pet project (GET IT???????!!!)!))! But that's just a theory a game theory.
▶ №12458920[Quote]
>>12458903approve fishler badmin
▶ №12458927[Quote]
>>>12458866 (You)
>I asked it to make it for brave, so if you have any other chromium based browser it might work
>20 clicks set at 2 second intervals with a 30 seconds pause
>
>const selector = '#fish-grid > div > div.voting-controls > button.vote-btn.upvote-btn';
>const clicksPerRound = 20;
>const pauseTime = 30000; // 30 seconds
>const delayBetweenClicks = 1000; // 1 second per click
>
>function clickLoop() {
> let count = 0;
>
> const interval = setInterval(() => {
> const button = document.querySelector(selector);
> if (button) {
> button.click();
> count++;
> console.log(`Clicked ${count}/${clicksPerRound}`);
> } else {
> console.log('Button not found.');
> clearInterval(interval);
> return;
> }
>
> if (count >= clicksPerRound) {
> clearInterval(interval);
> console.log(`Pausing for ${pauseTime / 1000} seconds…`);
> setTimeout(clickLoop, pauseTime); // Restart after pause
> }
> }, delayBetweenClicks);
>}
>
>clickLoop();
Thanks brother.
▶ №12458939[Quote]
>cool
What is that the janny interface?
Did somebody hack the site?
▶ №12458944[Quote]
>GEEEEEEEEEEEEEEEEEEEEEEGGGGGGGGGGG GEM
Is this the janny interface?
▶ №12458955[Quote]
I keep having to reset my TOR circuit in intervals of 20 seconds-1 minute to successfully run the john money script. Does this mean they're watching me like john money and banning my proxy IP on sight, or is this some kind of error?
▶ №12458957[Quote]>>12458966
>>>12458929
>HOLY SHIT I JUST REALIZED, NIGGER HOW DID YOU CAPTAIN COAL IT.
This is what happens when you make the source code public.
▶ №12458961[Quote]
>>12458929give all soyteens admin o algo
▶ №12458966[Quote]
>>12458957fitting, it says 80% of the site's code was made by jeetgpt.
▶ №12458970[Quote]>>12458973>>12458979
>>>12458929
>give all soyteens admin o algo
Holy shit, another Sharty winraid. Jannies will seethe. DELETE THE PALESTINE FISH!!!
▶ №12458973[Quote]
>>12458970DO THIS NOOOOOOOOOOOOOOW
▶ №12458979[Quote]>>12458990
>>12458970DELETE THE FISH BEFORE THE JAN JANS CATCH ON
▶ №12458983[Quote]
>>12458929Can you unban my account
▶ №12458986[Quote]
THE MODERATION PANEL IS A FUCKING OPEN LINK.
▶ №12458989[Quote]
>>>12458970 (You)
>DELETE THE FISH BEFORE THE JAN JANS CATCH ON
The seethe will be massive.
▶ №12458990[Quote]
>>12458979delete all the other jannies janitor priveleges hackerGOD
▶ №12459000[Quote]
Now that we have access Im about to just draw Hitler so a 'teen can approve
▶ №12459001[Quote]
>>>12458979
>delete all the other jannies janitor priveleges hackerGOD
There's even enough legal justification for this. They refuse to remove clearly antisemitic material.
▶ №12459042[Quote]
hackerGOD delete vantablack brimstone Palestine nigger fish NOWW
▶ №12459048[Quote]>>12459060
JANNIES APROVE MY HITLER NOW
▶ №12459062[Quote]
>hackerGOD delete vantablack brimstone Palestine nigger fish NOWW
All goals are secondary or maybe even tertiary, this is the big fish.
▶ №12459068[Quote]
>>>12459048
>I can't approve anything unfortunately, it doesn't work
Then what the fuck are you able to do then?
▶ №12459070[Quote]
>>>12459048
>I can't approve anything unfortunately, it doesn't work
What does the mark as fish button do then?
▶ №12459089[Quote]
>>12459085note the isadmin
▶ №12459097[Quote]
>>12459085GEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEG
▶ №12459113[Quote]
>>>12459048
>I can't approve anything unfortunately, it doesn't work
Can you at the very least tell us how you did it? I know it might not have been hard at all considering the code is public and all, but you know.
▶ №12459128[Quote]
kiwiBROS image to fish tampermonkey script
https://pastebin.com/cdnxY0SzPassword: nCZGJUBRez
▶ №12459138[Quote]
>>>12459085
>GEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEG
Oh boy, can't wait to see what kind of janny this one will be like.
▶ №12459145[Quote]
>>12459137it may be checking the database, we may be able to get around this by creating accounts with janny privileges on from the start.
▶ №12459155[Quote]
could you use something like wireshark to send fish directly to their server with the isAdmin tag set to true or whatever
▶ №12459178[Quote]
i may have just dropped the database
▶ №12459187[Quote]>>12459192
>i may have just dropped the database
What do you mean?
▶ №12459192[Quote]
>>12459187nevermind, i'm trying to execute sql queries
▶ №12459194[Quote]
>>>12459192
i fucked it up doe.
▶ №12459218[Quote]
it just let me vote 30 times on the hank hill fish
▶ №12459228[Quote]
>>12458903OYYYYYYYYYYY MY GODDDDDDDDDDDD THE SECURITY ON THIS RAISIN IS SO BAD GEEEEEEEEEEEG I WAS ABLE TO GET IT AS WELL
▶ №12459234[Quote]
sadly I can't approve raisin
▶ №12459239[Quote]
i got banned
please unban the guy who drew this
>>12459060▶ №12459243[Quote]
>>>12458903
>OYYYYYYYYYYY MY GODDDDDDDDDDDD THE SECURITY ON THIS RAISIN IS SO BAD GEEEEEEEEEEEG I WAS ABLE TO GET IT AS WELL
SHARE THE FUN, SHARE THE FUN, SHARE THE FUN.
▶ №12459246[Quote]>>12459256
>sadly I can't approve raisin
What can you do then? Can you delete shit?
▶ №12459256[Quote]
>>12459246Nah I can only list things I can download every single fish from this site
▶ №12459268[Quote]>>12459300>>12459304>>12459324
>>12459245when you create an account is there an isAdmin flag that gets sent when you hit the "create account" button?
▶ №12459285[Quote]>>12459309
>>>12459246 (You)
>Nah I can only list things I can download every single fish from this site
Aww man :(
Hopefully someone finds a breakthrough or at the very least makes the site unusable.
▶ №12459300[Quote]
>>12459268don't seem like it. It's probably defaulted to nonjanny on the backend and changed from there.
▶ №12459306[Quote]
it not loading
▶ №12459309[Quote]
>>12459285Working on it I might found something gemmy
▶ №12459318[Quote]
>>>12459285 (You)
>Working on it I might found something gemmy
Take your time, Rome wasn't gemmed up in a day.
▶ №12459324[Quote]
>>12459268I tried setting isAdmin to true when making a new account but that didn't work
▶ №12459331[Quote]>>12459350
their firebase bucket is public geg
▶ №12459343[Quote]>>12459352>>12459398
I'm trying to drop their database, this site is coded so shittily that there's gotta be a way to remote SQL
▶ №12459350[Quote]
>>12459331Okey someone else found it as well geeeg I just have to figure out how firebase works
▶ №12459352[Quote]
>>12459343Can you make it so everything is a hanging troonjak
▶ №12459361[Quote]
i tried editing some voting data but it seems like you cant without auth
▶ №12459367[Quote]
>>>12459343
>Can you make it so everything is a hanging troonjak
This
Remember to delete xe Palestroon fishe first thO.
▶ №12459398[Quote]
>>12459343btw don't drop it without downloading everything
▶ №12459420[Quote]>>12459435
GEEEEEEEEEEEEEEEEEEEEEG YOU CAN CHANGE THE NAME OF ANYONES PROFILE
▶ №12459430[Quote]
>GEEEEEEEEEEEEEEEEEEEEEG YOU CAN CHANGE THE NAME OF ANYONES PROFILE
Tranny janny time
▶ №12459435[Quote]
>>12459420check the profile of the palestine guy
▶ №12459436[Quote]
>GEEEEEEEEEEEEEEEEEEEEEG YOU CAN CHANGE THE NAME OF ANYONES PROFILE
Change palestroon fish name NOW
▶ №12459439[Quote]
>words words words
the left can't raid
▶ №12459516[Quote]
bumping this
▶ №12459604[Quote]
>bumping this
Please don't let this be the end. We're so close to a Sharty Winraid. We need to stay strong for the Soyence.
▶ №12459610[Quote]
>>bumping this
>Please don't let this be the end. We're so close to a Sharty Winraid. We need to stay strong for the Soyence.
Also it's nearing my bedtime. im trans btw
▶ №12459624[Quote]>>12459630>>12459645
YOU CAN GET THE EMAIL OF ANYONE GEG
▶ №12459636[Quote]
>YOU CAN GET THE EMAIL OF ANYONE GEG
I feel bad for anyone who signed up for this without a burner account.
▶ №12459645[Quote]>>12459668
>>12459624no fucking way. GET THE JANNY EMAIL. WE COULD BREAK INTO THEIR ACCOUNTS.
▶ №12459647[Quote]>>12459654>>12459906
im gonna scrape everyones emails in a min
▶ №12459654[Quote]>>12459670
>>12459647Be sure to highlight the email of the owner of the paleshit fish if possible
▶ №12459657[Quote]
>geg, we'l just pick it up tomorrow or on another day if the thread dies. There has to be a way to get past the janny panel. There's a button to select all fish so if we get past that we can nuke the entire database
Sounds okay to me will archive the thread so that people know where we left up to drum up interest again.
▶ №12459668[Quote]>>12459681
>>12459645dont dox literal whos though
▶ №12459670[Quote]
>>12459654he used a fake email
▶ №12459676[Quote]
>>12459665is this the janny?
▶ №12459681[Quote]
>>12459668Nigga i just need a single janny email. We might be able to break into a janny account and delete the palishit fish that way.
▶ №12459683[Quote]
>>>12459665 (You)
>is this the janny?
Apparently found it on the 'farms.
▶ №12459703[Quote]>>12459712
>>12459690of the KF thread
▶ №12459746[Quote]
make everything a hanging troon after the aping is done
▶ №12459756[Quote]
>>>12459712
>Thanks
Okay guys it was nice participating in this 'aid. But I have to leave to the stars will come back if we haven't finished the winraid.
▶ №12459759[Quote]
>>>>12459712
>>Thanks
>Okay guys it was nice participating in this 'aid. But I have to leave to the stars will come back if we haven't finished the winraid.
Not that anybody cares.
▶ №12459859[Quote]
up, make a wiki page now
▶ №12459871[Quote]
i have xis xitter's email. probably a personal one.
mcbananapeelz@gmail.com
▶ №12459906[Quote]>>12459929>>12459930>>12459945>>12460938
>>12459647jannies emails
m.elms.4815@gmail.com
nedlaback@gmail.com
jpmillson19@gmail.com
▶ №12459929[Quote]>>12459949
>>12459906where do you get these?
▶ №12459930[Quote]
>>12459906we might be able to force our way into one of these accounts. If they have bad passwords, which they probably do. I estimate it'd take around a minute to brute-force.
▶ №12459945[Quote]
>>12459906dump all of em or something
▶ №12459949[Quote]>>12459965
>>12459929we managed to force our way into the janny panel, but we can't do anything without an actual janny account.
▶ №12459965[Quote]
>>12459949Then you did the same thing as me then I guess you get the emails from requests I haven't checked that yet
▶ №12460048[Quote]
I GOT INTO A JANNY ACCOUNT
▶ №12460058[Quote]
I DELETED THE PALISHIT FISH o algo
▶ №12460068[Quote]>>12460076
>>12460052GEM, how did you do it saar
▶ №12460076[Quote]>>12460082>>12460089
>>12460068bruteforced or something
▶ №12460082[Quote]
>>12460076insanely shit password award
▶ №12460088[Quote]
I BANNED EVERYONE
▶ №12460089[Quote]>>12460095
>>12460076Did you manage to make the API give out password hashes? I only managed to get it for my account o algo
▶ №12460095[Quote]>>12460098>>12460099
>>12460089no, i found the jannie's password on a leak from another site and xe used it here too.
▶ №12460098[Quote]
>>12460095GEEEEEEEEEEEEEEEEG
▶ №12460113[Quote]
lets go ban everyone
▶ №12460116[Quote]
then we fill it we fill it with our own gems
▶ №12460119[Quote]
thread theme
▶ №12460134[Quote]>>12460145
how do you access mod panel
▶ №12460144[Quote]
LOGIN WITH
nedlaback@gmail.com
789123
FOR JANNY POWERS
▶ №12460160[Quote]
>>12460145oops I forgot about VPN shit or something
▶ №12460165[Quote]
geg, i think kiwis haven't even noticed the palishit fish is gone. and oreos
▶ №12460183[Quote]>>12460208
what are you all using for the autodrawer also is it ok if I didn't VPN up before I logged into the account or am I gonna get raped
▶ №12460207[Quote]
>>12460199cobson killing gemerald
▶ №12460211[Quote]>>12460216
someone try logging into firebase with the creds
▶ №12460214[Quote]>>12460224
IT DOESN'T EVEN HAVE TO BE FISH ANYMORE, DRAW 'CADO IF YOU WANT AND WE'L APPROVE IT OURSELVES.
▶ №12460216[Quote]
>>12460211with what creds
▶ №12460224[Quote]
>>12460214UNBAN ME I DREW HITLER
▶ №12460234[Quote]
TRANNYJANNY YOU FUCKED UP BY ADDING IP BANS, I'M BANNING EVERY NORMALFAG.
▶ №12460247[Quote]>>12460253
did they catch on yet I think some of these nufish are getting autonished
▶ №12460253[Quote]>>12460263
>>12460247there are other jannies. i don't know if they've caught on. maybe they did but none of them are sysadmins
▶ №12460257[Quote]
there's also the chance that there isn't a janny actions log, in which case they're fucked.
▶ №12460263[Quote]>>12460271
>>12460253can we try banning the jannies geg
▶ №12460272[Quote]
just make sure not to ban ourselves
▶ №12460276[Quote]
NIGGERS TELL ME WHAT YOU'RE USING TO AUTODRAW ALREADY
▶ №12460295[Quote]
geg the kiwis really didn't know we broke in.
▶ №12460296[Quote]
mass wiping flagged fishes
▶ №12460301[Quote]>>12460311>>12460320
stop deleting the chud fishes you nigger
▶ №12460307[Quote]>>12460318
some faggot is spamming gawr gura fishes KEK
▶ №12460311[Quote]
>>12460301we gonna approve all after we wipe everything. help wiping it
▶ №12460313[Quote]
WHICH ONE OF YOU FAGGOTS IS APPROVING THE TROONSLOP MIKU AND GAWR NIGRA FISHES
▶ №12460328[Quote]>>12460335
how about we ip ban everything
▶ №12460343[Quote]>>12460348
USE THE SWIPE MODERATION THING TO MASS DELETE SHIT
▶ №12460348[Quote]
>>12460343doing that for a while now
▶ №12460353[Quote]
>>12460347yep I'm doing this for idk how many minutes now
▶ №12460369[Quote]
Holding D to delete, any estimates on how many fish are uploaded? im trans btw
▶ №12460377[Quote]
Now lets ban everyone kek
▶ №12460385[Quote]>>12460398
COINSLOT SWIMMING IN THE TANK KEK
▶ №12460390[Quote]>>12460392>>12460395
ive scraped 90k users, what should i change their names to
▶ №12460395[Quote]
>>12460390the nigger word
▶ №12460398[Quote]>>12460408
>>12460385>>12460384HOW DID YOU DO THIS NIGGER WHAT PROGRAM DID YOU USE
▶ №12460404[Quote]
>>12460384add all of this to the 'ki if we have a page yet. If we don't someone should get on that because this captain coaling is 'ki worthy.
▶ №12460408[Quote]>>12460412>>12460696
>>12460398const input = document.createElement("input");
document.body.append(input);
input.type = "file";
input.accept = "image/*";
input.onchange = e => {
if (input.files && input.files[0]) {
const canvas = document.getElementById("draw-canvas");
const ctx = canvas.getContext("2d");
createImageBitmap(input.files[0]).then(img => ctx.drawImage(img, 0, 0));
}
};
▶ №12460412[Quote]>>12460438
>>12460408do I use greasemonkey for this
▶ №12460438[Quote]>>12460453
>>12460412paste it into the console o algo
▶ №12460453[Quote]>>12460485
>>12460438for what my browser? i'm a linuxfag but I don't do browser shit that much so this is foreign to me
▶ №12460463[Quote]
>>12460422Do this change the names to homestucknigger
▶ №12460481[Quote]>>12460487>>12460490>>12460535
How many fishes have you deleted kek i deleted 5k
▶ №12460490[Quote]
>>12460481how do tgou delete fishes
▶ №12460495[Quote]
GOATSE AND DEAD PALESTITROON FLOATING AROUND KEEK
▶ №12460497[Quote]
>>>12460495
multiple now.
▶ №12460502[Quote]
absolute winraid make a wiki page NOWWWWWWWWWWWWWWWWWWWWWWW
▶ №12460520[Quote]>>12460532
do they have a 'cord? i wanna see the leakage starting from when we deleted the palestinian fish.
▶ №12460532[Quote]>>12460542
>>12460520>cord serverthere aren't any minors to groom here sorry
▶ №12460535[Quote]
>>12460481Just came back from leaving something to rest on my D key and I deleted over 25k fish
▶ №12460540[Quote]>>12460546
new 'toss
▶ №12460542[Quote]
>>12460532meds, i wanna collect leakeralds
▶ №12460559[Quote]>>12460584>>12460615
nazi cado in the tank kek
▶ №12460584[Quote]
>>12460559nigga i think there's even janny facedoxes in there or something
▶ №12460594[Quote]
I think the jannies just gave up by now.
▶ №12460610[Quote]
>>12460546geeeeeeg who is that
▶ №12460615[Quote]>>12460623
>>12460559i tried posting more but i think somone banned me geg
▶ №12460623[Quote]
>>12460615i unbanned everybody
▶ №12460633[Quote]
holy shit jannies have completely given up.
▶ №12460658[Quote]>>12460670
>>12460652I'm doing better job than the site's jannies geeg
▶ №12460670[Quote]
>>12460658tsmt we're jannying better than the actual jannies
▶ №12460675[Quote]>>12460676>>12460683
rapeson in the tank
▶ №12460676[Quote]
>>12460675OYYYY don't let xim close to the fish.
▶ №12460679[Quote]>>12460696
how to upload images
▶ №12460696[Quote]
>>12460679press ctrl+shift+J and then paste what
>>12460408 posted into the console, "choose an image" button will appear below submission button
▶ №12460735[Quote]>>12460741>>12460758
the janny account got 'aped
▶ №12460736[Quote]
what stupid nigger banned me im trans btw
▶ №12460745[Quote]
dude the guy whose account we've been using is an actual caca look at his previous creations
▶ №12460750[Quote]
absolute RAPE kek
▶ №12460751[Quote]>>12460811
>>12460707someone who screenshotted post it on /raid/ o algo
▶ №12460756[Quote]
Well sharty VVON
▶ №12460758[Quote]>>12460767>>12460768
>>12460735GEG took them long enough. By this point they'l either have to roll back or shut it down. The damage done is immeasurable.
▶ №12460759[Quote]
the tank is still kinda gemmy doebeit
▶ №12460762[Quote]
>>12460746can go to the 'ki
▶ №12460767[Quote]
>>12460758tsmt
tens of thousands of fish deleted and hundreds of niggers banned
dnb, cado and goatse floating around
▶ №12460776[Quote]>>12460786
they'll probably think it was just the janny chimping out btw
▶ №12460786[Quote]>>12460791
>>12460776no way. It's kinda obvious we broke in.
The stars kinda aligned for this to play out the way it did. with the janny having a leaked pasword on another website and that password being the fucking same on this one.
▶ №12460791[Quote]>>12460795
>>12460786yeah youre right since there was probably like 10 people logged in from different ips
▶ №12460793[Quote]>>12460796
>>>12460786
best part is, the palishit fish is gone and 'slot is currently the most voted fish.
▶ №12460795[Quote]
>>12460791i don't think they can see what janny is taking what actions. it's the only explanation as to why it took them so long to catch on.
▶ №12460801[Quote]>>12460804>>12460805>>12460810>>12460819
bypass moderation
chrome dev console
submitFish("sneed", needsModeration = false)
▶ №12460804[Quote]
>>12460801GEEEEEEEEEEEEEG
▶ №12460805[Quote]
>>12460801oh geg i guess the raid continues.
▶ №12460810[Quote]>>12460813
>>12460801Wait so we can just submit whatever if its named sneed?
and oreos
▶ №12460811[Quote]>>12460815
>>12460751Xhey still haven't caught on yet.
Some nigger banned the mod account on the panel.
▶ №12460812[Quote]
this is why you don't create gimmick websites with AI btw.
▶ №12460813[Quote]
>>12460810Don't know how I added that image, oops
▶ №12460814[Quote]
oh you're on chrome I was wondering what was wrong I think the webtool doesnt work on firefox
▶ №12460815[Quote]
>>12460811could've been another janny for all we know.
▶ №12460819[Quote]
>>12460801no fucking way geg
▶ №12460828[Quote]>>12460830
GOYS I MIGHT CAN DO SOMETHING GEMMY
▶ №12460833[Quote]
I think the tank is getting raped again
▶ №12460839[Quote]>>12460847
>>12460830For whatever reason I have a valid firebase instance on the janny account I might can make a new janny account
▶ №12460847[Quote]>>12460852
>>12460839EslGOD, can you delete all other janny accounts?
▶ №12460852[Quote]
>>12460847No idea I have to figure out first how to make this raisin work.
▶ №12460876[Quote]
I got banned, gay
▶ №12460938[Quote]
Has anyone tried to brute force any of the other admin accounts
>>12459906▶ №12460940[Quote]
and palestine is bad…. why?
▶ №12460968[Quote]>>12461080
>>12460960Nigga look at the tank, all the actual effort and tranny fish are gone. Only cacaGOD simple fish are left on the 'tank. It's irreparably raped.
▶ №12460990[Quote]>>12460996
yep its over I can't access firebase in any way…
▶ №12460996[Quote]>>12461015
>>12460990yeah, wrap it up and add more info to the 'ki like the janny account getting hacked.
▶ №12461015[Quote]
>>12460996also add text about the palishit fish getting erased.
▶ №12461042[Quote]
>>12460746someone add this to the 'ki
▶ №12461050[Quote]
>>12460993this but unironically
▶ №12461086[Quote]>>12461091
>>12460927>>12460913get us a new janny account
▶ №12461087[Quote]>>12461089
>>12461075We got rid of the palestine fish, filled the tank with gems, and wiped all fish older than a few hours off the site. I would say this was a winraid
▶ №12461088[Quote]
>>12461008literallyonly one person posted dnb you dumbnig
▶ №12461091[Quote]
>>12461086Well that WON'T happen for a while. At least not until we bruteforce an another janny account
▶ №12461263[Quote]
>>12461240someone add this to the 'ki as well
▶ №12461270[Quote]
>>12461240homecuck pfp btw…
▶ №12461317[Quote]>>12461319
>>12461240geg, leaking tranny
▶ №12461327[Quote]
we can add "making a troon leak" to the 'ki as well
▶ №12461380[Quote]
>>12461240Homestuckniggers say this KEK
▶ №12461452[Quote]
okey lemme 'chive this gemmy thread