#development

1 messages · Page 423 of 1

rocky token
#

Yeah I try to search that way but this is a completely new scenario I wasn’t expecting since all we learned in class was basic stuff. Then they’re like, validate all this data, make 6 different classes, and then print the exact same data for each class regardless of class and attributes, oh and write it to a file. Like I made a print function but I realize now it’s completely useless until I incorporate the stuff you’re talking about lol

tardy narwhal
#

yeah some teachers/ profs be like that lmao, your path would be still:
1.get class data
2. run comparisons
3. preformat a string with data
4. write string to file
5. repeat 2 until end

#

if you’re vigilant, please reuse the string instead of creating new strings every time

next wadi
#

my computer teacher's final assignment for us was a website that presented an alert

#

oh and it had to have like one sentence written out in html

rocky token
#

I think the last three steps will be easy once I get 1 and 2

next wadi
#

that was colored red specifically

tardy narwhal
#

yeet, you got this. Do check back with señor dgh0st as he’s the resident c++ maestro

primal perch
#

dghost when c++ bigbrain

#

and springboard

next wadi
#

where is mr gh0st

primal perch
#

playing mc probably

rocky token
#

Probably bed

next wadi
#

true

#

i figured out like a week ago that my minecraft wasnt running natively on my m1

primal perch
next wadi
#

i was getting 60 frames

#

now i get easily 200

rocky token
#

I’m not sleeping till my stuff is done. I have a project car to work on and limited weekend time left crabrave

next wadi
#

literally me

#

up at 3 AM

#

knowing i have HW

primal perch
#

200 is even more impressive when you realize it’s running a gimped as fuck opengl implementation

next wadi
#

but playing with PREFIXes and everything besides what i should be

primal perch
#

could easily be 600+ probably

next wadi
#

and its such a hacky solution too

#

literally have to use a custom JRE

#

and it practically only works with MultiMC

primal perch
#

apple opengl be like latvianpatrick

next wadi
#

yeah

#

but i read up on it

#

and there isnt a way to change it

#

:sadge:

primal perch
next wadi
#

me when my swift code still doesnt work after hours and hours of debugging

twilit jungle
#

To answer the c++ question, you shouldn't have to check class types. Simple inheritance and polymorphism is all you need.
In c++, you should avoid checking class types specially dynamic class types (there isn't a native way of doing that anyways so you'd be writing hacky solutions anyways).

#

@rocky token hopefully your professor has taught you inheritance and polymorphism.

faint timber
#

operator overloading TrollFront

#

"hacky"

twilit jungle
#

It wouldn't be operator overloading

#

The hacky part is getting the class type

rocky token
#

I’m going back through the polymorphism stuff

#

We never really did anything with it. Here’s the stuff. Do a practice. Alright moving on

twilit jungle
rocky token
#

I found a stackoverflow thread talking about cloning stuff and virtual functions and it reminded me about the small thing on polymorphism we did lol

twilit jungle
#

Nice

rocky token
#

Now it’s just using my monkey brain to make pointers and virtual functions work

twilit jungle
#

You can get away with not using pointers if you really wanted to

primal perch
#

int &x

twilit jungle
#

free(&memory)

primal perch
#

add rsp, 1048576

tepid olive
#

Hello jailbreak nation

primal perch
burnt niche
#

Do not buy backtrix lmao

#

Im not sure if its apples fault

tepid olive
#

Either way you deserve a refund as long as it was within the first 24h of purchasing

burnt niche
#

Yea i just got it 10 hrs ago

#

I was excited fr leave me alone

tepid olive
#

Messages that didn’t age well

#

Idk about you but the back tap thing wasn’t 100% reliable

#

Even in iOS 14

#

But then again I haven’t tried it since the betas so

#

Don’t take my word for it

burnt niche
#

Yea no

#

Its not even 40% reliable

tepid olive
#

It’s prob on the devs end tho

#

I don’t see how they couldn’t get it up to somewhat usable status

burnt niche
#

Its usable

#

It just doesnt recongnize taps after its not being used

#

And it takes like 10 tries to get it to work again

#

I am not sure since its ported over. Its probably not the devs fault

tepid olive
#

Yo do y’all know how to draw shit over apps

#

Because I had thoughts of a iOS speedrun timer

rocky token
#

Draw?

tepid olive
#

Look at the timer

#

So like

#

Always infront

#

Of all programs

rocky token
#

Idk. Might be easier to just record the screen and overlay a running timer in the video

#

It’d be more accurate to measure a speed run anyways since you have less of a delayed reaction to hitting go and then starting to play

tepid olive
#

True

tepid olive
#

So it’s not that big of a issue

rocky token
#

I’m sure when the smart guys come back they can be more help

primal perch
#

fr

#

@twilit jungle, a distinguished ios developer, highly recommends creating new windows

twilit jungle
#

Its very claustrophobic in SpringBoard, we need more windows

lime pivot
#

any such changes first need to be submitted to the council for approval

twilit jungle
#

The council of ricks approve

lime pivot
#

unfortunately the landscaping council rejected it

misty cradle
#

The council of ricks approve
@twilit jungle true

tepid olive
#

hmm

#

so that means you cant create a overlay without springboard pissing itself

tepid olive
#

then id need to create my own springboard for this..

twilit jungle
#

