0:00
what's going on YouTube gio right here
0:02
today I'm going to show you how to
0:03
create your own iOS tweaks that work
0:06
18.3.2 18.2 and lower on all devices and
0:10
you're going to be able to do those
0:11
directly in my application i device
0:13
toolkit which was released a couple of
0:15
days ago now as you probably know the
0:17
application already contains some tweaks
0:19
of its own but if you want to make your
0:21
own tweak for example if you know a path
0:23
that can be tweaked you can now make
0:24
your own tweaks and of course you can
0:26
even share them with people in the
0:28
community you can import tweaks from
0:30
other people and so on so you're
0:31
probably aware of i device toolkit is
0:34
now available on my website it's a
0:36
tweaking/customization iOS application
0:38
for iOS 16.0 all the way up to iOS
0:41
18.3.2 based on the brand new
0:43
vulnerability by Ian Beer and this one
0:45
as I said allows you to enable some
0:47
jailbreak like tweaks on your device as
0:49
you can see I have the application over
0:51
here and if we open it we can find the
0:53
currently available tweaks now I'm able
0:55
to actually update the tweaks list
0:58
remotely from my GitHub account which
1:00
means that if I create new tweaks that I
1:02
find interesting and I decide to release
1:03
them you're going to be able to have
1:05
them without an application update
1:06
however you can check for application
1:08
updates by pressing the button at the
1:10
top so as you can see we have all the
1:12
tweaks from the application over there
1:13
but there is also the button to create
1:15
your own custom tweak now keep in mind
1:17
this device is not jailbroken and you
1:19
can do this on iOS 18.3.2 even on the
1:22
iPhone 16 or 15 so I'm going to go here
1:24
to create custom tweak and for this
1:26
video for this demonstration I'm going
1:28
to create a tweak that disables the uh
1:30
camera settings for example over here
1:33
here in settings I'm going to disable
1:34
this panel completely to not allow
1:36
people to change any settings just a
1:38
demo tweak so I'm going to go ahead in
1:40
here and call the tweak let's say camera
1:43
killer and I'm going to select an icon
1:44
for my tweak when you share this tweak
1:46
with people you also give them the icon
1:48
description and so on and they can just
1:50
import it in their version of my app so
1:52
I'm going to go ahead and select that
1:53
icon over there on the description I'm
1:55
going to write that it kills the camera
1:58
settings and here on the target paths
2:00
you have two options you can either
2:02
input the paths manually comma separated
2:04
or you can actually use the built-in
2:07
file manager from my application you
2:09
press browse over here and it will ask
2:10
you for a path now you're going to write
2:13
for example system and the application
2:15
will do the rest just press scan over
2:16
here and you can see all the files
2:18
available in the flash system and yes
2:20
this does not require a jailbreak at all
2:23
you can browse the files from your iOS
2:25
device without being jailbroken i really
2:27
hope you like my application i worked a
2:28
lot on this app anyway I know that for
2:30
the tweak that I'm building I need to
2:32
actually interact with the preference
2:34
bundles cuz that's what those panels in
2:36
settings are called so I'm going to go
2:38
ahead in here and browse and do trial
2:39
and error you know to find the proper
2:41
file to tweak in my case I know that
2:43
it's a preference bundle so I'm going to
2:44
go here to preference bundles and
2:46
everything you see in here each bundle
2:48
in here represents a different setting
2:50
panel in the settings and as you can see
2:52
it in there camera settings do bundle
2:54
let's open the folder and you can see
2:55
the entire bundle and of course the
2:57
files over here in this case for this
2:59
tweak it's a quick demonstration so the
3:01
only thing you need to do in order to
3:02
disable that panel is to select the info
3:04
P list over here but you can select
3:06
multiple paths and they all will be
3:08
added if multiple paths are necessary
3:10
for what you're trying to achieve in
3:11
this case just infop list so I'm going
3:13
to add selected and as you can see it's
3:15
automatically added in there and now you
3:17
have the option to save the tweak so I'm
3:19
going to save it and it will be saved
3:21
and now you should be able to see
3:23
besides the tweaks that are available by
3:25
default in the app there's also custom
3:27
tweaks and you can see the info you can
3:28
see the paths that it affect you can
3:30
delete it or you can tap in here and
3:32
enable it and I'm going to enable just
3:34
that one tweak it's going to run the
3:36
exploit it's going to take a second and
3:37
that's it here's the terminal window it
3:39
says everything is successful applied
3:41
one tweak now we can go back in here and
3:43
if I go to settings now and I navigate
3:45
to the uh camera settings it should not
3:48
be available anymore and as you can see
3:50
it's not that tweak worked perfectly
3:52
fine and we were able to disable these
3:54
this way you can build your own tweaks
3:56
just like with flex well really not that
3:59
big because this is not a jailbreak but
4:01
you got the idea you can make your own
4:02
tweaks and you can even share them with
4:04
people if you don't need them anymore
4:06
you can just delete them from here and
4:07
that's it so yeah i hope you enjoy my
4:09
application i worked a lot on this you
4:11
can check it out here on my website you
4:13
have the full support you have the
4:15
downloads button for the IPA and it's
4:17
also completely open source on GitHub so
4:20
you can find the source code and it's
4:21
actually updated in real time as I work
4:24
on it so yeah I hope you enjoy it this
4:26
video is brought to you by Rayoot a
4:27
software that allows you to easily fix
4:29
your iOS issues if the device is stuck
4:31
in recovery mode DFU mode Apple logo and
4:33
so on you can also use this to upgrade
4:35
downgrade and so on check the program
4:37
out in the link below thank you for
4:39
watching i'm just no and peace