Skip to content

Instantly share code, notes, and snippets.

@HungHT1890
HungHT1890 / scanComments_of_IDs.js
Created October 26, 2024 06:52 — forked from monokaijs/scanComments_of_IDs.js
Scan comments of a list of Facebook IDs
(() => {
/*
{
author: 'MonokaiJs',
facebook: 'https://fb.me/MonokaiJsp',
homepage: 'https://omfg.vn'
// Please DO NOT REMOVE CREDITS IN THIS FILE.
}
*/
@HungHT1890
HungHT1890 / MessengerAttachmentsScanner.js
Created October 26, 2024 06:51 — forked from monodyle/MessengerAttachmentsScanner.js
Scan Facebook Messages for attachments.
(() => {
/*
Author: @MonokaiJsp (MonokaiJs | https://omfg.vn)
>>>>>>> Free for Personal Usage.
======= Donate me: https://omfg.vn/donate
======= Github: https://github.com
======= Gists
*/
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";
@HungHT1890
HungHT1890 / AdbCommands
Created June 4, 2024 09:47 — forked from Pulimet/AdbCommands
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader