#development

1 messages ยท Page 97 of 1

hexed knot
#

but zefram is not a zeframhooker*

frail cedar
#

do you have sex with it

harsh junco
harsh junco
pearl sail
#

That shit canโ€™t hook swift

#

Or Java

#

Or C

harsh junco
#

That shit canโ€™t hook asm

acoustic imp
#

would this be for if i was like making an app? or do i need to do this for tweaks to?

#

(read all ur explination mesages, i kinda get it but not rly)

hexed knot
#

It works for both

#

Objc is objc, whether itโ€™s an app or a tweak

#

If you really think about it tweak dev really is kinda just parts of app dev

hasty ruin
slender glade
#

I think you're going to hell for writing this

hasty ruin
#

Fr

#

also for being a swiftui user

native orbit
#

write everything in arm64 asm for the true dev experience

native orbit
#

real dev i see

brazen timber
#

NUH UH

native orbit
#

my current project already like 1200 lines of arm64 asm lol

#

real shit

acoustic imp
#

proof

native orbit
#

sometimes C just aint enough

#

.s user ๐Ÿค

worldly sundialBOT
#

Hi staturnz, welcome to .fmbot.
To use this bot you first need to add your Last.fm account.

Please use the </login:928593006293037113> command. The bot will then send you a link so you can connect your Last.fm account.

acoustic imp
#

kewl

native orbit
#

you can use so many diff ones

worldly sundialBOT
#

Hi D1 Racist of Kirbistan, welcome to .fmbot.
To use this bot you first need to add your Last.fm account.

Please use the </login:928593006293037113> command. The bot will then send you a link so you can connect your Last.fm account.

native orbit
#

mfs be using .asm or .S

brazen timber
#

.S is for preprocessed asm

worldly sundialBOT
brazen timber
#

.asm is just nonstandard

native orbit
#

iirc .sx is preproc as well

worldly sundialBOT
#

Hi D1 Racist of Kirbistan, welcome to .fmbot.
To use this bot you first need to add your Last.fm account.

Please use the </login:928593006293037113> command. The bot will then send you a link so you can connect your Last.fm account.

native orbit
#

fuck this bot

brazen timber
#

xcode is also xcode

native orbit
#

this is true

#

uncommon xcode W

brazen timber
#

true true

native orbit
#

.x?

#

.xm

brazen timber
#

true except remove m and mm

native orbit
#

hate using cpp

brazen timber
#

better than objc

native orbit
#

sometimes eaiser to undestand by going to asm -> c

#

objc wins

brazen timber
# native orbit hate using cpp

To be fair, you have to have a very high IQ to understand C++. The footguns are extremely subtle, and without a solid grasp of turing complete template metaprogramming most of the STL will go over a typical programmer's head. There's also C++'s object model, which is deftly woven into the standard library - its architectural philosophy draws heavily on Simula literature, for example. The Wizards understand this stuff; they have the intellectual capacity to truly appreciate the depths of this language, to realize that it's not just better than C in every way - it says something deep about LIFE. As a consequence people who dislike C++ truly ARE idiots - of course they wouldn't appreciate for instance, the truth in C++'s existential catchphrase, In file included from /usr/include/c++/4.6/algorithm:63:0: /usr/include/c++/4.6/bits/stl_algo.h: In function โ€˜_RandomAccessIterator std::find(_RandomAccessIterator, _RandomAccessIterator, const _Tp&, std::random_access_iterator_tag) [with _RandomAccessIterator = gnu_cxx::normal_iterator*, std::vector > >, _Tp = int]โ€™: /usr/include/c++/4.6/bits/stl_algo.h:4403:45: instantiated from โ€˜_IIter std::find(_IIter, _IIter, const _Tp&) [with _IIter = gnu_cxx::normal_iterator*, std::vector > >, _Tp = int]โ€™ /usr/include/c++/4.6/bits/stl_algo.h:162:4: error: no match for โ€˜operator==โ€™ in โ€˜first.gnu_cxx::normal_iterator::operator* with _Iterator = std::vector*, _Container = std::vector >, gnu_cxx::normal_iterator::reference = std::vector& == __valโ€™ which itself is a cryptic reference to ISO/IEC 14882:1998. I'm smirking right now just imagining one of those addlepated simpletons scratching their heads in confusion as Bjarne Stroustrup's genius wit unfolds itself in their terminal. What fools... how I pity them. ๐Ÿ˜‚

native orbit
#

its reliable

#

like uikit

#

not s***tui

native dune
#

