#development
1 messages · Page 138 of 1
The quality depends on your image (and image scale) not the view.
Ehh, it was fun making my own
Also I think it’s looking good, also @slender glade
Thoughts ?
Teslaman the goat of hacking together shit
looks better now
lmfaoo
@radiant idol
Well keep in mind table views and cells are going to look different on different devices.
I Alr tested on iPad and I’m using auto layout
that's... not a good thing
I have 2 monitors now but I used to have 20 windows opened
Dw, I think I did this correctly
you think
how much do you actually need to type for member pro btw
also @radiant idol I found calls to layoutSubviews in teslaman's rewrite 💀
I HAVTN PUSHED YET
you should
oh ok im level 22
bro
Idk mate
layout subviews isnt always bad tho what
i use it for ```objc
-
(void)layoutSubviews {
[super layoutSubviews];for (UIView *view in self.subviews) {
if (view != self.contentView) {
[view removeFromSuperview];
}
}
}
calling layoutSubviews is just not a good idea
for comparison I have sent 8k messages to get mem pro
always call layoutIfNeeded instead
even apple docs says that
ok so a little over double me
i see
i dont really care about my thingie i was just curious
- (void) layoutSubviews {
while(true) [self layoutSubviews];
}```
🔥
thats literally equal to
function a() {
a();
}
what are you doing
youre calling self not super
it's gonna kill memory
it will but why do you want this
this better not be something he wrote
idk I'm just sending random shit
stop
No
delete that folder
I'd kill him right away
oh
that one tweak...
huh
You joke you joke but someone hooked UIViewController yesterday
what tweaks do that?
i fg, its the one lower tewak
yea
Bro should go to hell for that
but look what what he does that
how useless
Harmony discord tweak did this
My friend is learning iOS tweaking and he asked how to add custom properties and this was the example I provided
@interface Cock : NSObject
@property (nonatomic , strong) int length; // normal property
@property (nonatomic, strong) int girth; // custom property
@end
%hook Cock
%property (nonatomic, strong) int girth; // actually making a custom property
%end
W
This is really nice 😃
thanks 👍
Is there any tool capable of extracting a fully working framework from DSC?
DSC ?
dyld_shared_cache
oh
I'd love too
@radiant idol is it good to have 50 vars for preferences
or their is an optimized way of doing it ?
50+ *
thats fine
memory goes bim boom bye bye
??
dictionary
if your memory is going boom from 50 bytes of memory being used for bools then maybe it’s time to switch to a phone that was release in the last 10 years
No it's not going boom, I'd just like my tweak to be the most memory efficient possible
the frameworks extracted with this did not work for me
no
welp
yeah I need to put frameworks on a ramdisk
and ramdisks can't be big enough for a shared cache
what are you trying to do with that
diagnostic ramdisk for a DTK
why cant i do this ?```customCells.m:131:7: error: no visible @interface for 'swichCellTwoImages' declares the selector 'presentViewController:animated:completion:'
[self presentViewController:alertController animated:YES completion:nil];
``` ```objc
@interface swichCellTwoImages : PSSwitchTableCell
@end
@implementation swichCellTwoImages
-(void)setSelected:(BOOL)arg1 animated:(BOOL)arg2{
UIAlertController *alertController = [UIAlertController alertControllerWithTitle:@"Title"
message:@"Message"
preferredStyle:UIAlertControllerStyleAlert];
[self presentViewController:alertController animated:YES completion:nil];
}
@end```
PSSwitchTableCell is a decendant of UIView ?
yeah but presentViewController:animated:completion: is a method for UIViewController
not UIView
oh
can the iphone/tool template not be compiled for rootless?
fiore is there a way to see when a swich cell is like swiched ?
((UISwitch *)[self control]).on
yea that
but how would u see when it chnaged?
@interface SixteenPlayerPrefsSwitchCell : PSSwitchTableCell
@end
@implementation SixteenPlayerPrefsSwitchCell
- (id)initWithStyle:(UITableViewCellStyle)style reuseIdentifier:(id)identifier specifier:(id)specifier {
self = [super initWithStyle:style reuseIdentifier:identifier specifier:specifier];
if (self) {
if ([specifier propertyForKey:@"switchColor"]) {
[((UISwitch *)[self control]) setOnTintColor:hexStringToUIColor([specifier propertyForKey:@"switchColor"])];
}
NSLog(@"This switch is %@", ((UISwitch *)[self control]).on : @"on" ? @"off");
}
return self;
}
@end
UISwitch *toggle = [[UISwitch alloc] initWithFrame:CGRectZero];
toggle.transform = CGAffineTransformMakeScale(1.3, 1.3);
toggle.translatesAutoresizingMaskIntoConstraints = false;
toggle.on = enabled;
[toggle addTarget: self action:@selector(handleToggle) forControlEvents:UIControlEventValueChanged];
[self.contentView addSubview:toggle];
``` this is how i do it but i add a custom switch
ok specify you want to detect when a switch is toggled
^
[((UISwitch *)[self control]) addTarget:self action:@selector(handleToggle) forControlEvents:UIControlEventValueChanged];
would prob work
k
this syntax is fucking horrible to read
😭
copium
im confused
good
whats (UISwitch *) ? is that a refernce to the swicth? like could that be specifier? here objc if([specifier propertyForKey:@"swichCellTwoImages"]){ [((UISwitch *)[self control]) addTarget:self action:@selector(handleToggle) forControlEvents:UIControlEventValueChanged]; }
?
i give up this is dumb
what are you trying to even do
fr
trying to make it so in the plist you put to sfsymbols. would would be for when the swicth is on and one for when its off.
how would I go about doing a tethered iOS 16.x downgrade
i remember mineek got it working
uh just detect the when you set the preference
oh thats smart
inside your root controller
call [self reloadSpecifiers];
and then inside your code where you set the image
do a check
if enabled
or not
also where in the rootlist cont
idk whatever your prefs rootlistcontroler is
sixteenPlayerPrefsRootController
or whatever
setPreferenceValue:specifier:
not there
- (void)setPreferenceValue:(id)arg1 specifier:(id)arg2 {
[super setPreferenceValue:arg1 specifier:arg2];
[self reloadSpecifiers];
}
yeah
you have to make it youself
...
@sonic totem whats up
accident
bro accidentally typed out "Fiore" and pressed send
@slim bramble
this
hook it
yea but i dont wana hook prefs
you don't have the choice
i could just not do it
yea
thats not a hook...
?
yeah typo fr
Accident sry
send your sixteenPlayerPrefsRootController.m file
Cat walked on my keyboard
real
Also @indigo peak you are a liar
sorry
go away alfie you're note welcome here. ORANGE NAME PREFERRED
I'll make Dopamine 3.0 and you make a new tweak exclusively to be released with Dopamine 3.0
I can ban you
MODS
That's why you're not invited
GENIUS ABUSE
Alfie would be the one cleaning the code up
You'd only make it worse
aw shucks
🔥🔥 so real
LMAO
Alright who is censoring me AGAIN
iCraze wouldn't even contribute either
😭😭
nah
he would
but
it would be like
at the very end
and the entire project wouldnt wokr without it
itll be something stupid
%hook Class
- (int)blah {
return -1;
}
%end
drm
nightwind for code
me for prefs
icraze for drm
alfie for emotional support
Such an L for me
Alfie for fixing Nightwind's code*
What if I go dark
I will force you not to
iCraze DRM is suboptimal at best, I broke it in 5 minutes
Fr tho

Fiore x Alfie x Nightwind would be insane
prove it, send in DMs
I don't rlly think iCraze deserves to be on the team
nobody to send cat gifs
L team
What about me
bro wants to be included
Stop trying to push your way into the Dopamine 3.0 team !
but
Alfie knows me

I think cat gifs
Dogs >>
would be a nice addition to the Dopamine 3.0 team
Actually fish are better
??? WHY ARE THESE THE SAME VALUE
I don't see anything the same here
wat yu wokrin on there
Wait is Python being Python
Ew python
I just needed an interpreter
Fair
weather is proving to be more and more difficult every day 😭
I should make a tweak with my experience gained from making the majority of a Jailbreak
However idfk what to make lmao
It was indeed a Python issue
Secret PPL haxx
pmap be like
so real
Secret KTRR haxx

Leak!!
wait till you try and deal with the MediaRemote framework
hi guys, i have an idea of a tweak but i think its a little bit difficult for me.
@sonic totem us three got the tweak pretty much done without you
you're off the team.
my idea is to integrate the Ai to IOS. like in the research menu
but i have absolutely no idea of how can i do that
:(
Research menu?
yes on your home page
Oh
i don't know the name in english because i'm french
U talking about that spotlight
yes !
yes exactly
easy*
maybe yes but i'm a begginer and thats my first tweak, and i don't know how to do that
and i need a free generative ai api
@robust flower si tu as besoin tu peux me dm
is there a like cell.leftImageView for sliders cells ? im trying to set the tint color of it
iv looked thru the propertys but cant find one
merci bcp
Do i need the text, if I have the icon ?
K
its portrait btw
😭
Thanks fr
Portrit mode
Loads of people have congratulated me didn’t even realise it was a big thing lol
I'm disgradutalating you
I’m refunding Jade
Now respond to the message you just got sent
i'm refunding trollstore
dev slander
"because we are so kind" yet trollstore for 17.0 exists but it can't be installed. it is just taunting us. that's mean
TAKE THAT L @radiant idol
Fr tho Nightwind could dox me at any given moment so it’s okay
I wouldn’t drop a 0day
Armenian
okay
ԵՍ ՀԱՅ ԵՄ
Alfie doesn't do kernel exploits
britain better
i love exploiting the kernel
it's genuinely fun
True
alfie what was that
Someone is deleting my messages
trollstore poc for the 2 vulnerable devices on my network eta
I am being silenced
icraze
icraze
icraze
So real tbh
Exploiting the kernel is easier than exploiting iboot although we need a iboot exploit far more than a kernel exploit
I wouldn't say this is entirely true
yeah its not him
😹😹
so real
icraze is not present at this time
Which part?
(doesn't even work)
And how much did TrollStore cost?
An entrypoint
lmfao
what's wrong with it
I find bootchain stuff easier tbh
While it might be easy to find a bug in iBoot, an entrypoint is a different story
Less complicated
aren't iBoot exploits extremely uncommon
yes
me trying to understand a single line in ChOma 
Yes, if you know where to look ( e.g checkm8 )
iBoot-latest-master.zip
codesigning is not for me
LMFAOO shut your ass up nightwind
wrong reply
??
mods mute nightwind
L
Oh I just realised my message was stupid
I meant finding a new vulnerability
retreat to #1189739986707288154
oh no it definitely is 100%
Yeah true but I just find that bootchain has less things to think about (e.g. mitigations)
Unknown
orange name only? 🤔
frfr
no
Sorry Dhinak 
The boot chain is far more sophisticated than the kernel tho
#1186023633919942736 skill issue

Yes true but still
@sonic totem you suck poo poo
the source code is so ass bruh
Idk I’ve never done kernel exploitation so that’s probably why
you would think it would be all pretty and the best in the world
taking this out of context
Nah it’s ez
since it runs on billions of devices
I think the main issue with iBoot exploitation is the lack of entrypoints
but no
ez unlike your code because you write spaghetti code
Yeah once you know where the vuln is it can be easier to exploit, but try finding a new one for arm64e fire bloom devices
for you maybe
The only entrypoint is DFU for the most part
Yeah I have 0day fr 👍 dm for source code 🔥
dming right now
Posting on Reddit
Even ROMs have Firebloom now @crisp frost 
alfie is being edgy and using default discord pfp
If I had a good picture I’d use it
IMG4?
wouldn't a BootROM for arm64e require a SEP exploit too?
Yes
To be usable
bruh moment
just disable SEP
Unless you used seprmvr64!!

Depends on what u define as usable
For a jailbreak
For pwned restore that’s different
and apple don't even accept bug bounties for BootROM level exploits 
I mean you can still boot pongoOS / Linux without a sep exploit theoretically
Correct I did it on a passcode-set iPhone X
cba to partition it manually
i bet xi does
Probably if you told them you had a 0day
seprmvr64 with iOS 17 sep is apparently broken tho..
They just don’t encourage research into them
who is xi
jinping
i mean if you had a bootrom zero day why would you tell it to apple
someone pin this for future reference pls
sell it zerodium for a couple million
money
they would give you 3.50
fr
Zerodium php back door
Yes way
Some security researcher should drop a img4 design flaw
aint no way theyre gonna pay a few milllion, i dont think its THAT useful to them
go back to sipping your yorkshire tea
iH8Sn0w is under a Cellebrite NDA
how much would apple pay for a hardware-level exploit like checkm8
bootrom zero days are too rare to be on their site but they pay 2 million for ios zero clicks
It definitely is if you have a SEP 0day too
Some security researcher should drop checkm9
nerds
so a bootrom zero day is like
double digit millions
so
why tf do they pay 2M for android exploits
Also @torn cloud if you had an IMG4 bug SEP wouldn’t be an issue
what is the difference between unichar and char because im too lazy to google it
android exploits are rarer and they have fewer of them
fun fact axiomx didn't really got paid for checkm8
char is max 255, unichar is an extension
he found it via diffing
no?
Because it was an n-day
wha
oh mb
char is 8bit, unichar is 16 bit
cool
utf8 and utf16
oh ok
ok I have everything to generate blobs except for keys who here can give me prod s8003 tss privkey
i can give you a rune key
DMs
AxiomX is a beast, bro joined github, found a bootrom, made it public then dissapeared
you can also read this is android is more secure 
Found two BootROM bugs in fact
Apple gave me 25k for the shit i submitted
he didn't dissapeared
you mean alloc8?
One was (technically) a 0day, one was an n-day
what
Yes
no shit !!
which makes sense
W
not really, why would they not accept a bounty for something that is the very basis of the operating system?
W, continue to extract money from them
oh right
make them go bankrupt
because you have to go out of your way to exploit it
what did you find?
it wouldn't be part of their bug bounty program
To discourage people
You just need physical access
like they would probably make an exception
L apple
anyways they are not paying more than zerodium will
what is zerodium gonna do with a bootrom
Who's zerodium
Ethics though
Ion think 25k is affecting them much
security company
fuck ethics bro your life is too short
Need that bag
fr
they sell it to governments
Yeah but if you knew your exploit was going to be used to pwn innocent people it would be on your mind
to blow up nuclear reactors in iraq and stuff
no i wouldn't care
Whos “you”
Idgaf
fr
What if you just sell it to zerodium and disclose it to Apple and get the double bounty 🔥🔥
wait isn't that how operation triangulation became a thing? like the guy was hacked or something
it's gonna happen anyways
joking ofc
Yes
LMAOO
Too late
WHAT 
im joking
prob sued
I need to get a CVE
or sell it to nso group and get triple but the bug is used to genocide palestinians
zerodium only sells to NA and european governments
yeah cuz apple NDA
W man, he went out of his way to make PPLRW public
no, you probably sign a contract when you sell it
keep cooking
yeah + nda from zerodium
Well you’re a security researcher just find a loophole in the contract
Tbh it itself was a really interesting chain and I think that’s why
Buffer overflow in clause 18
how is the bug used to kill people? elaborate
@sonic totem recovery iboot exploit or KTRR bypass with operation triangulation
Neura link exploit
iBoot
like i know the NSO group are a bunch of assholes and are garbage
iBoot exploit = KTRR bypass
but it's recovery iboot, not secureROM iboot
Congrats a being a genius @sonic totem
It’s still a KTRR bypass
true
Thank you !
Wassup @pearl sail

If it’s a 0day it’s almost as good as a BootROM exploit anyway
Hello
except apple wouldn't pay me for either
recovery iboot bug still gives you untethered haxx 
How u been
Not necessarily
in most cases yes
USB bug?
ok only that
Ok got a new tv to replace my 20 year old one
recovery iboot bug would have to be discovered on iOS 16.2 though because I have a singular arm64e device
How big
im talking about like the HFS one from iOS 5 or the xerub iOS 7 one
65
Need another log4shell-type vuln that works like everywhere
Good shit
Log4shell was fun
Any bigger would look awkward
65 is such a good size
My friend opened calculator on my pc
I don't have money for more devices 
Imagine having friends that know this stuff
Nah he’s a big skid
No one I know irl has ever heard of TrollStore
still pisses me off how the KTTR bypass is completely useless, you can't even write to memory smh
it's not useless
I gotta figure out good setting for anime on this TV tho
it can still be used as a temporary KTRR bypass
It’s not surprising considering KTRR has like zero attack surface
writing to cache could be feasible ig
but you'd have to find a way to not make cache flush
you can temporarily disable cache writeback
iPhone dram modchip wen
fr?
apple has a register for it
we need a team xecuter for Apple shit
Kernel Text Read-only Region
Imagine a jb on the AVP
kernel text readonly region
kernel text something
i remember that 🥹
cheers
What brand did u get

Ok but soldering on a modchip just to get full access to A PHONE is crazy
Just buy a android at that point
Soldering a modded SEP 
how's it any different than doing it on a nintendo switch
or an xbox 360
just buy a PC
Nintendo switch is more understandable
checkm9 mod chip for newest iPhone 15 Pro Max
those are game consoles and you want to run unlicensed software onto it
wouldn't the device just panic upon boot
just buy a PC
Sony
Just re flash the bootrom
Exactly
what if i can afford a switch and a pico modchip but not a $2000 pc
in my tweak contributions tab do i need to inclued what the dev/person helped with or can i just link to their twitter/GH
can you afford the soldering iron, microscope, heat gun, and all other tools necessary as well
@crisp frost I remember my first big project was trying to get ipwndfu working on M1
yeah i remember a customer in the shop i work in came in with a 5s that had a broken camera, we put a 5c camera into it and it panicked upon boot with the We are hanging here!. idk if it's related.
Spent like two months and got nowhere
i just saw the file in dms sorry
went to the dm req pile
go to a high school stem lab
Lies
Hm idk
its fine, i jus worked on sm else
That depends on how rich your district is tbf
it's a Apple moment i guess
Okay I have homework due at 9am tomorrow
guys I need to know
Sounds cool.. but why tho if there’s so many alternatives
I mean you can possibly even just put the ipwndfu payload in gaster and pwn via gaster and then continue with the ipwndfu api
I wish I could drop out and do sec research full time
that reminds me so do i lmao
ipwndfu payload does not work with gaster I tried
temporary KTRR bypass to bypass PAC, or recovery iboot exploit
There was a custom overwrite/payload option in Achilles v1
oh 😔
finishing uni first isn't too hard though tbf
IBoot because it does the former two anyways
ok
We need this in Achilles v2
I’m not going to university smh
how come
consider it done (in a year)
I can add it with some compilation flag
@radiant idol ?
how much is corellium
I don’t think it’s useful
(he helped alot that y i ask him)
$3/hour base rate
too much if you want to make it useful
oh
and that's only for arm64 devices 
depends on what you want
arm64 only
because I only have a singular arm64e device
it could be tbf, but gl in whatever you go on to do
Btw Alfie what do you think of my checkra1n 1337 payload reimplementation ( idk if that’s the right word ), basically a checkm8 payload capable of booting pongoOS. I started working on like a few weeks ago and then forgot about it ( its not really close to booting pongo tho, currently it local boots the device with verbose boot )
I'd rather do something that gets me money though
i choose? most tweaks im looking at have sm. but idk what id say for you and fiore, icraze, yan, comrad. it was mostly like general questons
so I can buy actual stuff
What?! I NEED SOURCE ACCESS!
do both fr
balance is key
I’ve been wanting to write one of those myself but haven’t had the time
ok well if i were you i'd add as much detail as possible (make sure to spell that right though)
Local boot with verbose is epic wow
i type in gramarly first 👍 , and k
Sure I’ll add you once I make a repo ( it’s currently just on my MacBook )
can't you just do -v in boot args though
Legend legend
yeah but this is local boot
Yes but you need to load a custom iBoot from recovery mode to do that
Well custom iBSS -> iBEC
Damn I’m so tired
is that what Nathan's script does
since it boots the device in verbose mode
Nathan’s script does a remote boot
ohh
E.g loading files via usb
Is it like the dora one
as in the loader to load checkra1n on a phone
to jb another phone
Please don’t mind the skidded Achilles code that’s somewhere in there

Legally I have to have source access then
Removing Achilles code rn
Which code is it I’m curious
No that uses all the checkra1n payloads
Mineek wrote custom ones
oh wait I think it was something about uhhh writing a custom sepos
I remember somebody told me to ask you because you had tried before or something
Well it was like the “base” of the checkm8 exploit ( although your code is currently unused as I switched to other currently not in a public tool checkm8 exploit code, I just never bothered to remove it Fr )
Oh W
All OSS checkm8 tools are based on gaster at this point anyways
I wanted to test reliability between exploits iirc
I believe it was to have proper functionality on tethered downgrades?
is blackbird ever gonna go OSS lmao
It is?
wdym it is isn't it
the code is literally in pongo
Oh yeah
Mineek got that working
Yeah openra1n is based on gaster although the code in my thing is not. Idk if I can even share that code so I may have to port it to gaster before making a repo and sharing with you
whattt
but did they write a custom sepos?
this is the reason why i turn off requests now lol
kfd moment
Can you help me, please? 🙏
Why can’t you share that 
reboot and try again
No it was loading a custom one
Ok
I see.
It’s private code
I don't actually have any functional A10 devices, I have an iPhone 7 but its icloud locked lmfao
( the exploit )
The other stuff I made myself so I should be fine sharing
DAMN I really need to sleep now
you do realise there are ways 
Private code or private haxx? 
I don't even know where the iphone 7 came from tbh lmao
You can just share the payload if that’s easier
just appeared in my closet one day
Well yeah but for my thing to work it requires changes to how the exploit runs
what, like cryptic's thing?
I forgot what it was called
oh hookra1n
The error continues, do I change the Landa?
Alright I’ll give you more info if you want to tomorrow Alfie I really need to sleep now it’s 22:40 and normally I go to sleep around 22:00 on a school day
yeah try it
wrong channel
No that’s different
yeah that modifies the payload
I mean I can't even do checkm8 related stuff anymore because my PC is AMD
Ah interesting
No worries go sleep
anyways time to focus on exploiting @faint lion again
GIR is already broken
type really quickly
ok so question
easy
how would i override this and just make it an image:
(GIR's vulnerable to ReDOS in multiple places lmfao)
swift symbols my beloved
i mean its not like i have a choice
Dock is swift?
yes afaik
I always thought it was Carbon
pretty much yeah
what are you trying to do to the dock
Like the menu bar
nah
move the actual window, and stuff with the desktop picture
Jfc
this is my windowserver hooking with my stuff
you can just build with theos for this lo
Anyone a fellow yabai user?
its just regular tweak
build what with theos
ah yeah you could switch the target to macos
yeah thats what i did
im doing some other things tho thats why i have my own build system
guys does any browser support quantifiers on lookbehind assertions?
Zefram 
holy shit zefram gave me malware
THE DAY HAS FINALLY COME WWWWW
i had to port it to theos though
man one time i hooked the windowserver and fucked up my shit all my windows were in a little box and i couldn't move them
i looked at the docs for the mangler and it killed me



imagine pulling up with the anime video wallpaper playing
can someone send me a high resolution nfr
nfr?
have we figured out how to set persistent cryptex nonce
@faint timber
I’m on mobile rn
yeah but that maxes out at 128
lol
somebody send a video so i can demonstrate it working
bro asked for high resolution
128 is not high resoution
the things that happen in #development man
@grave sparrow
amazing
is this simulator?
yes carplay simulator
you can plug phone into mac and it shows up
basically
yeah I put my mac in my car bc I can’t afford CarPlay
I thought you had to use one of the simulator iPhones to get CarPlay simulation

this is the first time I've gotten it to work
troll
close but not yet but also useless with the apfs corruption issue
will probably add blob saving but also useless since it probably uses entanglement
hello, i'm really starting to make a tweak, just wanted to know. is control center part of springboard? (com.apple.springboard) or is it something else?
yes
can you create your own Snowboard extension?
yes ?
springboard is basically the entire ui
(app switcher, status bar, control center, lock screen, home screen, volume hud, home bar)
u get the point
Alright, thank you sm for telling me :))
@native merlin This is an extemely simple CC tweak that makes your cc look like this
it's all layoutSubviews 😭
can we mute Nathan for ghost ping
no i was thinking about saying something
all it does it change colors
doesn’t add subviews or anything
all I said was simple, I didn’t say well coded
i'm trynna make a new button for CCSupport or something like that cuz I couldn't get what I want online and I think it's gonna be "pretty easy" compared to complex tweaks. All I wanna do is add a switch to the "vibration" setting in accessibility settings, since this is a system toggle I think I'm not gonna struggle that much.
@radiant idol
what is wrong with you
u do it
i tried
☹️
W song
max volume is crazy
no its not
in the gym
Spotify?
yeah
yeah
insta win?? No
there’s instawin darts, cup pong and golf
there’s also darts aimbot now
Like you can chose where they go
what is a girl not gonna block you if you win or sum
@indigo peak W song
stalker
nah man that album is fucking ass
How can I compile/repackage a package to be compatible with roothide?
iv only heard flododed... and JWR
anyone applied for corellium free trial
how long did it take for them to reply back
the first time i tried they never replied back to me
tried under a new email this time
What SFsymbol is this
"slowmo"
thank you 🙏
I here can i download?
iMessage games right?
yeah
for jailbreaks you can get it on my repo
for trollstore/roothide you can get it from here:
https://github.com/donato-fiore/TrollStoreGameSeagull/releases/tag/v2.1
If you’re trying to use this as a respring icon, i would stay cautious because some people theme their SF Symbols and it may not match up
i would ask how to do that but il figure it out
No self promo
It’s in Bolders Reborn
ok, thanks
oh wow it’s coolCC again
Who even made the original
It’s like one of those tweaks that everyone knows but no one remembers who made
[[CoolCC]]
This tweak makes ControlCenter cool!
think he was just a one and done
Yeah
can use what it has, give creddit ofc, and chnage it to how i want it?
no just skid it
ok
this dude is legit
me and that guy used to talk a lot is he still around
The OG bolders guy?
yes
nah
f
💀
[[bolders]]
Bigger bolder folders!
i was close
he’s canadian
i helped him do a lot of the testing for masq before it came out
good times
does anyone know any relatively simple xpc servers/daemons that are open source on github
I always forget you used to jailbreak
yeah i had bad taste too
not as bad as some people but not the best either
definitely tacky by today’s standards at least
if only someone would help nightwind test… his tweaks look like he’s never touched ios!!
i can only find libsandy, which is like good code but kinda complex
(love you nightwind :)))
what a noob
fr
who is nightwind
Go ahead
