Skip to content

Instantly share code, notes, and snippets.

View Permanently's full-sized avatar
😸

billy Permanently

😸
View GitHub Profile
@Permanently
Permanently / fakeVoiceOption.ts
Created March 6, 2023 18:44 — forked from sneksnake/fakeVoiceOption.ts
[Vencord] Use fakevoiceoptions command to toggle fake mute & deafen
/*
* Vencord, a modification for Discord's desktop app
* Copyright (c) 2022 Vendicated and contributors
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
@Permanently
Permanently / stats.php
Created September 18, 2016 10:16 — forked from chaseoes/stats.php
Display stats provided by the TF2 Bukkit plugin.
<?php
// MySQL Information
$database_hostname = 'localhost';
$database_username = 'username';
$database_password = 'password';
$database_name = 'my_database';
$database_port = '3306';
?>
<!DOCTYPE html>