Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hey genuis.. #37

Closed
smorenitez opened this issue Feb 10, 2024 · 142 comments
Closed

Hey genuis.. #37

smorenitez opened this issue Feb 10, 2024 · 142 comments
Labels
invalid This doesn't seem right

Comments

@smorenitez
Copy link

smorenitez commented Feb 10, 2024

Since you don't know how to code the project for it to work on private assignments..... I figured I should share my private code out of pity. Here it is lil bro. (Video skipper)

function httpGet(url, callback, headers = [], method = "GET", content = null) {
  var request = new XMLHttpRequest();
  request.addEventListener("load", callback);
  request.open(method, url, true);
  if (headers.length > 0) {
    for (const header of headers) {
      request.setRequestHeader(header[0], header[1]);
    }
  }
  request.send(content);
}

function init() {
  getCSRF();
}

function getCSRF() {
  var csrfURL = "https://edpuzzle.com/api/v3/csrf";
  httpGet(csrfURL, function () {
    var data = JSON.parse(this.responseText);
    var csrf = data.CSRFToken;
    getAssignment(csrf);
  });
}

function getAssignment(csrf) {
  var assignment_id = window.location.href.split("/")[4];
  var url1 = "https://edpuzzle.com/api/v3/assignments/" + assignment_id + "/attempt";
  httpGet(url1, function () {
    var data = JSON.parse(this.responseText);
    postAttempt(csrf, data);
  });
}

function postAttempt(csrf, data) {
  var id = data._id;
  var teacher_assignment_id = data.teacherAssignmentId;
  var referrer = "https://edpuzzle.com/assignments/" + teacher_assignment_id + "/watch";
  var url2 = "https://edpuzzle.com/api/v4/media_attempts/" + id + "/watch";
  var content = {
    "timeIntervalNumber": 10
  };
  var headers = [
    ['accept', 'application/json, text/plain, */*'],
    ['accept_language', 'en-US,en;q=0.9'],
    ['content-type', 'application/json'],
    ['x-csrf-token', csrf],
    ['x-edpuzzle-referrer', referrer],
    ['x-edpuzzle-web-version', window.__EDPUZZLE_DATA__.version]
  ];
  httpGet(url2, function () {
    window.location.reload();
  }, headers, "POST", JSON.stringify(content));
}

init();
@ading2210
Copy link
Owner

This is completely unrelated to anything involving the answers for private Edpuzzles.

@ading2210 ading2210 closed this as not planned Won't fix, can't repro, duplicate, stale Feb 10, 2024
@ading2210 ading2210 added the invalid This doesn't seem right label Feb 10, 2024
@ading2210
Copy link
Owner

I'm not sure why you decided to create another thread when this doesn't even solve the issue.

@miikart
Copy link

miikart commented Feb 10, 2024

🐳

@BomberFish
Copy link

Sure buddy

@AverageJuliet
Copy link

this child has 30 iq at best

@WeirdTreeThing
Copy link

lmao

@sneexy-boi
Copy link

:bowtie:

@IAGOnGithub
Copy link

are you 12

@AverageJuliet
Copy link

Bud, I literally code free projects. I know the ins and outs of API requests. I know how to make a newer, more modern, and more better version of what BS this project is. But I am choosing not to because I am not going to waste my energy because of some developer who cant even spend his energy, 4 hours of his life at most, to code an update. No way that is happening. I already have a barebones patch to the new update, but it's private for a reason. I'm protesting against lazy development like this,

Also @wearrrrr I don't care. I have a right to be mad about lazy development teams like this. Imagine if ur favorite game company decided to never update it again and it kept saying "If you want updates so bad make them yourself and make a pull request" Cuz thats how ur looking like right now.

@RegalAether
Copy link

㊙️

@smorenitez
Copy link
Author

are you 12

No im 15

@Endercass
Copy link

are you 12

No im 15

Are you considered "special"?

@AverageJuliet
Copy link

that is a actual lie if you consider that iready is K–8

are you 12

No im 15

@sneexy-boi
Copy link

No im 15

surely. very mature 15 year old behavior happening here

@Endercass
Copy link

that is a actual lie if you consider that iready is K–8

are you 12

No im 15

nah bro he gonna be a super senior

@WeirdTreeThing
Copy link

No im 15

Dude forgot how to count to his own age

