• Welcome to ForumKorner!
    Join today and become a part of the community.

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

Intelligence

Onyx user!
Reputation
0
Download - http://www.filedropper.com/haxton1
Virus Scan - https://www.virustotal.com/en/file/...fb766795be084c0b39a6689f/analysis/1470015606/

XP per hour ranges anywhere from 150k-500k.

If you enable lucky eggs


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" />
    <add key="DefaultLatitude" value="52.374132004497461" />
    <add key="DefaultLongitude" value="4.8947525024414062" />
    <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="password" />
    <!--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="95" />
    <add key="KeepMinCp" value="1800" />
    <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>
    </assemblyBinding>
  </runtime>
</configuration>
3. PTC Login Example
Code:
   <!--Account type can be 'Google' or 'Ptc'-->
    <add key="AccountType" value="Ptc" />
    <add key="DefaultLatitude" value="52.374132004497461" />
    <add key="DefaultLongitude" value="4.8947525024414062" />
    <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="password" />
    <!--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" />
    <add key="DefaultLatitude" value="52.374132004497461" />
    <add key="DefaultLongitude" value="4.8947525024414062" />
    <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="password" />
    <!--Only needed if you chose Ptc as your account type-->
    <add key="PtcUsername" value="ptcusername" />
    <add key="PtcPassword" value="ptcpassword" />
When opening the program, it'll prompt you to authenticate yourself with a token. Just copy the token with Ctrl + V
5. Changing the Latitude and Longitude are shown here:
    <add key="DefaultLatitude" value="52.37413200449746" />
    <add key="DefaultLongitude" value="4.894752502441406" />
    <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.
 

Zac

Power member.
Reputation
0
Thanks for sharing. Will give this a go sometime.
 

upset

Power member.
Reputation
0
Thanks for sharing with the community, might have to get at this in a bit.
 
Top