Download snorlax module latest version
It seems that costumes support is missing which is causing Pikachu's christmas hat to disappears after you have capture it. I saw Niantic changed CP and probably stats formula on todays server update. Levels displayed by the module seem not to be affected, but I wonder if IVs are. Xposed module Android to check pokemons stats Snorlax Check pokemons stats. Features: Prevent. Snorlax Check pokemons stats. You can download the xposed framework here.
Create your feature branch: git checkout -b my-new-feature Commit your changes: git commit -am 'Useful information about your new features' Push to the branch: git push origin my-new-feature Submit a pull request on the dev all pull request on master branch will be rejected Special thanks Snorlax would not have been possible without: chuparCh0pper for his awesome module which Snorlax is inspired on ELynx for the method to MITM PokemonGo communications, check his repo too And last but not least, AeonLucid for the PokemonGo's protos Donation I hope you are liking Snorlax!
Donate License Copyright c See the License for the specific language governing permissions and limitations under the License. Enhancement: broadcast responses. Hello, I implemented a prototype module for Snorlax, to act as a "Mitm broadcaster". Any thoughts on this? I need someone to test this. Notifications fail after PoGo Error. Here is the relevant time span in Xposed logs: Port to Magisk Manager. Hi there, With all the issue surrounding Xposed and Chainfire's suhide, would it be possible to port this module to Magisk Manager?
There are thousands of devices begging for an "update". Please :. I now maaanyyy people would be relieved.
Your module is awesome. Pattern to rename with mon's attack type. Also I am sorry for your problems. Have you looked into installing cyanogen on your Note? HexDestroyer Great news, with modules loading you can do research again.
In hooks to stream getters, just remove checks for niaRequest and niaResponse, enable MitM streams always. Not sure that else may use it. Dump it into file may be, or mirror to wireshark. I had heard that protocol is changed too, so decoders may fail. Since I have only one phone I can't afford to lose functions. May be I will make systemless XPosed for Sams now, for all that may be.
ELynx Long story short, it works! It seems protocol changed just for authentication. I haven't really analyzed anything, but I've came across this reddit post referencing in the comments this image. So yeah, I just now had the time to recompile with the suggested changes. I've removed the hooks to doSyncRequest and readDataSteam made the module crash as it didn't find them , and I've removed checks for niaRequest and niaResponse. HexDestroyer That is awesome news!
Can't wait to see this module back up and running.. Having that instant success or escape is so nice! HexDestroyer Great news! I am sure community will find a way to tackle this problem. Make a github fork, publish your code, I am sure that if you want, you can handle this.
Just here to show support. I love this module and can't wait to see it back. Those of us who can't make something like this are all rooting for you. Here to show support as well. I missed this module so much! Still nothing guys? Is there a thread where this is being actively discussed that I can follow? I tried the discord chats, but nothing. I'm sorry. I am in the process of moving at the moment and will be without internet for a while.
Will work on it as soon as I can get back on my feet. I am in the processo of moving at the moment and will be without internet for a while. The WinRM client cannot process the request.
Basic authentication is currently disabled in the client configuration. Change the client configuration and try the request again.
Having problems? Ask for help in the Exchange forums. Typically, you'll want the latest public version of the module, but you can also install a Preview version if one is available. To install the latest public version of the module, run one of the the following commands:. For detailed syntax and parameter information, see Install-Module. If the module is already installed on your computer, you can run the following commands to see the version that's currently installed and update it to the latest version from the PowerShell Gallery:.
Typically, you'll want the latest public version of the module, but you can also upgrade to a Preview version if one is available. To upgrade to the latest public version of the module, run one of the following commands based on how you originally installed the module in an elevated PowerShell window vs.
Scope CurrentUser :. To confirm that the update was successful, run the following commands to check the version information of the module that's installed:.
For detailed syntax and parameter information, see Update-Module. Be sure to close and re-open the PowerShell window before you attempt to update the ExchangeOnlineManagement module again. To check your current settings in the Microsoft. To permanently enable strong cryptography in the Microsoft. NET Framework version 4. For more information, see SchUseStrongCrypto. To uninstall the module, run one of the following commands based on how you originally installed the module in an elevated PowerShell window vs.
For detailed syntax and parameter information, see Uninstall-Module. Traditional Exchange Online cmdlets return all possible object properties in their output, including many properties that are often blank or aren't interesting in many scenarios. An error is thrown if a value supplied directly to InputObject.
Use the pipeline to pass objects with the InputObject parameter. Specifies the maximum version of a single module to install. The version installed must be less than or equal to MaximumVersion. If you want to install multiple modules, you cannot use MaximumVersion. Specifies the minimum version of a single module to install. The version installed must be greater than or equal to MinimumVersion.
If there is a newer version of the module available, the newer version is installed. If you want to install multiple modules, you cannot use MinimumVersion. Specifies the exact names of modules to install from the online gallery.
A comma-separated list of module names is accepted. The module name must match the module name in the repository. Use Find-Module to get a list of module names. Specifies a proxy server for the request, rather than connecting directly to the Internet resource. Specifies a user account that has permission to use the proxy server that is specified by the Proxy parameter. Use the Repository parameter to specify which repository is used to download and install a module.
Used when multiple repositories are registered. Specifies the name of a registered repository in the Install-Module command. To register a repository, use Register-PSRepository. To display registered repositories, use Get-PSRepository. Specifies the exact version of a single module to install.
If there is no match in the repository for the specified version, an error is displayed. If you want to install multiple modules, you cannot use RequiredVersion.
Specifies the installation scope of the module. The acceptable values for this parameter are AllUsers and CurrentUser. The AllUsers scope installs modules in a location that is accessible to all users of the computer:.