#development
1 messages · Page 503 of 1
i might start posting random shit from my projects tommorow. and ^
i agree
but i feel like i dont have to try anymore
bc i wanted dev role
thats all i wanted
and i got it
so now im loist
i wasnt expecting to get it so soon
literally 4 month ago gameseagull was dogshit
and i didnt know objc
just have fun and do whatever u wanna fuck with
^
just have fun with it, who gives a fuck about a discord role
just learn and be amazing
you're already ahead of alot of people that want to do this but never get this far
so give urself a pat on the back
did they hotfix an exploit in 14.7.1?
@indigo peak this was the last tweak I worked on.
Actually I might go back and finish my iMessage tweak I was working on
The source is trash
^
i found that out very quickly
no i mean
in reference to this
a lot of source code is trash
see this
I don’t write any of my source code for other people to read
So to me it’s pretty lmao
this line is aids
so it was actually just me realizing
at 3 am
when i was ravenously hungry
"i can make this interface name for SBIconListView whatever i want and the compiler will just go with it"

uint32_t newBallVal = 0x52A88F48;
uint32_t newCueVal = 0x1E67D002;
void *ballAddr1 = (void *)((unsigned char *)_dyld_get_image_header(0) + 0x155684);
MSHookMemory(ballAddr1, &newBallVal, sizeof(newBallVal));
void *cueAddr1 = (void *)((unsigned char *)_dyld_get_image_header(0) + 0x155750);
MSHookMemory(cueAddr1, &newCueVal, sizeof(newCueVal));
void *ballAddr2 = (void *)((unsigned char *)_dyld_get_image_header(0) + 0xCA6B0);
MSHookMemory(ballAddr2, &newBallVal, sizeof(newBallVal));
void *cueAddr2 = (void *)((unsigned char *)_dyld_get_image_header(0) + 0xCA77C);
MSHookMemory(cueAddr2, &newCueVal, sizeof(newCueVal));
void *ballAddr3 = (void *)((unsigned char *)_dyld_get_image_header(0) + 0x155684);
MSHookMemory(ballAddr3, &newBallVal, sizeof(newBallVal));
void *cueAddr3 = (void *)((unsigned char *)_dyld_get_image_header(0) + 0x645C8);
MSHookMemory(cueAddr3, &newCueVal, sizeof(newCueVal));
that's great
perfect source code
statusviz dumbest tweak on the planet tho
someone made a tweak request and i did it in like 2 hours
it just
shoves some mitsuha vizualizers in the top left corner of the notch
and uses libCozy to do color recognition
man i need to finish libcozy
whatcha lookin for
the controller for swiping
that is very bague
like going from page to page
vague
on the homescreen
and i also want to see if theres a NSMutableArray for each page
i doubt
but i hope
wdym
liek
like that contains icons?
ye
ho i wish
ok so
https://headers.krit.me/index.php?sdk=iOS14.7.1&fw=PrivateFrameworks/SpringBoardHome.framework&file=Headers%2FSBIconListView.h SBIconListView is the list view that holds the icons
the home screen is one giant SBFolder
controller for it is here:
this has references to a ton of objects that are useful when doing springboardy stuff
hm
this is the controller for
interesting
only some slight importing
now so uh
there is a mutable dict of icons
but i dont think using it is gonna be quite as simple as that sounds
this contains that
also hm
im trying to remake mobius
for ios 14
since its a pretty requested tweak
step 0
but i like dont know where to start
learn to use it
done
like not just learning how to click the menus and edit values but
i also have tools for flex if you want.
like getting into a flow with it
hold on
its like a debugger and a header browser combined into one
yeye
i fucked with it a ton with an old discord tweak i wanted to make
i wanted to make harmony
before harmony was a thing
lldb is also great but ppl never use it
%hook UILabel
-(NSString *)text { return @"hello worlb";}
%end
this worked on iOS 13
or smth like that
If you have a mac, that tool is helpful since you can just copy everything from clipboard to your computer. I spent so much time on Logging methods and it’s smart asf. It can do shit NSStringFromSelector() and shit like that
hookf objc_msgSend
would do that
set the bundle filter to com.apple.UIKit no balls
Fiore, give me a class to log rq
oh one sec i have something to show off
Any
@interface SBIconScrollView : SBIconScrollView : BSUIScrollView : UIScrollView : UIView : UIResponder : NSObject {
//Instance Variables
CGPoint _lastAnimatedScrollContentOffset;
}
//Properties
@property (nonatomic, assign, readwrite) CGPoint lastAnimatedScrollContentOffset;
//Instance Methods
- (void)setLastAnimatedScrollContentOffset:(CGPoint)arg1 ;
- (CGPoint)lastAnimatedScrollContentOffset;
//Class Methods
@end
%hook SBIconScrollView
//Log Instance Methods
- (void)setLastAnimatedScrollContentOffset:(CGPoint)arg1 {
NSLog(@"- (void)setLastAnimatedScrollContentOffset:(CGPoint)arg1 : %@",NSStringFromCGPoint(arg1));
%orig;
}
- (CGPoint)lastAnimatedScrollContentOffset {
NSLog(@"orig:%@ - (CGPoint)lastAnimatedScrollContentOffset",NSStringFromCGPoint(%orig));
return %orig;
}
//Log Class Methods
%end```

No code locks on phone
NSLog(@"%f, %f", arg1.x, arg1.y);
Yea it uses native objc for everything
The source code is horrible though 
just upload it anyways
lemme jb my phone so i can demo this
krit is officially a cool kid
i write what i want to write
i say "i want my phone to do this" once in a blue moon
then i make it do it
then i upload it to github/twitter
alternatively you can just browse r/jailbreak /new and look for good suggestions
o yeah
ive looked at so many of your tweaks
that are open source
when i was learning tweak dev
my condolences
really wish other ppl would add their stuff to that
pog
maybe now ppl will stop asking me to write tweaks
also
new dev wiki style >
whats it like working with someone on a tweak
i dont like collaborations and i just want to know
i'm not quite done with the new theme but its close
great if its a free tweak
damn that looks clean
hi cdawg
hi gm
you can enable it by logging in and selecting the new style
i wanted to make it default
but it has some mobile issues
im assuming its bad when its payed bc you need to worry about splitting the money
every tweak i've had that was paid that i worked on someone else with didn't end well
seems to be a recurring thing with others as well
cough dra1n
working on signe with tr1fecta was a blast tho
love that tweak
crimminally underrated
i looked at signe prefs for so long
look at these frickin prefs
easier to see the effect it has on an OLED screen
the 3 big buttons are on-off toggles
they pop out when disabled, push in when enabled, with haptic feedback
thats cool af
i just figured out how to do haptic feedback
what i was trying to do with ass before
OOH
You want to give the ass a haptic feedback
idk how well it'd end up but i wanted to try some day
well arent there only 3 settings for vibrations
you should do it for the experience not for downloads
light medium and hard
true
just open source it and if someone wants it they can dl and look at the source
Learn as you go
might be useful some day
The most I learned was from a shitty Swift app with mem leaks. I just randomly decided I was going to make random shit for it
for a cache clearing tweak
then ppl be like




personally i dont understand the need for dragonmake
i do
theres no need for anything
so i went and made one
its just good to have a choice
¯_(ツ)_/¯
To be fair, Dragonmake is lifetimes faster than theos. Although obviously not as stable
its a good bit more stable now thankfully
Honestly I think it has a lot of potential
It needs a NIC and documentation
Yup
and probably another month worth of testing/bugfixes/love and care
new instance generator

[redacted]
And a growing community/contributors. It would honestly not be a bad alternative. With time it could even be something more
i also wanted to make a message "logger" for discord
bannable here
wtf
ask burrit0z
@ adminstrators
oops accidentally triggered their self bot again
yes that's bannable here
people have been banned for it
it falls under self botting
@eternal crater can u clarify this real quick
it doesnt really make sense to call it selfbotting on ios but its definitely still not allowed
yeah its a misnomer there but accomplishes the same thing
We do ban for message loggers
no no, he has a point
Logging is the process of cutting, processing, and moving trees to a location for transport. It may include skidding, on-site processing, and loading of trees or logs onto trucks or skeleton cars.
Logging is the beginning of a supply chain that provides raw material for many products societies worldwide use for housing, construction, energy, an...
logging of any kind is not allowed as it destroys the amazon rain forest
f
im not clicking that
neither am i

i think 90% of what it needs rn is docs
Microshaft Winblows 98 is a 1998 interactive comedy video game for Windows and the Classic Mac OS. It parodies the then-popular Windows 98 operating system, as well as Microsoft co-founder Bill Gates. Released by Palladium Interactive during the United States v. Microsoft Corp. case and at a time when Microsoft, Windows, and Gates were easy targ...
bc most of the ppl using it aren't aware of a lot of new stuff i add to it
The os we all need
Yea. Documentation is a must
name: lockdown
icmd: sbreload
id: lockdown
depends: mobilesubstrate
version: 1.1.0
architecture: iphoneos-arm
description: lockdown
author: _kritanta
section: Tweaks
all:
archs:
- arm64
ksecured:
type: cli
codesign: ldid
dir: ksecured
install_location: usr/libexec/
entflag: -S
entfile: ent.plist
libs:
- mryipc
frameworks:
- IOKit
files:
- KLockdownKeybag.m
- KLockdownServer.m
- "*.mm"
stage:
- mkdir -p .dragon/_/Library/LaunchDaemons/
- cp me.krit.ksecured.plist .dragon/_/Library/LaunchDaemons/me.krit.ksecured.plist
libksecure:
type: library
dir: libksecure
install_location: /usr/lib/
libs:
- mryipc
files:
- KLockdownClient.m
stage:
- cp .dragon/_/usr/lib/libksecure.dylib ../libksecure.dylib
lockdown:
type: tweak
filter:
executables:
- SpringBoard
libs:
- ksecure
frameworks:
- SpringBoardUIServices
files:
- SpringBoard.x
managedconfhooks:
type: tweak
filter:
bundles:
- "com.apple.managedconfiguration"
libs:
- ksecure
files:
- ManagedConfiguration.x
prefhooks:
type: tweak
filter:
executables:
- Preferences
libs:
- ksecure
files:
- Preferences.x
ugh how do i make that not take up the entire thing
anyways that's the DragonMake for lockdown
It seems clean, easy to understand
(which is why i've never gotten around to finishing a NIC)
new instance generator
uses about the same amount of effort for me to just write it manually
Yea but the truth is, most people are going to want a nic. I personally wouldn’t mind because I love setting shit up my self
Like my neovim config/tmux config, I am constantly changing it
i will say it'd be nice to at least have the control replacement portion generated by a NIC
bc i just copy paste these every time
from other tweaks
I think a good one for people is going to be, tweaks w prefs
been trying to think how i want to structure it
ppl are going to want theos behaviour stuff as well so
Because without any docs, I have no clue how to setup the dragonmake. But the example project helped a lot
it'd have to be able to read a DragonMake, figure out what's already in it, then add to that file
Oh btw hopefully, you like the issue structure I posted it. I didn’t know what to include so I just added as much as I could for you to debug
i can reproduce it so no issues, + its a compliation issue, so that's enough debug output
Okay nice. I thought it might’ve been an issue on my end
if you're really looking to info dump:
Got it, if I run across issues I’ll use that from now on
Might port one of my projects to dragon
For fun
vn makes ninja (the compiler stuff) print debug info, vd makes the bash script print literally every line of code it executes, vg makes the generator verbose (this is usually the one you want)
if you have no idea, the ddebug arg enables all 3
it also prints a metric shitload of information
test the theos support in dragon on it
it should work on it already
we just fixed some issues with makefile parsing
ok gn guys
gn
cya later
i'm guessing they probably dont import substrate.h or some shit
its my tweak
Most likely
bc unc0ver
prefix.pch moment
Yup, I imported substrate.h and it still has errors.
I could probably fuck with dragon all day and try to post as many issues I can find lmao
if u get bored
feel free
extremely helpful for improving the project
honestly as good as contributing code
quite a few long term issue filers that i wish got contributor roles from github
this reminds me of michealsoft binbows
that was my first thought as well
Have you tried windows rg
I watch this guy called kitboga and he acts like a old lady using a parody windows copy and calls scammers
It’s the funniest shit ever
A few months ago I posted a video of the angriest scammer I ever called. A lot of people were asking for a shorter "rage" version and it was shocking to me just how much "steve" yells. ~30 mins of rage! Watch the next call live: https://twitch.tv/kitboga
► Submit Scams: https://airtable.com/shrLNrKjBPakr6J8u
1.5 Hour Cut.. https://youtu.be/sRM...
wtf
oh its
i needed to do an if else based on string parsing
and both of those things suck absolute balls in bash
so i used x = $(<expression>) where the stdout from <expression> is the value of X
then passed some variables to a single line python script to print one of the two variables depending on the values of one of them
I rewrote it in C
I didn't like the new issues that posed so i scrapped it
the perk of python is it runs literally anywhere on anything
yea true, i need to start learning it asap
evaluated a ton of languages for usage in it and python was the simplest for usage cross-platform
what Java was trying to be
if you use neovim, try telescope.nvim and thank me
with python you just pip3 install dragon, with C, you have to hope and pray there's a precompiled available for your platform, and if not, hope your compiler is in good shape, have fun
so i have no issues working on this on arm64 WSL1
it would theoretically be portable to windows without WSL as well
i've gotten it working before, but there's no toolchain for windows
i also think i have it installed on my android
lemme check
i know it works in iSH
got it to build a tweak there iirc
ye
gm
gm
@nimble parcel https://github.com/apple/swift/pull/39051 
Does that mean async await for pre 15 and Monterey 
Yes, but you need to bundle Swift 5.6 with the app it seems
which can make your apps 35mb+ heavier
it looks like this is a part of 5.6
they’re thankfully working on it now but they aren’t making any guarantees yet
interesting
it’s only the one dylib (libswiftBackDeployConcurrency) that’s being bundled afaik
how are we doing on this fine morning developers?
pain and suffering
all day everyday !
can you make a tweak that simulates a touch on my screen to prevent it from locking due to being idle
that sums up most of the r/jailbreak request flair posts
Hey Im Juls.
At the moment I am building up a site for my repo.
I have an idea for a nice little and not to complicated tweak.
When someone wants to help me and has the time for a little fun project write me an pm. (no i will not pay u) but you will be in the credits of the tweak! You get also mod on my Discord Server(not done) and we can work together on some nice projects! And maybe you are that person
Sorry for my english, im from Germany :)

sure :)
you could make some nice shit with https://github.com/xuan32546/IOS13-SimulateTouch
i actually have been wanting to, ngl
^

make macros for games

geometry dash bot wen?
discord bot c lib wen?
discord python library wen 
powerpc asm discord bot c lib wen
@indigo peak https://github.com/HearseDev/Colorizd
pogger
i am not even sure if i want to add my other one since that one i wrote in like 3 nights staying up all night


i know lmao
no but actually think about it, for every single icon, it allocates a bridged swift class and runs swift code
performance
nah i actually just write shit to get it done and never go back and fix my mistaktes
just wait till i put out the other project rn lmao
I like that you future proof your project by adding space for 9 extra lines of code at the end of your file

https://github.com/HearseDev/FlexExtend
solved linker errors by linking straight to libflex, dont kill me
This is what it is does, with really smart logging. I tried to make it so you can choose any class and log it without having any errors.
It just copies to clipboard, not ideal for windows users though
Unless you have a way to access iPhone clipboard from windows
easy w ssh
cumsync?
just make a program that prints UIPasteboard.general.string

Should be easy
My first Hitler parody. Hope you like it!
hey @naive kraken, is there a way to disable notifications from inactive containers on crane
no
in my case i have two containers for discord one with each account and don’t want notis from the inactive account
ah sad
propert notification support is planned for 1.2
W
Your Snapchat logo has a face/eyes?
theme
Ah that makes sense
Uhm
Hmm yeah that’s probably one way to do it
/Library/Themes/kindaStock.theme/Bundles/com.apple.springboard
It does look correct in the iconbundle png btw
nfr
fuck discord
Fuck discord chain
fuck discord
fuck discord
fuck discord
fuck discord
i fuck discord

@relative
When I was 12 my vision changed from 20/20 to 20/50 in a few months. I didn't even realize the world got blurry at first. I got glasses but hated them and only wore them in class. When I was 16, I got contacts, saw leaves in trees clearly, & thought: Wow it's OpenGL, like Quake2!
gae
haha
Hi, can I have some help?
TLDR: How can one properly update objects in Cephei/HBPreferences (setObject does not work for me?)
I'm developing a tweak that modifies reported telemetry of an app, by user-set values.
I'm currently trying to add default values that would equal to what app sends by-default (w/o tweak intervention), yet display them in Preferences.
Minimal example of my code:
#import <Cephei/HBPreferences.h>
NSString *device_id;
HBPreferences *preferences;
%ctor {
preferences = [[HBPreferences alloc] initWithIdentifier:@"ru.mostmodest.uberpatchpreferences"];
[preferences registerObject:&device_id default:NULL forKey:@"device_id"];
}
%hook ExampleClass
+(id)deviceId {
NSLog(@"Current value of device_id: %@", device_id);
if (device_id != NULL) {
NSLog(@"Returning user-set value for device_id.");
return device_id;
} else {
NSLog(@"Updating device_id value...");
NSString *original_device_id = %orig;
NSString *new_instance_of_device_id = [[NSString alloc] initWithString:original_device_id];
preferences[@"device_id"] = new_instance_of_device_id;
device_id = new_instance_of_device_id;
NSLog(@"Set device_id to %@", device_id);
return device_id;
}
}
%end
What I would expect from this code in Console.app:
Current value of device_id: (null)
Updating device_id value...
Set device_id to (some new value)
Current value of device_id: (some new value)
Returning user-set value for device_id.
What I see instead:
Current value of device_id: (null)
Updating device_id value...
Set device_id to (some new value)
Current value of device_id: (null)
Updating device_id value...
Set device_id to (some new value)
``` (nor did changes apply to `plist` stored in `Preferences`)
https://i.imgur.com/fKCiVBd.png
I tried creating new instance of `NSString` for copying to `HBPreferences` (as you can see in example), and using `forKeyedSubscript:` syntax of `setObject:`
look at a open source example that uses hbprefs
I haven’t found something that uses setObject: in such a way
but like why?
Whats the gain of wasting storage space for a default value?
ok, good talk 
I am doing the same as I was doing yesterday
oh no you’re wasting a few bytes how horrible
how were you doing yesterday?
one advantage could be that you could change the default later on without unexpectedly changing it for existing users who had explicitly set it
i dont recall asking how you felt yesterday
the same as the day before yesterday