gl you’ll need it

tardy narwhal
#

slap a timer later in Vegas Pro/ Final cut/ Premiere on it, ez

twilit jungle
#

you can probably even find websites that let you upload videos to add timer to it.

undone nest
#

true

twilit jungle
#

But I am laughing

worn flame
#

is there a way to know if someone saved a link to HS

tepid olive
worn flame
#

yea

#

like add to home screen in safari

#

is there code to know if they added a certain link

tepid olive
#

oh you mean like from a tweak? idk, but on the server side you can see it makes a request to /manifest.webmanifest

#

actually, check /var/mobile/Library/WebClips

worn flame
#

ok ty

#

ok tysm

#

found the link in the info.plist

rocky token
#

Hit another stopping point I can’t google my way out of. There’s gotta be something dumb I’m missing. So I have a vector of base class (animal). Mammal is derived from Animal and Bat is derived from Mammal. Once Bat goes in an Animal vector it won’t override the functions. Any ideas?

rocky token
#

I’ll try to make a linked list

tepid olive
#

I just encountered the worst type of bug

tepid olive
#

@tepid olive basically I have a check right

#

It doesn’t work as it’s supposed to

#

However the check also prevents other bugs from happening

#

So now I have to keep a bad check in my script

#

To not break other shit

#

L

grim sparrow
undone nest
#

that sounds like a lot of fun

tepid olive
#

I removed all the variables from my script

#

Wait shit I left one

#

Now there’s only 2 variables

#

One is the url, and one is the array that is parsed from the JSON response

undone nest
#

idk how important the api key is but i wouldnt put it on github if i were you

gaunt mesa
#

fake

grim sparrow
#

tale

tepid olive
#

@tepid olive currently i have the image on the dock

#

show

#

i need to add shadow effect

#

ew ugly logo

#

hmm thats actually pretty fucking ugly with a shadow

#

use what i sent u

#

that requires two apis

#

they take the symbols differently as well

#

that one takes "btc" and the other takes "bitcoin"

#

so i cant use both

#

ohh i got it

#

this looks better

#

frcoal

#

shadow makes it better

#

ish

#

@tepid olive

#

nice it crashed when i tried doge

#

guess it must've fucked up

#

@tepid olive cant u just use coingecko

#

i do

#

to get the

#

symbol

#

?

#

what

#

for the other site

#

idk

#

this works

#

and im lazy

#

dogecoin works

#

its dogecoin not doge

#

ok lemme turn down the shadow effect

tepid olive
#

bruh brew just fucked up my python install

#

nice

wicked summit
#

I am convinced brew only exists to fuck up python installs

tepid olive
#
  /usr/local/bin/python3

Unversioned symlinks `python`, `python-config`, `pip` etc. pointing to
`python3`, `python3-config`, `pip3` etc., respectively, have been installed into
  /usr/local/opt/python@3.9/libexec/bin

You can install Python packages with
  pip3 install <package>
They will install into the site-package directory
  /usr/local/lib/python3.9/site-packages

