{https://m.facebook.com}/pages/launchpoint/admin_invites/
{https://m.facebook.com}/pages/launchpoint/liked_pages/
def hex_to_int(emailenc, offset): | |
r = emailenc[offset:offset + 2] | |
return int(r, 16) | |
def decode_email(emailenc,offset): | |
o = '' | |
start = offset + 2 | |
end = len(emailenc) | |
step = 2 |
(() => { | |
/* | |
{ | |
author: 'MonokaiJs', | |
facebook: 'https://fb.me/MonokaiJsp', | |
homepage: 'https://omfg.vn' | |
// Please DO NOT REMOVE CREDITS IN THIS FILE. | |
} | |
*/ |
(() => { | |
/* | |
Author: @MonokaiJsp (MonokaiJs | https://omfg.vn) | |
>>>>>>> Free for Personal Usage. | |
======= Donate me: https://omfg.vn/donate | |
======= Github: https://github.com | |
======= Gists | |
*/ | |
class TikTokRegex: | |
id = r'{"id":"(.*?)","desc":"' | |
desc = r'","desc":"(.*?)"' | |
create_time = r'"createTime":"(\d+)"' | |
author_unique_id = r'"uniqueId":"(.*?)"' | |
author_nickname = r'"nickname":"(.*?)"' | |
author_uid = r'"author":{"id":"(\d+)' | |
video_id = r'"Uri":"(.*?)"' | |
video_url = r'"UrlList":\[\"(.*?)\"\]' | |
public class EncryptPasswordKeyFetch | |
{ | |
static string public_key; | |
static byte key_id; | |
public static void GetPwdKeyFetch() | |
{ | |
Leaf.xNet.HttpRequest request = new Leaf.xNet.HttpRequest(); | |
Leaf.xNet.RequestParams requestParams = new Leaf.xNet.RequestParams(); | |
requestParams["version"] = "2"; | |
requestParams["flow"] = "CONTROLLER_INITIALIZATION"; |
adb help // List all comands | |
== Adb Server | |
adb kill-server | |
adb start-server | |
== Adb Reboot | |
adb reboot | |
adb reboot recovery | |
adb reboot-bootloader |