-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathdebugify.sh
More file actions
47 lines (46 loc) · 1.52 KB
/
debugify.sh
File metadata and controls
47 lines (46 loc) · 1.52 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Thanks @_bplank for the asset hosting!
echo Debugify by @B355P also known as Fire
echo I was recently banned on 4 accounts recently so Discord and Telegram are the only ways to contact me.
echo
echo Make sure you are jailbroken with checkra1n before continuing. This tool does not officially support unc0ver or etc.
echo
echo DO NOT LET YOUR DEVICE POWER OFF DURING INSTALLATION
echo
echo "Thanks @_bplank for hosting the file assets!"
clear
echo "Installing dependency"
apt -y --allow-unauthenticated install wget
cd /
echo
echo "Downloading Internal Tools this may take awhile!"
wget https://brandonplank.org/internal/internal.tar.xz --no-check-certificate
echo "Internal Tools downloaded successfully."
echo
echo "Extracting internal.tar.xz"
tar -xf internal.tar.xz
echo "Extracted successfully!"
echo
echo "Removing Old Traces..."
rm -rf internal.tar.xz
echo "Removed!"
clear
echo "Switching Directory(s)"
cd /System/Library/PrivateFrameworks
echo "Downloading Private Frameworks this may take awhile!"
wget https://brandonplank.org/internal/privateframeworks.tar.xz --no-check-certificate
echo "Private Frameworks downloaded successfully!"
echo
echo "Extracting privateframeworks.tar.xz"
tar --skip-old-files -xf privateframeworks.tar.xz
echo "Extracted successfully!"
echo
echo "Removing Old Traces..."
rm -rf privateframeworks.tar.xz
echo "Removed!"
echo
echo "Setting permissions..."
chmod 777 -R /AppleInternal/
echo "Set permissions to 777 for all users."
echo
echo "Successfully installed Debugify! Follow @B355P for more debug tweaks"
ldrestart