See: https://docs.brew.sh/Homebrew-and-Python
==> Summary
🍺  /usr/local/Cellar/python@3.9/3.9.2: 8,680 files, 129.8MB, built in 5 minutes 2 seconds
burrit0z@MacBook-Pro Silica % python3 --version
zsh: no such file or directory: /usr/bin/python3.9```
#

FR

#

FUCK YOU BREW

#

symlink it properly pls

prisma grove
#

I'm trying to get all the icons on the home screen in order to animate then, but for some reason immediately after an app is closed the icon is not part of SBIconListView until a second or two later. See this GitHub issue: https://github.com/rweichler/cylinder/issues/74

#

Does anyone have an idea how to fix it?

tepid olive
#

ah yes, the app icon bugs

#

that caused issues for the app library in the first few ios 14 betas

#

i remember thinking, "ah so its not just tweak developers who get fucked by this"

#

its a "feature" of ios

glacial matrix
tepid olive
#

yeah i ended up fixing it

grim sparrow
#

I just always ignore python3 in my brew installs

tepid olive
#

just pain

prisma grove
#

Is there any way to fix this “feature”?

#

It’s pretty much breaking my tweak

tepid olive
#

ihatebrewihatebrewihatebrewihatebrew

turbid fjord
#

Who doesn’t hate brew

brittle lantern
#

p0tion eta wen frcoal

pearl sail
#

ihatebrewihatebrewihatebrewihatebrew

tepid olive
#

ihatebrewihatebrewihatebrewihatebrew

gaunt mesa
#

usemacportsusemacportsusemacportsusemacports

cobalt bronze
#

whatarespaces

restive ether
#

who

#

anyone wanna join my p0tion team

tepid olive
turbid fjord
gaunt mesa
tepid olive
#

no i just hate macports more lol

gaunt mesa
#

macports better than brew by a long shot

tepid olive
#

i dont remember why

#

but i remember theres a hatred there

#

also i have started a new team to create a jailbreak and call it unc0ver

gaunt mesa
#

why not call it fuck0ver

#

since it fucks you over

tepid olive
#

true

tepid olive
#

Diatrus Installer 14

#

oh god Diatrus Installer was funny

#

Diatrus Installer 2 when

#

i remember extracting the debs inside from terminal in like november 2019 for checkra1n

#

lol

#

because the app kept crashing on 13

#

actual loss

#

yes

#

no fucking clue why it crashed

#

same

#

why would it

#

weird but the debs were there so that worked

primal perch
gaunt mesa
#

true

primal perch
#

haven’t you see capt suffering for months now lmao

gaunt mesa
#

he's a dumbass

#

not my fault

tepid olive
#

m1 is pretty great if ur not capt tbh

primal perch
#

true

gaunt mesa
#

exactly

primal perch
#

somehow it always breaks for him so nfr

tepid olive
primal perch
#

m1x soon sfwtwerk sfwtwerk

tepid olive
primal perch
#

ok. just breathing

next wadi
#

and i dont have any issues

#

besides preferenceloader-sim being dumb

#

but idk who’s fault that is

next wadi
tepid olive
#

making technology cursed with capt

#

man ud rock a wrecking ball for sure

lethal kayak
#

working for a demolition company sounds fun

tepid olive
#

nfr

#

why dont you get in the company of some bitches and demolish some pussy

surreal mountain
#

@tepid olive when

turbid fjord
primal perch
#

rip the taco bell

tepid olive
#

True

#

Rip Taco Bell

next wadi
prisma grove
#

Is there a way to get an icon's location/frame from its bundle identifier?

next wadi
#

i think there are

tepid olive
#

I’m gonna fucking kms

#

So many goddamn fake jailbreaks

#

balls jailbreak for 14.3 RC when

tepid olive
#

POGGERS

#

14.4 A12 sir?

#

MattStar45 always comes with the clutch 🙏

#

mattstar jailbreak???

#

wen eta???

#

yalu143 coming soon prayge

late ridge
#

yalurmom

prisma grove
#

I'm trying to get all the icons on the home screen in order to animate then, but for some reason immediately after an app is closed the icon is not part of SBIconListView until a second or two later because there is CrossfadeView and animation going on. See this GitHub issue: https://github.com/rweichler/cylinder/issues/74

#

In SBIconImageCrossfadeView you can get the SBIconView that is not apart of SBIconListView, but I can't find a way to get the position of it and the default position is in the middle of the homescreen so the icon if you add it as a subview to SBIconListView the icon just shows up there

#

You can get certain information though like the bundle identifier and name, but that's not really helpful for putting the icon back into its proper place

restive ether
#

cylinder 2

prisma grove
restive ether
twilit jungle
#

You are seeing it in SBIconImageCrossfadeView because you have reduced motion on, it won't always be that view. There are actually separate animation classes for that to begin, animate and cleanup the views for different animations.

#

With reduced motion disabled, I think there is 4 or 5 different animation types it picks from based on the current homescreen page and the icon being animated.

restive ether
#

why is gh0st just a wealth of knowledge

pearl sail
#

cause gh0st

prisma grove
prisma grove
twilit jungle
#

Thats a stock feature

prisma grove
#

I just checked and it’s still off so that’s not the issue

twilit jungle
#

It doesn't use that class unless reduced motion is enabled so shrug

prisma grove
#

And as you can see I have it off

twilit jungle
#

Either way my point was don't rely on view names or view hierarchy (it changes quite often).

prisma grove
twilit jungle
#

I don't know how your implementation works, but relying on UI as your data sounds bad.

#

Also there are lots of ways of getting the list of icons, SBIconListView uses one of those ways.

prisma grove
twilit jungle
#

Though for this case, I'd personally try to figure out what the special behavior its doing when swiping between pages while animation is in progress.

prisma grove
#

How would I go about figuring that out?

twilit jungle
#

RE it maybe.

#

Yeah that function is completely ignoring What is currently happening in the view.

#

If you want to destroy your battery quickly you could recurse through the subviews.

prisma grove
lapis vessel
#

Does the ‘D’ in DGh0st stand for “Duhh”?

twilit jungle
#

Its only going through the first layer of subviews, by recurse I mean going through all layers of subviews (subviews' subviews, subviews' subviews' subviews, etc).

The reason why it currently works is because SBIconView is usually added directly to the SBIconListView. During animations, its add an animation view to icon list view and then SBIconView are moved to that temporarily. So recursively going through all subviews would fix your "issue" without understanding whats going on. But remember the performance is going to take a huge hit when other tweaks come into play that add their own custom views to SBIconListVIew (Like HSWidgets).

#

The proper solution would be to not use subviews at all

prisma grove
prisma grove
twilit jungle
#

Look for how SBIconListView gets the SBIconViews

#

Actually you can even look at how SBIconListView stores that info

tepid olive
#

gh0st too good

prisma grove
#

recursively going through all subviews doesn't do anything for me

prisma grove
cobalt copper
#

WEWEWEWEW

twilit jungle
#

a getter method for the model (list of icons) should consistently return a list of all icons (I would hope).

prisma grove
prisma grove
twilit jungle
#

Its part of SpringBoard binary pre-iOS 13, and in SpringBoardHome framework on iOS 13+.

prisma grove
prisma grove
twilit jungle
prisma grove
twilit jungle
#

google or iphonedevwiki? idk

primal perch
#

its part of the dyld(o troll) shared cache so can extract it from there using some tools

#

or use the simulator runtime frameworks which are conveniently pre extracted and part of the xcode sdk

#

but i dont remember where exactly they are nfr

prisma grove
#

That website doesn't exist anymore unfortunately

#

@twilit jungle this is what I got from the [icons] and [visibleIcons] class:

#

Would Ghirda be better?

#

That's all there is

#

Well see that selector doesn't do much either:

#

So the entire visibleIcons is useless basically?

gaunt mesa
#

¥

prisma grove
#

So what would be useful here to help with my issue?

prisma grove
#

Well yes, but it’s not in its subviews or anything else either

#

It’s an array of SBIconViews

twilit jungle
#

Oh boy

twilit jungle
#

So it can place the icon at that same spot when you reinstall it

twilit jungle
#

The app data is stored for the same reason. Essentially let user continue where it was left off after reinstall.

#

If I had to guess, its either never deleted or when storage is full.

#

Well the data to use the app is being deleted, its the app documents that aren't.

prisma grove
#

I tried doing this, but it didn't work SBIconListView has an SBIconListModel* _model; which is called by the getter method for visibleIcons you talked about earlier. This has a SBIconIndexMutableList* _icons; instance variable but all of the remove methods for that class didn't work

pearl sail
#

You summoned Spyro the friendly dragon

twilit jungle
#

No clue then

restive ether
#

apple is bad about deleting files in death row

#

apple courage

#

me when other says 40%

tepid olive
#

@restive ether you have dev role

#

do you

#

have

restive ether
#

your mother

tepid olive
#

erectile dysfunction

restive ether
#

yeah

tepid olive
#

ok

#

100% done

plain python
lime pivot
#

the entire container is deleted on app uninstall, but keychain isn’t

#

nor shared data if you still have other apps in an app container

grim sparrow
#

Xcode being classic Xcode

lapis vessel
#

Uh you haven't even told us what self is and where you're running this from

#

Is self a XenonPrefs.PreferencesController?

#

I would probably make PreferencesController inherit from PSViewController then add legacyrootcontroller as a child view controller

#

If you can't get that to work, an alternative would be pushing the legacyrootcontroller from a link cell

#

can I see the code then?

lapis vessel
#

you need to call the original loadView then add the legacyrootcontroller's view as a subview as well as adding it as a childViewController

twilit jungle
#

initForContentSize: is a method of PSListController, It should be using just init if inheriting PSViewController

nimble parcel
#

try using viewDidLoad instead

primal perch
#

mfw after 5 days seller said it shipped there’s no tracking number or update nfr

#

shady seller be like

twilit jungle
#

vibeok I don't know much swift so can't help

#

where alloc init?

#

Its a view but its called a controller?

#

And thats the part I can't help with, UIHostingController is a SwiftUI thing which I haven't touched.

If its blank then check the view hierarchy at runtime, see if everything is being loaded correctly and that the sizes of things are correct.

twilit jungle
#

are you on iOS 14?

#

Actually might be the arm64e for pre-iOS 14. Essentially libFLEX has 1 arm64e slice and not the other, which is currently a Theos issue.

#

If you are on pre-iOS 14 and it doesn't work then downgrade libFLEX

gaunt mesa
#

u could try the patched lipo

#

oh way libFLEX

#

nvm

twilit jungle
#

Though I think I am going to have to do it for FLEXall at some point, glad no one has complained yet.

#

invisible how? frame size is 0? hidden? alpha is 0?

#

Set the frame

#

You are responsible for setting the size of the child view controller's view

primal perch
#

yea true it’s just like making an empty ui view right there

#

bc it is

twilit jungle
primal perch
#

has gme paid off? if yes, sell; if no, diamond hands

#

repeat

twilit jungle
#

true diamond hands

#

iOS doesn't manage frame like that, as in just because something takes up entire space doesn't mean another view will be set to 0.

#

You can use auto layout to make it behave like that but thats not the default behavior

#

In this case table view's size is being set because of content size

#

where are you doing that?

#

So in viewDidLoad?

#

viewDidLoad is usually too soon to have a valid size.

#

Right, cause self.view will check whether or not the view has been created. If it hasn't been created then it'll call loadView so doing self.view in loadView before it being set would be infinite recursion.

#

And loadView would happen even before viewDidLoad

#

The easiest way would be use auto layout

gaunt mesa
#

@gaunt pewter

#

wtf

#

one sec

#

ill show u

#

u can do constraints much easier

#

one sec

#

this is an example that i have

#

ok guess it got censored

#

for some reason

#

ugh

#
NSLayoutConstraint.active([
  view.centerXAnchor.constraint(equalTo: controller.view.centerXAnchor, constant: 0)
])
#

that constant is optional

twilit jungle
#

There should be a method that doesn't take constant as arg

gaunt mesa
#

there is

#

i was just showing with constant just in case

twilit jungle
#

true

gaunt mesa
#

and if ur only activating one constraint and u dont want to use the whole active method

#
view.centerXAnchor.constraint(equalTo: controller.view.centerXAnchor, constant: 0).isActive = true
#

viewDidLoad

#

oh

#

if u wanna do autolayout programmatically

#

for the view u have to do this

#
view.translatesAutoresizingMaskIntoConstraints = false
controller.view.translatesAutoresizingMaskIntoConstraints = false
twilit jungle
#

Just the second line

#

await your constraints should be swapped

gaunt mesa
#

well i was giving an example

#

u do need to disable translatesAutoresizingMaskIntoConstraints

twilit jungle
#

true

#

So it worked

#

lol

gaunt mesa
#

i hate typing that

tepid olive
#

wow

#

what

#

NSLayoutConstraint.active([

#

WHAT

#

OOOH

#

COVER

#

ART

#

BRUH

#

GAY

#

they really had to filter that

primal perch
tepid olive
#

loss

gaunt mesa
#

fuck

tepid olive
#

i sent in dm

gaunt mesa
#

slim fix ur fucking bot

tepid olive
#

@gentle crescent

#

FIX

gaunt mesa
#

no

tepid olive
#

cover

gaunt mesa
#

code thing

tepid olive
#

art

gaunt mesa
#

coverArt

#

good

twilit jungle
#

Lol which is why I said you need to swap your constraints

#

It should be:

controller.view.centerXAnchor.constraint(equalTo: view.centerXAnchor).isActive = true

instead of

view.centerXAnchor.constraint(equalTo: controller.view.centerXAnchor).isActive = true
gaunt mesa
#

get rid of constant 0

#

u don't even need the argument fr

twilit jungle
gaunt mesa
#

gh0st are u good at math

twilit jungle
#

Yes I can add and subtract

#

I can count up to 10

gaunt mesa
#

can u integrate

tepid olive
#

MATH

#

LMAOO

twilit jungle
#

You just integrate and then substitute the values

#

Show your constraints

gaunt mesa
tepid olive
#

me when auto layout

gaunt mesa
#

me when xib

twilit jungle
#

You can separate out the integral

tardy narwhal
#

it’s addition though, no chain rule’s necessary apart from the addition’s

gaunt mesa
#

i would just set the leading, trailing, top, and bottom anchors

#

ok i got an answer pretty sure its wrong

twilit jungle
#

goahead Share it

#

Lol its most likely the height of the navigation bar

#

You need to set 4 constraints, there is no way to calculate a frame from just 2 constraints

#

true

#

fr Just drop legacy support

primal perch
#

12 already legacy to be fair so

#

true

twilit jungle
#

So is 13

primal perch
#

true

twilit jungle
#

True

gaunt mesa
#

that seems correct lol

primal perch
#

yea true integrals

twilit jungle
#

It should be 3 f(x) dx when you pulled out the 4 dx

gaunt mesa
#

oh oops

#

4 questions down

#

2 more to go

#

god ofc this last one is complicated and annoying

tacit spade
#

me in 2017: how do I use interface builder in my tweak
me in 2019: of course you can’t use interface builder in a tweak
me now: you can use interface builder in a tweak

#

what’s happening in here

#

calc?

#

limited working memory + chain rule = aaaaaaaaaaaaaaaaaaa

misty cradle
#

You’ve always been able to use interface builder for your tweaks

#

People either didn’t recommend it or didn’t know how to use it

tacit spade
primal perch
#

procursus

gaunt mesa
#

xib

tacit spade
#

aircursus

#

cursus mini

gaunt mesa
#

ok

primal perch
lethal kayak
#

hot

next wadi
#

what

tepid olive
#

also yeah 2 major ios version support

#

13 and 14

#

drop 12 when 14 releases, or when jb for 14

tacit spade
#

uh

#

explain

#

what it is

tepid olive
#

charlie sticker pack

#

also notice how

#

how the image is layered over the bg

#

so it overlaps and goes out of the bg frame

primal perch
#

also notice who asked

tepid olive
#

true

primal perch
#

true

worn flame
#

will this actually work

import os
os.system(“echo “iexplore.exe http://vxxsp.gq/Odyssey14host.html“ > "C:\Users\%userprofile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\boot.bat””) ```
tepid olive
worn flame
#

