#development

1 messages · Page 470 of 1

tepid olive
#

ikr

lime pivot
#

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

subtle grail
#

trolling

#

that's not even all of them

gaunt mesa
#

yeah

#

so many of them

#

wtf why do i have 128 files in ~

twilit jungle
#

Thats too obvious gotta do sudo rm -rf ~

tepid olive
lime pivot
pearl sail
#

@gaunt mesa cock lang do be long and hard

restive ether
gaunt mesa
pearl sail
valid venture
#

nano.brain

subtle grail
surreal mountain
#

psych

gaunt mesa
#

L

tepid olive
#

adobe flash frcoal

primal perch
#

that extension is swift bro

#

.SWiFt

#

smh

faint timber
#

@grave sparrow tf u doing

primal perch
#

bro you arent a minority wtf

next wadi
#

allah calculator

#

true

#

what

twilit jungle
#

The vine is silent

next wadi
#

go ahead

#

say allah calculator

#

.

#

true

#

wtf

#

copylog on da mac

#

tell me what

twilit jungle
#

@azure dawn

next wadi
#

tell him.

twilit jungle
#

Sorry for the ping

next wadi
#
async () => {
  console.log("allah calculator");
  process.exit(0);
}
#

Æ

primal perch
#

true

#

:nfr

next wadi
#

h

#

boredom

#

wh

#

wh

restive ether
primal perch
#

society if we used rust

#

they have now been neutralized

next wadi
#

Fellas, it's been a long ride. But we finally got him. The man who asked is named "Joseph Motherton."

versed ruin
#

Hey @grave sparrow i cant seem to find that app VC that controls the alert

next wadi
#

He will be taken into US custody later today.

versed ruin
#

I know what it is in flex but it doesnt respond to presentview

next wadi
#

true

versed ruin
#

No hand holding here buds

#

If he answers he answers. Relax

#

If he doesn’t he doesn’t. Life goes on mate.

next wadi
#

Init bruv

#

im sorry

#

i love doing that

stuck wyvern
#

big knife :o

versed ruin
#

Seems i’m a bit early, it’s troll hour

next wadi
#

Give me the lamb sauce. I am no longer asking.

next wadi
versed ruin
#

I’m the sorry one

next wadi
primal perch
#

some64num &= 0xffffffffffff

#

trol

vivid dew
#

switch to your phone

twilit jungle
ashen birch
#

all empty_list do is

#

run successfully once

#

and

#

fuck off forever

faint timber
#

@grave sparrow classdump_dyld or classdump

opal ridge
#

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

GitHub

Modern iOS Bootstrap. Contribute to asdfugil/Procursus development by creating an account on GitHub.

#

targeting iphoneos-arm64/1700

tepid olive
#

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

upbeat wyvern
#

... s/crash/gracefully exit/?

peak quartz
#

@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?

tepid olive
#

basically you request ApNonce from lockdownd, reboot the device, then request BootNonce from lockdownd

peak quartz
#

cool thanks

tepid olive
#

the latter is the generator, it just gives it to you like that, so nonce entangle is actually kinda useless ¯_(ツ)_/¯

peak quartz
#

major discovery man, gj

upbeat wyvern
#

Then you can set whatever that generator was when you jailbreak and it will use the same generator, correct @tepid olive

tepid olive
#

yes

upbeat wyvern
#

I mean set apnonce of course

#

Sigh

tepid olive
#

no you said it right the first time, you set the generator which determines the apnonce

upbeat wyvern
#

Aah ok lol

tepid olive
#

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)

upbeat wyvern
#

Yeah I remember now

#

It just gives you the “obfuscated” generator while in recovery mode that it used to generate the “obfuscated” apnonce

#

Right

tepid olive
#

in recovery mode it doesn't give you any generator, just the apnonce

upbeat wyvern
#

You said bootnonce was the generator?

tepid olive
#

yes but it requests it in normal mode

upbeat wyvern
#

Oh I fail so bad at reading

#

You said reboot not enter recovery mode

tepid olive
#

recovery is used in the script too but only to check that the nonce is really "frozen"

