Skip to content

alucas/Snorlax

 
 

Repository files navigation

Snorlax Build Status License Donate Github All Releases Github Releases GitHub release

This module acts as a man in the middle on Pokémon Go's communications with the server, and allows us to add extra features to the game.

  • It does not require your account or any information about you.
  • It does not communicate with the server at any time, so it's pretty safe against detection.
  • It only require the right to read external storage (no network usage, ...)

Features:

  • Prevent PokemonGo from detecting GPS is being spoofed (similar to Mock Mock Locations)
  • Replace pokemons name with custom formats (details) :
    • Name, Nickname
    • Level
    • Type
    • Moves (name, type, power)
    • IV (%, attack, defence, stamina)
    • HP (current, max)
    • CP (current, evolution, last evolution, min, max)
  • Show pokemon stats as a system notification when you encounter them :
  • Show catch results (Success, Missed, Flee) as soon as you throw your pokeball
  • Show lure's remaining time
  • Show notification when a pokemon is ejected from a Gym :
  • Show a notification when it's time to collect your defender bonus :

Dev features:

  • Broadcast Intent with nearby pokemon informations
  • Log network traffic (use Protobuf's protoc to decode it)
  • Track and notify update of the GAME_MASTER file

For users:

Installation requirements

  • Android (4.4 or +, Nougat is not supported for the moment)
  • Your device must be rooted
  • Xposed framekwork must be installed. You can download it here.
  • You need to hide Xposed and root to Pokemon Go to be able to play. It's the hard part and it's different for every devices, so Google is your friend. It can be done with tools like suhide, root switch, ...

Installation

For devs:

Libraries and tools

Build requirements

  • JDK 1.8
  • Android SDK
  • Android N (API 24)
  • Latest Android SDK Tools and build tools
  • Lombok plugin for Android Studio / IntelliJ IDEA
  • Your device must be rooted and the xposed framekwork must be installed. You can download it here.

Build source

Clone the repository (you must have Git installed)

git clone --recursive https://github.com/alucas/Snorlax.git; cd Snorlax

Build

.\gradlew build

To build a release APK

.\gradlew assembleRelease

To install directly to the phone connected via ADB

.\gradlew installRelease

Contributing

  • Fork it!
  • 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

Epilogue:

Special thanks

Snorlax would not have been possible without:

Donation

I hope you are liking Snorlax!

If you do, you can support this project to keep coming with new features by buying me a cup of coffee (so i can code by night) or a BigMac at McDonalds. Click the link below and thanks you!

Donate (igoticecream) - Original dev (no longer active)

Donate (alucas)

License

Copyright (c) 2016. Pedro Diaz <igoticecream@gmail.com>

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.