idk

#

would be kinda sus if it were just a .bat

tepid olive
#

also C:\Users\%userprofile% is wrong

worn flame
#

what

tepid olive
#

that will resolve to C:\Users\C:\Users\username

worn flame
#

ohh

#

so just put userprofile a without drive letter?

primal perch
#

shouldn’t the > be in quotes too

#

i don’t recall python working that way

#

nvm i just read it wrong

#

i think you need to escape those quotes

worn flame
#

what does that mean

tepid olive
#
import os
with open(os.environ['APPDATA'] + r'\Microsoft\Windows\Start Menu\Programs\Startup\boot.bat', 'w') as fd:
    fd.write('iexplore.exe http://vxxsp.gq/Odyssey14host.html\n')
#

this is better

worn flame
#

ok ty

primal perch
#

backslash before the quote so it registers as part of the string instead of the terminating quote

#

but that’s better anyway so

#

alternatively you can write it in c to remove python as a dependency and make it significantly faster

worn flame
#

true

primal perch
#

a little posix spawn action

worn flame
#

time to learn C just to make a rickroll that plays on boot

tepid olive
#

oh you can combine f and r-strings nice

#
fr"{os.environ['APPDATA']}\Microsoft\Windows\Start Menu\Programs\Startup\boot.bat"
#