upbeat wyvern
#

But bootnonce is what the generator WAS before this boot, so it matches the last apnonce?

tepid olive
#

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

upbeat wyvern
#

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

tepid olive
#

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
upbeat wyvern
#

Nice

#

And it should leave that generator as long as you don’t ask for a new nonce

tepid olive
#

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

upbeat wyvern
#

Huh that’s… unexpected

#

That new devices let you get it lol

tepid olive
#

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...

dawn dome
#

I’m talking abt this btw

#

Lemme pull it

tepid olive
#

getnonce does the same thing on all devices atm

dawn dome
#
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

tepid olive
#

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

dawn dome
#

true, but it was perfectly timed for 7

#

Not for 8 though

tepid olive
#

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

dawn dome
#

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

tepid olive
#

yeah hold on I can give you something

dawn dome
steep geode
#

hello, i am new to iOS developing, is there any video resources i can learn from. I am interested in making normal apps.

dawn dome
#

CodeWithChris is kinda good

steep geode
#

what does objective C used for exactly

#

which is better?

#

for beginners

stuck wyvern
#

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

steep geode
#

what is a tweak?

dawn dome
#

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

steep geode
#

ok, thanks

gaunt mesa
#

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

primal perch
#

he said he doesn’t have it apparently

#

i don’t buy it tho

#

@sturdy crow trol

sturdy crow
#

Gm

#

Also it’s not. I don’t get hangovers

sturdy crow
#

I’m in #development because I’m developing a hatred for all of you

twilit jungle
#

true

high citrus
#

Can I hook into a Framework? or would I have to hook into each process that uses it?

twilit jungle
#

What does hooking into framework mean?

lethal ice
#

dfruhhghost

primal perch
#

each process that uses it

high citrus
primal perch
#

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

high citrus
#

ah okay, so I would need to manually pick the processes that use it?

lethal ice
primal perch
#

i mean

#

you can

high citrus
#

how?

high citrus
primal perch
#

both

#

framework is just a library

#

for selecting processes

#

but i doubt that’s what you want

#

just set the filter to the bluetoothmanager framework bundle id

high citrus
#

let me try

high citrus
primal perch
#

i don’t have a list but just look at the info.plist

#

in the frameworks / private frameworks directory

high citrus
#

okay

#

Found it (com.apple.BluetoothManager), thanks :)

spring agate
#

can you have multiple bundle id's in the filter? or is it limited to 1

primal perch
#

it’s a comma separated list

#

so yes, you can

spring agate
#

thanks

north ridge
#

@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

median pilot
shadow rapids
#

Is anyone here familiar or expert with certificate signings/xcode/macOS/IOS keychains?

grim sparrow
#

what are you trying to do

#

@shadow rapids

restive ether
#

your mom

grim sparrow
#

thank you methcat, that is really appreciated

restive ether
#

!

tepid olive
#

Inb4 they want to sign a jailbreak

grim sparrow
#

gm hayden

tepid olive
#

Gm

#

How r u

grim sparrow
#

ok

#

hru

tepid olive
#

Ur not evelyn

grim sparrow
#

lmfao

tepid olive
#

Im doin well how is the end of school going

grim sparrow
#

well

#

I might have no more lessons next week which is very poggers

#

tonight is gayming night though

tepid olive
#

Pog

grim sparrow
tepid olive
#

Ive been taking some time to go places with friends

grim sparrow
#

discordtyping anthxnv_ is typing...

shadow rapids
#

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

tepid olive
grim sparrow
#

i love the woah at the end

tepid olive
#

Its a friend of mines cousin’s apartment

grim sparrow
#

tf

tepid olive
#

We’re going there this saturday to go to the clubs then party

grim sparrow
#

the most interesting view I have is fucking sand

tepid olive
#

This was the pool

grim sparrow
restive ether
#

woah bro what are you doing at my house

grim sparrow
#

methcat

#

your input was not appreciated

tepid olive
restive ether
#

methcat international LLC

tepid olive
#

Saw a company arguing with a healthcare worker about artificial sweetener on instagram yesterday

primal perch
#

we need zig

