-
Posts
335 -
Joined
-
Last visited
Everything posted by brian13mtz
-
Account NETFLIX ALTERNATIVE IOS ANDROID AND PC
brian13mtz replied to Clickforlife's topic in Other Cheats
tx -
nice
-
Hack NEW Mac Pokemon go bot release by Jabbink (New Api)
brian13mtz replied to pokemastah2016's topic in Other Cheats
tx -
tx
-
thanks
-
Best VPN Proxy Betternet - Premium Hack! 4.0.1
brian13mtz replied to orgempire's topic in Free Jailbreak Cheats
thanks -
tx
-
Other HOW TO GET BATTTLEFRONT II EARLY BETA CODE FOR ANY CONSOLE.
brian13mtz replied to brian13mtz's topic in Other Stuff
or if you can't afford it -
[courtesy of /u/DerTagestrinker] Go here, this is the EA support ticket request screen. Click PS4, or whatever platform you want it on. Click "Codes and promotions" Click "Invalid code" It'll ask you to type the error message in the screen. You can type whatever you want, but you might as well make it something like, "My code did not work and I preordered the game." Choose your region. A pop-up will ask you to log into your EA account. After you do that, it'll ask you to write a message to go with your support ticket. Make sure your email address is correct and write out the same message as before, i.e. "My code did not work and pineapple on pizza is a sin." Submit it Wait approximately 10 seconds Check your email, you will receive two emails in succession, one for opening a support ticket and then one with the code. Viola! CREDIT TO REDDIT COMMUNITY
-
thanks for edit Diversityy
-
just need a banner for youtube that looks good or if you can direct me to a website with legal or free banners thanks
-
Any working jailbreak hack for pokemon go like walking and all that
-
PC FLASH GAME HACKS [NO DOWNLOAD NEEDED]
brian13mtz replied to -Aqua's topic in Console & PC Gaming's Console and PC Gaming
k -
Thx
-
thanks just want to have same as friends
-
Getting new laptop alienware 15 any recommendation
-
[Request] Pokemon GO Name of app you want hacked: Pokemon GO Requested features: for Necro bot you can add to Inventory.cs something like: Quoted Message public async Task<IEnumerable<PokemonData>> GetUnusedEggs(int limit) { var myEggs = await GetEggs(); var eggs = myEggs.Where(x=> !x.EggIncubatorId.Any() && !x.DeployedFortId.Any()).ToList(); return eggs.OrderBy(x=>x.EggKmWalkedTarget).Take(limit > eggs.Count() ? eggs.Count() : limit); } i havn't tested, but that should get all useable egg Id's so you can deploy them ie: Quoted Message if(CurrentFort.Type == FortType.Gym) { //TODO: Add some other checks.. //Choose a suitable egg.. var eggs = await session.Inventory.GetUnusedEggs(3); var eggsToDeploy = eggs.First(); // Deploy to gym var deployResponse = await session.Client.Fort.FortDeployPokemon(CurrentFort. Id, eggsToDeploy.Id); //TODO: Add response messages.. } Make this egg glitch work by testing it Jailbroken or Non-Jailbroken: both Thank you!
-
bottom just to show others
-
Gym Egg Exploit -MAKE THE GYM PERM TO WAT TEAM YOU ARE AND CANNOT BE DEFEATED APP:Pokemon GO Requirements: Python *I use 2.7.12, can use either 32bit or 64bit but DLL differs depending on install version* encrypt32bit.dll :: Free File Hosting - File Dropper: File Host for Mp3, Videos, Music, Documents. - 32bit python install dll required, put in root directory of api encrypt64bit.dll :: Free File Hosting - File Dropper: File Host for Mp3, Videos, Music, Documents. - 64bit python install dll required, put in root directory of api Depending on if you have 32 or 64 bit, you'll have to modify the script to reflect it, look at notes of script to figure it out Python Required Libraryies: geopy==1.11.0 protobuf>=3.0.0a3 requests==2.10.0 s2sphere==0.2.4 gpsoauth==0.3.0 sixxxhash future - install this pycryptodomex-3.4.2 - install this GitHub - CyberSecurityUSC/pgoapi: Pokemon Go API lib - this is the api it's self as a side note, if you need help finding your egg pokemon_id, api.get_inventory() will display all ids including egg ids I have attached 2 scripts, one is for finding nearby gyms, it prints to console a big blob of map cell information with details on the nearby forts, the other is for deploying your egg into a gym I would suggest getting more creative with it if you where to use in any quick manner, filtering through non gym forts etc - as it stands I just checked current xp of gym, ran command like Gym2.py > gym.txt, searched through text and found lat, long and gym id that way. LOOK FOR GYM [Hidden Content] GYM PUT EGG [Hidden Content] ALL CREDS TO NEPTOPS FROM http://www.ownedcore.com/forums/pokemon-go/pokemon-go-hacks-cheats/572613-exploit-unbeatable-perma-gym.html