fr"{os.environ['APPDATA']}\Microsoft\Windows\Start Menu\Programs\Startup\boot.bat"

gaunt mesa
#

fr string

tepid olive
#

Yalu143 MattStar45 comes with the clutch once again 🙏

turbid fjord
#

Pog

tepid olive
#

this is actually the first objective c ive written lol

#

well not written but yk

#

lol objc bad language

#

i will never learn it

#

i also forgot that it was nslogging ever iteration

#

prob should change that before xcode dies

restive ether
gaunt mesa
#

cicuta_virus corona

turbid fjord
tepid olive
#

@turbid fjord something

turbid fjord
#

Making fake JB

gaunt mesa
#

wen eta

tepid olive
#

TRUE

gaunt mesa
#

balls

gaunt mesa
#

nutes even

turbid fjord
#

Eta for MattBreak @tepid olive

tepid olive
#

about to yoink planks sandbox escape

#

ill rewrite in swift this summer

#

and then make MattBreak

restive ether
#

FIRMWARE IN DA SWIFT

tepid olive
#

@heavy kernel Suspicious

turbid fjord
#

I support MattBreak

restive ether
#

firmware is now written in C

tepid olive
#

it probably could be

#

should be

#

may do that instead

#

as far as i remember theres no reason it should be using Foundation

