Skip to content

Instantly share code, notes, and snippets.

View fariswd's full-sized avatar

Faris Widyantho fariswd

View GitHub Profile
@pgrimaud
pgrimaud / encrypt.php
Last active December 30, 2023 10:35
Instagram enc_password generator
<?php
$data = file_get_contents('https://www.instagram.com/data/shared_data/');
$json = json_decode($data);
$password = 'password'; //fuck-itdoesntwork;
$publicKey = '8dd9aad29d9a614c338cff479f850d3ec57c525c33b3f702ab65e9e057fc087e';// $json->encryption->public_key;
$keyId = 154; //$json->encryption->key_id;
$version = 10; //$json->encryption->version;
@Insax
Insax / README.md
Last active February 3, 2025 10:02
Improved & Automated Palworld Setup for Linux Dedicated Servers

Improved & Automated Palworld Setup for Linux Dedicated Servers

Introduction

This small guide will introduce you to some helpful scripts to automatically manage a palworld server, please use all scripts at your own discretion This Guide will cover the following automated functionalities.

This guide is also aimed at debian destributions based on it. (Ubuntu etc.)

  • Automated PalWorld Gameserver start on server start