Skip to content

Instantly share code, notes, and snippets.

View kenkit's full-sized avatar
💭
Where the sky begins, the horizon ends. So too do beginings and endings.

๖̶̶̶ۣۣۜۜ͜ζ͜͡ Sage kenkit

💭
Where the sky begins, the horizon ends. So too do beginings and endings.
View GitHub Profile
@kenkit
kenkit / 15on16sepactivationguide.md
Created March 1, 2024 22:01 — forked from pixdoet/15on16sepactivationguide.md
How to activate a device on iOS 15 that was futurerestored on 16 sep

HOLY SHIT is this original guide outdated and broken as fuck

Credits to OrangeRa1n for the original guide

YOLOOOOOOOOO?

This is a guide on how to activate ur idevice on ios 15 (maybe ios 14 idk) when its futurerestored on 16 sep.

DISCLAIMER: I am very aware people might use this to bypass icloud, but I am NOT encouraging you to bypass icloud.

ALSO: THIS IS RECOMMENDED FOR ADVANCED USERS ONLY, i am not responsable for ur device being broken (tho idk how it becomes broken via this)

/*
ffmpeg -i "$file" -f s32be -acodec pcm_s32be -ar 44100 -af "volume=0.5" tcp://espip:5522
*/
#include "i2s.h"
#include <ESP8266WiFi.h>
const char* ssid = "***********";
const char* password = "**********";
WiFiServer pcmServer(5522);
static WiFiClient pcmClient;
@kenkit
kenkit / gist:23f27e4a7dfb479fe4e1b97bd018b1aa
Last active November 3, 2023 03:17 — forked from mberman84/gist:45545e48040ef6aafb6a1cb3442edb83
LLaMA 2 13b chat fp16 Install Instructions
conda create -n textgen python=3.10.9
conda activate textgen
install pytorch: pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu117
git clone https://github.com/oobabooga/text-generation-webui
cd text-generation-webui
pip install -r requirements.txt
python server.py
# download model
# refresh model list
# load model
@kenkit
kenkit / 15on16sepactivationguide.md
Created June 24, 2023 01:20 — forked from Orangera1n/15on16sepactivationguide.md
How to activate a device on iOS 15 that was futurerestored on 16 sep

whatisthisthisthisthisthisthis?

This is a guide on how to activate ur idevice on ios 15 (maybe ios 14 idk) when its futurerestored on 16 sep.

DISCLAIMER: I am very aware people might use this to bypass icloud, but I am NOT encouraging you to bypass icloud.

ALSO: THIS IS RECOMMENDED FOR ADVANCED USERS ONLY, i am not responsable for ur device being broken (tho idk how it becomes broken via this)

also, i've only tested this on macOS, might work on linux tho if u replace darwin with linux and shit.

@kenkit
kenkit / dm-verity
Created May 4, 2023 04:01 — forked from Systemad/dm-verity
Remove dm-verity from boot image
Credit: thohac@xda
I took the tools/arm/magiskboot from that git and did it manually.
Here are my steps.
put magiskboot in /data/local/bin
chmod +x /data/local/bin/magiskboot.
put unpacked boot.img on the device and patch with magisk. rename back to boot.img
mkdir unpacked; cd unpacked #make a working dir and switch to it
#include <cstring>
#include <fstream>
using namespace std;
/*** vxor_streambuf class ******************************************/
class vxor_streambuf: public streambuf
{
public:
@kenkit
kenkit / gpt_parser.py
Created May 8, 2022 19:27 — forked from shangdawei/gpt_parser.py
Feed this your GPT.bin, and out it shoots a partition.xml
#!/usr/bin/python
# Author : n0fate
# E-Mail rapfer@gmail.com, n0fate@live.com
#
# 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 2 of the License, or (at
# your option) any later version.
cmake_minimum_required(VERSION 2.6)
project (qtapp)
cmake_policy(SET CMP0020 NEW)
set(CMAKE_AUTOUIC ON)
set(CMAKE_AUTOMOC ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
# declaring files in your project
# specify which version you need
5c5
< File: /Users/anton/Documents/ifun/firmware/binary_unedited/mobileactivationd
---
> File: /Users/anton/Documents/ifun/firmware/mobileactivationd_2.bin
20960,20961c20960
< 0000000100013708 tbz w24, 0x0, loc_100013818
<
---
> 0000000100013708 nop
21032,21035c21031,21032
<?xml version="1.0" encoding="utf-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension"
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
<Bundle
Name="Example Product"
Version="1.2.3.4"
Manufacturer="John Doe"
Copyright="© 2018 John Doe"