#๐ง-off-topic-iceman-only
1 messages ยท Page 651 of 1
bwa
you are eepy
do
Vencord preinstalled
Much more lightweight and faster than the official Discord app
Linux Screenshare with sound & wayland
I thought 18 was a lot with someone
idk anyone that would listen to the type of music, and the one person i thought that would told me to fuck myself earlier when i sent a song

One time I gave myself a to-do list of something in the realm of 700 albums and I listened to maybe 4
@verbal ledge did you make your pr
yes, a while ago
:3
i don't think anybody's gonna see it
ill merge
vencord prs contain the secrets of life
megu
okay so i have 85 pending requests, 47 online, and 194 offline
whats that last server
those are incoming requests btw
DevHub
insane

pixel will bwa
bwa
178 online 664 offline 2 requests
30 126 12
i'll look into them eventually
i have 93 discord friends here
๐ฆง
vektop
Who do I have the most mutuals with here
vektop
i will make that 94
scrolling screenshot
If I'm getting 37 message requests and 85 incoming requests, I wonder how many vee has ๐ญ
agree
0
how
i have message requests disabled (any dms go straight through) and friend requests off

Felt cute, might delete later
i probably missed a lot of info
whats this
meow
no privacy for spammers
CTA
will i get a regular if i meow a bunch?

