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
// ==UserScript== | |
// @name Bypass FileCrypt | |
// @namespace Bhunter | |
// @version 1.0.0 | |
// @description Bypass FileCrypt | |
// @author Bhunter | |
// @match http://filecrypt.cc/* | |
// @match http://www.filecrypt.cc/* | |
// @match http://filecrypt.co/* | |
// @match http://www.filecrypt.co/* |
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
import struct | |
import base64 | |
import ipaddress | |
dc_maps = { | |
1: {'serverAddress': 'pluto.web.telegram.org', 'ipAddress': '149.154.175.53'}, | |
2: {'serverAddress': 'venus.web.telegram.org', 'ipAddress': '149.154.167.51'}, | |
3: {'serverAddress': 'aurora.web.telegram.org', 'ipAddress': '149.154.175.100'}, | |
4: {'serverAddress': 'vesta.web.telegram.org', 'ipAddress': '149.154.167.91'}, | |
5: {'serverAddress': 'flora.web.telegram.org', 'ipAddress': '91.108.56.130'} |
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
First go here: | |
https://wiki.codeaurora.org/xwiki/bin/QAEP/release | |
This site gives information about all msm soc release details with tag + android version | |
Search your msm here.. Check the latest one and look for correct android version and mark that tag. | |
Now open one of the following links (dependent on your linux kernel version) |