-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathrigtools.html
More file actions
77 lines (71 loc) · 2.9 KB
/
rigtools.html
File metadata and controls
77 lines (71 loc) · 2.9 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>3.2 Quadratics</title>
<meta name="robots" content="nofollow">
<meta name="og:title" content="SH1MMER">
<meta name="og:description" content="SH1MMER Chromebook jailbreak">
<meta name="og:type" content="website">
<meta name="og:image" content="icon.png">
<meta name="og:url" content="https://sh1mmer.me/">
<link rel="icon" type="image/x-icon" href="icon.png" />
<link rel="stylesheet" href="main.css" />
<script src="assets/script.js" defer></script>
<link rel="icon" href="icon.png" type="image/x-icon"/>
<script>
var messages = {
mercury:
"Check the credits button at the bottom of the page for more info.",
friday:
"A rather unlucky day for sysadmins, indeed.",
pc:
"Or if you can download the recovery utility extension on your school computer, but that's exceedingly rare.",
board:
"Press ESC+REFRESH+POWER to enter recovery mode, and look up your codename on https://cros.tech/. Click your device, and your board name will be shown. Note that GRABBITER is the same as FLEEX (which is octopus) but is not shown on most online databases.",
launch:
"Click the extensions icon in Chrome, then click Chromebook Recovery Utility.",
};
</script>
<base target="_blank" />
</head>
<body>
<div class="header">
<h1>Rigtools</h1>
<p class="acronym">
disable and run code with extentions
</p>
</div>
<div class="section blue">
<h4> works up to version 128</h4>
<p>
aight, so first you need to self host, you only need to do this once! Next time you need to use jusdt sign into your replit and run the app.
<ol>
<li>go to https://replit.com/@thattoasterboyo/remove-content-keeper</li>
<li>remix it and sign in if you haven't</li>
<li>run it(big green button, says run)</li>
<li>now go to devtools://devtools/bundled/devtools_app.html</li>
<li>go back to replit and find the webview/preview button,</li>
<li>make sure its the one that says rigtool, not the "cannot get" one</li>
<li>copy the topmost link on the webview and go to it</li>
<li>go to network tab and double click gray box</li>
<li>click gforms method</li>
<li> and disable! keep this tab open!</li>
</ol>
</p>
</div>
<p>Credits and other stuff,
A big thanks to FWsmasher for the original rigtools, and to T3RM1N4L for his stable and updated ui version.
Also a big thank you to the members of the Reloverse Discord server (chromebook exploiting server) for helping me with this exploit.
Link to join: discord.gg/reloverse </p>
<div class="section blue">
<h3>
<a href="Disclaimer.html" target="_self">Disclaimer + Terms of Service</a>
<a href="credits.html" target="_self">Credits</a>
<a href="help.html" target="_self">Help</a>
</h3>
<p>
</div>
</body>
</html>