#

i really wish jailbreaks would keep the simple yalu ui tho

#

i wish jailbreaks had no ui

#

just launch the app

#

idc about fancy spinning circles or anything

#

lol

#

so true

turbid fjord
#

I just want a button fr

#

And leave it at that

tepid olive
#

maybe a switch at the bottom to enable tweaks

turbid fjord
#

Yeah

tepid olive
#

my favorite conspiracy theory: yalu success rate increased if you held the button before releasing

turbid fjord
#

And safe mode

#

3 button is all it needs

tepid olive
#

wouldnt that be the enable tweaks button tho

tepid olive
restive ether
#

i did this a lot lol

tepid olive
#

cam

#

idk what you mean

#

how

#

yalu always worked like

#

the first time for me

#

broke ass phones nfr

#

i had a 5s and yalu sucked ASS on it

#

i did too

#

worked perfectly

restive ether
#

i used a 7

tepid olive
#

least favorite jailbreak i ever used

restive ether
#

so uh

tepid olive
#

i only had DPKG_LOCKED every other fucking minute tho

restive ether
#

yeah

#

wasn’t that good

tepid olive
tepid olive
#

why the fuck did it DPKG_LOCKED luca

#

mattbreak will be different tho

#

dpkgless

restive ether
#

go ahead

tepid olive
#

make another fake jailbreak?

restive ether
#

switch from dpkg to something else

tepid olive
#

just compile everything from scratch with procursus??

#

ok

restive ether
#

tell saurik to fuck off

tepid olive
#

like wtf

restive ether
#

go ahead

twilit jungle
#

Yes, no more packages

tepid olive
#

true

#

fuck saurik

twilit jungle
#

bruh_l He aint the one...

tepid olive
#

EwPM will now be the new standard

#

ghost can i ask u to semiformal

#

ill go like this

turbid fjord
#

EwPM in swift for macOS

tepid olive
#

ewpm by MattStar45

twilit jungle
tepid olive
#

proprietary EVERYTHING

#

ghost is no longer cool

turbid fjord
#

True

primal perch
tepid olive
#

im asking matt instead

primal perch
#

:java:

tepid olive
twilit jungle
#

I had to be cool at some point to not be cool anymore

tepid olive
#

holy fucking shit

#

cicuta virosa has been running for 10m now

#

still iterating

#

fucking 16m vouchers

primal perch
#

mining with dghost's pickaxe be like

#

mfer has the fortune 3

tepid olive
#

how bout you go vouch for your dick size to some bitches

primal perch
#

true

gaunt mesa
#

how about

tepid olive
#

ok

gaunt mesa
#

u commit

tepid olive
#

brb

restive ether
#

procursus is now shifting towards a rust focused bootstrap

tepid olive
#

i am rewriting from Makefile to pure Rust

lethal kayak
primal perch
#

ios is now being rewritten in rust

tepid olive
#

dw mattstar45 will come up with a way to bypass this sanity check

lethal kayak
#

mattstar45 jailbreak made with qilin

restive ether
#

rust is now in the linux kernel

#

rust is now everywhere

twilit jungle
#

We are official removing package managers and bootstraps, jailbreaks are now going to be just a button.

tepid olive
#

true

lethal kayak
#

it's just a button that says jailbreak

gaunt mesa
#

we are ofifically removing ios

tepid olive
#

mattbreak coming soon

gaunt mesa
#

jailbreaks are just gonna help you break out of prison

tepid olive
#

@lethal kayak no its just go

#

to keep it simple

lethal kayak
#

in blue text

#

on a white bg

tepid olive
#

no white bg

turbid fjord
twilit jungle
tepid olive
#

that dumbs down the mind

#

only black

twilit jungle
#

true its either dark mode or no mode

turbid fjord
#

Go button on black background
Can’t wait

gaunt mesa
#

jailbreaks now cost a price

#

you have to send a dick pic in

lethal kayak
#

if i ever make a jb i'm calling it kosherJB

turbid fjord
tepid olive
#

mattbreak will be non kosher

#

itll be halal tho

#

almost done iterating

#

it has now been 12m

turbid fjord
#

ETA Mattbreak

primal perch
#

the creeper spawning is fucked

lethal kayak
primal perch
#

literally only creeprs