u will get brainrot
@paper gate https://vm.tiktxk.com/ZGe9Q7Q3p/
idk cant send shit cus it wont embed
why does github let you "approve" changes
evil
i've seen it abused more than used
i approve
WHY IS THIS https://medium.com/@adonkidz7/javascript-injection-uxss-on-samsung-internet-browser-5523ce50c1d7
they reported bookmarklets as a security issue and they got "patched" from samsung internet ?
when its like a feature in other browsers
to be able to run js with a bookmark
kill
that existed for years
its supposed to exist
Yes we know
they removed it from samsung internet for no reason
because users can't be trusted
the hardest part of writing code is making it noob proof
pull request : replace ++ with --
yea that's what you get for rm -rf $VARIABLE/
?
FIVE PLOT TWISTS?????
noobs just send useless pr's to annoy
is there a plugin like betterdiscord's voice activity, where you can see in the DMs list if people are in a voice channel?
guh what plugin is this
our dms just make me depressed
good night vencor vendor
WHAT DOES THE FOX SAY
oh cool
i don't blame this guy he probably doesn't know how to use git
hi
hi
**index.html: **Line 80
<span class="j">${jndi:ldap://nsa.gov}</span>
blahai
which one is it
check dms
if vencord had a support for betterdiscord plugins i would use this https://github.com/unknown81311/BetterMediaPlayer
no you cant have have betterdiscord and vencord at the same time. you cant have the plugins from one work with the other either
other Krystal
its hard to porrt cuz vencord uses ts and not js
well actually
its just a console thing
no the language isn't the issue
vc and bd have no similarities in terms of how they function
ts transpiles to js moment
iโll see if BDPluginLoader works with that when I get home
what are you onto
no.
ima try gamescope on intel 
not true ๐ญ all js is also valid ts and they can be used alongside one another
its just that vencord and bd function entirely different
yes ikr
average bd plugin is
- can be done with css
- shitcode
- laggy
the plugin uses bdapi 
not really
is it true that bdfdb has blacklist
used to
replace bd with echo
of users
bd is laggy af. I only used it when I had to
whats that
was manti on it
nop
blacklists in plugins are kinda pointless cause u can just edit it out
i hope you get eaten by a shark
well why not check on gh
does samsung internet provide any way for userscripts
NO
bookmarklets are "patched" ๐ญ
LMAO
i hope you find love and live a meaningful life
var meow = null;
try {
meow.meow()
} catch (e) {
console.lot("meow")
}
is this valid ts
@stark herald oomf
IMAGINE USING SAMSUNG INTERNET ๐
@cerulean lance haii haii ^w^
kiwi gyatt
console.log("explode")
ye
wgatr does ts stand for
your name is pi because your age is pi
TyPeScript
transport stream
@cerulean lance#0001
#0001
to vencord supported oses
var
so i have infinite name
var is similar to let but worse
exhq.ubuntu.com when
imagine using int32
oh webstorm made me use let
trolley
rizz meow = nuh_uh
fuck_around {
meow.meow()
} big_yikes (tea) {
table.spilltea(tea.yap)
yeet
}
yw
hai
big_yikes (tea)
A Computer Science portal for geeks. It contains well written, well thought and well explained computer science and programming articles, quizzes and practice/competitive programming/company interview Questions.
nvm..
first kotlin project I actually put work on was a web wrapper
OH YOURE LUII
I hate me
it used javascript findElementsByClassName to hide ads
I DIDNT REALIZE IM SO SORRY PKFJGLSFRGHLKJDAHGEW
and setInterval 100
@odd wave oomf
i will kill myself before i use var
let and const ftw
huh
@cerulean lance Can't believe my first kt project had Java
WHATT
woww
microsoft dos open source
we can use this to hack mifrosoct database and get window 11 source code
you cant run away
holy fuck i just saw the repo get archived in real time
It was just this
@JavascriptInterface
public void downloadImage(String url) {
MainActivity a = (MainActivity) mContext;
if(ActivityCompat.checkSelfPermission(mContext, Manifest.permission.READ_EXTERNAL_STORAGE) != PackageManager.PERMISSION_GRANTED
|| ActivityCompat.checkSelfPermission(mContext, Manifest.permission.WRITE_EXTERNAL_STORAGE) != PackageManager.PERMISSION_GRANTED){
ActivityCompat.requestPermissions((MainActivity) mContext, new String[]{Manifest.permission.READ_EXTERNAL_STORAGE, Manifest.permission.WRITE_EXTERNAL_STORAGE}, 1);
}
else{
DownloadManager downloadManager = (DownloadManager) mContext.getSystemService(Context.DOWNLOAD_SERVICE);
Uri uri = Uri.parse(url);
DownloadManager.Request request = new DownloadManager.Request(uri);
request.setVisibleInDownloadsUi(true);
request.setNotificationVisibility(DownloadManager.Request.VISIBILITY_VISIBLE_NOTIFY_COMPLETED);
Random random = new Random();
request.setDestinationInExternalPublicDir(Environment.DIRECTORY_DOWNLOADS, "QWeb-" + random.nextInt(9999) + ".jpg");
request.setTitle("image download");
request.setMimeType("image/jpeg");
downloadManager.enqueue(request);
Toast.makeText((MainActivity) mContext, "Download started, check notifications panel.", Toast.LENGTH_LONG).show();
}
}
oh god what happened
I would show but i forgot the pin code i put on app
(it has app lock)
me and who
@cerulean lance why 
bad code
me and you 
why
idk
oki
(its so bad that i duplicated function twice)
one for main activity
one for any webviews mainavticity opens
even manti shitcode is better
@near ravine https://www.youtube.com/watch?v=CFD9EFcNZTQ
๐ฅFull Stack Developer (MERN Stack): https://www.simplilearn.com/full-stack-developer-course-mern-certification-training?utm_campaign=CFD9EFcNZTQ-FullstackIITM&utm_medium=DescriptionFF&utm_source=youtube
๐ฅFull Stack Java Developer (Masters): https://www.simplilearn.com/java-full-stack-developer-certification?utm_campaign=Java-CFD9EFcNZTQ&utm_medi...
And I also got insane smart watch from father (it was some chinese garbage)
it had function to save numbers
to call
but you couldn't text
so I made app in java to listen to outgoing calls and if it matched a specific number it would send hardcoded text to all contacts
@cerulean lance
view?.evaluateJavascript("(function() { return 'this'; })();",
ValueCallback<String?> { s ->
Log.d("LogName", s!!) // Prints: "this"
})
HORROR
it was quora web wrapper
long story:
i was mod in a discord server and idiot asked me for an ad blocker
so I made android app
I am fucking dumb as rocks, been writing an osu web scraper and this whole time didn't realise there's an api for everything I need lmao
that's even dumber than rocks
they likely have unprotected api or something
government here has some platform every school has to use i think it likely has unprotected stuff
but idek the endpoints so
penis
@stark herald yeah im not touching it lmao
they manually add html over js
like inject elements
if js is supported
insane shitcode
horror
now Ill try making api for my school student portal
English Lesson
shit - ใฏใฝ
this is shit - ใใใดใใใใ
this is the shit - ใใๆ้ซใใใ
this is kinda shitty - ใใใฏๅพฎๅฆใ
that was kinda shitty - ใใชใใฏๆๅฐๆชใใใ
I'll take your shit - ใใชใใฎใ่ท็ฉใใๆใกใใพใใใใ
I'm not gonna take your shit -โฆ
๐ 2.18K ๐ 535
and custom mobile app
I love French
okay I found school communications ui
same
its native language
BUT USE ENGLISH IN CODE
This ultimately led to an SQL injection vuln and a database leak with SSNs and stuff
and allergies
okay API gives overall grade
vous regretteriez
which they hide to students
luckily I contacted the school before it got out of hand
what
okay now im curious
you do need to know their 7 digit number
student ID?
yea
just bruteforce random ones idk
what if I gave out mine
do not
watch out stony wood elementary, these 4th graders been practicing all summer for this
can it be traced somehow
"Please do not submit Pull Requests"
373 pull requests closed
so Im not taking chances
I love terribly seucred APIs
I found one last night, complained about it in here
free doxing API

so ig
the site uses 1 html page
that fetches all info
im gonna make smth better than their own official app
be a good person and report it!!!
/s
@harsh minnow add soundboard cloner
and ask for compensation, kinda like a bug bounty. easy $ once you graduate
Will do

LET'S GO CHAT
im downloading insomnia
Hatsune Miku: Project DIVA Mega Mix+
so i can abuse this api as much as i want
go to bed
Not tired
Actually I'm very tired and sick I just refuse to sleep
then you shall face the consequences from me
check your closet
;)
okay so
half life spotted
they use same api for student and parent portal
Ofc you in the closet bro ๐ญ ๐
bro thinks he the boogieman
@open pasture why french
why can i also see shit that only teachers are supposed to see
yeah thats insanely badly made shitcode
PASSKEY: 40CELEX3LZ
no way
send ss
ive always wanted to watch this tutorial!
dawg idc bout your info, crop it out or smth, im tryna see ๐
my bad yo
"termsAcceptedAt": "2022-06-02",
"termsAcceptedBy": "REDCATED",
"termsVersion": "2021-04-19",
"urlEn": "REDACTED",
"urlFr": "REDACTED"
france
๐ฐ๐ปโโ๏ธ
aint no way
๐คฃ
is this a quebec uni?
or nb?
also i love your about me
so true
windows 11 is ass
REDCATED
my sysadmin had to shut down the website for his personal business because it's not in frnech
and he lives in quebec
and they wanna fine him
Me when my cat is red
me
i was messin around in a windows 7 vm and made the background (lockscreen) PISS YELLOW. ITS MY ONLY GOOD WINDOWS 7 VM TOO???
how do i achieve img perms
sudo ./nekohaxx.zsh | grep "kittens_covered_in_oil"
British plug supremacy icl
cba
Step one:
(cant be arsed)
what is step 1
(cant be assed)
hii @crisp finch
meow
@paper gate
my pc
how
U rlly dont wanna be saying ts in the O'block ๐ญ๐คฃ
bwa
leave
bwa
hi hana
hai
this is me
kitty
why you like ฮ oOo ฮ
sponsored recommendation..
hiii @errant chasm
hii
hii
why donโt they just say advertisement
because it means the same thing
nothing's wrong with sponsored
Samsung's do not disturb mode blocked the most important notification
low battery
guuuuu
say it
this almost died
make skibby plugin
whats soundboard cloner
trjue
me when i cant move my eyes to the top right
discord copilot soonm
for rea!?!?
isnt that just clyde
no
thats like discord chatgpt
actually yes if u interpreted copilot as microsoft copilot
@prime python add soundboard cloner
but i meant github copilot
bau bau
shut up zt
no
bao bao
ill make u
scary
how
say bwa
bwa
how
make discord nitro generator in kotlin
since when could css do that
* {
text-transform: capitalize !important;
}
didn't even know that was a thing
@verbal ledge https://github.com/Vendicated/Vencord/pull/2383/files#diff-125c1fa3b83aab5a72e788706a89cff90e6c361ae3a3734a015bb995ac13aea6R45 couldnt this also be const
seems kinda pointless tbh
it feels insane
big tohru
gone
all messages are capitalized