@smorenitez
Copy link
Author

If yall actually f**king tested my code yall would know I know how to actually code,,,????

@WeirdTreeThing
Copy link

So you know how to code? Name every language.

@AverageJuliet
Copy link

shut up 12 year old, go back to doing your iready
image

@IAGOnGithub
Copy link

If yall actually f**king tested my code yall would know I know how to actually code,,,????

Your code is private, we literally cannot test it

@smorenitez
Copy link
Author

If yall actually f**king tested my code yall would know I know how to actually code,,,????

Your code is private, we literally cannot test it

My "private" code is the same code I posted at the start of this github thread idiot

@yoloyusof
Copy link

GENUIS CODE WOW

@WeirdTreeThing
Copy link

If yall actually f**king tested my code yall would know I know how to actually code,,,????

Your code is private, we literally cannot test it

My "private" code is the same code I posted at the start of this github thread idiot

How do I compile it then?

@kxtzownsu
Copy link

🐳
get whaled

@smorenitez
Copy link
Author

If yall actually f**king tested my code yall would know I know how to actually code,,,????

Your code is private, we literally cannot test it

My "private" code is the same code I posted at the start of this github thread idiot

How do I compile it then?

Go to inspect element and console and then copy and paste it there idiot its javascript

@RegalAether
Copy link