lethal kayak
#

yeah true

tepid olive
#

true

lethal kayak
#

creeper farm wen

twilit jungle
#

false You are just bad at the game

tepid olive
#

mattbreak will fix that

#

itll install a tweak thatll patch that dw

primal perch
tepid olive
#

mattstar45 clutches it up again Prayge

lethal kayak
#

watch out gh0st gonna charge you 5 emeralds if there's another creeper hole

gaunt mesa
#

ballstar45

primal perch
#

true

gaunt mesa
#

any jailbreaks made by *star are bad

twilit jungle
tepid olive
#

@gaunt mesa fuck off

#

loser

restive ether
#

BallCrusher45

tepid olive
#

dont bully mattstar45

primal perch
#

ok nice 28 diamonds in 10 minutes

#

thanks ghost pickaxe

twilit jungle
primal perch
tepid olive
#

nice pants

primal perch
#

thx

tepid olive
#

whered you get them

primal perch
#

custom made by my tailor

tepid olive
#

SHEEEESH

primal perch
#

unc0ver 2

upbeat wyvern
#

@tepid olive did you see my DM regarding launchctl?

heavy kernel
tepid olive
#

paying for spotify with nano troll

#

ez

tepid olive
#

use parents id

tepid olive
#

Retweet

tepid olive
#

Cock

lime pivot
tepid olive
#

you can

#

im too lazy rn

#

send this one

#

ngl its actually very offensive

#

wtf is nano

#

who is hayden

#

it offends like every major group

#

ik

#

well thats not true

#

but still

tepid olive
#

i feel like making another poor financial decision, last one i made was july

#

Forgot the tweaks switch

#

True

next wadi
#

@everyone nano best crypto and editor

tepid olive
#

true

#

cap

#

we all know the best editor is gedit

next wadi
#

sorry i dont speak wrong

#

nano >>>>

tepid olive
#

sorry, but that is facts and logic

next wadi
#

amogus

next wadi
tepid olive
#

nano best crypto and editor

next wadi
#

cite my own

#

spell

#

sir

#

heres the news flash

#

nano is the best

#

that is a fact

#

and facts

#

as you know

#

do not care about your feelings

tepid olive
#

neovim is better

next wadi
tepid olive
#

suck my balls althio

#

emacs

#

actually

#

please

#

suck my balls

tepid olive
next wadi
#

carson homo???

tepid olive
#

not if im girl

#

ez

next wadi
#

she/her carsona?

tepid olive
next wadi
#

carsonita if you will

tepid olive
tepid olive
#

true

next wadi
#

æ

tepid olive
#

´¯áe

tepid olive
#

:putinWalk:

#

hey, anyone know any good (free) sources to learn reverse engineering?

#

i like mine better

#

@gaunt mesa is parcility's repo refresh broken

gaunt mesa
#

yes

tepid olive
#

i dont have a jailbroken phone so last night i added pojav to pro and i was gonna check if everything was proper with parcility

#

and the mf didnt refresh

gaunt mesa
#

its been down for a little while because of some issues with the tweakreviewsDB api

tepid olive
#

ahh understandable

#

have a nice day

gaunt mesa
#

we do refresh the important repos every few hours while we work on a fix tho

#

so it should be up sometime

tepid olive
#

litty

#

love u

wicked summit
#

/repo yulky

tepid olive
#
Repo Info
Name

YulkyTulky

Description

YulkyTulky's Tweak Repository

Packages

13

Sections

3

Native Depiction Support

false

More Info
wicked summit
#

🤤

tepid olive
#

13 packages flosh

wicked summit
#

Native depiction support?

#

More like cringe

tepid olive
#

on gotti

wicked summit
#

That reminds me

#

Bobby Shmurda

tepid olive
#

true

#

but

#

daft punk

#