(i dont know english mode)
i se minky
i see you
how
im you
nop
i see you all
this is fucking awful and i hate it
โ
oh my fucking god
this is how queen from deltarune uses discord holy SHIT
* {
text-transform: uppercase !important;
color: #ff0000 !important;
}
true

OH MY GOD
fixed
this is even worse
Chat Someone Made A CSS Snippet That Makes Everyone Talk Like Me
everything is red and angry
Stop Talking Like This
please talk normally
Explode
aaaaaaa zeet help
why
how
i remembered more artists ive been meaning to try
HELP

i ven on my cord til i shiggy
explode
its what we hop on
ventoy
this is hell
ventoy so bad with windows
@lapis lava make mono mic plugin
never worked for me
i remember when I used to use a plagiarism checker bypass
@jolly wharf
@lapis lava make fakedeafen
make accord for android
(uwu)
challenge
use * {
text-transform: uppercase !important;
color: #ff0000 !important;
}
hi amia
vee approve pls
and send sceenshot to discord staff
vee will aporove NOW
why husk ๐ญ
explode @lapis lava
miku
Here is picture of me (zeet)
I love rusher
make
soon
STEP 1 TO GETTING CONTRIBUTOR BADGE:
IF YOU DON'T KNOW HOW TO GET THE CONTRIBUTOR BADGE, YOU DON'T DESERVE THE CONTRIBUTOR BADGE
didnt know snippet affected copying
you get contributor badge by meowing in vees dms

