/*
Made by [egyJs.com](https://www.instagram.com/egyjs/);
*/
install it on your localhost and try it :
/*
Made by [egyJs.com](https://www.instagram.com/egyjs/);
*/
install it on your localhost and try it :
| DNSPort 9053 | |
| ExcludeSingleHopRelays 0 | |
| AllowSingleHopCircuits 1 | |
| KeepalivePeriod 60 | |
| #NewCircuitPeriod 15 | |
| UseEntryGuards 1 | |
| NumEntryGuards 8 | |
| CircuitBuildTimeout 5 | |
| EnforceDistinctSubnets 0 | |
| OptimisticData 1 | 
| import os, binascii, hashlib | |
| #supply password | |
| secret = 'your password here you want to use' # all you need to change! | |
| #static 'count' value later referenced as "c" | |
| indicator = chr(96) | |
| #used to generate salt | |
| rng = os.urandom | 
| #Hooking SafetyNet stuff for fun (no profit tho :( ) | |
| #Several Functions just uncomment to use or modify :) | |
| #by T31M | |
| import frida | |
| import sys | |
| PACKAGE_NAME = "com.nianticlabs.pokemongo" | |
| process = frida.get_usb_device().attach(PACKAGE_NAME) | 
| { | |
| "rules": [ | |
| { | |
| "key": "INVALID_PASS_LENGTH", | |
| "message": "Şifreniz 7 ile 15 karakter arasında olmalıdır.", | |
| "value": "^.{7,15}$" | |
| }, | |
| { | |
| "key": "AT_LEAST_ONE_CHARACTER", | |
| "message": "Şifreniz en az 1 harf içermelidir.", |