What's new

Tools Haxton - Fastest XP Bot (250k EXP/H)

Status
Not open for further replies.
Boar

Boar

'This Is The Way'
Mythical Veteran Stickied Platinum Record
Messages
8,114
Reaction score
6,416
Points
2,190
Sin$
7
Download - http://www.filedropper.com/haxtonv12
Virus Scan - https://www.virustotal.com/en/file/...c7b724d11fdf7f1ac5c2c40bde6ac721ca8/analysis/

XP per hour ranges anywhere from 150k-500k.
3dbf37ee685c4328b4596ad3277afd4f.png

Took about 30 mins for me to go from level 6 to level 20.

If you enable lucky eggs
53466d85b5e64f6aba5ba00aae385e5b.png


Seeing as though many are having a hard time figuring out how to set the bot up, here is a tutorial.
1. Open PokemonGo.Haxton.Console.exe.config in notepad
2. An example of it should look like this:
Code:
<?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="" />
    <add key="DefaultLongitude" value="" />
    <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="hunter2" />
    <!--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="2200" />
    <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="true" />

    <!--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="false" />
    <add key="GpxFile" value="gpx.test" />
  </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>
3. PTC Login Example
Code:
    <!--Account type can be 'Google' or 'Ptc'-->
    <add key="AccountType" value="Ptc" />

    <!--Only needed if you chose Ptc as your account type-->
    <add key="PtcUsername" value="ptcusername" />
    <add key="PtcPassword" value="ptcpassword" />
4. Google Login Example
Code:
    <!--Account type can be 'Google' or 'Ptc'-->
    <add key="AccountType" value="Google" />

    <!--Only needed if you chose Google as your account type-->
    <add key="GoogleEmail" value="[email protected]" />
    <add key="GooglePassword" value="hunter2" />
5. Changing the Latitude and Longitude are shown here:
Code:
    <!--YOU NEED TO UPDATE THESE COORDS, PLEASE FIND A GOOD LOCATION AND SAVE THEM-->
    <add key="DefaultLatitude" value="" />
    <add key="DefaultLongitude" value="" />
    <add key="DefaultAltitude" value="10" />
6. Any changes you want made to pokeballs qty, berries, etc, Open your UserSettings Folder and open ItemListAndCount.cfg in notepad
7. Any changes for ignoring pokemon - PokemonToAvoid.cfg
8. Any changes for Evolving - PokemonToEvolve.cfg
9. Any changes for Pokemon to Keep - PokemonToKeep.cfg
10. Additional Changes - Should be Self Explanatory. If you however can't figure it out, don't hesitate to tag me with your question.

Any questions ask, just tag me with your question. If the program is providing you with an error, screenshot the error or put it in
Code:
and I'll take a look at it to resolve your issue.

Enjoy.
 
Last edited:
Dini

Dini

merged
Retired
Scaling the Mountain CotM Modder
Messages
15,316
Reaction score
12,667
Points
2,835
Sin$
7
Testing this with my alt, will post results.

Edit: XP went up a bit then stopped moving so I closed this. :tongue:
 
Last edited:
Gardzz

Gardzz

Hollywood's Bleeding
Retired
Bright Idea Forum Addict Mr. Nice Guy
Messages
6,796
Solutions
1
Reaction score
5,803
Points
2,705
Sin$
7
How do you sign into this? I cannot find a PTC login.
 
Dini

Dini

merged
Retired
Scaling the Mountain CotM Modder
Messages
15,316
Reaction score
12,667
Points
2,835
Sin$
7
How do you sign into this? I cannot find a PTC login.
Open PokemonGo.Haxton.Console.exe.config with notepad++ or something. You edit in the credentials there.
 
Gardzz

Gardzz

Hollywood's Bleeding
Retired
Bright Idea Forum Addict Mr. Nice Guy
Messages
6,796
Solutions
1
Reaction score
5,803
Points
2,705
Sin$
7
Red are you able to change my title? I meant to put (250k EXP/H) 

Were you able to figure it out? If not let me know.
Yeah man, I got it. Also, have you got a list of all the pokemon so I can change the settings? :smile:
 
Boar

Boar

'This Is The Way'
Mythical Veteran Stickied Platinum Record
Messages
8,114
Reaction score
6,416
Points
2,190
Sin$
7
Gardzz

Gardzz

Hollywood's Bleeding
Retired
Bright Idea Forum Addict Mr. Nice Guy
Messages
6,796
Solutions
1
Reaction score
5,803
Points
2,705
Sin$
7
G

GoonBoss

Newbie
Messages
9
Reaction score
0
Points
35
Sin$
7
Is there a way to make it so that it will not transfer certain pokemon? I have a couple of certain pokemons I like but I don't want the bot to get rid of them.
 
Gardzz

Gardzz

Hollywood's Bleeding
Retired
Bright Idea Forum Addict Mr. Nice Guy
Messages
6,796
Solutions
1
Reaction score
5,803
Points
2,705
Sin$
7
Is there a way to make it so that it will not transfer certain pokemon? I have a couple of certain pokemons I like but I don't want the bot to get rid of them.
In the top folder.
 
Boar

Boar

'This Is The Way'
Mythical Veteran Stickied Platinum Record
Messages
8,114
Reaction score
6,416
Points
2,190
Sin$
7
Is there a way to make it so that it will not transfer certain pokemon? I have a couple of certain pokemons I like but I don't want the bot to get rid of them.
Open UserSettings Folder, everything will be in there.
 
breadstick

breadstick

Enthusiast
Messages
542
Reaction score
56
Points
105
Sin$
7
Not home but what is different about this than others that gets you that much more xp/h? I mean is it just location? Also the 150-500k estimate, would this be with the lucky egg as well or without it?
 
Boar

Boar

'This Is The Way'
Mythical Veteran Stickied Platinum Record
Messages
8,114
Reaction score
6,416
Points
2,190
Sin$
7
Not home but what is different about this than others that gets you that much more xp/h? I mean is it just location? Also the 150-500k estimate, would this be with the lucky egg as well or without it?
Without lucky eggs. If you put a lucky egg on, double it.
 
T

TVBT

Enthusiast
Messages
34
Reaction score
2
Points
55
Sin$
7
Im sorry, but why the log keep saying updatinf inventory over and over and not catching any pokemon?
 
Status
Not open for further replies.
Top Bottom
Login
Register