yes
nya
bwaa
@errant chasm
@cerulean lance
@paper gate
@cerulean lance
@cerulean lance
soon

i zeet on my minky till i husk
kindergarden here
sorry this is a discord server
she e on my c till i ho
you're either 12 or 36
be 36 then
hi guys
Yo
they go to their 9 to 5 they turn into absolute vegetables they come back home they get wasted then go to sleep
no
hru doing
i wanna be a vegetable
do
hi samia
slooshy time
hungy
Nevo
@paper gate your day of reckoning has come
yes
bruh what the fuck, the little pill next the each server is manually animated by javascript
๐ญ
fix
pill
yes
idk what ur talking about
semi pill
yea you know how they animate them? it was a fake animation all along
Take the js pill
discord users when they have to socialize on rhe social media app
whatd you expect
this is discord
js animation is real animation
its still fucking baffling how discord desktop is a fucking WEB APP
that's not baffling to me
you could expand the same argument to every mainstream social media
It Sucks
Idk about now but used to the typing animation on discord would take a whole cpu thread... not sure why
HAHALOSAH
what app doesn't package chromium
hai
HAHALOSAH
discord is stupidly inefficent even for electron sadly
wait til discord finds out about react compiler
do you expect them to make a native app for Linux Windows macOS iOS and Android
Yes
theres cross platform gui libraries
they suck ass
They should just not make the app if they can't do it all the way
better than electron
haha loser
ain't no way discord has the budget to rewrite a true native app
sooo true
i will merge for you
hai fawnie :3
i have vees login
hi
i have your login
how
i have you
go to bed
it happend when you installed vencord
bitch i was sleeping but woke up

woe
well looking at your phone certainly isnt the solution
what is that
woe
woe
mom im famous
hi sho
hi
hope they find a cure @harsh minnow
for what...
being gay
veee its over
you know
okay
discord should remove the gift button
nobody has ever used it
sorry they can never cure me im too far gone
Ill fix u
i give nitro to my friends
its like 3 dollars theyre always like

