Haxton - Fastest Bot Yet, 1-20 in an hour menu

User Tag List

Page 6 of 87 FirstFirst ... 234567891056 ... LastLast
Results 76 to 90 of 1300
  1. #76
    Maskur's Avatar Member
    Reputation
    1
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Schemberg View Post
    Please, someone make a tutorial, the newbie people like me just don't know how to compile this!!!!
    Me too... Please help dude

    Haxton - Fastest Bot Yet, 1-20 in an hour
  2. #77
    glblackmamba's Avatar Member
    Reputation
    1
    Join Date
    Apr 2016
    Posts
    3
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Currently running 5 of these bots, no inventory bug with latest pull. 15 mins in at around 170k-200k exp/hour at default coordinates using teleport.Haxton - Fastest Bot Yet, 1-20 in an hour-untitled-jpg

  3. #78
    Mleki's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Maskur View Post
    Me too... Please help dude
    Told, there's README inside folder, there you have where to go (app.config) and in this file you will go intuitively

  4. #79
    primeroptimus's Avatar Member
    Reputation
    3
    Join Date
    Jul 2016
    Posts
    21
    Thanks G/R
    1/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SnorlaxHF View Post
    Can you try to send me the App.config file you currently use? I cannot seem to get mine to work at all.
    <?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="45.030208" />
    <add key="DefaultLongitude" value="-93.319313" />
    <add key="DefaultAltitude" value="10" />
    <!--Only needed if you chose PTC as your account type-->
    <add key="PtcUsername" value="username" />
    <add key="PtcPassword" value="password" />

    <!--Logic settings-->
    <add key="KeepMinIvPercentage" value="95" />
    <add key="KeepMinCp" value="900" />
    <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="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="Console" layout="${date:format=yyyyMMddHHmmss} ${message}" />
    </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>
    guys just go to haxton console change settings you want to to packages config and don't forget to right click on haxton sln and add it as start up.Use visual studio community and then start

  5. #80
    Sarkot's Avatar Member
    Reputation
    1
    Join Date
    Oct 2014
    Posts
    52
    Thanks G/R
    1/0
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    funny how the only people that can make it work are new posters. i guess we can post this alrady: https://www.youtube.com/watch?v=dQw4...Q&noredirect=1

  6. #81
    qweeboi's Avatar Member
    Reputation
    14
    Join Date
    Apr 2009
    Posts
    135
    Thanks G/R
    6/13
    Trade Feedback
    2 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sonatta View Post
    nothing fancy about this bot... stil same as any other release and i think this is the 1000th threads of bot release
    run it at nyc central park getting around 60-65k exp/h .. just same as necro, pokecolor, and spegeli version.

    instead of releasing tons of tons of bot everywhere.. if you really want to help share your botting coordinates and location... that would'nt hurt right?
    Explain this:

  7. #82
    SnorlaxHF's Avatar Active Member
    Reputation
    76
    Join Date
    Apr 2007
    Posts
    304
    Thanks G/R
    1/3
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Mleki View Post
    Use readme, and in there you will go intuitively
    Readme literally says "Open up app.config within your PokemonGo.Haxton.Console folder/project and edit that shiznit" and that's it. Nothing about getting a copy of Visual Studio. Nothing about what to do after it has compiled. Nothing except "Open a file and edit it".

  8. #83
    DMTAcid's Avatar Member
    Reputation
    1
    Join Date
    Dec 2014
    Posts
    54
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Holy shit, that thing is OP. Thanks so much!

  9. #84
    cabbagemuff's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    34
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qweeboi View Post
    explain this:
    congrats bro run time 1 minute 30 seconds much wow such exp! /s

    But seriously I got the same thing but this bot is MINIMUM average.

  10. #85
    wut2heck's Avatar Sergeant Major
    Reputation
    13
    Join Date
    Jul 2016
    Posts
    151
    Thanks G/R
    3/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qweeboi View Post
    Explain this:
    exp/h goes up because of mass evolving
    then it goes down fast

  11. #86
    Schemberg's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    22
    Thanks G/R
    4/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SnorlaxHF View Post
    Readme literally says "Open up app.config within your PokemonGo.Haxton.Console folder/project and edit that shiznit" and that's it. Nothing about getting a copy of Visual Studio. Nothing about what to do after it has compiled. Nothing except "Open a file and edit it".
    Exactly... Someone, please?

  12. #87
    Crazyhead's Avatar Elite User
    Reputation
    328
    Join Date
    May 2009
    Posts
    287
    Thanks G/R
    19/316
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    How do you get passed the updating inventory spam..?



    ///edit

    its fixed if you put comma's in the coordinates and not dots.
    Last edited by Crazyhead; 07-27-2016 at 03:26 PM.

  13. #88
    SnorlaxHF's Avatar Active Member
    Reputation
    76
    Join Date
    Apr 2007
    Posts
    304
    Thanks G/R
    1/3
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by primeroptimus View Post
    guys just go to haxton console change settings you want to to packages config and don't forget to right click on haxton sln and add it as start up.Use visual studio community and then start
    Thanks a lot. However, I get an exception:
    throw new Exception("Main thread restarting due to lower task exception");

  14. #89
    Mleki's Avatar Member
    Reputation
    2
    Join Date
    Jul 2016
    Posts
    5
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by SnorlaxHF View Post
    Readme literally says "Open up app.config within your PokemonGo.Haxton.Console folder/project and edit that shiznit" and that's it. Nothing about getting a copy of Visual Studio. Nothing about what to do after it has compiled. Nothing except "Open a file and edit it".
    Okay but (as you can see) I'm newbie with C++ (or even, in past used only CE), and still can do everything without any tutorials, people have to use their brain except walking on forum and asking how to turn on any program, hello m8 ..

  15. #90
    alan5262's Avatar Member
    Reputation
    3
    Join Date
    Jan 2015
    Posts
    23
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by qweeboi View Post
    Explain this:
    that's actually pretty low compare to other bots, with evolve, other bots get over 200k easily. my Necro bot is at over 400k for the first few mins, then it drop down to 140k and stay constant afterwards.

Page 6 of 87 FirstFirst ... 234567891056 ... LastLast

Similar Threads

  1. [Question] Fastest bot at the moment?
    By SonicRunners in forum Pokemon GO Chat
    Replies: 1
    Last Post: 09-20-2016, 01:33 PM
  2. [Bot] Fastest BOT?
    By Raiforn in forum Pokemon GO Hacks|Cheats
    Replies: 7
    Last Post: 09-05-2016, 04:24 PM
  3. Fastest bot+location?
    By Ripper3 in forum Pokemon GO Chat
    Replies: 10
    Last Post: 08-01-2016, 01:14 PM
  4. [Question] The fastest bot?
    By cleavemachine in forum Pokemon GO Chat
    Replies: 40
    Last Post: 07-27-2016, 08:44 AM
  5. [Selling] Fastest/cheapest power Leveling 1-60 14 HOURS *Reputable Member/Verified Paypal*
    By thadd in forum Diablo 3 Buy Sell Trade
    Replies: 0
    Last Post: 06-06-2012, 04:06 PM
All times are GMT -5. The time now is 10:34 AM. 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