Skip to content

Instantly share code, notes, and snippets.

View Bizarrus's full-sized avatar
😍
fruithost!

Adrian Preuß Bizarrus

😍
fruithost!
View GitHub Profile
@Bizarrus
Bizarrus / _Order.sass
Created July 13, 2018 21:58
Create easy CSS-based alphabetical order with SASS and FlexBox
// Specific the element (for sample "div" or "li")
$element: null !default;
// Define the Attribute (for sample <div data-ao="YourName">), "ao" is "alphabetical order"
$attribute: data-ao !default;
// Define the characters (with lower- and uppercase)
$characters: (
(a, A), (b, B), (c, C), (d, D), (e, E), (f, F), (g, G), (h, H), (i, I), (j, J), (k, K), (l, L), (m, M), (n, N), (o, O), (p, P), (q, Q), (r, R), (s, S), (t, T), (u, U), (v, V), (w, W), (x, X), (y, Y), (z, Z)
);
@Bizarrus
Bizarrus / ClientProperties.class.js
Last active January 28, 2025 08:47
K3-Register
import FileSystem from 'node:fs';
import HTTPS from 'node:https';
import { parse as HTMLParser } from 'node-html-parser';
export default (new class ClientProperties {
File = './client.json';
BaseURL = 'https://app.knuddels.de/';
Properties = {
build: null,
version: null,
@Bizarrus
Bizarrus / 1. Inhalt.md
Last active June 14, 2025 12:19
Knuddels - Clienten zurücksetzen

Knuddels resetten

Hier wird aufgezeigt, wie man die Clienten von Knuddels so behandelt, dass man nicht mehr erkannt wird.

Zum Beispiel, bei einer Sperre oder beim Faken. Selbst wenn man eine IP Sperre hat!

Keywords: Knuddels, sperre umgehen, ip ändern, faken auf Knuddels, fakes

Warning

Denk daran, dass du nach jeder Sperre oder jedem Nickwechsel (wenn du fakest) die Schritte erneut durchführst!