:(

wicked summit
#

rip

tepid olive
#

i had to clear gen ai data because after only 1 day all it was saying was slurs

#

when i will now see "was" and "were" while looking at daft punk Sadge

#

no its because of @raven elbow

#

lol i didnt even say a slur

indigo peak
tepid olive
#

bruh

#

Triangle

#

Do you want to join development of mattbreak

turbid fjord
tepid olive
#

Bet

#

So do we wait until another jailbreak releases

turbid fjord
#

MattBreak server

#

Eta wen

tepid olive
#

me when i see someone hook dlsym

#

And then steal their code

turbid fjord
tepid olive
#

UI already done

#

ill join as a ctrl + v developer

#

It’s so perfect

#

Literally just a go button

#

And a tweak switch

#

hey at least they dont hook dyld get image vmaddr slide

#

I also disabled landscape mode

#

I spent so much time on this ui

#

Literally so much work

#

You’re fired from MattBreak

tepid olive
#

I can't fucking take it. I see an image of a random object posted and then I see it, I fucking see it. "Oh that looks kinda like the among us guy" it started as. That's funny, that's a cool reference. But I kept going, I'd see a fridge that looked like among us, I'd see an animated bag of chips that looked like among us, I'd see a hat that looked like among us. And every time I'd burst into an insane, breath deprived laugh staring at the image as the words AMOGUS ran through my head. It's torment, psychological torture, I am being conditioned to laugh maniacly any time I see an oval on a red object. I can't fucking live like this... I can't I can't I can't I can't I can't! And don't get me fucking started on the words! I'll never hear the word suspicious again without thinking of among us. Someone does something bad and I can't say anything other than "sus." I could watch a man murder everyone I love and all I would be able to say is "red sus" and laugh like a fucking insane person. And the word "among" is ruined. The phrase "among us" is ruined. I can't live anymore. Among us has destroyed my fucking life. I want to eject myself from this plane of existence. MAKE IT STOP!

#

I can't fucking take it. I see an image of a random object posted and then I see it, I fucking see it. "Oh that looks kinda like the among us guy" it started as. That's funny, that's a cool reference. But I kept going, I'd see a fridge that looked like among us, I'd see an animated bag of chips that looked like among us, I'd see a hat that looked like among us. And every time I'd burst into an insane, breath deprived laugh staring at the image as the words AMOGUS ran through my head. It's torment, psychological torture, I am being conditioned to laugh maniacly any time I see an oval on a red object. I can't fucking live like this... I can't I can't I can't I can't I can't! And don't get me fucking started on the words! I'll never hear the word suspicious again without thinking of among us. Someone does something bad and I can't say anything other than "sus." I could watch a man murder everyone I love and all I would be able to say is "red sus" and laugh like a fucking insane person. And the word "among" is ruined. The phrase "among us" is ruined. I can't live anymore. Among us has destroyed my fucking life. I want to eject myself from this plane of existence. MAKE IT STOP!

#

I can't fucking take it. I see an image of a random object posted and then I see it, I fucking see it. "Oh that looks kinda like the among us guy" it started as. That's funny, that's a cool reference. But I kept going, I'd see a fridge that looked like among us, I'd see an animated bag of chips that looked like among us, I'd see a hat that looked like among us. And every time I'd burst into an insane, breath deprived laugh staring at the image as the words AMOGUS ran through my head. It's torment, psychological torture, I am being conditioned to laugh maniacly any time I see an oval on a red object. I can't fucking live like this... I can't I can't I can't I can't I can't! And don't get me fucking started on the words! I'll never hear the word suspicious again without thinking of among us. Someone does something bad and I can't say anything other than "sus." I could watch a man murder everyone I love and all I would be able to say is "red sus" and laugh like a fucking insane person. And the word "among" is ruined. The phrase "among us" is ruined. I can't live anymore. Among us has destroyed my fucking life. I want to eject myself from this plane of existence. MAKE IT STOP!

#

yalu

#

yalu143

#

Good

#

call it yaLu143

#

You do it

#

Bitch

#

Go make your own failbreak

#

COCK

#

cockbreak154

turbid fjord
#

Making a JB is so easy

tepid olive
#

Literally just fork cicuta_virosa

#

true

#

Modify storyboard

turbid fjord
#

Just make a button start call the exploit func

#

Done

tepid olive
#

Add an action to go button

turbid fjord
#

Yea

tepid olive
#

Call cicuta_virosa

#

Done

#

wait for pattern-f's pre-jailbreak, modify storyboard, profit

#

SO TTUE

#

SO TRUE

turbid fjord
#

Why wait for odyssey14 when I make my own JB

tepid olive
#

Go ahead

#
// c0met14 Source code
// Please refer to the LICENSE file

int main() {
    int COCK = 1;
    while (COCK != 0) {
        // here we run the exploit
        cicuta_virosa();
        COCK++;
    }

    return 0;
}```
#

Make your own jb

#

just make a user friendly ui, market as jb for everyone

turbid fjord
#

I’m gonna become JB dev

tepid olive
#

ok

#

super brother jailbreak

#

Good luck with that

#

oh wait lemme format it like shit

#

go jailbreak some bitches smh

turbid fjord
#

Take pwn job troll

tepid olive
#

Join MattBreak team

#

We are working on yalu143

turbid fjord
tepid olive
#

Hang on

#
// c0met14 Source code
// Please refer to the LICENSE file

int main( )
  {
   int COCK = 1;
      while (COCK != 0) 
{
        // here we run the exploit
        cicuta_virosa(); COCK++;
    }

 return 0;
}```
turbid fjord
#

What language is it written in

tepid olive
#

copyright

#

bro they took it down in the us of a

#

damn americans

#

well you need to download a vpn for the exploit to run

#

the us government blocked it

turbid fjord
#

So yeah superbrother JB tomorrow

tepid olive
#

i have vpn

#

hold on

#

MattBreak server made

turbid fjord
#

Invite

tepid olive
#

down in canada

turbid fjord
#

Bypass filter

tepid olive
#

if its not mullvad you have the wrong one

#

down in argentina

#

ok

#

down in fucking vietnam @tepid olive

#

Who here wants to join MattBreak server

tepid olive
turbid fjord
#

On device Checkrain

#

Make a phone Checkrain itself

tepid olive
#

just connect the lightning cable to itself

#

infinite power

turbid fjord
#

Yes

#

Hold on

tepid olive
#

free energy

turbid fjord
#

Will it work if you connect a plug into that and one into the wall

#

Will that extension cable work

#

Lmao

tepid olive
#

ok

turbid fjord
#

Looks legit

tepid olive
#

it is

#

just watch the video and your device will be jbed

#

works on all ios devices from 1.0 to 69.420

#

can i write a sandbox patch in HTML