This file contains hidden or 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
(() => { | |
/* | |
{ | |
author: 'MonokaiJs', | |
facebook: 'https://fb.me/MonokaiJsp', | |
homepage: 'https://omfg.vn' | |
// Please DO NOT REMOVE CREDITS IN THIS FILE. | |
} | |
*/ |
This file contains hidden or 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
(() => { | |
/* | |
Author: @MonokaiJsp (MonokaiJs | https://omfg.vn) | |
>>>>>>> Free for Personal Usage. | |
======= Donate me: https://omfg.vn/donate | |
======= Github: https://github.com | |
======= Gists | |
*/ | |
This file contains hidden or 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
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"; |
This file contains hidden or 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
adb help // List all comands | |
== Adb Server | |
adb kill-server | |
adb start-server | |
== Adb Reboot | |
adb reboot | |
adb reboot recovery | |
adb reboot-bootloader |