forked from MercuryWorkshop/sh1mmer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
scam.html
47 lines (45 loc) · 1.62 KB
/
scam.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Scams | SH1MMER.me</title>
<link rel="icon" href="assets/icon.png" />
<link rel="stylesheet" href="assets/main.css" />
<script src="assets/script.js" defer></script>
</head>
<body>
<div class="header">
<h1>Scams</h1>
<a href="." target="_self">Back to home</a>
</div>
<div class="section green">
<h3 id="scam-warning">Scam Warning</h3>
<p>
Certain sites may be selling SH1MMER or bundling it with purchases.
These sites typically claim to offer many features for your Chromebook,
while in reality they just provide a collection of freely available
software, illegally.
</p>
<p>
The SH1MMER recovery tool is strictly distributed as a free download
from this website. Any kind of sale, bundling, or redistribution in
association with commercial activity is strictly forbidden and a
violation of copyright. Don’t let them scam you into paying money for
free stuff!
</p>
<p>
If you have clearly been sold this software, you should report them
to their payment processor (often ClickBank, Plimus, or PayPal) and
demand your money back. Keep in mind that this kind of sale is illegal
(selling our free software is a violation of copyright) and also
fraudulent. If the payment processor refuses to issue a refund, contact
your credit card company and request a chargeback.
</p>
<br>
<i>
(disclaimer: not an actual legal statement)
</i>
</div>
</body>
</html>