You didnโ€™t censor enough of it

#

*******

hexed knot
#

.s last Christmas lil tjay

worldly sundialBOT
native orbit
#

tihmstar does

harsh junco
hexed knot
#

Cpp is good

slender glade
#

not a lot imo

slender glade
brazen timber
#

lol

#

me ๐Ÿ’ช

#

and @primal perch

#

๐Ÿ’ช

slender glade
brazen timber
slender glade
#

dude nobody likes using cpp

brazen timber
#

false.

#

cpp prayge

slender glade
#

okay buddy.

acoustic imp
#

Why does it do this and how can I change the y with it staying ?, itโ€™s a UILabel, if someone could jus explain it in English ?

brazen timber
#

im sure we can agree that nobody likes using swift

acoustic imp
harsh junco
brazen timber
#

that's a better start than most introductory shit

slender glade
hexed knot
#

What are you asking exactly

acoustic imp
#

i want to change the like CGRect y for the UILabel

#

and have it be like stactic

hexed knot
hexed knot
acoustic imp
#

i would like to, but idk how

hexed knot
#

You would not like to

#

Unless this tweak is for you only

slender glade
#

yeah use NSLayoutConstraint

acoustic imp
#

/right

hexed knot
#

No

#

You want to use constraints

acoustic imp
#

ok, well idk, il go figure that out

hexed knot
#

Getting something to work means writing the backend before the frontend, you dont want to make the whole ui with hardcoded values and then switch to constraints

acoustic imp
#

ok

#

but why?

hexed knot
#

Why would you

acoustic imp
#

jus so i can see it then go figure out NSLayoutConstraint

hexed knot
#

If you want to design how it will look before making it, thats what a pencil and paper is for

slender glade
#

when you hardcode x/y values the UI will look horrendous when it's updated with more content

#

NSLayoutConstraint ensures this does not happen

hexed knot
#

Im starting to move over to programs nd shit

acoustic imp
#

its just the music player elapsed time thing, i just want to harde code the y and then like can i shift the x over from where it is?

hexed knot
#

Like i started using draw.io recently for flowcharts

#

Used to use pencil and paper

acoustic imp
#

like can i use a mix of NSLayoutConstraint and hardocded stuff?

brazen timber
hexed knot
#

On god

slender glade
hexed knot
#

Think about it

#

250,250 is at a different spot on an ipad than an iphone

slender glade
#

even on iPhones

hexed knot
#

250,250 is at a different spot on an iphone 15 than an iphone 15+

slender glade
#

exactly

acoustic imp
#

ok

frail cedar
hexed knot
#

Cgrect alloc init ๐Ÿ˜ญ๐Ÿ˜ญ

slender glade
#

CGrect is a struct

#

you cannot do alloc init on that

frail cedar
#

Ah

hexed knot
#

Cgrect joe = cgrectmake(250,250,250,250);

slender glade
#

you have to use a function like CGRectMake or make it manually

frail cedar
#

The extent of my UIKit use is UITextView and UITableView and co. currently

hexed knot
#

If you use chad swift u got init();

#

So u were half right

#

do yall fw the vision or nah

slender glade
#

"This ainโ€™t your JS-of-the-week"

pearl sail
#

Donโ€™t care still ass

frail cedar
proper reef
proper reef
#

tfw failed to register coresimulator

sonic totem
#

You need to free up loads of extra storage

proper reef
#

i have 80 gb free

sonic totem
#

lol

#

Xcode moment

frail cedar
#

@radiant idol any news on if OOP is the CGRectMake???

frail cedar
#

HOLY SHIT

proper reef
#

installing iOS simulator on my mac:
it says its incompatible with this xcode version
installing iOS simulator on mac VM:
appleconnect error

proper reef
#

welp

dreamy mason
#

Hello dev, after I changed my battery on my iPhone Xs, my phone started to slow down. I was curious if there's ANY tweak that can prevent this, as it's just a serial number being read from the BSM (Battery Management Service), I held a iPhone 8 next to it, and it literally is faster which shouldn't be the case, as the iPhone Xs is 2 generations newer...

dreamy mason
#

I tried to find a work-around, but that is not working. Found the .plist of the battery and tried to change the Serial Number value to the old one so it thinks it still has the old battery inside, but after a userspace reboot it just goes back to whatever serial number it was.

hasty ruin
#

Have you calibrated the new battery?

#

It could also just be defective, and unable to deliver enough power hm

dreamy mason
#

I have this battery for a while

#

It's not the battery

#