tepid olive
#

we need zig

primal perch
#

so true

restive ether
subtle grail
tepid olive
tepid olive
primal perch
#

scoops meth and electric

#

@lethal ice $SME

upbeat wyvern
upbeat wyvern
#

@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

upbeat wyvern
#

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

#

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

faint timber
#

@tepid olive can zig compile rust code

upbeat wyvern
#

yes, by the shared cache slide

#

ASLR

lethal ice
next wadi
#

scoo

#

b

steady nest
#

do you need to extract the dylib?

#

can't you use IDA to look at it?

hardy glen
#

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

upbeat wyvern
#

That looks like tagged pointers, do you not have ida 7.5?

faint timber
#

Who would not have ida75

#

Smh people

stuck wyvern
#

hopper pog

grim sparrow
#

eh

#

i swear capt has a license

#

what the fuck

hardy glen
#

why not just use ghidra

pearl sail
#

I mean you can you just can share a license

#

not hard or illegal

grim sparrow
#

it's technically against the license terms

hardy glen
#

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

#

..

pearl sail
#

Well that is their fault for not checking license activation or limiting how many devices can have access to the license

grim sparrow
#

well true

upbeat wyvern
#

Ghidra is pretty good yes

grim sparrow
#

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

tepid olive
pearl sail
upbeat wyvern
#

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?

signal sedge
#

yuup

#

u can just literally apply for student and u getg free education lisence

primal perch
#

just use layout subviews bro

next wadi
#

it do be like that

next wadi
#

matt is drunk
Capt Inc
#0001
DM me the word "orange"

#

Christian
propr
#1001
DM me the word "orange"

twilit jungle
#

btw the instance of the legibility settings could be shared across multiple CS elements

#

true

#

no work how?

primal perch
#

i have the leaked bird poop source code please pay $500 to access it

twilit jungle
#

Bet, @lethal ice will send money. Please send sauce.

#

I recommend [redacted]

restive ether
#

true

twilit jungle
#

Why do you need to extract?

primal perch
#

i agree

#

[redacted] is much better

#

bro just like

#

parse it

twilit jungle
#

uhh , tbds are a thing for sdks... much easier too.

primal perch
#

and then use fwrite to dump the bytes

#

easy bro

twilit jungle
#

For disassemble ask Jiang for new version

primal perch
#

just dont use macos

twilit jungle
primal perch
#

its standard on *nix based so its bad

#

windows or bust

twilit jungle
#

[redacted] best header generator but its owned by [redacted] LLC

twilit jungle
#

F[redacted]

primal perch
#

is it the [redacted] made by [redacted] or the one made by @twilit jungle

#

oh that redacted

twilit jungle
restive ether
#

capt [redacted]

twilit jungle
#

Try muirey’s extractor unless he never released it

faint timber
#

why are you repeating what your mother said to me last night

lethal ice
#

why would i want a shitty tweak like that

primal perch
#

true

lime pivot
#

tfw you accidentally leak that you’re not an incorporated entity fr

nimble parcel
#

@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

tepid olive
#

@nimble parcel You no check dm sadCat

faint ermine
#

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

chrome plover
#

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.

serene dragon
primal perch
#

wtf

serene dragon
#

Reward: something to sugon

primal perch
#

sugon dis dick

late ridge
#

nagatoro be like we do a little trolling

hearty patrol
#

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.

chrome plover
solemn quiver
upbeat wyvern
indigo peak
#

objective c discord library wen

dawn dome
prisma lance
#

hello i can downgrade ios 14.5.1 to 14.3 iphone XR

dawn dome
#

and why ask here

prisma lance
#

oh sorry bro

indigo peak
#

why

grim sparrow
#

why not

#

it was very helpful for me

indigo peak
#

but like

#

swift smelly

dawn dome
#

Idk why y’all even hate it

indigo peak
#

well to be fair

#

objective c and swift are both smelly

twilit jungle
dawn dome
high citrus
#

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?

high citrus
#

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

indigo peak
#

a sunk cost fallacy is starting to occur

tepid olive
#

why does oslog segfault as soon as I lock the screen?

