220 K Exp/H - 650 P/H with Haxton Bot config menu

User Tag List

Page 5 of 15 FirstFirst 123456789 ... LastLast
Results 61 to 75 of 223
  1. #61
    MightyYo's Avatar Corporal
    Reputation
    6
    Join Date
    Jul 2016
    Posts
    30
    Thanks G/R
    23/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Louloune View Post
    I'have a problem and i think I'm the only one ... when i would like start the bot I've receive this message , please help me ty xD

    Attachment 35030
    install net framework 4.6.2, should fix it

    220 K Exp/H - 650 P/H with Haxton Bot config
  2. #62
    Ayoth's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It's possible to use Haxton with PogoLocationFeeder ?

  3. #63
    Louloune's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    12
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I have already net framework 4.6.2 ...

  4. #64
    Roktu's Avatar Master Sergeant
    Reputation
    34
    Join Date
    Aug 2014
    Posts
    82
    Thanks G/R
    6/28
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Level 38 max pokedex. I'm evolving only the lowbies.... over 4 hours, 216k exp avg with central park gps - no lucky eggs. Rest of my accounts are at like 1.5 mill per hour @ level 25-32.

  5. #65
    Roktu's Avatar Master Sergeant
    Reputation
    34
    Join Date
    Aug 2014
    Posts
    82
    Thanks G/R
    6/28
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Limity View Post
    cords?xxxxx
    40.782865,-73.965355
    With central park GPX: https://drive.google.com/file/d/0ByV...ew?usp=sharing
    If you don't know how to set up GPX just let me know. I renamed my GPX file to shorter, so make sure you change it in your config. Also don't forget to go into your settings to edit what pokemon you don't want transferred.

    Here's my config:
    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
    <configSections>
    <section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
    </configSections>
    <appSettings>
    <!--Account type can be 'Google' or 'Ptc'-->
    <add key="AccountType" value="Google" />

    <!--YOU NEED TO UPDATE THESE COORDS, PLEASE FIND A GOOD LOCATION AND SAVE THEM-->
    <add key="DefaultLatitude" value="40.782865" />
    <add key="DefaultLongitude" value="-73.965355" />
    <add key="DefaultAltitude" value="10" />

    <!--Only needed if you chose Google as your account type-->
    <add key="GoogleEmail" value="[email protected]" />
    <add key="GooglePassword" value="XXXXXXX" />
    <!--Only needed if you chose Ptc as your account type-->
    <add key="PtcUsername" value="ptcusername" />
    <add key="PtcPassword" value="ptcpassword" />

    <!--Logic settings-->
    <add key="KeepMinIvPercentage" value="98" />
    <add key="KeepMinCp" value="2000" />
    <add key="WalkingSpeedInKilometerPerHour" value="180" />
    <add key="KeepPokemonsThatCanEvolve" value="false" />
    <add key="TransferDuplicatePokemon" value="true" />
    <add key="UsePokemonToNotCatchFilter" value="false" />
    <add key="KeepMinDuplicatePokemon" value="1" />
    <add key="PrioritizeIvOverCp" value="true" />

    <add key="UseLuckyEggs" value="false" />
    <add key="UseBurstMode" value="true" />
    <add key="EvolveAll" value="false" />

    <!--Will ONLY evolve pokemon above your IV threshold-->
    <!--Unsupported at the moment-->
    <!--<add key="EvolveAllPokemonAboveIv" value="false" />
    <add key="EvolveAboveIvValue" value="95" />-->

    <add key="TeleportInsteadOfWalking" value="true" />

    <!--Untested. Use at own risk-->
    <add key="UseGpxPathing" value="true" />
    <add key="GpxFile" value="centralp.gpx" />
    </appSettings>
    <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <targets>
    <target name="logfile" xsi:type="File" fileName="file.txt" />
    <target name="console" xsi:type="ColoredConsole" layout="${date:format=yyyy-MM-dd HH\:mm\:ss} ${message}" useDefaultRowHighlightingRules="true" />
    </targets>

    <rules>
    <logger name="*" minlevel="Trace" writeTo="logfile" />
    <logger name="*" minlevel="Info" writeTo="console" />
    </rules>
    </nlog>
    <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
    </startup>
    <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <dependentAssembly>
    <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
    </dependentAssembly>
    <dependentAssembly>
    <assemblyIdentity name="C5" publicKeyToken="282361b99ded7e8e" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-2.4.5947.17248" newVersion="2.4.5947.17248" />
    </dependentAssembly>
    </assemblyBinding>
    </runtime>
    </configuration>
    Last edited by Roktu; 08-08-2016 at 02:49 PM.

  6. #66
    Louloune's Avatar Member
    Reputation
    2
    Join Date
    Aug 2016
    Posts
    12
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MightyYo View Post
    install net framework 4.6.2, should fix it

    I have already net framework 4.6.2 ...

  7. #67
    boomboom34's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    23
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    what is this ??? Screenshot by Lightshot

  8. #68
    Mamma li Turchi's Avatar Corporal
    Reputation
    49
    Join Date
    Aug 2016
    Posts
    15
    Thanks G/R
    0/42
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by boomboom34 View Post
    what is this ??? Screenshot by Lightshot
    If you close and reopen bot, you see is this wait a few minutes, no preoblem.

  9. #69
    TechzR's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for this. Runs great.

  10. #70
    NestleLife's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    DO NOT USE THIS BOT/config.

    I just got IP banned, it's possible that I'm going to lose 4 accounts because of this ****ing idiot.

  11. #71
    warhame31's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    24
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Roktu View Post
    40.782865,-73.965355
    With central park GPX: https://drive.google.com/file/d/0ByV...ew?usp=sharing
    If you don't know how to set up GPX just let me know. I renamed my GPX file to shorter, so make sure you change it in your config. Also don't forget to go into your settings to edit what pokemon you don't want transferred.

    Here's my config:
    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
    <configSections>
    <section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
    </configSections>
    <appSettings>
    <!--Account type can be 'Google' or 'Ptc'-->
    <add key="AccountType" value="Google" />

    <!--YOU NEED TO UPDATE THESE COORDS, PLEASE FIND A GOOD LOCATION AND SAVE THEM-->
    <add key="DefaultLatitude" value="40.782865" />
    <add key="DefaultLongitude" value="-73.965355" />
    <add key="DefaultAltitude" value="10" />

    <!--Only needed if you chose Google as your account type-->
    <add key="GoogleEmail" value="[email protected]" />
    <add key="GooglePassword" value="XXXXXXX" />
    <!--Only needed if you chose Ptc as your account type-->
    <add key="PtcUsername" value="ptcusername" />
    <add key="PtcPassword" value="ptcpassword" />

    <!--Logic settings-->
    <add key="KeepMinIvPercentage" value="98" />
    <add key="KeepMinCp" value="2000" />
    <add key="WalkingSpeedInKilometerPerHour" value="180" />
    <add key="KeepPokemonsThatCanEvolve" value="false" />
    <add key="TransferDuplicatePokemon" value="true" />
    <add key="UsePokemonToNotCatchFilter" value="false" />
    <add key="KeepMinDuplicatePokemon" value="1" />
    <add key="PrioritizeIvOverCp" value="true" />

    <add key="UseLuckyEggs" value="false" />
    <add key="UseBurstMode" value="true" />
    <add key="EvolveAll" value="false" />

    <!--Will ONLY evolve pokemon above your IV threshold-->
    <!--Unsupported at the moment-->
    <!--<add key="EvolveAllPokemonAboveIv" value="false" />
    <add key="EvolveAboveIvValue" value="95" />-->

    <add key="TeleportInsteadOfWalking" value="true" />

    <!--Untested. Use at own risk-->
    <add key="UseGpxPathing" value="true" />
    <add key="GpxFile" value="centralp.gpx" />
    </appSettings>
    <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

    <targets>
    <target name="logfile" xsi:type="File" fileName="file.txt" />
    <target name="console" xsi:type="ColoredConsole" layout="${date:format=yyyy-MM-dd HH\:mm\:ss} ${message}" useDefaultRowHighlightingRules="true" />
    </targets>

    <rules>
    <logger name="*" minlevel="Trace" writeTo="logfile" />
    <logger name="*" minlevel="Info" writeTo="console" />
    </rules>
    </nlog>
    <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
    </startup>
    <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <dependentAssembly>
    <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
    </dependentAssembly>
    <dependentAssembly>
    <assemblyIdentity name="C5" publicKeyToken="282361b99ded7e8e" culture="neutral" />
    <bindingRedirect oldVersion="0.0.0.0-2.4.5947.17248" newVersion="2.4.5947.17248" />
    </dependentAssembly>
    </assemblyBinding>
    </runtime>
    </configuration>
    hey can you teach me how to use Gpx ? should i put it in usersetting folder ?

  12. #72
    TechzR's Avatar Member
    Reputation
    1
    Join Date
    Dec 2011
    Posts
    20
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You ran to many bots at once.

  13. #73
    sebflex's Avatar Active Member
    Reputation
    17
    Join Date
    Feb 2012
    Posts
    312
    Thanks G/R
    1/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "Failed recyclying items."

    How to fix this?

    Originally Posted by NestleLife View Post
    DO NOT USE THIS BOT/config.

    I just got IP banned, it's possible that I'm going to lose 4 accounts because of this ****ing idiot.
    Why you run 4 bots at once without ip changer software...JUST DUMB

  14. #74
    NestleLife's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    2
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TechzR View Post
    You ran to many bots at once.
    I have never had any issues running multiple bots with any other configuration/bots. I would like to point out that new API was just released and it is possible that Niantic have changed a few patterns in order to be able to detect multiple accounts so the OP may not be at fault after all. The reason why I was enraged is because I literally haven't experienced any issues until now.

    Last edited by NestleLife; 08-08-2016 at 03:40 PM.

  15. #75
    sebflex's Avatar Active Member
    Reputation
    17
    Join Date
    Feb 2012
    Posts
    312
    Thanks G/R
    1/16
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "Failed recyclying items."

    How to fix this?

Page 5 of 15 FirstFirst 123456789 ... LastLast

Similar Threads

  1. Problem with haxton bot
    By 7284262 in forum Pokemon GO Chat
    Replies: 2
    Last Post: 08-09-2016, 04:41 AM
  2. [Question] i have a problem with haxton bot
    By idant50 in forum Pokemon GO Chat
    Replies: 1
    Last Post: 07-31-2016, 03:06 AM
  3. [EXP] How to play twink, with expirience stoped in BG with Exp
    By Garneth in forum World of Warcraft Exploits
    Replies: 15
    Last Post: 06-25-2011, 02:29 PM
  4. Is there a good Place to Fish with the bot
    By karokekid in forum World of Warcraft General
    Replies: 10
    Last Post: 11-19-2006, 11:41 PM
  5. Help with fishing bots
    By Vagi99 in forum World of Warcraft General
    Replies: 1
    Last Post: 08-31-2006, 10:42 AM
All times are GMT -5. The time now is 05:11 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search