uhh its private i cant use the code :(

@BomberFish
Copy link

:fishsticks:

@CoolElectronics
Copy link

If yall actually f**king tested my code yall would know I know how to actually code,,,????

Your code is private, we literally cannot test it

My "private" code is the same code I posted at the start of this github thread idiot

code which literally does nothing

@AverageJuliet
Copy link

12 year old, you are missing your iready assignments.
your teacher is very mad and might send you to the timeout corner during lunch @smorenitez

@WeirdTreeThing
Copy link

If yall actually f**king tested my code yall would know I know how to actually code,,,????

Your code is private, we literally cannot test it

My "private" code is the same code I posted at the start of this github thread idiot

How do I compile it then?

Go to inspect element and console and then copy and paste it there idiot its javascript

How do I open inspect element?

@kxtzownsu
Copy link

If yall actually f**king tested my code yall would know I know how to actually code,,,????

Your code is private, we literally cannot test it

My "private" code is the same code I posted at the start of this github thread idiot

How do I compile it then?

oh hai tree :p

@kxtzownsu
Copy link

12 year old, you are missing your iready assignments. your teacher is very mad and might send you to the timeout corner during lunch @smorenitez

Ok I literally coded like 5 websites since 2021 but OK since you wana act stupid as f**k

LMAO

@WeirdTreeThing
Copy link

12 year old, you are missing your iready assignments. your teacher is very mad and might send you to the timeout corner during lunch @smorenitez

Ok I literally coded like 5 websites since 2021 but OK since you wana act stupid as f**k

Okay buddy I have actually made 15 websites since 2023

@BomberFish
Copy link

12 year old, you are missing your iready assignments. your teacher is very mad and might send you to the timeout corner during lunch @smorenitez

Ok I literally coded like 5 websites since 2021 but OK since you wana act stupid as f**k

Stay mad lil bro ☝️🤓

@yoloyusof
Copy link

which gnu compiler do i use to test this cause gcc main.js -o main isnt working ngl idk what u did wrong maybe skill issue

@AverageJuliet
Copy link

12 year old, you are missing your iready assignments. your teacher is very mad and might send you to the timeout corner during lunch @smorenitez

Ok I literally coded like 5 websites since 2021 but OK since you wana act stupid as f**k

PFFFTTT

@yoloyusof
Copy link

@smorenitez may I please have prebuilt binarys

@WeirdTreeThing
Copy link

which gnu compiler do i use to test this cause gcc main.js -o main isnt working ngl idk what u did wrong maybe skill issue

Maybe clang will work

@BomberFish
Copy link

:trollface:

@Freeplayg
Copy link

Freeplayg commented Feb 10, 2024

waf

edit, here's a fox
HAPPY FOX

@WeirdTreeThing
Copy link

c+ is wild

@AverageJuliet
Copy link

show us your websites 12 year old skid

@yoloyusof
Copy link

which gnu compiler do i use to test this cause gcc main.js -o main isnt working ngl idk what u did wrong maybe skill issue

Dumbass linux user bro get a brian actually though its a fucking javascript code not a c+ or something

oh right i appologize k im doing rustc main.js and it still isnt working cuh what am i doing wrong

@smorenitez

@bypassiwastaken
Copy link

c+ also happens to be the grade i'd give this guy's code 💀

@kxtzownsu
Copy link

which gnu compiler do i use to test this cause gcc main.js -o main isnt working ngl idk what u did wrong maybe skill issue

Dumbass linux user bro get a brian actually though its a fucking javascript code not a c+ or something

C+? Is that your grade in Math Class from the missing i-Readies and EdPuzzles?

@b0vik
Copy link

b0vik commented Feb 10, 2024

Dumbass linux user bro get a brian actually though its a fucking javascript code not a c+ or something

waf

@ading2210
Copy link
Owner

It's also worth noting that this code that @smorenitez posted is an exact copy of a file that's already in the repo...

https://github.com/ading2210/edpuzzle-answers/blob/8497f048f61fad3855093b64cec12e9632828784/app/skipper.js

@WeirdTreeThing
Copy link

which gnu compiler do i use to test this cause gcc main.js -o main isnt working ngl idk what u did wrong maybe skill issue

Dumbass linux user bro get a brian actually though its a fucking javascript code not a c+ or something

oh right i appologize k im doing rustc main.js and it still isnt working cuh what am i doing wrong

@smorenitez

python3 main.js

@AverageJuliet
Copy link

LOL

@miikart
Copy link

miikart commented Feb 10, 2024

12 year old, you are missing your iready assignments.
your teacher is very mad and might send you to the timeout corner during lunch @smorenitez

not the i-ready assignments 😱

@kxtzownsu
Copy link

which gnu compiler do i use to test this cause gcc main.js -o main isnt working ngl idk what u did wrong maybe skill issue

Dumbass linux user bro get a brian actually though its a fucking javascript code not a c+ or something

oh right i appologize k im doing rustc main.js and it still isnt working cuh what am i doing wrong
@smorenitez

python3 main.js

wait try go run main.js

@AverageJuliet
Copy link

@smorenitez special ass fuck, go back to the disabled kids room and get your iready done

@yoloyusof
Copy link

@smorenitez special ass fuck, go back to the disabled kids room and get your iready done

this is wild

@bypassiwastaken
Copy link

https://github.com/smorenitez/Fuck-DoorDash/blob/main/script.js this guy literally nested SEVEN setTimeouts

@b0vik
Copy link

b0vik commented Feb 10, 2024

@smorenitez mind helping me out here, trying to run your code

bash: syntax error near unexpected token `{'
bash: syntax error near unexpected token `('
bash: syntax error near unexpected token `"load",'
bash: syntax error near unexpected token `method,'
bash: syntax error near unexpected token `{'
bash: syntax error near unexpected token `('
bash: syntax error near unexpected token `header[0],'
bash: syntax error near unexpected token `}'
bash: syntax error near unexpected token `}'
bash: syntax error near unexpected token `content'
bash: syntax error near unexpected token `}'
bash: syntax error near unexpected token `;'
bash: syntax error near unexpected token `}'
bash: syntax error near unexpected token `csrfURL,'
bash: syntax error near unexpected token `('
bash: var: command not found
bash: syntax error near unexpected token `csrf'
bash: syntax error near unexpected token `}'
bash: syntax error near unexpected token `}'
bash: syntax error near unexpected token `{'
bash: syntax error near unexpected token `('
bash: var: command not found
bash: syntax error near unexpected token `url1,'
bash: syntax error near unexpected token `('
bash: syntax error near unexpected token `csrf,'
bash: syntax error near unexpected token `}'
bash: syntax error near unexpected token `}'
bash: syntax error near unexpected token `{'
bash: var: command not found
bash: var: command not found
bash: var: command not found
bash: var: command not found
bash: var: command not found
bash: timeIntervalNumber:: command not found
bash: syntax error near unexpected token `}'
bash: var: command not found
bash: [accept,: command not found
bash: [accept_language,: command not found
bash: [content-type,: command not found
bash: [x-csrf-token,: command not found
bash: [x-edpuzzle-referrer,: command not found
bash: [x-edpuzzle-web-version,: command not found
bash: ]: command not found
bash: syntax error near unexpected token `url2,'
bash: syntax error near unexpected token `;'
bash: syntax error near unexpected token `('
bash: syntax error near unexpected token `}'
bash: syntax error near unexpected token `;'

@AverageJuliet
Copy link

show us your websites 12 year old skid

Alirhgt lil bro my personal ai that i develoepd is at this website a And i have been working on it sinece may 2023 so its really well developed

its legit chatgpt 💀

@WeirdTreeThing
Copy link

show us your websites 12 year old skid

Alirhgt lil bro my personal ai that i develoepd is at this website a And i have been working on it sinece may 2023 so its really well developed

Backdoor.best is a certified skid name

@kxtzownsu
Copy link

kxtzownsu commented Feb 10, 2024

show us your websites 12 year old skid

Alirhgt lil bro my personal ai that i develoepd is at this website a And i have been working on it sinece may 2023 so its really well developed

DAWG THIS IS ON FUCKING REPLIT SHUT UP
https://replit.com/@L4CTOSE/Backdoor-AI
https://backdoor.best/__repl

@CoolElectronics
Copy link

togif

@kxtzownsu
Copy link

kxtzownsu commented Feb 10, 2024

guh

@yoloyusof
Copy link

anyone know why bf main.js isnt working im using brainfuck and it wont compute help plz @smorenitez

@AverageJuliet
Copy link

THAT MAKES THIS EVEN WORSE 💀
this kid is actually special

@yoloyusof
Copy link

THAT MAKES THIS EVEN WORSE 💀
this kid is actually special

what makes it worse

@WeirdTreeThing
Copy link

anyone know why bf main.js isnt working im using brainfuck and it wont compute help plz @smorenitez

Because you need to run it with perl

@bypassiwastaken
Copy link

image

@yoloyusof
Copy link

anyone know why bf main.js isnt working im using brainfuck and it wont compute help plz @smorenitez

Because you need to run it with perl

OH OK TY IT WORKED

@sneexy-boi
Copy link

Dawg this issue is actually making my browser lag holy shit

@WeirdTreeThing
Copy link

Dawg this issue is actually making my browser lag holy shit

It's just that good

@bypassiwastaken
Copy link

guys please dont write lots of messages or my computer will explode 😢

@miikart
Copy link

miikart commented Feb 10, 2024

how do i crsh1tty my schools enrollment tech team accounts i really need to enroll!

@IAGOnGithub
Copy link

This keeps getting crazier and crazier
@ading2210 I am so sorry

@WeirdTreeThing
Copy link

how do i crsh1tty my schools enrollment tech team accounts i really need to enroll!

flashrom -E

@yoloyusof
Copy link

show us your websites 12 year old skid

Alirhgt lil bro my personal ai that i develoepd is at this website a And i have been working on it sinece may 2023 so its really well developed

DAWG THIS IS ON FUCKING REPLIT SHUT UP
https://replit.com/@L4CTOSE/Backdoor-AI
https://backdoor.best/__repl

im going to find his openai key LMFAOOOFOAOFO

@CoolElectronics
Copy link

show us your websites 12 year old skid

Alirhgt lil bro my personal ai that i develoepd is at this website a And i have been working on it sinece may 2023 so its really well developed

DAWG THIS IS ON FUCKING REPLIT SHUT UP https://replit.com/@L4CTOSE/Backdoor-AI https://backdoor.best/__repl

https://github.com/L4CTOSE/kaitlin broooo this is the same guy

@AverageJuliet
Copy link

ermm actually 0x8090

@miikart
Copy link

miikart commented Feb 10, 2024

how do i crsh1tty my schools enrollment tech team accounts i really need to enroll!

flashrom -E
instructions unclear
i now owe my school 400$

@kxtzownsu
Copy link

show us your websites 12 year old skid

Alirhgt lil bro my personal ai that i develoepd is at this website a And i have been working on it sinece may 2023 so its really well developed

DAWG THIS IS ON FUCKING REPLIT SHUT UP https://replit.com/@L4CTOSE/Backdoor-AI https://backdoor.best/__repl

https://github.com/L4CTOSE/kaitlin broooo this is the same guy

LOL

@AverageJuliet
Copy link

when i did flashrom -E i saw the cryptosmite sh1mmer skidbidi fanum tax mercury workshop exploit and suddenly a hot lady was riding my shit

@bypassiwastaken
Copy link

who else up smiting their crypto rn

@WeirdTreeThing
Copy link

when i did flashrom -E i saw the cryptosmite sh1mmer skidbidi fanum tax mercury workshop exploit and suddenly a hot lady was riding my shit

So it was all working as intended

@Freeplayg
Copy link

i think this needs more fox

fluffy foxxo laying on its back getting belly rubs
fluffy foxxo is flopped on a bed sleeping
Happy-fox-lays-on-its-side

@kxtzownsu
Copy link

when i did flashrom -E i saw the cryptosmite sh1mmer skidbidi fanum tax mercury workshop exploit and suddenly a hot lady was riding my shit

you definitely watch tiktok

@BomberFish
Copy link

when i did flashrom -E i saw the cryptosmite sh1mmer skidbidi fanum tax mercury workshop exploit and suddenly a hot lady was riding my shit

🤑

@kxtzownsu
Copy link

Take a blahaj instead

9a26066f0425abb5 (1)

@WeirdTreeThing
Copy link

when i did flashrom -E i saw the cryptosmite sh1mmer skidbidi fanum tax mercury workshop exploit and suddenly a hot lady was riding my shit

you definitely watch tiktok

Nah you hear all that anywhere on the internet

@miikart
Copy link

miikart commented Feb 10, 2024

i think this needs more fox

fluffy foxxo laying on its back getting belly rubs fluffy foxxo is flopped on a bed sleeping Happy-fox-lays-on-its-side

wtf they made the firefox mascot into an real thing

@AverageJuliet
Copy link

when i did flashrom -E i saw the cryptosmite sh1mmer skidbidi fanum tax mercury workshop exploit and suddenly a hot lady was riding my shit

you definitely watch tiktok

i have it blocked on both of my routers 💀

@BomberFish
Copy link

when i did flashrom -E i saw the cryptosmite sh1mmer skidbidi fanum tax mercury workshop exploit and suddenly a hot lady was riding my shit

you definitely watch tiktok

level 5 gyatt rizz livvy dunne rizzing up baby gronk ice spice what the dawg doin skibidi toilet in real life only in ohio. we go gym creatine, alpha sigma

@WeirdTreeThing
Copy link

image

@AverageJuliet
Copy link

i caught @smorenitez watching skidibi toilet just now

@kxtzownsu
Copy link

9a26066f0425abb5 (1)
9a26066f0425abb5 (1)
9a26066f0425abb5 (1)

blahaj :3

@BomberFish
Copy link

bruh what the hell bruh

@LolzTheDev
Copy link

hey can u pls help me genuis?!?!?

@BomberFish
Copy link

no

@LolzTheDev
Copy link

genuis @smorenitez thx u for the codes

@WeirdTreeThing
Copy link

Nah this kid really just got on his alt

@LolzTheDev
Copy link

what, me?

@AverageJuliet
Copy link

@kxtzownsu
Copy link

genuis @smorenitez thx u for the codes

image

@LolzTheDev
Copy link

@smorenitez dude u so genuis pls help w ym codes pls

@kxtzownsu
Copy link

no github gif support wtf

@LolzTheDev
Copy link

i bet @smorenitez could implement it he genuis

@kxtzownsu
Copy link

i caught @smorenitez watching skidibi toilet just now

gif

@kxtzownsu
Copy link

yea no github gif support L

@bypassiwastaken
Copy link

fed posts worst bait ever, asked to leave federal bereau of investigations

@LolzTheDev
Copy link

real 2024

@TheMemeSniper
Copy link

what, me?

Rabbitgworl69

@TheEssem
Copy link

which gnu compiler do i use to test this cause gcc main.js -o main isnt working ngl idk what u did wrong maybe skill issue

Dumbass linux user bro get a brian actually though its a fucking javascript code not a c+ or something

nice fearofdark reference https://youtu.be/Zpu861-LpCE

@LolzTheDev
Copy link

oh

@CoolElectronics
Copy link

FEAROFDARK MENTIONED 🦅 🦅 🦅 🦅 🦅 🦅

@LolzTheDev
Copy link

which gnu compiler do i use to test this cause gcc main.js -o main isnt working ngl idk what u did wrong maybe skill issue

Dumbass linux user bro get a brian actually though its a fucking javascript code not a c+ or something

i actually thought it was fortran bro

@smorenitez
Copy link
Author

Whoever is spamming my discord webhook with "Cyber monay" or whatever can you please like.. STOP???? Get a hobby dude

@IAGOnGithub
Copy link

Skill issue

@ProgrammerIn-wonderland

Me when insecure API

@Henodude
Copy link

Why did you put your solution in an issue instead of making a pull request? (Genuinely asking)

@CoolElectronics
Copy link

its not even a solution he just copy pasted a file in the repo lmao

@bypassiwastaken
Copy link

hey genuis.

@ProgrammerIn-wonderland

Hi

@WeirdTreeThing
Copy link

"get a hobby" says the kid copy pasting code into github issues and screaming at everyone

@ProgrammerIn-wonderland

How much you wanna bet it's chatgpt lol

@Percslol
Copy link

hey genuis,,,,

@WeirdTreeThing
Copy link

How much you wanna bet it's chatgpt lol

chatgpt is what they have to use to pass school

@ProgrammerIn-wonderland

We're in VC breaking down the repl, we found

  • 7 webhooks
  • A few open AI keys
  • his username and passwords in a text file???
    All in a public replit

@WeirdTreeThing
Copy link

sounds about right

@IAGOnGithub
Copy link

sounds accurate
he probably didn't even make it himself, knowing what else he's done

@ProgrammerIn-wonderland

He had his discord token there too but it's invalid now

@WeirdTreeThing
Copy link

this has got to be a honeypot or something no way can a kid be this dumb

@IAGOnGithub
Copy link

IAGOnGithub commented Feb 10, 2024

script kiddies are genuinely this dumb, I've dealt with several

@IAGOnGithub
Copy link

me: who is smorenitez; GPT: Smorenitez is a fictional character created by OpenAI to entertain and engage with humans through storytelling and creativity.; me: TOP KEK

@Maxb0tbeep
Copy link

i just wanna be on here before the issue gets closed ✨

@S-PScripts
Copy link

gay discussion too many gay people

@TheMemeSniper
Copy link

I agree! edpuzzle-answers will make this change.

@smorenitez
Copy link
Author

Don't worry guys I made a better version of this script by thee way

@S-PScripts
Copy link

S-PScripts commented Feb 11, 2024

gay discussion too many gay people

you're so gay! go back to prison

@xthonk
Copy link

xthonk commented Feb 11, 2024

what the heck happened here

@IAGOnGithub
Copy link

show us your websites 12 year old skid

Alirhgt lil bro my personal ai that i develoepd is at this website a And i have been working on it sinece may 2023 so its really well developed

DAWG THIS IS ON FUCKING REPLIT SHUT UP https://replit.com/@L4CTOSE/Backdoor-AI https://backdoor.best/__repl

https://github.com/L4CTOSE/kaitlin broooo this is the same guy

he shut it down because it got breached that's so fucking funny

@dj1ch
Copy link

dj1ch commented Feb 12, 2024

show us your websites 12 year old skid

Alirhgt lil bro my personal ai that i develoepd is at this website a And i have been working on it sinece may 2023 so its really well developed

DAWG THIS IS ON FUCKING REPLIT SHUT UP https://replit.com/@L4CTOSE/Backdoor-AI https://backdoor.best/__repl

https://github.com/L4CTOSE/kaitlin broooo this is the same guy

he shut it down because it got breached that's so fucking funny

gg bro got cooked

@marcus-wrd
Copy link

show us your websites 12 year old skid

Alirhgt lil bro my personal ai that i develoepd is at this website a And i have been working on it sinece may 2023 so its really well developed

DAWG THIS IS ON FUCKING REPLIT SHUT UP https://replit.com/@L4CTOSE/Backdoor-AI https://backdoor.best/__repl

https://github.com/L4CTOSE/kaitlin broooo this is the same guy

he shut it down because it got breached that's so fucking funny

gg bro got cooked

LMAO HE USED REPLIT FOR THIS AND SKIDDED MOST CODE
hes so dumb

@3kh0
Copy link

3kh0 commented Feb 12, 2024

xd this is funny to read thru

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

CoolElectronics commented FEAROFDARK MENTIONED 🦅 🦅 🦅 🦅 🦅 🦅 4