Trolling users - RewardedIvan/3DPS GitHub Wiki
Trolling users
Windows
- Download sqlite3-tools :trollface:
- unzip the zip :trollface:
- move it to the levels.db directory :trollface:
- replace address bar with cmd :trollface:
sqlite3 levels.db
:trollface:- funny moment :trollface:
Linux
Install sqlite3
Arch based (eg. Manjaro, Endevour OS, Garuda, Arco....)
pacman -Sy sqlite
Debian based (eg. Ubuntu, Pop OS, Zorin OS, KDE Neon....)
apt install sqlite3
Gentoo
emerge dev-db/sqlite
Red Hat based (eg. Fedora, OpenSUSE, RedHat Enterprise Linux)
For RHEL or any other distro that uses yum
as it's package manager diy
zypper install sqlite3
for OpenSUSE, Fedora and distros that derive from them
Any other distro
wget https://www.sqlite.org/2022/sqlite-autoconf-3390200.tar.gz
tar xvfz sqlite-autoconf-3390200.tar.gz
cd sqlite-autoconf-3390200
./configure
make
// NOTE: This is probably optionalmake install
- Give an upvote this answer
Also if your not here from
yum
, then please make a new issue for a new distro, if it has a package manager and sqlite is in the repo
MacOS
use brew install sqlite
Anyway
- Open up a terminal :trollface:
- cd into the db's directory :trollface:
sqlite3 levels.db
:trollface:- funny moment :trollface:
MacOS
MacOS is similar to linux (both derive of unix)
so you can install go with brew or Precompiled Binaries for Mac OS X (x86)
on the sqlite download page,
use the linux instructions :trollface:
How to SQLite3
to delete level :trollface: use delete where ROWID = *insert id* from levels;
rip levels :trollface: :skull: delete from levels WHERE ROWID;
override levels :trollface: update levels set data = "*ctrl+v impossible data*" where ROWID = *insertid*;