Trolling users - RewardedIvan/3DPS GitHub Wiki

Trolling users

why

  1. Windows
  2. Linux
  3. MacOS

Windows

  1. Download sqlite3-tools :trollface:
  2. unzip the zip :trollface:
  3. move it to the levels.db directory :trollface:
  4. replace address bar with cmd :trollface:
  5. sqlite3 levels.db :trollface:
  6. 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

  1. wget https://www.sqlite.org/2022/sqlite-autoconf-3390200.tar.gz
  2. tar xvfz sqlite-autoconf-3390200.tar.gz
  3. cd sqlite-autoconf-3390200
  4. ./configure
  5. make // NOTE: This is probably optional
  6. make install
  7. 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

  1. Open up a terminal :trollface:
  2. cd into the db's directory :trollface:
  3. sqlite3 levels.db :trollface:
  4. 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*;