Apple just breaks things down once it notices it does not have the original stuff

dreamy mason
#

Or why it does not stay whatever I've set there?

acoustic imp
#

Itโ€™s just showing not control ig

dreamy mason
#

What?

acoustic imp
#

Itโ€™s just a logโ€ฆ?

dreamy mason
#

I have also replaced it somewhere else, 1sec.

#

I think I have to debug where it reads this from

#

But how? I have really no knowledge about this stuff.

drifting heron
#

ugh Apple can we have another signing party

#

I want to jump to iOS 16.5

granite frigate
#

skill

drifting heron
#

Iโ€™m on 16.1.1

timid furnace
#

pretty self explanatory

steady nest
#

lol goated site

wicked summit
#

gm

dreamy mason
#

What the fuck...

#

Apple is so fucking weird

#

I changed my Battery's serial number to its original serial number, and still it says Unknown Part.

timid furnace
#

uh

#

how

dreamy mason
#

What how?

timid furnace
dreamy mason
timid furnace
#

stuff is probably not reading it from the file

timid furnace
#

there's probably certs

dreamy mason
timid furnace
dreamy mason
#

Here I attached my battery to the device called Qianli iCopy Plus, then connected the device to my PC, and changed the serial number.

#

Even in the tool that we're not allowed to talk about says it's original ๐Ÿคฆ๐Ÿปโ€โ™‚๏ธ

#

Look

native orbit
#

did you match everything one for one?

dreamy mason
#

Yeah ofcourse

#

1sec

hasty ruin
timid furnace
#

censorship!!!

hasty ruin
dreamy mason
native orbit
#

๐Ÿฆ…

dreamy mason
# dreamy mason

Read value was F8Y1052068QJT0QBP, so I re-programmed the serial number with the Qianli iCopy plus, and now it's the old value which is good.

#

Now if I changed the serial number, HOW does Apple decide if the battery is original or not? feelsthinkingman

#

I don't think it's the serial number...

dreamy mason
native orbit
#

it might be checking manufacturer and dates as well

dreamy mason
native orbit
#

oh

hasty ruin
#

-[BCBatteryDevice isFake]

dreamy mason
#

Look at the date of the ex-factory value and read value

native orbit
#

you try a restore?

hasty ruin
#

just do some runtime trollery

dreamy mason
radiant idol
#

is this real

hasty ruin
#

yes

dreamy mason
#

What's that?

dreamy mason
native orbit
#

might be cooked then

dreamy mason
hasty ruin
#

idk if thats all that's used

#

probably not

#

but it's an objc method

#

can hook it with a tweak

dreamy mason
#

Its crazy honestly..

granite frigate
#

C-objective

dreamy mason
#

New ! Important Battery Message Removed With Soldering Iron.
You do NOT need the welding machine now to fix this.

We once demonstrated how to remove iPhone 11 Important Battery Message two months ago. It took about half an hour and a spot welding machine was needed. In this video, we share an improved way, which takes only 3 minutes, much more ...

โ–ถ Play video
#

Look at this

#

You have to solder the fucking old BMS on the new battery cell in order to avoid this "Non-genuine battery" notification

hasty ruin
#

@tender imp BMS

dreamy mason
#

Apple is so shit with repairs

tender imp
dreamy mason
primal perch
#

fuck apple

granite frigate
#

anyone wanna watch party the 37c3 talk

#

itโ€™s in like 12 hours

#

im so fucking excited

hasty ruin
#

13:45 gmt

granite frigate
#

yeah

sonic totem
granite frigate
#

we UP

sonic totem
#

They wonโ€™t get it ๐Ÿ”ฅ

visual meadow
hasty ruin
#

i'll get up early for it

granite frigate
hasty ruin
granite frigate
#

i already have a 14 pro then i bootlooped

#

๐Ÿ”ฅ

visual meadow
#

kid named mobilegetstalt

#

anwyays

hasty ruin
#

is dynamic island useful yet

granite frigate
#

hmm i was considering just getting a xs

native orbit
#

16.1 14p pointandlaugh

radiant idol
#

fr

visual meadow
#

probably hook into backboardd or something

#

to get rid of it

#

i think its backboardd

radiant idol
#

is the dynamic island the oop

granite frigate
#

oop for the round cgrect

hasty ruin
native orbit
radiant idol
hasty ruin
#

actually cant wait to have a jailbroken island ๐ŸงŒ

visual meadow
#

the only thing i use the dynamic island for is pausing and changing music

granite frigate
#