:(
No if you wrote it to file then you can’t easily change the default. You wouldn’t be able to tell if you wrote the default value or the user selected that value after changing it
What I intend to accomplish here is that default app’s value would be both visible in PreferenceBundle and modifiable as needed w/o weird hacks.
Also its just a few bytes is the dumbest thing ever, its just a few bytes for what a thousand prefs?
really hope I'm just being dumb, but when I specified -framework UIKit in my CFLAGS in the Makefile, I get the following:
error: -framework UIKit: 'linker' input unused
do I need to specify a path? because whenever I try and find information about it, all they suggest are include dirs and such
If you are using Theos then you can just specify <project name>_FRAMEWORKS = UIKit and which then should take care of specifying the framework flag during compiling and linking
give me a second
Also that sounds like its the last error, in which case you should always look at the first one as fixing the first one could potentially fix the later ones.
now it complains not finding an -lUIKit, also it was the only error I got when compiling everything
well the package
Show the full error output
clang-5.0: error: linker command failed with exit code 1 (use -v to see invocation)
make[3]: *** [/var/mobile/theos/makefiles/instance/library.mk:52: /var/mobile/Documents/Development/drawing/.theos/obj/debug/arm64/Drawing.dylib] Error 1
make[2]: *** [/var/mobile/theos/makefiles/instance/library.mk:52: /var/mobile/Documents/Development/drawing/.theos/obj/debug/arm64/Drawing.dylib] Error 2
make[1]: *** [/var/mobile/theos/makefiles/instance/library.mk:37: internal-library-all_] Error 2
make: *** [/var/mobile/theos/makefiles/master/rules.mk:117: Drawing.all.tweak.variables] Error 2```
Do you have an SDK?
yes
Does the SDK have UIKit?
let me check
yeah it does have UIKit, thought it was private at first
i got it from theos/sdks
i just realized i was as well

i have the one from bigboss
F

There should be newer version of clang on procursus or sbingner repo
do i get rid of the one from bigboss then and then get the new one?
Wasn't the official theos guide updated to reflect the new repos?
let me recheck: but i think so
i dont think so
iirc
my friend was installing theos from the guide and i think it wasnt up to date
it was updated recently tho
last update was jul 19
i had to give him a proper toolchain
since this one was broken
ohh
Well there is atleast an issue that mentions it
didnt even notice it was out of date
my friend you have walked into a world of greatness
thanks for buying my book

Anyone know how to properply use decache in js for testing purpose ?
they probably got the LLVM+Clang package from bigboss
it's a dependency of the Theos Dependencies metapackage
good vim plugin for hex code color highlighting?
ayo. does anyone have the UIKit.h file from their theos/vendor/include/UIKit install? I am apparently missing it and idk where to get it
i dont see that file
dammit. I received source of a tweak that is discontinued from the original dev and I no longer have contact with them. and I am getting errors when compiling saying that file is not found
is the source on github?
Where’s the source
I’ll try compiling
no, it is not. but I can put it up
UIKit.h should be in your sdk
If you specify the UIKit framework in Makefile then it should be including the correct path for it to find that header file and be able to link it correctly.
Just found gnu stow and it’s amazing for managing dotfiles… can’t believe I didn’t hear about it sooner
@surreal mountain opa's tweak
thanks that’s a good description
I was asking you this earlier~ but I had a problem with 'library not found for -lUIKit', even though I specified UIKit in the Makefile, any ideas what it could be?
did you put it in libraries
yes
if i were to put it in libraries as well is it libraries or library
like NAME_LIBRARY or NAME_LIBRARIES
make clean
@surreal mountain im not sure if its out yet but its supposed to be part of crane
nope didnt work
that’s just different icloud accounts
but it had region spoof
that was very weird
actually ldrestart fixed it
have no idea why though
well at least now user has an option to revert to default settings through ldrestart and opening an app
that is the dumbest idea ever
UIDevice
What info do you need and why
so? you gonna say what info you need or no?
prob uuid LMFAO
true
also looking at MobileGestalt
would they actually have to "hook" it
what is the "somem else"
i need something else man can you help me find that or nah bro i really can’t find it
oh yeah all you have to do is this
and there you have it
ez
bro
what are you trying to get
oh my

just answer the question
NSString* identifier = [[[UIDevice currentDevice] identifierForVendor] UUIDString];
idk if that actually works
oh wait
im dumb
you can try messing with NSProcessInfo
maybe
[[NSProcessInfo processInfo] processName] shows the app name
%hook SBStatusBarManager
-(void)handleStatusBarTapWithEvent:(id)arg0 {
NSLog(@"TESTTWEAK %@", [[NSProcessInfo processInfo] processName]);
%orig;
}
%end
sudo oslog | grep TESTTWEAK
Aug 29 11:55:54 iPhone SpringBoard[7936] <Notice>: TESTTWEAK SpringBoard
Aug 29 11:55:54 iPhone SpringBoard[7936] <Notice>: TESTTWEAK SpringBoard
Aug 29 11:55:55 iPhone SpringBoard[7936] <Notice>: TESTTWEAK SpringBoard
Aug 29 11:55:55 iPhone SpringBoard[7936] <Notice>: TESTTWEAK SpringBoard
Aug 29 11:55:56 iPhone SpringBoard[7936] <Notice>: TESTTWEAK SpringBoard
since handleStatusBarTapWithEvent only works in the SpringBoard, youll only be able to test on the home screen

maybe i will
am I being dumb by getting so many _objc_release/msgSend/getClass errors 
was following some github repository about displaying an ip at the top of the status bar for funsies: https://github.com/sferrini/StatusBarIp
copied everything and such and had to modify it a tiny bit (cause it couldnt find certain methods on the above interfaces) but now its just so much objc stuff
i was able to compile perfectly fine
but it doesnt do what its suposed to on my device
alr
yep absolutely nothing has changed: i think i might've done something wrong because these objc errors and stuff have been appearing whenever i do some other framework even if it wasnt this project
like its been happening before
idk what im doing wrong 
hello sir

nvm: redid everything from theos to sdk and now it's compiling thanks btw 
i posted in wrong chat
f
sometimes that fixes errors 
glad you figured it out
you learn something new everyday 

yeah the github was last updated 7 years ago
so the methods and the hooks are probably outdated

@upbeat wyvern would you have any idea as to why around 50% of the time Sileos giveMeRoot tool will seg fault. From what I've been told it only happens on devices with Substitute on checkra1n or u0. Source is here https://github.com/Sileo/Sileo/blob/stable/giveMeRoot/giveMeRoot.c
I can't reproduce it myself, seems to only happen on a small number of devices
That is example is on Checkra1n iPhone 6s iOS 14.4.1 substitute
theres a thing called entitlements and sandbox in your way
get the output of dlerror bozo
tfw you try to sell a product without even knowing how iOS works...
good start
that’s like 80% of the current sellers anyways
at least those people make valid products instead of cheating a video game @restive ether
is that what this is
i figured but i wasn’t sure
@restive ether read his profile

game modding is fun, cheating is just...

https://i.imgflip.com/5l7k27.jpg
@restive ether

I know im just trolling
this is acceptable because you can shred the bitches that rejected u

how to write to /Library/Application Support/Akara
i have no perms apparently
someone else wrote to /Library/Application Support/ before

it pisses me off that devs don't use the same paths
like app support is awesome
then some mfs drop shit in library root
like mf u had one job
You are implying tweak devs know what they are doing

and not just copying someone else's code
root just to write one file
i only copy yours

owernship: 501:501 perms: 644
No do you have a crash log?

I can try and get one
the last game hacker turned into a furry
@faint timber
chown -R 501:501
chmod -R 0644
or does it have to be done on device
could it be that issue you had
@misty cradle prob need fakeroot for mac
then ur cringe
hayden will murder u but go ahead
FAKEROOT
how tf does that work
mf acts like i know
this the first tweak i make since like august 2020
I don't know myself lol

everyone hyped about kanye but im overhere jammin weezer 
where you didn't init things and it didn't work
ok lemme try that

yaeh i remember
some repos strip perms so you have to 
I think packix does but not sure

what bozo thought that was a good idea
amy had to do the same
in signal
chariz denied my tweak 
it does
f
of course they did
do u do chmodding in postinst
why do you think bird poop is on twickd
because no one is dumb enough to accept a tweak like that
yes
woe
everyone is the genius bars be like: asks a question, ghosts us then asks the question again the next day...
twickd is the only ones who would take a tweak like that
why are these mfs so fucking stupid
fuck
"No we don't, stop lying"

i wanted to not have my tweak on twickd
but oh well
guess im still not using a repo
have fun with that poison
don't use twickd
removing coreutils from the strap
Its more like radiation than poison
OMG
im not gonna use a repo
like i have been
THEY SAID IT WOULD BE REMOVED LIKE 3 WEEKS AGO
twickd is on top of things
honestly i think its better if my tweak isnt on a repo
oh
it basically just copies an updated version of apt get
which fixed sileo a year ago
and i asked twickd to remove it
because its stupid
and they said they would
3+ weeks ago
pov you cant accept that donda is mid
true
pov u are white
correct
pov white people
xcode.app
what is error
Error Domain=NSCocoaErrorDomain Code=513 "Je hebt geen bevoegdheden om het bestand 'MY FILE' in de map 'Akara' te bewaren." UserInfo={NSFilePath=/Library/Application Support/Akara/MY FILE, NSUnderlyingError=0x282fa6d30 {Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied"}}
you have no perms to save my file in the map akara

644 might be bad
f
try 00755
shouldn't you be using /var/mobile/Library/Application Support/Akara
idk should i
thats what I use, but other
my files are all in /Library/Application Support/Akara
00755
these r the files

dont think so
capt wat r u sayin
I hate how easy it is to forget how perms work


😢



true
i miss the old shep pic
sad charmander





@upbeat wyvern https://cdn.discordapp.com/attachments/771865917294379033/881663782265430056/text.txt crashlog of it happening
He said removing tweakreviewsdb fixed it
but it happened on another device without it installed
installing the tweak doesn't cause the issue on my end
oh nvm it does
so it looks like its caused by substitute trying to inject tweaks into giveMeRoot which causes issues
tweakreviewsdb filter just has sileos bundle ID
so am i correct in thinking that tweakreviewsdb will inject into anything posix_spawn'd by sileo on substitute 
we've been lied to?
@misty cradle true
Monterey I barely hear shit
Does anyone even have it installed??
Big Sur I heard everyone talk about
Monterey completely silence
Monterey beta has been leaps and bounds better than Big Sur beta
Just downloading Big Sur on my 2010macbook
yeah I couldn't duplicate without that tweak, I'll try adding it ... but no it'll only be injected to things spawned by the sileo bundle, giveMeToor is inside your bundle
tried injecting tetherme to it and that didn't break, gotta track down this one lol
huh still can't duplicate that's odd
iX-15b2:~ mobile$ sileoroot /bin/bash
2021-08-30 08:54:31.262 sileoroot[5082:2603947] [TweakReviewsDB] Couldn't detect package manager. Not loading.
iX-15b2:~ root#
better try on 14 lol
im trying to inject tiktok unicorn into the latest verison ipa but it crashes, anyone knows why?
i used azule to inject
tried with both a dylib extracted from the ipa on the tiktok site, and a dylib from the deb
@grim sparrow looks like I better push out this update, didn't think I'd fixed anything that would have caused this but I guess I have lol...
not sure why it was crashing but whatever it is I've already fixed 😐
Try iPatch and don’t inject substrate if A12+
A13, no access to mac
so can't use ipatch :/
Yeah that’s quite interesting actually
Did you try the fakesign option?
i'll try rn
Yeah worth a shot
also i didn't ask, also i'm jailed, also it's one of the only ones that i know of, also it works just fine
Someone here said whatever way it signs apps that notifications work with them
they do

check yet?




