/*
Made by [egyJs.com](https://www.instagram.com/egyjs/);
*/
install it on your localhost and try it :
| <?php | |
| // | |
| // kylegg 2024 | |
| // | |
| // Response is always text/plain for our API. | |
| header('Content-Type: text/plain'); | |
| // Generic function I wrote for validating url parameters in like 30 seconds, its not pretty but it works. | |
| function getQueryParameter(string $name, Closure $cl): mixed |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| -- Animate | |
| -- maximum_adhd | |
| -- September 21st, 2022 | |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| --!strict | |
| local Players = game:GetService("Players") | |
| local RunService = game:GetService("RunService") |
| local ragdollJoints = | |
| { | |
| Ankle = | |
| { | |
| Type = "BallSocket"; | |
| Properties = | |
| { | |
| UpperAngle = 20; | |
| TwistUpperAngle = 20; |
| -- Grab some services. | |
| local Lighting = game:GetService("Lighting") | |
| local RunService = game:GetService("RunService") | |
| -- Make sure this is running from a LocalScript. | |
| if not RunService:IsClient() then | |
| error("This should be running in a LocalScript!") | |
| end | |
| -- Create a Sound object for the music. |
| // ==UserScript== | |
| // @name Vevioz Youtube Downloader | |
| // @description This extension add a download tab button on any Youtube page and allows you to download MP3 & Video with just one click (1080,2K,4K,8K Ultra High Definition Supported). | |
| // @icon https://assets.vevioz.com/addons/images/favicon.ico | |
| // | |
| // @author Vevioz Enterprise | |
| // @namespace https://developers.vevioz.com | |
| // | |
| // @license GPLv3 - https://www.gnu.org/licenses/gpl-3.0.txt | |
| // @copyright Copyright (C) 2022, by Developer.vevioz.com |
/*
Made by [egyJs.com](https://www.instagram.com/egyjs/);
*/
install it on your localhost and try it :
Every so often I have to restore my gpg keys and I'm never sure how best to do it. So, I've spent some time playing around with the various ways to export/import (backup/restore) keys.
Gotten from the RedHat GPG migration manual
## Export all public keys
gpg -a --export >mypubkeys.asc