tweak it to add a goose on the island

hasty ruin
#

RUNE IN THE ISLAND

radiant idol
#

NO

hasty ruin
#

YES

radiant idol
#

BAD IDEA

granite frigate
#

malware in the island

hasty ruin
#

ky

native orbit
#

all i want is remove icon labels intjpray

radiant idol
#

true true

native orbit
#

ugly ahh shadows

granite frigate
#

iOS 15 changed the labels to have shadows instead of just black

radiant idol
#

trueee

radiant idol
#

on iOS 15 it's normal

granite frigate
#

Hmm

hasty ruin
#

i wouldnt know

acoustic imp
hasty ruin
#

not seen labels in years

radiant idol
#

real

#

five icon dock so good

hasty ruin
hasty ruin
#

every time

radiant idol
#

is five icon dock the oop

hasty ruin
#

(jb folder)

acoustic imp
hasty ruin
#

jb folder always goes in middle of 5 icon dock

radiant idol
#

what is a jb folder

hasty ruin
#

jb apps

radiant idol
#

is that like ur homework folder

hasty ruin
radiant idol
#

oh

#

okok fair

hasty ruin
#

does bolders work on ios 16

radiant idol
#

yes

proper reef
#

jb folder is OOP isnโ€™t it?

native orbit
#

everyone got the jb folder

hasty ruin
#

no it doesnt

#

bolders reborn does

radiant idol
#

idiot

hasty ruin
#

YOU

#

mf

radiant idol
#

you're literally british

hasty ruin
#

i have more jb apps than swiftui apps

#

๐Ÿ’ช

proper reef
#

death to swiftui

native orbit
#

zero swiftui apps Wholesome

radiant idol
native orbit
proper reef
hasty ruin
#

๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค ๐Ÿด๓ ง๓ ข๓ ฅ๓ ฎ๓ ง๓ ฟ ๐Ÿ’ช ๐Ÿ‘ ๐Ÿค

radiant idol
#

i like the icon tho

#

(i made it)

native orbit
#

that repring thing idk what going on with it

radiant idol
#

TweakSettings

acoustic imp
radiant idol
#

poor antoine icon

acoustic imp
drifting heron
hasty ruin
#

fixed in 1.1 fr

radiant idol
#

i wonder whath this is

hasty ruin
#

xina 2

acoustic imp
radiant idol
#

its on chariz

acoustic imp
#

idk where to put it

native orbit
#

xina chat

radiant idol
#

it looks awfully like a mix of dopamine and xina

#

๐Ÿค”

hasty ruin
#

hmm

#

call it

#

idk

radiant idol
#

what

#

how did it not filter

visual meadow
#

No filter

radiant idol
#

right

hasty ruin
#

gir is SO slow

#

๐Ÿ˜ญ

visual meadow
#

Oh

#

Nvm

hasty ruin
#

we only bypass piracy repo filter

#

i got jade from hackyouriphone repo

radiant idol
#

.

proper reef
acoustic imp
#

.

hasty ruin
#

see

#

no filter

#

๐Ÿ‘

acoustic imp
#

1

#

2

#

3

#

4

#

5

visual meadow
acoustic imp
#

6

drifting heron
#

@acoustic imp

acoustic imp
#

7

radiant idol
blazing warren
#

8

drifting heron
#

whats it called

native orbit
#

