This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import uuid | |
import json | |
import requests | |
import re | |
class InstagramReg: | |
user_agent = "Instagram 12.0.0.16.90 (iPhone8,1; iOS 10_0_2; ru_RU; ru-RU; scale=2.00; gamut=normal; 750x1334) AppleWebKit/420+" | |
baseApiUrl = "https://i.instagram.com/api/v1/" | |
instasign_token = "a3ccdf3a-6773-4cc8-b77f-f1448d768770" # Your InstaSign token from https://instasign.org/Panel |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/jb/bin/bash | |
CYCRIPT_PORT=1337 | |
function help { | |
echo "Syntax: $0 [-p PID | -P appname] [-l /path/to/yourdylib | -L feature]" | |
echo | |
echo For example: | |
echo " $0 -P Reddit.app -l /path/to/evil.dylib # Injects evil.dylib into the Reddit app" | |
echo " or" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# See /boot/overlays/README for all available options | |
gpu_mem=256 | |
initramfs initramfs-linux.img followkernel | |
kernel=kernel8.img | |
arm_64bit=1 | |
disable_overscan=1 | |
arm_boost=1 | |
#enable sound |