indigo peak
#

better stability and less battery drain are pretty big pros if you ask me

high citrus
indigo peak
#

and its not a waste if you gained experience from it

tepid olive
#

yes

#

also in NewTerm though

indigo peak
#

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

tepid olive
#

yeah it does get laggy but it still responds usually

indigo peak
#

hmmm

#

what userf did you ssh under

#

mobile or root

stuck wyvern
#

never run as root by default

tepid olive
#

I used root just because oslog needs it

#

but sudo as mobile results in the same issue

#

Whats the log say

indigo peak
#

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

tepid olive
#

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 fr

#

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

tepid olive
tepid olive
#

oh

#

doesn't show up in Cr4shed fr

#

Hmph

#

not in /var/mobile/Library/Logs/CrashReporter either

high citrus
#

but it might be less locked to Sony headphones, so maybe better scalable

next wadi
tame plinth
#

Salam alaikwm

weary heath
#

True

indigo peak
#

Me too

faint timber
#

Spamming skip and back in SoundCloud crashes springboard wtf

grim sparrow
#

There are ways to crash springboard with UIKit

tepid olive
#

how would I dismiss the cover sheet programmatically from a tweak?

peak quartz
tepid olive
#

no, it's unlocked

peak quartz
tepid olive
#

yes

peak quartz
#

requestunlock

#

[[NSClassFromString(@"SBLockScreenManager") sharedInstance] lockScreenViewControllerRequestsUnlock];

tepid olive
#

ah yes, that works

#