@radiant idol oh they dont use the /usr/bin/killall they just `sh -c 'killall -9 backboardd' lmao

blazing warren
#

9

acoustic imp
#

10

blazing warren
#

11

acoustic imp
#

12

blazing warren
#

13

hasty ruin
radiant idol
#

well i mean

radiant idol
hasty ruin
#

yeah but thats why it's filtered

acoustic imp
#

pinamine

proper reef
hasty ruin
#

else derootifier wouldnt be

native orbit
#

the /var/jb/bin/sh was patched correct tho

#

hmmmm

hasty ruin
visual meadow
radiant idol
acoustic imp
#

xina1

drifting heron
proper reef
#

i think its just filtered because its made by piracy people

acoustic imp
drifting heron
#

folder view UI

hasty ruin
radiant idol
#

on Chariz repo

drifting heron
#

thank you

radiant idol
#

STOP CENSORING ME

drifting heron
#

lmao

hasty ruin
acoustic imp
hasty ruin
#

no it says 8 apps

#

but there's 9

native orbit
#

oh nah they used NSTask to call /bin/sh to call killall -9 backboardd uhhsweat

radiant idol
acoustic imp
hasty ruin
#

nightware

proper reef
#

time to attempt to figure out how to get xcode to do it

acoustic imp
#

icrazeware

harsh junco
radiant idol
proper reef
native orbit
radiant idol
#

ez

drifting heron
#

cool tweak @radiant idol

native orbit
#

i can patch it out?

radiant idol
native orbit
#

nstask to posix_spawn patcher troll

hasty ruin
radiant idol
#

nah hold on

#

I think its for a different reason

proper reef
acoustic imp
#

oop it

proper reef
#

yes

hasty ruin
radiant idol
#

why not

proper reef
hasty ruin
#

it bypasses the hook

native orbit
#

hooking a tweak galaxybrain

hasty ruin
radiant idol
#

what

#

??

hasty ruin
#

calls posix_spawn weirdly

proper reef
#

i thought you said it was using nstask?

native orbit
radiant idol
#

/usr/bin/sh != /var/jb/usr/bin/sh

proper reef
radiant idol
#

oops

#

well thats also true

native orbit
#

is it linked?

#

to /bin

radiant idol
#

uhh

proper reef
#

/usr/bin shouldn't be linked to /bin iirc

radiant idol
#

lemme see if it's in /bin too

#

no

#

only df and ps

native orbit
#

fuck this bros respring button ong

proper reef
native orbit
#

they shoulda done it properly

radiant idol
#

๐Ÿคทโ€โ™‚๏ธ

radiant idol
acoustic imp
native orbit
#

did rest of the tweak work or nah? i forgot

radiant idol
#

yes

#

i think

radiant idol
#

it didnt

hasty ruin
#

@radiant idol now patch nexus rootful to rootless

native orbit
#

send deb

radiant idol
#

tro

hasty ruin
#

no need

proper reef
#

i have a question: how do i use simject without ios simulator (this is a joke btw)

hasty ruin
#

i think hider-of-root's patcher actually works on nexus

radiant idol
#

not static

native orbit
#

nightwind patcher better

harsh junco
#

How to be funny

radiant idol
#

statur patcher*

native orbit
#

real

acoustic imp
harsh junco
#

Zeframpatcher

radiant idol
#

no

native orbit
#

yes its oop

radiant idol
#

yes

#

ofc

#

oop

hasty ruin
acoustic imp
#

๐Ÿ˜ญ

radiant idol
#

oop my beloved

hasty ruin
#

only oop users get in

#

sorry

acoustic imp
native orbit
#

need adv dev back for non swiftui users

hasty ruin
#

real

#

@shut stag

#

edit pings dont ping right?

young meteor
#

interesting edit

harsh junco
#

Aaronโ€™t

visual meadow
hasty ruin
radiant idol
visual meadow
#

Oh ok

native orbit
#

i think you have to be invited to it?

#

idk

hasty ruin
#

yeah

radiant idol
#

yes

visual meadow
#

Yea i never got into that

native orbit
#

real real devs only ig

visual meadow
#

Oh well

acoustic imp
#

how i get it

native orbit
proper reef
#

oh nice i got ios simulator to run

radiant idol
harsh junco
#

Leak

visual meadow
#

If i find trollstore method install 16.6.1 i get in(

#

?

#

I doubt

sonic totem
#

Yes

hasty ruin
#

gm brit

visual meadow
#

Bro appeared

#

๐Ÿ’€๐Ÿ’€

acoustic imp
#

i learn oop i get in?

sonic totem
radiant idol
proper reef
hasty ruin
#

no its 1am

#

morning

sonic totem
#

I just stayed up too late working on private jailbreak project

harsh junco
#

3 am

visual meadow
radiant idol
native orbit
#

"yeah code in an oop lang":

uses swiftui

sonic totem
# hasty ruin morning

Canโ€™t wait to grab my cup of tea and watch a KTRR bypass be disclosed ๐Ÿ”ฅ๐Ÿ‡ฌ๐Ÿ‡ง

hasty ruin
#

for legal reasons my last message was a joke

hasty ruin
sonic totem
young meteor
sonic totem
proper reef
radiant idol
drifting heron
#

its 14:45 CET?

native orbit
hasty ruin
#

imagine directly attacking a researcher with spyware

sonic totem
#

Three different answers

hasty ruin
#

4 0days burnt

sonic totem
young meteor
hasty ruin
acoustic imp
#

span

hasty ruin
#

I SAID NO

radiant idol
#

๐Ÿ‡ฆ๐Ÿ‡ฒ ๐Ÿค

hasty ruin
#

oh ok

radiant idol
#

AND I SAID YES

sonic totem
#

@visual meadow find the install method

#

And you get access to secret channel

acoustic imp
#

if i make a ios 16 player tweak do i get chnalle?

radiant idol
#

yes you get chnalle

sonic totem
native orbit
sonic totem
#

Please upvote upvote

proper reef
#

time to go look for possible ways to move a binary onto an iphone

hasty ruin
native orbit
#

why is optools arg system so trash

radiant idol
#

what is an optools

hasty ruin
#

optool's

radiant idol
#

๐Ÿค“

hasty ruin
#

funny macho tool

native orbit
radiant idol
#

oh fun

harsh junco
#

opa tool

hasty ruin
#

is that the zepellin guy

native orbit
#

uses a 10+ year old objc cli arg lib

radiant idol
#

cring

hasty ruin
#

well yeah the project hasnt been touched in 6 years

acoustic imp
hasty ruin
#

lmao

native orbit
#

bouta just make my own

hasty ruin
sonic totem
#

@hasty ruin did you watch the Kingโ€™s speech on Christmas Day โ‰๏ธ

radiant idol
#

ah yes my beloved unreadable code

hasty ruin
#

fucking sausage fingers

sonic totem
#

Big W

native orbit
radiant idol
#

WHY DO LOW LEVEL DEVS NOT NAME THINGS PROPERLY ๐Ÿ˜ญ

#

WHAT IS p???>????

timid furnace
harsh junco
timid furnace
#

p is where to write

hasty ruin
radiant idol
#

what/E?GEKE:

proper reef
#

p means pointer

radiant idol
#

so just write ptr

#

its not that hard ๐Ÿ˜ญ

proper reef
native orbit
#

p is less chars tho

proper reef
#

too many keystrokes

radiant idol
#

ITS TWO MORE LETTERS

timid furnace
#

p is less characters

native orbit
#

two to many

timid furnace
#

therefore less code

proper reef
#

its THREE TIMES AS LONG AS p

timid furnace
#

therefore more secure

proper reef
#

THREE TIMES

hasty ruin
radiant idol
#

THEY COULD HAVE WRITTEN LENGTH_LIM HERE OR SOMETHING

radiant idol
#

BUT THEY DIDNT

native orbit
radiant idol
#

OR THAT

radiant idol
young meteor
harsh junco
proper reef
#

that's how i would've done it

native orbit
#

or

radiant idol
#

smh

hasty ruin
#

pretty obvious

acoustic imp
#

when i get devolper role

hasty ruin
#

i name my variables char

native orbit
radiant idol
acoustic imp
#

fop

radiant idol
young meteor
radiant idol
sonic totem
native orbit
hasty ruin
radiant idol
#

i can and i will

hasty ruin
native orbit
#

deleting str_patcher

radiant idol
#

NO

#

PLEASE

harsh junco
#

Why are we hating capt

native orbit
#

making it a paid

harsh junco
sonic totem
#

Anyone wanna write an exploit for MDC2?

radiant idol
#

is it going to be in OOP

hasty ruin
#

will drop mdc2 for sex

sonic totem
native orbit
#

oop exploit uhhsweat

radiant idol
#

LOL

young meteor
hasty ruin
radiant idol
#

write exploit in asm

hasty ruin
#

pOOP jb

indigo peak
#

๐Ÿ’€

harsh junco
radiant idol
acoustic imp
hasty ruin
#

there's someone with dev role who cant do that

indigo peak
young meteor
native orbit
#

create ur cfstring table by hand instead

hasty ruin
radiant idol
#

HEY

#

CENSORSHIP

hasty ruin
harsh junco
radiant idol
#

YOU'RE A CHEYOTE

young meteor
hasty ruin
#

nightwind the type of guy to use cfstringref in pure objc code

#

to look smarter

radiant idol
#

lets see

hasty ruin
young meteor
#

what are those words

radiant idol
young meteor
harsh junco
#

Iโ€™m going back to studying people

hasty ruin
radiant idol
#

Jade code leak

radiant idol
hasty ruin
#

it was for cfstring

native orbit
#

real mfs do struct __CFString *joe

hasty ruin
harsh junco
hasty ruin
#

i use sublime just for opening a file quickly

#

or note taking

radiant idol
proper reef
#

ok i am too lazy to look but what does an installation method for trollstore actually do

hasty ruin
native orbit
#

for no reason at all

radiant idol
hasty ruin
#

i also blame capt

#

last three pins in here are so good

harsh junco
#

GNU emacs + gcc + objc plugin >>> Xcode @radiant idol

radiant idol
#

ban

#

VS Code + clangd >>>>>>>>

hasty ruin
#

literal horse shit > xcode

proper reef
hasty ruin
#

depends on the method

acoustic imp
#

isn't "bootloop" supose to be under u0 to ?

#

or is cydia "bootloop"

harsh junco
radiant idol
#

if you try hard enough

hasty ruin
#

what is heartlines

native orbit
#

any1 else sitting on like 10 unreleased projects just sat in gh priv repos intjpray

radiant idol
acoustic imp
hasty ruin
#

priv vs public

native orbit
acoustic imp
harsh junco
radiant idol
proper reef
#

and whats the reason it cant be installed with normal ios installation mechanism?

native orbit
#

i got 2 whole ass jailbreaks in private ๐Ÿ˜ญ

native orbit
visual meadow
#

welp i just found something that might help with install method

hasty ruin
#

bro really wants to get into the oop chat channel

visual meadow
harsh junco
#

@radiant idol python via gcc

radiant idol
#

isn't "bootloop" supose to be under u0 to ?

hasty ruin
#

i made a tweak in python a while ago

proper reef
#

why cant TS be installed the normal way exactly

hasty ruin
#

it'll either be rejected

#

or not have permission to do shit

proper reef
#

rejected by what specifically

acoustic imp
hasty ruin
#

installd

acoustic imp
#

y so big

native orbit
#

here is something cursed

proper reef
sonic totem
hasty ruin
#

wait its a new day

gentle grove
hasty ruin
#

i can message people on ebay again

#

lets go

gentle grove
radiant idol
hasty ruin
#

5 people per day

gentle grove
#

๐Ÿ—ฟ

acoustic imp
proper reef
#

ok time to do something very stupid

radiant idol
#

@native orbit uh, the respring method seems to not be using sh

hasty ruin
#

ok no its 24h ffs

#

You've exceeded the maximum number of messages you can send in a day. Please wait until tomorrow to send more messages.

acoustic imp
#

This video reviews the fundamental concepts of Object Oriented Programming (OOP), namely:
Abstraction, which means to simplify reality and focus only on the data and processes that are relevant to the application being built; Encapsulation meaning that data and the programs that manipulate those data are bound together and their complexity is h...

โ–ถ Play video
harsh junco
#

Get cursed forever

#

@hasty ruin gnu

proper reef
#

iirc there was something about it not working as a random binary placed in an app bundle for some reason i forgot

hasty ruin
#

ios 16.2

#

but scratched

native orbit
hasty ruin
#

ffs

proper reef
#

can anyone tell me what that reason is

young meteor
#

thats dumb

acoustic imp
hasty ruin
hasty ruin
#

jade drm

radiant idol
#

.

harsh junco
#

Rune drm

acoustic imp
#

in objc, atributes are properties and operations are methods/functions?

radiant idol
radiant idol
native orbit
radiant idol
#

L

acoustic imp
radiant idol
#

?

acoustic imp
#

like across all oop languages?

radiant idol
#

ivar = instance variable

acoustic imp
#

ohhhhhhhhh

radiant idol
#

but we just call it ivar

#

for short

hasty ruin
#

free froyo

native orbit
#

iv

radiant idol
#

stop

native orbit
#

i

young meteor
#

any news?

radiant idol
#

_ _

harsh junco
#

Iv

radiant idol
#

the irony

acoustic imp
#

ts2

timid furnace
#

Anything that is a main executable gets run through code signing checks

hasty ruin
#

ok?

#

bypass them

acoustic imp
#

ivars are jus like numbers, or strings right?

hasty ruin
#

anything

acoustic imp
#

like an ivar could be a class

acoustic imp
#

or an object?

radiant idol
#

NSString is a class

#

too

#

lol

harsh junco
#

@radiant idol run

acoustic imp
#

so everything is an ivar

radiant idol
#

????????

harsh junco
#

run

radiant idol
#

I NEED TO GO

acoustic imp
harsh junco
#

@radiant idol

RUN WHILE YOU CAN

radiant idol
native orbit
#

need project ideas hm

radiant idol
#

make everything an ivar

native orbit
#

make life oop

radiant idol
#

true

hasty ruin
#

guys how many old ios jbs we gonna see from this ktrr bypass

harsh junco
native orbit
hasty ruin
radiant idol
#

trol

#

although I think they're good

proper reef
#

i have a question

radiant idol
#

its just being weird

native orbit
#

i dont think it broke, we just found tweak that dont work

radiant idol
#

that's fun

proper reef
#

does installd have the same code signing checks for those ios apps that have the apple watch apps built in or whatever

native orbit
#

90% success rate would be good enough

radiant idol
#

yes but the tweak does work with

#

uh

#

other patchers

native orbit
#

oh

#

but

#

its a ***** version

radiant idol
#

i mean yeah

#

but what difference does that make

native orbit
#

same bin?

radiant idol
#

yea

#

just repackaged

native orbit
#

i see

native orbit
radiant idol
#

no

#

uh

#

well I can't say it here but

#

it's the "symlink" patcher

hasty ruin
native orbit
#

frcoal

#

lemme charge the se2

radiant idol
#

alr lol

acoustic imp
#

pinamine

radiant idol
#

that

#

yes

acoustic imp
#

tho

radiant idol
#

we're not talking about that

acoustic imp
#

or u i think can manually patch a dyld or sm with the mac thing by evelyne

radiant idol
#

also barmoji is new abi

acoustic imp
#

oh

radiant idol
#

so no need

#

i manually checked

#

it's new abi

native orbit
#

that tweak even work on homebutton devices?

radiant idol
#

and by "manually checked" i mean i have a checker for it

radiant idol
proper reef
#

also RIP homebutton devices, apple will soon stop making them

radiant idol
#

although in the open source version something doesnt look right

#

in the ***** version the option is there

acoustic imp
#

whats the **** version ?

#

๐Ÿดโ€โ˜ ๏ธv?

faint stag
#

but wtf

young meteor
radiant idol
native orbit
hasty ruin
#

fr

native orbit
#

rune pre alpha

hasty ruin
visual meadow
#

i have successfully bootlooped a ios 17.0 iphone 12

#

somehow

radiant idol
#

classic nathan moment

buoyant apex
#

Dallas Rootless please, I need the link

visual meadow
#

i dont know how itwould bootloop

steady nest
hasty ruin
native orbit
#

fafo

visual meadow
#

Its shit anyways

hasty ruin
native orbit
#

๐Ÿ’€

radiant idol
#

bro

#

what

hasty ruin
#

tbf if i find a 14 pro like that on a good firmware i'd still buy it

#

i have a case on 24/7 anyway

radiant idol
#

yeah but still ๐Ÿ˜ญ

native orbit
#

should i sell mine

hasty ruin
#

I ONLY JUST SAW THE TAPE

#

๐Ÿ’€

radiant idol
#

nooooo

hasty ruin
#

i cant see them bc signed out

visual meadow
#

i might've found something good for an install method tho

hasty ruin
#

thanks elon

visual meadow
#

alfie says he has ideas for it

acoustic imp
native orbit
#

@hasty ruin just go to one of 234904 phone shops in the country

radiant idol
#

@native orbit

#

maybe this is why

#

lmao

#

/private/var

acoustic imp
radiant idol
#

who

#

why

acoustic imp
#

an 16.1.1 tho

hasty ruin
#

wtf do US sellers actually show the about page

acoustic imp
radiant idol
#

we're just better

acoustic imp
#

and most dont hide serial

hasty ruin
#

too bad their phones are carrier locked

#

wait shit american phones are esim only too

radiant idol
acoustic imp
#

i have like a few saved sllers that always put IOS versions

hasty ruin
#

or is that with the 15 series

native orbit
#

14

velvet path
hasty ruin
acoustic imp
drifting heron
radiant idol
#

uhh

hasty ruin
#

your malware broke it

#

gg

drifting heron
#

@hasty ruin doesnt your country have a local marketplace

radiant idol
#

he's in the Un*ted K*ngdom

hasty ruin
#

im away from home rn

#

remote ass area

drifting heron
#

oh

#

I mean sometimes the sellers come to you

acoustic imp
#

@radiant idol about my UILabel thing, its an object right? so like when u make the object u must define the CGRect stuff. how would i like set it after it was created?

native orbit
hasty ruin
#

i dont have fb so cant check marketplace on there

radiant idol
drifting heron
#

is fb the only thing u guys have

hasty ruin
native orbit
#

new

hasty ruin
#

black screen / no init

radiant idol
#

barmoji is new abi

native orbit
#

oh

hasty ruin
drifting heron
#

must suck

native orbit
#

that zenith shit was installed

radiant idol
#

even the ***** version

radiant idol
acoustic imp
native orbit
#

imma restrap

radiant idol
#

mk