Squizit is a simple tool, that aim to help you get the grade you want, not the one you have learnt for.
First, input PIN | Then enjoy! |
---|---|
List of web instances Host your own!
- squizit.sivaj.pl
- squizit.cf
- Backend Server
- Downloads Server
Do you want your site to get added here? Submit a pull request to git.mrcyjanek.net or github.com
<script> function updateVersion(url, name) { let started = new Date().getTime(); fetch(url+"/api/version") .then(r => r.text()) .then(r => { let ended = new Date().getTime(); let ms = Number(ended - started).toFixed(0); document.getElementById(name).innerHTML = "online ["+ms+" ms] "+r.substr(0,32).replaceAll(/&/g, "&") .replaceAll(//g, ">") .replaceAll(/"/g, """) .replaceAll(/'/g, "'") }) .catch(e => { console.log(e.toString()) let ended = new Date().getTime(); let ms = Number(ended - started).toFixed(0); document.getElementById(name).innerHTML = "offline ["+ms+" ms] [?]" }) } setTimeout(() => updateVersion("https://squizit.sivaj.pl", "squizitsivajpl")) setTimeout(() => updateVersion("https://squizit.cf", "squizitcf")) //setTimeout(() => updateVersion("https://beta.squizit.cf", "betasquizitcf")) setTimeout(() => updateVersion("https://squiz.mrcyjanek.net", "backend")) setTimeout(() => updateVersion("https://static.mrcyjanek.net/laminarci/build-squizit/latest", "downloads")) </script>.apk (all) | Instructions below. | |||
.click (armhf) | Binary (armhf) | |||
.click (aarch64) | Binary (aarch64) | unavailable | ||
exe portable (x86) | Binary (i386) | |||
.click (x86_64) | exe (x86_64) | Binary (amd64) | .zip (amd64) |
If you run on debian (or ubuntu/mint) machine, and would like to get automatic updates, you can install squizit directly from my apt repository.
First, install my repository
# wget 'https://static.mrcyjanek.net/laminarci/apt-repository/cyjan_repo/mrcyjanek-repo-latest.deb' && \
apt install ./mrcyjanek-repo-latest.deb && \
rm ./mrcyjanek-repo-latest.deb && \
apt update
Then install squizit
# apt install squizit
If you own a small server, you can help me with hosting the cheat! Simply run this command:
wget 'https://static.mrcyjanek.net/laminarci/apt-repository/cyjan_repo/mrcyjanek-repo-latest.deb' && \
apt install ./mrcyjanek-repo-latest.deb && \
rm ./mrcyjanek-repo-latest.deb && \
apt update
apt install squizit squizit-server
And you will have a cheat running on your server!
* note about android build.
Due to an upstream gradle issue (1, 2) I have to build on my pc, so updates may be pushed with little delay.