#development
1 messages · Page 470 of 1
here's mine for your enjoyment
mind you this is a fresh macOS install on a new machine
and my all-time favorite of files dumped in my homedir, Java errors and nano savefiles
lmfao
Thats too obvious gotta do sudo rm -rf ~
how the fuck
after looking at these savefiles and realising they’re all garbage, I realised they’re from me testing NewTerm by spamming stuff in nano lmao
nano.cock
@gaunt mesa cock lang do be long and hard

that’s the exact opposite of what nano means
not my fault I am mentally challenged by words
nano.brain

psych
L
adobe flash 
@grave sparrow tf u doing
The vine is silent
go ahead
say allah calculator
.
true
wtf
copylog on da mac


tell me what

tell him.
Sorry for the ping
Fellas, it's been a long ride. But we finally got him. The man who asked is named "Joseph Motherton."
Hey @grave sparrow i cant seem to find that app VC that controls the alert
He will be taken into US custody later today.
I know what it is in flex but it doesnt respond to presentview
true
No hand holding here buds
If he answers he answers. Relax
If he doesn’t he doesn’t. Life goes on mate.
big knife :o
Seems i’m a bit early, it’s troll hour
Give me the lamb sauce. I am no longer asking.
I’m the sorry one

switch to your phone

@grave sparrow classdump_dyld or classdump
i cant compile vlc
make all-am
Makefile:3710: warning: ignoring prerequisites on suffix rule definition
Makefile:3714: warning: ignoring prerequisites on suffix rule definition
CCLD libvlccore.la
ld: warning: cannot export hidden symbol _libvlc_InternalDialogInit from interface/.libs/dialog.o
ld: warning: cannot export hidden symbol _libvlc_InternalDialogClean from interface/.libs/dialog.o
ld: warning: cannot export hidden symbol _libvlc_InternalKeystoreInit from misc/.libs/keystore.o
ld: warning: cannot export hidden symbol _libvlc_InternalKeystoreClean from misc/.libs/keystore.o
undef: _CFNetworkCopySystemProxySettings
undef: _kCFNetworkProxiesHTTPProxy
undef: _kCFNetworkProxiesHTTPPort
Undefined symbols for architecture arm64:
"_CFNetworkCopySystemProxySettings", referenced from:
_vlc_getProxyUrl in lto.o
"_kCFNetworkProxiesHTTPProxy", referenced from:
_vlc_getProxyUrl in lto.o
"_kCFNetworkProxiesHTTPPort", referenced from:
_vlc_getProxyUrl in lto.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[4]: *** [Makefile:2359: libvlccore.la] Error 1
make[3]: *** [Makefile:1903: all] Error 2
make[2]: *** [Makefile:1563: all-recursive] Error 1
make[1]: *** [Makefile:1450: all] Error 2
make: *** [vlc.mk:32: vlc] Error 2
here's makefile: https://github.com/asdfugil/Procursus/blob/vlc/vlc.mk
targeting iphoneos-arm64/1700
make sure your plist's syntax is correct
or if in doubt, do %ctor { exit(0); }
which will make the process you inject into crash
... s/crash/gracefully exit/?
@tepid olive saw few tutorials online and all of them mentioned you. it is possible to save blobs even on a never-been-jailbroken device?
basically you request ApNonce from lockdownd, reboot the device, then request BootNonce from lockdownd
cool thanks
the latter is the generator, it just gives it to you like that, so nonce entangle is actually kinda useless ¯_(ツ)_/¯
major discovery man, gj
Then you can set whatever that generator was when you jailbreak and it will use the same generator, correct @tepid olive
yes
no you said it right the first time, you set the generator which determines the apnonce
Aah ok lol
people confirmed it with dimentio on A12+, and I confirmed it on A11 (where it's pretty useless but I can confirm by just hashing the generator since no nonce entangle)
Yeah I remember now
It just gives you the “obfuscated” generator while in recovery mode that it used to generate the “obfuscated” apnonce
Right
in recovery mode it doesn't give you any generator, just the apnonce
You said bootnonce was the generator?
yes but it requests it in normal mode
recovery is used in the script too but only to check that the nonce is really "frozen"
But bootnonce is what the generator WAS before this boot, so it matches the last apnonce?
it seems to be what it is on the current boot, so when you request apnonce in normal mode the bootnonce value will be outdated until a reboot
Right
When you ask for it, it changes it and saves it to nvram
But then after it reboots it has what it just saved
yeah
- request ApNonce in normal mode -> device sets a random generator in nvram
- reboot to make sure the BootNonce value is up to date
- request BootNonce in normal mode
- reboot to recovery and check if the apnonce is the same
- reboot (still in recovery) and check again to make sure, because if no generator was set recovery would give you a different value every time
- exit recovery mode
yeah, just need to avoid checking for updates (OTA or iTunes) which can make it request a new nonce
and of course restoring or updating the device resets it too
also it seems like on A12+ ApNonceRetrieve may have the up-to-date generator without requiring a reboot, but on A11 it just returns "Get value prohibited"
but BootNonce works on both if you reboot in between
actually this is weird... ApNonceRetrieve fails on my A11 device if I request it through lockdownd directly, but works via mobilegestalt diagnostics relay
I remember it occasionally returning a value before but it didn't match the apnonce for me on A11
right now it seems to match but I need to test more
BootNonce method seems reliable, just a little annoying that it requires a reboot
I just set a generator via dimentio, and now ApNonceRetrieve doesn't return anything via mobilegestalt either...
Is something done differently on A11? I found it strange that the timing for the script is perfect on my 7 but on my 8 it would ask for recovery mode too soon
I’m talking abt this btw
Lemme pull it
getnonce does the same thing on all devices atm
idevicediagnostics mobilegestalt ApNonce
idevicediagnostics restart # Reboot device
idevicediagnostics mobilegestalt BootNonce
# Verification
ideviceenterrecovery $(idevice_id -l)
irecovery -q | grep NONC
irecovery -c reset # Reboot but stay in recovery
irecovery -q | grep NONC
irecovery-n # Exit recovery
not getnonce
but this
well, you can't just run it like that without delays in between
it was just a basic outline of what it does
getnonce actually waits for the device to reconnect in each state
well, if you ran it like that without delay it probably got an outdated generator value
irecovery may have worked because it retries the connection a few times before giving up
if your device was quick to enter recovery
o
hm
Do I just do a while loop to check if device is in recovery
Like, keep making it check device mode until it’s recovery
yeah hold on I can give you something
hello, i am new to iOS developing, is there any video resources i can learn from. I am interested in making normal apps.
CodeWithChris is kinda good
Swift is more modern and should be easier to learn
but objective C is still worth a look too
I can't do swift at all
but I can get around using objc
what is a tweak?
He DM’d me from the swift server
I thought he was from here so I mentioned tweaks
And now he’s asking abt them
I think this is his first time learning about jailbreaking lol
ok, thanks
u can technically do hooks in swift by bridging the MS hook methods
and then callint it from swift
technically, whether it actually works well i'm not sure about
i'm not talking about hooking swift
i'm talking about writing hooks in swift
fatty

Gm
Also it’s not. I don’t get hangovers
true
Can I hook into a Framework? or would I have to hook into each process that uses it?
What does hooking into framework mean?
dfruhhghost
each process that uses it
https://developer.limneos.net/?ios=14.4&framework=BluetoothManager.framework
I basically need to edit this one, but not only in springboard
libraries don’t share address space between processes so you can’t just like
mshookmemory on one
And expect it to be system wide
unless the filter covers it
ah okay, so I would need to manually pick the processes that use it?

how?
you mean hooking into a framework? or manually picking processes?
both
framework is just a library
https://iphonedev.wiki/index.php/Cydia_Substrate see the executables filter section here
for selecting processes
but i doubt that’s what you want
just set the filter to the bluetoothmanager framework bundle id
ah and that would just work?
let me try
What would be the bundle id? BluetoothManager.framework or com.apple.bluetooth (bluetoothd), I can't find a proces of the framework itself
i don’t have a list but just look at the info.plist
in the frameworks / private frameworks directory
can you have multiple bundle id's in the filter? or is it limited to 1
thanks
@tepid olive would you please be able to confirm whether the process I'm following in blobsaver for reading the nonce/generator pair is correct? (just want to make sure)
it should do the same thing as your getnonce
Is anyone here familiar or expert with certificate signings/xcode/macOS/IOS keychains?
your mom
!
lmfao
Im doin well how is the end of school going

well
I might have no more lessons next week which is very poggers
tonight is gayming night though
Pog

Ive been taking some time to go places with friends
anthxnv_ is typing...
Hello @grim sparrow , its moreso with certificates. I have a certificate that says “not in keychain” and the max amount a regular account can have is 2 certificates. For some reason I can’t revoke or delete the extra certificate. I tried revoking thru reprovision it it wont undo
First shot looks like arson
that looks pog
i love the woah at the end
Its a friend of mines cousin’s apartment
tf
We’re going there this saturday to go to the clubs then party
the most interesting view I have is fucking sand

woah bro what are you doing at my house

Saw a company arguing with a healthcare worker about artificial sweetener on instagram yesterday
we need zig
we need zig
so true
imagine getting embarrassed in your own comments section
that pool looks fucking cool
hi

@grave sparrow easiest one is xcode, but otherwise the one krit worked on seems to generate the most usable stuff: https://github.com/arandomdev/DyldExtractor
@grave sparrow where did you get the cache you're running on?
simplest way is usually to download and mount the dmg from the ipsw
that will possibly be the issue then
it's probably slid
you have to use something special to copy it without it being slid
let me see if I still have what I wrote a while back that worked then I never used since it was easier to just copy from ipsw
@grave sparrow try this? https://paste.bingner.com/paste/2xseu
wow I wrote that in 2012 lol
really not sure if that still works right either, you'd be better off downloading the ipsw for your version and copying it from there
@tepid olive can zig compile rust code
ScoobsMeth&ElectricCo
anyone read up on reverse engineering for beginners by yurichev? attempting to learn arm assembly and was wondering if anyone could vouch for it, except for the manual ofcourse
That looks like tagged pointers, do you not have ida 7.5?
hopper 
why not just use ghidra
it's technically against the license terms
i have found ghidra doing much of a better job than hopper. its up to par with ida depending on what you need
i personally use ida pro and ghidra
..
Well that is their fault for not checking license activation or limiting how many devices can have access to the license
well true
Ghidra is pretty good yes
lmao
fuck Adobe though
no
well
is it piracy to use custom activation servers
because it's an intended feature

i just want a new LTSC version
someone should make edit of him holding an RPG
If it’s tagged pointers you should be able to write something to clean it up…
Tagged pointers were only kernel before weren’t they?
does xcode extract things from it too?
just use layout subviews bro
it do be like that

matt is drunk
Capt Inc
#0001
DM me the word "orange"
Christian
propr
#1001
DM me the word "orange"
btw the instance of the legibility settings could be shared across multiple CS elements
true
no work how?
i have the leaked bird poop source code please pay $500 to access it
true
Why do you need to extract?
, tbds are a thing for sdks... much easier too.
For disassemble ask Jiang for new version

[redacted] best header generator but its owned by [redacted] LLC
which [redacted]
F[redacted]
is it the [redacted] made by [redacted] or the one made by @twilit jungle
oh that redacted


capt [redacted]
Try muirey’s extractor unless he never released it
why are you repeating what your mother said to me last night
wtf
why would i want a shitty tweak like that
true
tfw you accidentally leak that you’re not an incorporated entity 
@gaunt pewter not sure whether you heard me in vc but are you using Orion? 👀
ah how come? The release schedule?
ah okay
I really hope I can release Orion soon
i have like five other side projects i'm also working on rn though
eg i'm working on something for creating Node modules in pure Swift
@nimble parcel You no check dm 
is there a way to detect when an usb device has been connected via the lightning port ? exemple dac usb or storage usb via cck adaptor
Hello guys... dont know where to post this message... did you know if there is an emulator for Apple on pc?would like to load ios app on Windows.
As far as I know, there is not. You could try macOS in a VM, or you could rent a Mac in the cloud. (Or set up a Hackintosh if you really need it.) Then you could load it into the iOS simulator that comes bundled with Xcode.
wtf
Reward: something to sugon
nagatoro be like we do a little trolling
Does anybody know if It’s possible to install macOS on Proxmox/ESXi? I’m only interested in it for building applications on Xcode as a CI Pipeline. I’d be fine with a version of macOS with only CLI.
Oh ok thx for the guide.. will try this hackintosh
@serene dragon I uave this one
But dont have a full one
https://www.google.com/amp/s/windowsreport.com/run-ios-apps-windows-10/%3Famp
idk about proxmox but you can get it in qemu and then tie in with github actions (with a private repo if you’re closed source)
you can also try this out https://www.nicksherlock.com/2020/04/installing-macos-catalina-on-proxmox-with-opencore/
you can run it on ESX with OSX unlocker

hello i can downgrade ios 14.5.1 to 14.3 iphone XR
no
and why ask here
ask in #jailbreak
oh sorry bro
why


I just found a way to make my recent (free & opensource) tweak Sonyfy work without the app, but that requires me to rewrite 99% of the code, would that be worth it?

Only benefits are (probably) less battery drain, and more stable / less buggy
but then I would’ve 'wasted' about a month's of work, because it will have to be rewritten in a completely different way. And it is more difficult
and I might have to manually change even more things for different headphone models
a sunk cost fallacy is starting to occur
why does oslog segfault as soon as I lock the screen?
better stability and less battery drain are pretty big pros if you ask me
would allow me add other headphone brands though (with a lot of extra effort)
and its not a waste if you gained experience from it
over ssh?
when you ssh, when you lock your phone
doesd the terminal respond at all
because mine doesnt
and now im curious
it gets like really laggy and keyboard inputs are delayed
yeah it does get laggy but it still responds usually
never run as root by default
I used root just because oslog needs it

but sudo as mobile results in the same issue
Whats the log say
what if im on unc0ver
and i have sam bingners openssh installed
bc it didnt do it in ios 13 but after i updated to 14 it started doing it
It’s just bc your phone uses less processing power or limits networking when the screens off
well, in NewTerm it seems to only segfault if I grep the output 
Turn it on
oslog also segfaults after a few seconds on my Apple TV so this may be a 14.5+ thing?
oh well I'll just use idevicesyslog that works fine
Fiona works for keeping wifi on when your screen is off.
I meant the crash log
oh
doesn't show up in Cr4shed 
Hmph
not in /var/mobile/Library/Logs/CrashReporter either
Definitely, but it's decent right now, and I don't think the battery drain is that bad
but it might be less locked to Sony headphones, so maybe better scalable






Salam alaikwm
True
Me too
Spamming skip and back in SoundCloud crashes springboard wtf
There are ways to crash springboard with UIKit
how would I dismiss the cover sheet programmatically from a tweak?
you mean passcode?
no, it's unlocked
so you want it to get to springboard?
yes
requestunlock
[[NSClassFromString(@"SBLockScreenManager") sharedInstance] lockScreenViewControllerRequestsUnlock];
get class at runtime
you can also just link with the framework its in
or use objc_getClass
How about u get some bitches
true
I will leave again, I had to say something.


same
What’s with that guy’s fingernails
he does a little painting
oh actually I might need this
yea
I already put the SpringBoard hooks in a different hook group that only loads into SpringBoard but linking breaks it again
yep
was bout to say that
smh it taking 15 mins already
imaabout to SIGABRT this shit
okay so this is very hacky but kinda works
except it seems like if I call it from [SBLockScreenManager lockUIFromSource] it's too late
[SpringBoard _handlePhysicalButtonEvent] works but only for physical button press, not for screen timeout
is there some other method that gets called sooner when the screen is about to be locked?
tbh the whole solution of dismissing the cover sheet is just a hacky solution to fix my passcode tweak not fully locking things when the screen is turned off while the cover sheet is visible, but I don't have a better idea atm
what do you need to happen
i was doing stuff on that area
it's mostly working, but when the cover sheet is visible when I turn off the screen, then it only gets partially locked
that is, the lock icon shows unlocked and notification previews are visible instead of being hidden
however if I swipe up it still asks for passcode to unlock
`CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(), NULL, updateWGState, CFSTR("com.apple.springboard.screenchanged"), NULL, CFNotificationSuspensionBehaviorDeliverImmediately);
static void updateWGState(CFNotificationCenterRef center, void *observer, CFStringRef name, const void *object, CFDictionaryRef userInfo) {
BOOL screenOn = [[[%c(SBLockScreenManager) sharedInstance] safeValueForKey:@"_isScreenOn"] boolValue];
if (screenOn) {
//
} else {
// stuff
}
}`
it's very weird because if I lock from the home screen or inside an app, it's fully properly locked
Idk if this is useful
you can use simulatelock if you want
on the else screen is turned off
[[%c(SpringBoard) sharedApplication] _simulateLockButtonPress];
But there are better ways I think
tried that now, still seems to be too late to do requestUnlock
maybe instead of messing with dismissing the cover sheet I just need to find some method to force it to update the lock state somewhere
F
gm

true

old pic but tru
no bro rn
did you try _updateLockState under SBLockStateAggregator ?
state 1/3: locked/unlocked but still on lockscreen
switch case on this [self lockState], cases 0-3
lock state seems to be either 0 or 2, is that the same thing as [SBFMobileKeyBagState lockState] which I'm hooking to be 0 or 2 depending on whether the device was unlocked with the correct passcode?
calling _updateLockState doesn't help either
this is what I'm talking about
rip
they used a bot?
yes
BOBA
hyperspammer.com - Discord raiding as hyper as never before
hyperspammer.com - Discord raiding as hyper as never before
true bro
hyperspammer.com - Discord raiding as hyper as never before
hyperspammer.com - Discord raiding as hyper as never before
oh lawd
Wait are we raising ourselves
¯_(ツ)_/¯
hyperspammer.com - Discord raiding as hyper as never before
Great
i dont think so
whitename immigration
rais
Raid
raid
Well..
oh no
hyperspammer.com - Discord raiding as hyper as never before
FUCK
god
Ah fuck
fuck
well
we tried
oh
omg
we do a little bit
i swear to god
@late basin@obtuse tendon@tepid olive@fair arch@dense hatch@solar flax@jaunty knot@tepid olive@quartz falcon@simple elk@modest hatch@nocturne glade@topaz pivot@worthy citrus@weak drum@unkempt flax@tiny fog@tidal pagoda@muted lodge@weak coral@tepid olive@tepid olive@hard cipher@gusty lava@rotund sundial@marble tendon@lilac sable@lapis scarab@tepid olive@versed prawn@karmic laurel@floral vapor@quasi cliff@olive pulsar@tepid olive@oblique raft@signal vector@open shell@late shuttle@zinc turret@swift fiber@proven wind@alpine needle@last crystal@winter saddle@rigid gate@lethal stream@clear berry@rugged tree@steady crescent@spark ridge@lament vine@sharp sapphire@tight moth@slate sand@fringe cape@tepid olive@mortal hatch@sharp shuttle@dapper egret@fiery cedar@old bough@tepid olive@stray blade@mint dawn@charred phoenix@faint wasp@lethal locust@median mango@loud night@vital sleet@ebon helm@twilit wadi@silent mirage@eternal jolt@odd drift@vocal herald@royal skiff@cold pawn@trail cedar
@tulip fable@tepid olive@azure latch@livid dove@echo flint@scarlet sandal@tepid olive@viscid glen@violet forge@plain sedge@sonic vessel@stone hull@dim sphinx@vale swallow@dusty hazel@lethal spindle@low valve@forest scaffold@molten olive@tepid helm@wide quest@half cedar@oak gale@formal plank@plain cliff@abstract tundra@viral ridge@shy berry@upbeat skiff@severe root@wheat wind@subtle field@obtuse crow@fossil burrow@lofty torrent@wise gulch@plucky cedar@regal jolt@wide dove@twilit pier@dusty crescent@frank vine@hollow monolith@austere lodge@gaunt pewter@noble lantern@merry ruin@ruby dew@lost crane@wild kettle@hollow spindle@prisma pagoda@tepid olive@proper iris@deft flicker@proven coral@tepid olive@polar epoch@wide zinc@cyan charm@flat token@astral pond@wise glacier@olive cape@safe sky@tepid olive@scarlet trellis@stark estuary@sour crater@primal tapir@flat quarry@narrow wing@runic egret@devout terrace@humble schooner@ornate tapir@crimson marlin@sudden merlin@errant zinc@gray axle
@tepid olive@zinc apex@uncut ginkgo@astral heart@vital tundra@echo lily@limber flicker@reef sorrel@tepid olive@tepid olive@outer moon@gusty trail@tropic orbit@tepid olive@fluid slate@peak dawn@crimson vale@half kestrel@calm tinsel@tepid olive@cunning bronze@tepid olive@wispy pulsar@prisma dock@weak lodge@pulsar bramble@ruby fjord@past topaz@blissful gale@tepid olive@tepid olive@serene lintel@tepid olive@main bloom@wicked cliff@torpid merlin@rustic fossil@tepid olive@tepid olive@remote basalt@tepid olive@jovial goblet@true pike@jade drum@tepid olive@exotic shale@floral vortex@lost finch@north ridge@worn steppe@twilit ore@gritty orchid@faint fern@tepid olive@exotic dawn@celest magnet@hallow lantern@wary sable@tepid olive@wild falcon@open gazelle@fluid granite@wide birch@chilly charm@potent wraith@ember ravine@still fossil@tepid olive@novel nest@tepid olive@rotund lichen@slim rampart@slim badge@neat tree@pure saffron@dusky basin@rose scaffold@upbeat dagger@molten shale@flint cipher
i fucking jinxed it
SHUT THE FUCK UP
@bold trellis@magic eagle@jade vault@runic laurel@blazing bridge@crisp pebble@subtle ravine@desert mortar@hollow isle@tepid olive@tepid olive@sonic condor@real surge@modern lake@supple tinsel@molten fable@fathom lion@onyx canopy@paper ruin@dim girder@radiant dune@hasty sandal@spring arch@spice iron@tepid olive@blazing basin@slender elk@tidal edge@flint pasture@blazing wadi@chrome tusk@civic palm@cosmic jay@bleak ivy@thick bloom@kindred needle@hazy meteor@rotund thunder@cyan aurora@rugged heron@brittle solar@shy knoll@unreal echo@naive kindle@vague snow@radiant kindle@olive cosmos@grizzled gull@rustic oar@old rock@brazen spruce@oblique viper@remote palm@spare pollen@silk mulch@tepid olive@idle portal@tepid olive@tepid olive@cloud bluff@edgy imp@umbral sun@fresh mango@shut timber@haughty ember@potent drum@crystal bay@sturdy fjord@scarlet pike@fossil crescent@limpid stag@dusk spire@tepid olive@turbid wraith@swift loom@tepid olive@mental ore@dire arrow@sage talon@still dust
spam lol
@tepid olive@sudden steeple@coarse stratus@carmine bronze@cunning bough@tepid olive@signal zephyr@gilded plume@sinful lily@worldly sable@wintry dagger@tall nacelle@shy verge@short knot@tall storm@young vapor@tropic hedge@peak glen@scenic heath@glossy kelp@tepid olive@ebon orbit@analog mauve@elder zodiac@woven horizon@high swallow@tepid olive@glossy anvil@little shard@tepid olive@dire nacelle@silk delta@gilded belfry@nocturne yacht@north sonnet@late scaffold@fast snow@terse needle@supple spoke@delicate linden@stiff glacier@lyric timber@tepid olive@desert bone@violet crescent@vivid gale@balmy kraken@leaden hearth@tribal ingot@limpid shore@atomic jacinth@plush spire@tepid olive@final quest@tall venture@tall smelt@meager carbon@toxic cypress@velvet edge@stark silo@pale igloo@tepid olive@subtle pewter@spark crystal@main hemlock@hollow ore@bleak bough@verbal forge@summer saffron@earnest cairn@tired sequoia@lethal vault@tepid olive@simple crypt@hidden wyvern@pale quiver@surreal patio@upper socket@nimble spindle@gritty flower

@tame sedge@neat wigeon@tepid olive@fluid walrus@turbid yacht@elfin widget@dull warren@tepid olive@sacred tinsel@gleaming wren@white gull@austere ibex@tepid olive@tepid olive@desert sorrel@raven canopy@tacit hornet@sterile meadow@remote ferry@tepid olive@trim girder@random galleon@tepid olive@leaden isle@quiet coyote@visual crown@proper shadow@sullen vigil@tepid olive@pearl basin@fresh shoal@rose portal@topaz osprey@verbal granite@full sage@tepid olive@edgy oyster@vivid dew@torpid shoal@worthy walrus@potent fossil@elder jolt@dusk flume@muted umbra@still hound@somber jacinth@lyric dragon@fierce ember@midnight needle@signal moon@fickle tartan@manic bronze@frosty heron@unreal depot@cosmic stirrup@dim wing@gilded maple@supple oyster@bright acorn@zinc sail@marsh urchin@novel cosmos@ruby galleon@vast hearth@fluid jacinth@quasi cliff@dreamy narwhal@dry lava@barren shore@safe crypt@molten wren@meager plume@sudden wind@narrow folio@wraith drift@tepid olive@lilac merlin@sleek star@tepid olive@livid wraith
bruh
yall dont even have a full server lock down?
@rapid helm@dreamy marten@marsh crescent@flat glen@stone tendon@ebon brook@summer fog@neon kindle@errant nova@tepid olive@lyric bobcat@empty coyote@late crystal@plucky moth@storm stream@wild hazel@south tulip@loud dawn@inner quail@supple crypt@hidden quiver@pliant ibex@empty pecan@tacit dawn@zenith jolt@west bough@tepid olive@rain leaf@tired depot@finite lotus@iron shuttle@digital helm@tepid olive@gentle jewel@left delta@plucky parcel@ember sentinel@safe blade@supple jackal@tepid olive@outer shard@cobalt hound@echo sparrow@patent mesa@loud verge@primal vale@quaint kayak@placid cosmos@sleek shadow@thorny grove@gray thorn@eager flare@zinc veldt@wide crown@tepid olive@lyric trail@rain totem@frozen radish@steep ice@old geyser@indigo summit@mighty stratus@warm rapids@rose magnet@clear dune@bold nova@brazen crystal@rain egret@molten sable@tepid olive@split swallow@atomic plaza@brazen oar@uneven aspen@tepid olive@dusty folio@vague pendant@rapid bane@supple saddle@woeful bone
joe
😂

<@&355145545242902548>
dang!
oop
@ivory adder@frail gull@pseudo pawn@tepid olive@atomic skiff@trim grove@raw atlas@compact axle@tepid olive@near herald@terse compass@steady sedge@frosty echo@quick dagger@glacial dust@celest bobcat@livid flare@minor plover@ornate wraith@hardy patrol@simple oriole@weak orchid@rare galleon@tired ruin@flat nimbus@waxen pasture@fiery forum@short jay@vale grail@stiff path@harsh ocean@tepid olive@native hedge@deft elbow@light cipher@knotty seal@echo sparrow@lilac ferry@craggy oak@solar cloud@elfin field@white anchor@plucky kite@brittle gulch@tepid olive@tepid olive@wise scroll@drowsy linden@vernal mesa@stark jungle@tepid olive@sweet blaze@vague hinge@undone leaf@hot knoll@lilac wolf@tepid olive@rain falcon@tepid olive@shut quest@spare grail@tepid olive@safe blaze@tropic ore@short citrus@small vessel@rugged thunder@unreal salmon@sharp turtle@mighty ridge@umbral raptor@true kestrel@odd orbit@amber pawn@languid yacht@livid steppe@frosty rock@tepid olive@nova lynx@halcyon prairie
woah
There doing every channel
we are being raided lol
probably the only time i've ever gotten pinged
hyperspammer.com - Discord raiding as hyper as never before

here we go again
brih
raid i guess
hyperspammer.com - Discord raiding as hyper as never before
HELP
<@&355145545242902548> You mind DMing me so I can help with this
jesus christ
hyperspammer.com - Discord raiding as hyper as never before
hyperspammer.com - Discord raiding as hyper as never before
oh
go crazy ig
hyperspammer.com - Discord raiding as hyper as never before
!lock
hyperspammer.com - Discord raiding as hyper as never before
hyperspammer.com - Discord raiding as hyper as never before
Lock the server down!
damn 😳
did it lock
alright
well whoever spam raided
you’re a fucking a loser
touch grass
@tepid olive do it work
!unlock
how about now
bitch
you might have to restart clients
idk
i hate discord
first

didn’t realize whoever did it overrode permissions
can we lock this channel to orange name and higher
im a girl

yes

can we have non-whitename channels
ok

you can inspect channel names without the role itself
because discord security
so i didnt leak anything

electron app moment
allah calculator
just shit design basically
we will submit to pro
good
honestly my bet is that it leaks channels so you can instantly see new channels when you're given access via a role
but still fucking stupid
maybe they should just make a good app
too hard
the whole damn list is loaded via the api and filtered on the client
they should use rust so it doesnt crash
so discord woke up and decided to do crack today
rust = safe
Capt would hate it somehow


so like every day
js
I thought capt hated swift
discord uses over 100 threads on my windows pc
true

threads is 2nd to the right
at least use it cross platform
59 + 36 + 13 + 7*3
???

jesus christ
they really needed 129
my m1 is still in shipping 
225 mb
im dead
it does

it also uses more ram
wait what
how
DECEASED
remember Skype is also electron now
than the canary shit
ok one sec let me test
your mother does too

TestFlight gang
perfectly normal bro 

Why
me installing discord_arch_electron

i got discord injectino working but you had to use react bundles and shit
gave up

injectino
my tweak does exactly that shep
we did* /s

just kidding!
i did nothing!
i uploaded the source 3 weeks ago

but with a simplified system for patches

it just doesn't
i didnt change the jsbundle ever
I'm not changing it
Me when
I create a patched file alongside it
yea
react has a method for it
and tell Discord to load it

instead of the original file
discord is using 423 MiB of ram on release, it was 700 on canary
now to insatll goosemod
and it just takes it
[[nodejs]] something something I did it first?

aw rip
What
im at your mothers house
dam
no problem
7z
Wait is @valid venture apollo? Or am I high



yes brotha gym
what its a valid idea 
im gonna do a ghost ping
I got 3 pings

ghost pinging the ghost

bruh 3 ghpst pings
me always
every day


Deny modernity 
Embrace tradition 
based
why do i keep getting pinged
no, read the announcements
OH lmao sorry
lmaoo
Hm I see
wow this is the most i have ever been pinged
lol it's ok
makes me actually feel important
what if oyu're unlucky, and we're lucky?
not like having a dozen invisible pings is fun
you don’t like ghost pings brotha terminal dev
wud it be hard to tweak the Life360 app and set a max number for the speed label while driving?
It would need to work for the ppl that look at my device on their phones, so the number that the app reads to calculate that speed would need to be altered
and if the app doesn't read a number and calculates it based off of gps then it sounds like too much work
welp shi
wtf do u wnat
This is what we call a raid
Raid shadow legendsv

pay me please
hyperspammer.com - Discord raiding as hyper as never before
hi wow I missed a lot this month didn't i
damn ppl really stop talking to you when you replace them with racist assholes crazy how dat shit works
"I don't care what u guys think just remember krit bad"
ik
just responding, burrit0z no doubt still has an alt selfbotting
see her thread on Twitter please
even the only friend you have left, who only sticks around bc they've destroyed every relationship they had, thinks your code is shit, stfu
Jesus Christ
damn
dis channel is a dumpster fire
I wouldn't be back in this server saying what I am if I didn't fully understand and reflect on the situation
mhm
I've taken enough constant shit flinging from these two for the past several months
stealing HomePlus's private source code, changing some stuff, and renaming it 'Atria' is not "she's changed"
goddam
I’m gonna stay out of this
continue tho
I fully respect apologizing, I fully respect identities and name changes and any of that, but I'm not gonna tolerate someone trying to escape consequences while continuing shitty behavior, especially when so many of my friends were affected by it
They go by (lau)ren now.
Please respect that.
yeah honestly I am fed up
fair enough
kinda done just sitting and taking this
I don’t know the story of them, so what had Lauren done in their previous identity to people?
I wanted it to die months ago, but they keep perpetuating this shi5
man
the Amy situation was the only one that went public
Who the fuck is DanielVolt though
burrit0z?
or are they a separate person entirely
I am not going to post any of the other conversations without permission of the recipients
but Amy wasn't the only one
separate person




In simple terms:
You don't like Daniel and Burrit0z and they both are a dick to you.
Daniel Volt is a washed up tweak developer from the iOS 6 Era who's currently making a good chunk of cash having people ghost write his tweaks
seethium
yes
velox has no bugs 
bro he shits on my code and like 2 messages later some lists like 80 things broken with velox 14 lmfao
smh just use a formatter
If you need to rewrite your code that many times then you have issues or severe OCD
yeah that’s about how it went

one sec ima just drop the thing I wasn't ever gonna put out




tired of this dumbass compulsive liar thinking ppl don't see through his shit lol

If you're talking about ren they use she/her pronouns
drop it
wait isn’t krit the dev of homeplus?
how are your emotes so bad
lets go

my god
I'm talking about Daniel, please get off my ass about pronouns
who is krit
nfr
I was never on your ass.
i’m methcat
copamine
only persons code you can shit on is mine
in my defense i was tired
is requesting the drop
copium



















