All Projects → igoticecream → Snorlax

igoticecream / Snorlax

Licence: other
Xposed module (Android) to check pokemons stats

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Snorlax

Edxposed
Elder driver Xposed Framework.
Stars: ✭ 4,458 (+7090.32%)
Mutual labels:  xposed, xposed-framework
OneTapVideoDownload
Download Videos on Android with One Tap.
Stars: ✭ 51 (-17.74%)
Mutual labels:  xposed, xposed-framework
droid controller
Control the parameters of an Android system with the power of Xposed framework. 通过Xposed框架控制Android参数。
Stars: ✭ 15 (-75.81%)
Mutual labels:  xposed, xposed-framework
Taichi
A framework to use Xposed module with or without Root/Unlock bootloader, supportting Android 5.0 ~ 11.
Stars: ✭ 4,588 (+7300%)
Mutual labels:  xposed, xposed-framework
xposed-sgame
王者荣耀 开启高帧率插件
Stars: ✭ 23 (-62.9%)
Mutual labels:  xposed
QAssistant
兼具实用与美观于一身的 QQ 小帮手
Stars: ✭ 99 (+59.68%)
Mutual labels:  xposed
TXHook
腾讯QQ协议分析工具,为了推进学习与研究。
Stars: ✭ 109 (+75.81%)
Mutual labels:  xposed
POGOProtos
A central repository for all proto files of PokémonGO.
Stars: ✭ 136 (+119.35%)
Mutual labels:  pokemongo
deprecated-pokemongo-game-master
⚠️ DEPRECATED - LOOK README ⚠️ This repository is collection of the decoded GAME_MASTER-protobuf files
Stars: ✭ 38 (-38.71%)
Mutual labels:  pokemongo
NetworkMode-Enabler
A simple Xposed module which adds "3G only", "4G only", "4G/3G"(for compatible devices) options to the network modes setting
Stars: ✭ 14 (-77.42%)
Mutual labels:  xposed
SoundCloudAdAway
Removes ads in the SoundCloud Android app.
Stars: ✭ 25 (-59.68%)
Mutual labels:  xposed
XAutoDaily
一个基于QQ的全自动签到模块
Stars: ✭ 115 (+85.48%)
Mutual labels:  xposed
QQCleaner
瘦身模块
Stars: ✭ 512 (+725.81%)
Mutual labels:  xposed
AnyWebView
Any WebView is OK!
Stars: ✭ 64 (+3.23%)
Mutual labels:  xposed
XposedInstaller
Materialised Xposed Installer
Stars: ✭ 265 (+327.42%)
Mutual labels:  xposed
MIUIAnesthetist
Cut out those cancer apps on MIUI painlessly with the help of this Xposed module.
Stars: ✭ 91 (+46.77%)
Mutual labels:  xposed
GJZS
搞机助手·R(原「搞机助手重制版」)
Stars: ✭ 584 (+841.94%)
Mutual labels:  xposed
glitchify
Tweaks for the official twitch.tv android app
Stars: ✭ 33 (-46.77%)
Mutual labels:  xposed
PogoStats
A mini Monitoring tool to collect performance data of Pokémon, Quests, Raids and Spawnpoints.
Stars: ✭ 17 (-72.58%)
Mutual labels:  pokemongo
Fuck-Dmzj
动漫之家增强模块
Stars: ✭ 49 (-20.97%)
Mutual labels:  xposed

Snorlax Build Status License Donate

Check pokemons stats. Available through Xposed repository

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.

Features:

  • Prevent PokemonGo from detecting GPS is being spoofed (similar to Mock Mock Locations)
  • Show pokemon stats on the inventory with custom formats
  • Show pokemon stats as a system notification when you encounter them: IV's, HP, CP, level, moves, catch probability
  • Show catch results: Success, missed, flee, etc.

Check out the Wiki page to learn how to use custom formats.

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 the xposed framework here.

Build source

Clone the repository (you must have Git installed)

git clone https://github.com/igoticecream/Snorlax.git
cd .\Snorlax\
git submodule update --init

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
  • 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:

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

License

Copyright (c) 2016. Pedro Diaz <[email protected]>

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].