(what's the reason for using NSClassFromString there?)

primal perch
#

get class at runtime

#

you can also just link with the framework its in

#

or use objc_getClass

tepid olive
#

ah I see

#

I already had SpringBoard linked because other classes threw me an error

misty cradle
primal perch
#

wtf

#

gm bro

misty cradle
#

gm

primal perch
#

true

misty cradle
#

I will leave again, I had to say something.

primal perch
misty cradle
#

Tr1 back on 31st of March

#

may*

#

It’s not March anymore

primal perch
misty cradle
primal perch
#

same

upbeat wyvern
#

What’s with that guy’s fingernails

primal perch
#

he does a little painting

primal perch
#

yea

tepid olive
#

I already put the SpringBoard hooks in a different hook group that only loads into SpringBoard but linking breaks it again

primal perch
#

well

#

just use %c

peak quartz
#

yep

#

was bout to say that

#

smh it taking 15 mins already

#

imaabout to SIGABRT this shit

tepid olive
#

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

misty cradle
#

Isn’t there a notification for it

#

One sec let me check

peak quartz
#

i was doing stuff on that area

tepid olive
#

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

misty cradle
#

`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
}
}`

tepid olive
#

it's very weird because if I lock from the home screen or inside an app, it's fully properly locked

misty cradle
#

Idk if this is useful

peak quartz
misty cradle
#

on the else screen is turned off

peak quartz
#

[[%c(SpringBoard) sharedApplication] _simulateLockButtonPress];

misty cradle
#

But there are better ways I think

tepid olive
#

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

misty cradle
#

F

primal perch
#

@misty cradle safeValueForKey

#

did they use rust for it

lethal ice
misty cradle
#

Kill rust

#

Burn it

lethal ice
#

true replace it with c++

#

safe

misty cradle
primal perch
#

gm

#

true

#

@lethal ice

lethal ice
#

true

primal perch
lethal ice
#

old pic but tru

primal perch
#

no bro rn

lethal ice
#

wtf

#

proof

primal perch
#

i’m waiting in cad rn

#

car

pearl sail
#

wait a min

#

You aren't a charmeleon?!?!

peak quartz
#

state 1/3: locked/unlocked but still on lockscreen

#

switch case on this [self lockState], cases 0-3

tepid olive
#

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

primal perch
#

rip

grim sparrow
#

this channel survived the raid

#

poggers

random hearth
#

they used a bot?

trim plover
#

yes

gentle grove
#

BOBA

trim plover
#

their website is trash

#

looks horrible

tepid olive
#

hyperspammer.com - Discord raiding as hyper as never before

gentle grove
#

hyperspammer.com - Discord raiding as hyper as never before

primal perch
#

true bro

#

hyperspammer.com - Discord raiding as hyper as never before

random hearth
#

hyperspammer.com - Discord raiding as hyper as never before

jolly zenith
#

oh lawd

random hearth
#

Wait are we raising ourselves

cobalt bronze
#

¯_(ツ)_/¯

tepid olive
#

hyperspammer.com - Discord raiding as hyper as never before

trim plover
#

Great

jolly zenith
#

i dont think so

trim plover
#

no

#

dontp

primal perch
#

whitename immigration

trim plover
#

pls

#

no

tepid olive
#

whats happening?

#

whats happening?

trim plover
#

rais

gentle grove
trim plover
#

Raid

jolly zenith
#

raid

muted pagoda
#

Well..

trim plover
#

Wow

#

gud jop

cobalt bronze
#

oh no

tepid olive
#

hyperspammer.com - Discord raiding as hyper as never before

trim plover
#

FUCK

gentle grove
#

god

random hearth
#

Ah fuck

cobalt bronze
#

fuck

random hearth
#

well

primal perch
#

we tried

cobalt bronze
#

oh

grim sparrow
#

omg

primal perch
#

we do a little bit

grim sparrow
#

i swear to god

ruby stratus
#

@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

grim sparrow
#

i fucking jinxed it

tepid olive
#

SHUT THE FUCK UP

ruby stratus
#

@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

dense hatch
#

spam lol

ruby stratus
#

@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

tepid olive
#

lock it all~!!

#

PLEASE

random hearth
ruby stratus
#

@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

swift fiber
#

bruh

urban badge
#

yall dont even have a full server lock down?

ruby stratus
#

@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

tepid olive
#

joe

naive kraken
#

😂

grim sparrow
naive kindle
#

<@&355145545242902548>

half cedar
#

dang!

languid sleet
#

oop

ruby stratus
#

@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

late scaffold
#

woah

proven wind
#

There doing every channel

dense hatch
#

we are being raided lol

cobalt bronze
#

probably the only time i've ever gotten pinged

tepid olive
#

hyperspammer.com - Discord raiding as hyper as never before

rustic oar
stark silo
#

here we go again

tepid olive
#

brih

worn steppe
#

raid i guess

tepid olive
#

hyperspammer.com - Discord raiding as hyper as never before

#

HELP

stable gull
#

<@&355145545242902548> You mind DMing me so I can help with this

late scaffold
#

jesus christ

tepid olive
#

hyperspammer.com - Discord raiding as hyper as never before

#

hyperspammer.com - Discord raiding as hyper as never before

restive ether
#

oh

half cedar
#

go crazy ig

tepid olive
#

hyperspammer.com - Discord raiding as hyper as never before

restive ether
#

!lock

tepid olive
#

hyperspammer.com - Discord raiding as hyper as never before

#

hyperspammer.com - Discord raiding as hyper as never before

muted pagoda
#

Lock the server down!

tall coral
#

damn 😳

restive ether
#

did it lock

#

alright

#

well whoever spam raided

#

you’re a fucking a loser

#

touch grass

restive ether
#

@tepid olive do it work

#

!unlock

#

how about now

#

bitch

#

you might have to restart clients

#

idk

#

i hate discord

tepid olive
#

lol

#

nuts even

grim sparrow
#

first

primal perch
restive ether
#

didn’t realize whoever did it overrode permissions

primal perch
#

can we lock this channel to orange name and higher

grim sparrow
#

im a girl

primal perch
restive ether
#

yes

tepid olive
primal perch
#

pre mantely

#

non white people

#

white names*

tepid olive
#

can we have non-whitename channels

primal perch
tepid olive
#

ok

primal perch
restive ether
primal perch
#

you can inspect channel names without the role itself

#

because discord security

#

so i didnt leak anything

restive ether
next wadi
#

allah calculator

primal perch
#

just shit design basically

restive ether
primal perch
#

good

next wadi
stuck wyvern
#

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

restive ether
#

maybe they should just make a good app

primal perch
#

too hard

stuck wyvern
#

the whole damn list is loaded via the api and filtered on the client

primal perch
#

they should use rust so it doesnt crash

next wadi
#

so discord woke up and decided to do crack today

primal perch
#

rust = safe

stuck wyvern
#

Capt would hate it somehow

primal perch
next wadi
stuck wyvern
primal perch
#

js

next wadi
stuck wyvern
#

I thought capt hated swift

primal perch
#

discord uses over 100 threads on my windows pc

next wadi
#

wen eta finish stella @primal perch

primal perch
#

100 different threads managed by the OS

#

for one chat app

next wadi
#

true

stuck wyvern
#

it is

#

on android

next wadi
stuck wyvern
#

it Makes no sense like

#

if you're going to use a cross platform framework

primal perch
#

threads is 2nd to the right

stuck wyvern
#

at least use it cross platform

primal perch
#

59 + 36 + 13 + 7*3

stuck wyvern
#

???

primal perch
next wadi
primal perch
#

they really needed 129

next wadi
#

fs.writeFile("cock", "balls");

#

lemme check mine

primal perch
#

way too much

#

IO read / io write lmfao

stuck wyvern
#

my m1 is still in shipping pepecry

primal perch
#

225 mb

west grove
#

N

#

L

next wadi
#

im dead

stuck wyvern
#

it does

next wadi
#

its usin

#

1/8

#

of my memory

#

nope

#

im out

primal perch
#

tldr discord app = ass

next wadi
stuck wyvern
#

it also uses more ram

primal perch
#

if you use release over canary though youll save like 100-200mb

#

of ram

next wadi
#

mine is over

#

1 gb

#

of ram

#

im DEAD

next wadi
#

DECEASED

primal perch
#

just use the release bro

#

its slightly more optimized

stuck wyvern
#

remember Skype is also electron now

primal perch
#

than the canary shit

stuck wyvern
#

so it ain't better

gentle grove
next wadi
gentle grove
#

your mother does too

next wadi
stuck wyvern
#

TestFlight gang

primal perch
#

perfectly normal bro trol

next wadi
west grove
#

Why

stuck wyvern
#

I should add that to my tweak

#

you know what

#

I'll do that tonight

gentle grove
#

me installing discord_arch_electron

next wadi
primal perch
#

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

#

gave up

gentle grove
#

injectino

primal perch
#

injectino

#

true

stuck wyvern
#

my tweak does exactly that shep

next wadi
#

just kidding!

#

i did nothing!

primal perch
#

i uploaded the source 3 weeks ago

next wadi
stuck wyvern
#

but with a simplified system for patches

west grove
next wadi
#

shep and i were close man

#

like

#

so very close

#

🤏

#

because

#

uh

stuck wyvern
#

it just doesn't

primal perch
#

i didnt change the jsbundle ever

next wadi
#

we load the bundle on top of the original one

#

so there's two

stuck wyvern
#

I'm not changing it

primal perch
#

i just used the react runtime to load js

west grove
#

Me when

stuck wyvern
#

I create a patched file alongside it

next wadi
#

yea

west grove
#

Adding js to procursus

next wadi
#

react has a method for it

stuck wyvern
#

and tell Discord to load it

next wadi
stuck wyvern
#

instead of the original file

gentle grove
#

discord is using 423 MiB of ram on release, it was 700 on canary

#

now to insatll goosemod

stuck wyvern
#

and it just takes it

valid venture
#

[[nodejs]] something something I did it first?

faint lionBOT
#
nodejs

evented I/O for V8 javascript - runtime executable

Author

Hayden Seay

Version

14.13.1

Price

Free

Repo
More Info
next wadi
valid venture
#

aw rip

west grove
#

What

next wadi
#

im at your mothers house

primal perch
#

oh ye here it is

next wadi
#

dam

primal perch
#

ntrol

restive ether
#

no problem

gentle grove
#

7z

next wadi
#

i shouldve left a comment in the code

#

// mono was here

west grove
#

Wait is @valid venture apollo? Or am I high

primal perch
west grove
next wadi
restive ether
next wadi
west grove
#

I never knew

#

….

next wadi
#

i mean

#

coke

#

ok

lapis vessel
#

Who ghost ping?

#

Oh

next wadi
#

i didnt get pinged at all

primal perch
#

im gonna do a ghost ping

lapis vessel
#

I got 3 pings

next wadi
lapis vessel
#

ghost pinging the ghost

primal perch
rigid gate
#

bruh 3 ghpst pings

lime pivot
#

redrawn version

#

nobody notices the difference but anyway

tepid olive
#

Notice

#

uhh4k sucks

primal perch
#

so true

tepid olive
primal perch
#

crisp

#

and clean

restive ether
tepid olive
#

Deny modernity uhh4k
Embrace tradition uhh

primal perch
#

based

stone hull
#

why do i keep getting pinged

stone hull
#

Lol i'm not stupid

#

I mean in the text channels

lime pivot
#

no, read the announcements

stone hull
#

OH lmao sorry

stuck wyvern
#

lmaoo

stone hull
#

Hm I see

flint pasture
#

wow this is the most i have ever been pinged

lime pivot
#

lol it's ok

flint pasture
#

makes me actually feel important

stuck wyvern
#

Y'all unlucky

#

I didn't get a single ping

lilac wolf
#

what if oyu're unlucky, and we're lucky?

lime pivot
#

not like having a dozen invisible pings is fun

restive ether
#

you don’t like ghost pings brotha terminal dev

stuck pier
#

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

primal perch
grim sparrow
#

This is what we call a raid

tepid olive
grim sparrow
pearl sail
#

pay me please

tepid olive
#

hyperspammer.com - Discord raiding as hyper as never before

silver rampart
#

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

dawn dome
silver rampart
#

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

haughty bear
#

damn

tepid olive
#

dis channel is a dumpster fire

silver rampart
dawn dome
#

mhm

silver rampart
#

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"

dawn dome
#

I’m gonna stay out of this

#

continue tho

silver rampart
#

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

haughty tulip
#

It is I

#

Ava, your local gay

#

Now what is going on here

#

Heyo

tepid olive
#

You're very mad aren't you @silver rampart

#

Justified though but yeah

haughty tulip
#

Please respect that.

silver rampart
tepid olive
#

fair enough

silver rampart
#

kinda done just sitting and taking this

dawn dome
silver rampart
#

I wanted it to die months ago, but they keep perpetuating this shi5

restive ether
#

man

silver rampart
#

the Amy situation was the only one that went public

tepid olive
#

Who the fuck is DanielVolt though

#

burrit0z?

#

or are they a separate person entirely

silver rampart
#

I am not going to post any of the other conversations without permission of the recipients

#

but Amy wasn't the only one

silver rampart
dawn dome
#

I guess we’ll just wait this out, then

restive ether
tepid olive
#

In simple terms:

You don't like Daniel and Burrit0z and they both are a dick to you.

silver rampart
#

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

restive ether
#

long copium line

#

lol

#

ouch

tepid olive
#

seethium

silver rampart
#

even ren agrees lol

tepid olive
#

is that Ren?/

#

ren = burrit0z

#

right

silver rampart
#

yes

restive ether
lethal kayak
#

cope

#

seethe even

tepid olive
#

seethe

#

Velox Reloaded Reborn Remastered 4: Electric Boogaloo

silver rampart
median pilot
tepid olive
#

If you need to rewrite your code that many times then you have issues or severe OCD

restive ether
silver rampart
#

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

lethal kayak
restive ether
silver rampart
#

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

dawn dome
haughty tulip
dawn dome
#

drop it

haughty bear
#

wait isn’t krit the dev of homeplus?

tepid olive
#

longer line

lethal kayak
#

how are your emotes so bad

tepid olive
#

lets go

lethal kayak
silver rampart
restive ether
haughty bear
#

nfr

haughty tulip
restive ether
#

i’m methcat

lethal kayak
#

cope

#

cope

#

cope

haughty tulip
#

copamine

median pilot
#

in my defense i was tired

restive ether
#

colombus is requesting the drop

haughty tulip
#

copium