- Reversed using Firefox Network Inspector
- Python POC to see usage data is attached
https://web.archive.org/web/20231210142748/https://objects.githubusercontent.com/github-production-release-asset-2e65be/564082244/0004849b-4e87-49c6-9330-e8c164b019b7?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20231210%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20231210T142748Z&X-Amz-Expires=300&X-Amz-Signature=955a97ec9f9df7a70a1e09b95e06f74e7440fa5563c41eb0e8578cb304568bd2&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=564082244&response-content-disposition=attachment%3B%20filename%3DBeRealBea-1.3.3-1.19.0.ipa&response-content-type=application%2Foctet-stream | |
https://web.archive.org/web/20231210142828/https://objects.githubusercontent.com/github-production-release-asset-2e65be/564082244/0004849b-4e87-49c6-9330-e8c164b019b7?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20231210%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20231210T142828Z&X-Amz-Expires=300&X-Amz-Signature=3e49f0f63642b5b142ff09f8333dfca1595ad23d03dc655610710c389cb7fdd4&X-Amz-SignedH |
#include <Arduino.h> | |
static const int RXPin = 17, TXPin = 18; | |
static const uint32_t GPSBaud = 115200; | |
String rev; | |
void SentSerial(const char *p_char) { | |
for (int i = 0; i < strlen(p_char); i++) { | |
Serial1.write(p_char[i]); |
Turn cocopilot into github enterprise server, so that we can use CoCoPilot without patching Copilot plugin.
- Add the following JS to a cloudflare worker.
- Add Cloudflare Worker Routes:
*cocopilot-gh-enterprise.XXXXXXXX.XXX
. You should also add DNS recordscocopilot-gh-enterprise.XXXXXXXX.XXX
&*.cocopilot-gh-enterprise.XXXXXXXX.XXX
to make the route available - Setting GitHub Enterprise URL to
cocopilot-gh-enterprise.XXXXXXXX.XXX
; Board Spec: https://wiki.luatos.com/chips/esp32c3/board.html | |
[env:esp32-c3-devkitm-1] | |
platform = espressif32 | |
board = esp32-c3-devkitm-1 | |
framework = arduino | |
board_build.flash_mode = dio | |
board_build.extra_flags = | |
-DARDUINO_ESP32C3_DEV | |
-DARDUINO_USB_MODE=1 |
#!/bin/bash | |
# | |
# Script for installing x11vnc on Steam Deck. | |
# | |
# Install: | |
# | |
# sh -c "$(curl -fsSL https://gist.githubusercontent.com/x43x61x69/9a5a231a25426e8a2cc0f7c24cfdaed9/raw/vnc_install.sh?$RANDOM)" | |
# | |
# This will modify root filesystem so it will probably get | |
# overwrite on system updates but is totally ok executing |
↗️ This gist has been transferred to tailscale-dev/deck-tailscale
As of around March 20th, 2025, the volumeStoreDownloadProduct endpoint (required to download removed apps) has changed and now has a tendancy to not work sometimes. There is not any noticable pattern as to what apps work or not but note that there is a high likelyhood this tutorial may not work.
Due to various reasons (such as Apple developer account termination), apps you had previously purchased can no longer be downloaded from the App Store or iTunes. However, it turns out these applications can still be accessed. Third party .ipa downloading tools such as iMazing, ipatool, and ipatool-py use a special endpoint that allows downloading removed apps.
This app must have been purchased on your Apple ID beforehand. You cannot download any app ever made. Apple only lets you download apps you had bought or downloaded in the past.
I reccomend using the ipatool-py method, because it is easier. However, if you are unable to use it, I have left the original
This is a guide for running Half-Life 2 on your Switch. Please be aware that this isn't a great way of playing Half-Life 2 - do not expect this mod to work perfectly.
Thank you to Bringus Studios for fixing save files not showing up!
NOTE: I am assuming that you have basic knowledge about how modding games on the Switch works. I will not provide support for questions like "how do I install Atmosphère / CFW", "how do I make an emuMMC", "how do I extract games", etc. For help with modding your console, see the NH Switch Guide.
WARNING: While this mod should be fairly safe to use, I do not take any responsibility if your Portal save data is deleted, you get banned from Nintendo Switch Online, or if your Switch explodes.
Note: This writeup is for advanced users and developers. For a guide that will actually walk you through this, ios.cfw.guide is updated. guides.stkc.win should be soon™️.
13.x appears to have issues. 13.5 is confirmed to fail to check updates once you change the audience. If any other versions do this, please let me know.
So, I got bored and decided to do more research into alternates. Turns out you can still abuse it to update to 14.8 on iOS versions that don't support alternates. You're welcome.
This requires a jailbreak. Of course, you can do the backup editing stuff if you're not JBed but:
a. It's a wack method imo