Skip to content

Latest commit

 

History

History
99 lines (76 loc) · 4.95 KB

README.md

File metadata and controls

99 lines (76 loc) · 4.95 KB

Squizit is a simple tool, that aim to help you get the grade you want, not the one you have learnt for.

Build Status

Screenshots

First, input PIN Then enjoy!
Fill me senpai Here it comes

Hosted version

List of web instances Host your own!

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>

Downloads

Android Ubuntu Touch Micro$oft Windows Debian/Ubuntu Package MacOS Executable
.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)

Debian package

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

Host on your site

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.