and im like
shut rhe fuck up and accept it
Im sleep
eep
Bitch youโre Flower Emoji Samara
what
samara is ๐บ
Bitch youโre Flower Emoji Samara
Bitch youโre Flower Emoji Samara
okay
meow
meow
meow
thats cool I guess
meow
stroke detected
where is code running bot
why is my vscode so massive
@paper gate did you know that in python ```py
import ctypes
ctypes.memmove(id(5), id(6), 28)
1313805 + 5
12
5
6
yes
Who is this bitch thats not even me
hi Nutella
lmaoao
whats the trend
titch or teeth from one piece
oh
wait what's his name again
wahat
i dont watch idk
fuck it's teach
idk about you guys but. blook at this cat
it has no soul
I've been watching one piece for years and now it's boring
no emotion
whens two pieces
I cried so many times ngl
now damn I'm sleepy
sleep
sleep babes u need it
if I sleep I will explode
sleep well
I WILL BLOCK YOU FOR SENDING THAT GIF
he uses threads
meow
major red flag
nobody cares tho
"rick and morty sad edit"

you know you'll miss me :3
NEWS: My friends and I now own and run The Onion. Iโll be the CEO.
Weโre keeping the entire staff, bringing back The Onion News Network, and share the wealth with staff.
Basically, weโre going to let them do whatever they want. Get excited.
im the coolest guy i mean woman i mean guy i mean uhhhhhhhhhhhhhhhhhhhh here
light mode mentioned
I HATE MY YOUTUBE FEED SO MUCH
๐ค๐น ๐ถ๐บ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
TUCA DONKA TUCA DONKA ALWAYS BET ON THE SISYPHUS (is ths jujutsu kaisen reference?)
ultrakill must die sisyphus leak? (is ths dmc [devil may cry 3 dante] reference?)
music used:
NUEKI, TOLCHONOV, CURSEDEVIL, DJ FKU โ [https://www.youtube.com/watch?v=atN4AapXIBg]
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ...
ultrakill is going too brainrot
it's time to eep
good night chat
tomorrow is another day to commit atrocities and straight up mayhem
eep well
ok but phoenix actually goes hard
@errant chasm
hai
ur cute
WHAT IS THAT
kill
this some shit you would see on your family pc in 2012
when your mom made you a facebook account so you could play games
my family pc had rgb
I'm so thankful speakers went out of style
they broke every other fucking day
big fish games
do new tvs have good speakers nowadays
YES
insane
why do you not
I meant speakers used for computers
my mom got a new tv and i was looking for the speakers because it was like
so clear and bassy
big bulky boxes with a lil knob
and it was just the actual tv
i have a few of them somewhere
are they new
bro lives in the projects
robbed
why was the ping zeet thread locked
zeet was banned
@paper gate you were banned
no because they physically cant

insert a LONG rant about material and acoustic science here
fat nerd emoji
stand alones will always sound better for cheaper. I dont know why manufatures even bother with built in ones on high end tvs
next time i go to my moms i'll investigate why her tv sounds so good
my ass is not buying speakers for a tv
thats made of plastic and not even EQ in the slighest
tv speakers sound perfectly fine to me
the small tv i use for my ps4 currently has such bad speakers
i will eq your mom
which preset
bro is gonna atomize their mom
i think everyone should own open back headphones
osu
TRUE
wow your opinions suck
yea! you're right, mail some to me
i think everyone should own a pair of sony mdr7506s
im sorry do you not have a quiet enough room? you really want thoes hyper cloud headphones with dogshit mic quality
who buys a headset
They fucking arent? PHILIPS Fidelio X2HR are "entry level" openbacks and far out compete nearly anything else while only being around 100 usd
nuh uh
i open her back til she wire my head phones
You can even get open back sennheisers for < 100 USD
behringer good company
wires
there are wires inside of you, poor cable managment even. pull them out and redo it
im surprised and shoecked

very good imageing as well
(you can tell where sounds are coming from very well)
why
why even bother with all that
i just have bose headphones
for 200โฌ
i think
does my surprised and shocked nature not allure you
I have never had a pair of open backs that cost more than $40
i didnt even spend 200 on them.
I take that back i just listen to poorly mastered shit
i spent 200 on iems 
which ones?
The smart Bose Noise Cancelling Headphones 700 are our most elegant yet. With accurate hands-free voice control and next-gen active noise reduction.
the X2HR are worth it if you can get them. ive had them for roughly.... 5 years?
hiiii soda
haiiii~
honestly the only improvement to my headphones I want right now is wireless and cuts in the foam for my glasses
all i care about is if symphonic parts in heavenS door sound great
what for though

howโre youuuuuu
@open pasture
hetzner
Hetzner Online GmbH is a company and data center operator based in Gunzenhausen, Bavaria, in Germany.
I am killing you
very gud :3
Any cs2
< i don wanna take a shower qwq
hu ru


bath time!!
nop
evho will shower
Does any body want to play cs2
nop
why
i havent brushed my teeth since 2023

type shit
@somber leaf cheap wireless openback headphones low latency
thank u joey
@open pasture
literally none of them unless you get ones that come with their own base station/not bluetooth.
OH GOD I GOT IT
fres got it
AAC has at minimum i believe a 30MS latency
I MODIFIED A SAMSUNG INTERNET EXTENSION AND IT LET ME INSTALL IT
had to do a lot oh god
dos anyonr wanabplay cs2
@open pasture you will self destruct in 2 minutes
you're only supposed to be able to install extensions from the galaxy store
this is so good
vencord in samsung internet soon
is there a wireless base station that I can mod my exisitng headphones to use?
43 AAC frames in 1 second of audio or around 23MS per frame. excluding signaling and processing latency
Youre getting into DIY territory which i dont know off of the top of my head
APTx hd/low latency isnt much better iirc
LDAC is WORSE
low latency bluetooth audio is a joke and will stay that way till we get OPUS support or some stupid ass patented codec
do u wanna ply cs2
do many people need vencord in samsung internet?
nah just my friend
say no more, and obvious necessity
@stark herald https://open.spotify.com/track/4mnyrYrnb9IwxvQmfzbCKN your second name
her parents have a thing so she cant install any apps on her phone
so she can only use samsung internet
not discord
https://lekatodeal.com/products/lekato-ms-1-wireless-in-ear-monitor-system-2-4g-stereo-iem-transmitter-receiver
can you look at this with your music nerd eyes and tell me if its good?
LEKATO 2.4G Wireless Earphone Monitor Rechargeable Transmitter Receiver Support Stereo Mono and Phone Recording FunctionPerfect for Studio, Band Rehearsal, Live Performance and so on. Push limits and take your performance to the next level with the MS-1 Wireless in-Ear Monitor System Transmitter Receiver. This LEKATO 2
and history is tracked in other browsers
wrong
correct
take a SHOWER
oh yeah, I've been wondering about that
i will use all my servers to ddos discord
does it block apps installed with adb install?
(she could bypass it but they'd be mad at her cus they check)
that makes sense
she could try making alternate user profiles
or is that just for pixels
ill think about it
I dont see what theyre using but according to their spec sheet its only around 12MS of latency which should be close enough to start becoming imperceptable
shower,,,,, or ill make your shower............
no idea but her parents have an app that has access to her chrome history so she can only browse with samsung internet
thank
another W for firefox
arent you underage
huh..
bitch ill through you into the shower with clothes on im not lookin at no one naked
just about everything is today if were being honest
OH
THROPW
My shower doesnt have curtains lol
NO I MISPELLED
that r holding the entire sentence ๐ญ
ITS SUPPOSED TO BE SHOWER

YOUR
LETS SEE
SOWER
SOWER
LMAOO
I dont think you plan to but for something like osu! its still not fast enough. for day to day usage or gaming tho you want to stay below 30MS preferably 20MS at a minimum
good luck
@cerulean lance go shower or i'm locking you in the bathroom until you do
WHY ARE YOU THROWING ME IN THE SEVER
ok fine
how does vencord work in a normal browser again?
ill set you softly in the shower
is it an extension too?
extension
yeah
ah, thank you
I primarily play first person shooters like arma/cs
echo can be carried like a cat at times
im 90kg
i got a forklift dw
dotn know how many that is

