You are viewing our Forum Archives. To view or take place in current topics click here.
Pokemon Go Bot Support and Setup
Posted:
Pokemon Go Bot Support and SetupPosted:
Status: Offline
Joined: Mar 24, 201311Year Member
Posts: 2,834
Reputation Power: 30862
Motto: I may not have gone where I intended to go, but I think I have ended up where I needed to be.
Motto: I may not have gone where I intended to go, but I think I have ended up where I needed to be.
Status: Offline
Joined: Mar 24, 201311Year Member
Posts: 2,834
Reputation Power: 30862
Motto: I may not have gone where I intended to go, but I think I have ended up where I needed to be.
So I noticed that even though a thread was created by the one and only Mortar himself, people are still struggling to set it up.
Though, it's an easy and simple process, you still are a little confused on how to set it up, which is okay. So I am offering help to anyone needing it.
Currently NecroBot and Spegeli are the main bots that are being used, but Necro has been announced as outdated and HaxtonBot took over.
I will now begin the visual process on how to set up the bots one step at a time. Please follow the steps carefully so you do not mess up anything.
We will being setting up the newest bot Haxton.
The files you are going to need are located on their github page here:
You will also need Visual Studio. You can download it by visiting their page.
Great! You have everything you need to get that Pokemon account ranked up! Let's start off by completing the installation process for Visual Studio. I don't need to go into further detail on how to install it as it is a piece of cake.
Now, when you open the HaxtonBot folder, you should be prompted with the following:
Open the one I have highlighted.
The first thing you need to do is set up the bot so it can pull and send information to your Google/Ptc account. On the right hand side, you will have a list of files. Scroll down until you see the file named: App.config.
As shown here:
Setting up using Ptc (Pokemon Trainer Club Account)
Once you open the App.config folder, you need to look for the code to add in your account details for your Ptc account.
Here are the 3 fields you need to edit.
When you edit it, it should look like what I have provided below:
Setting up using Google (Google Account)
Once you open the App.config folder, you need to look for the code to add in your account details for your Google account.
Here are the 2 fields you need to edit.
When you edit it, it should look like what I have provided below:
Great! Your account is configured with the program and is ready to run! But wait! You still need to tweak some settings. In the same App.config folder, you will see some options to enable or disable, and to tweak.
For those who are just saying What?! Don't worry. It's easy.
Pay attention to what I have highlighted below, those are the commands you are going to edit (You do not need to edit every one of them)
Now I will edit a few just to show you how, but they are pretty self explanatory on what they do.
Let's say I want to keep every pokemon over 1500CP. I would edit the line that states:
to
I can also use my Lucky Eggs as well, but we need to edit it.
Currently it is set as False (No). So as of right now, The bot won't use my Lucky Eggs. We need to tell it Yes or True to use my Lucky Eggs.
Changes to
And so forth. All these edit the same.
Choosing your location on where you want your bot to walk around at is easy! Let's tell the bot where you want to go. So lets say I want to go to Tokyo. I will need to find the coordinates of Tokyo. Lucky, there is a site called [ Register or Signin to view external links. ] that lets you click where you want to pull the coordinates from.
I managed to get Tokyo's coordinates as: 35.6895 N, 139.6917 E
Since it it North and East, both numbers are positive. If it was South and/or West, they would be negative.
Let's enter the coordinates into the bot.
Perfect! Everything is set up and you are ready for lift off! So we need to get the bot to run. Follow the steps provided below on how to run the bot.
If you still need help, feel free to post below! I will gladly assist you further.
Though, it's an easy and simple process, you still are a little confused on how to set it up, which is okay. So I am offering help to anyone needing it.
Currently NecroBot and Spegeli are the main bots that are being used, but Necro has been announced as outdated and HaxtonBot took over.
I will now begin the visual process on how to set up the bots one step at a time. Please follow the steps carefully so you do not mess up anything.
We will being setting up the newest bot Haxton.
The files you are going to need are located on their github page here:
You will also need Visual Studio. You can download it by visiting their page.
Great! You have everything you need to get that Pokemon account ranked up! Let's start off by completing the installation process for Visual Studio. I don't need to go into further detail on how to install it as it is a piece of cake.
Now, when you open the HaxtonBot folder, you should be prompted with the following:
Open the one I have highlighted.
The first thing you need to do is set up the bot so it can pull and send information to your Google/Ptc account. On the right hand side, you will have a list of files. Scroll down until you see the file named: App.config.
As shown here:
Setting up using Ptc (Pokemon Trainer Club Account)
Once you open the App.config folder, you need to look for the code to add in your account details for your Ptc account.
Here are the 3 fields you need to edit.
When you edit it, it should look like what I have provided below:
Setting up using Google (Google Account)
Once you open the App.config folder, you need to look for the code to add in your account details for your Google account.
Here are the 2 fields you need to edit.
When you edit it, it should look like what I have provided below:
Great! Your account is configured with the program and is ready to run! But wait! You still need to tweak some settings. In the same App.config folder, you will see some options to enable or disable, and to tweak.
For those who are just saying What?! Don't worry. It's easy.
Pay attention to what I have highlighted below, those are the commands you are going to edit (You do not need to edit every one of them)
Now I will edit a few just to show you how, but they are pretty self explanatory on what they do.
Let's say I want to keep every pokemon over 1500CP. I would edit the line that states:
<add key="KeepMinCp" value="1800" />
to
<add key="KeepMinCp" value="1500" />
I can also use my Lucky Eggs as well, but we need to edit it.
Currently it is set as False (No). So as of right now, The bot won't use my Lucky Eggs. We need to tell it Yes or True to use my Lucky Eggs.
<add key="UseLuckyEggs" value="false" />
Changes to
<add key="UseLuckyEggs" value="true" />
And so forth. All these edit the same.
Choosing your location on where you want your bot to walk around at is easy! Let's tell the bot where you want to go. So lets say I want to go to Tokyo. I will need to find the coordinates of Tokyo. Lucky, there is a site called [ Register or Signin to view external links. ] that lets you click where you want to pull the coordinates from.
I managed to get Tokyo's coordinates as: 35.6895 N, 139.6917 E
Since it it North and East, both numbers are positive. If it was South and/or West, they would be negative.
Let's enter the coordinates into the bot.
Perfect! Everything is set up and you are ready for lift off! So we need to get the bot to run. Follow the steps provided below on how to run the bot.
Right click on PokemonGo.Haxton.Console
Once you right click. You will see an option that says "Set as start up project". Click on that.
After you set it as your start up project, on your keyboard, press Ctrl+F5 and the bot will now boot.
Congrats on setting it up! Now go catch those pokemon!!!
Once you right click. You will see an option that says "Set as start up project". Click on that.
After you set it as your start up project, on your keyboard, press Ctrl+F5 and the bot will now boot.
Congrats on setting it up! Now go catch those pokemon!!!
If you still need help, feel free to post below! I will gladly assist you further.
The following 16 users thanked Brandon for this useful post:
Loke (09-23-2016), iShane (08-03-2016), Nkz (08-03-2016), IIl (08-01-2016), BRye (08-01-2016), BraapNation (07-31-2016), Qui (07-31-2016), NathanielKnowz (07-31-2016), RepBandit (07-31-2016), CPR (07-31-2016), Gavin- (07-31-2016), Grohl (07-31-2016), DeluxeHazard (07-31-2016), Red (07-31-2016), Ethan (07-31-2016), Cent (07-31-2016)
#2. Posted:
Status: Offline
Joined: Jan 21, 201014Year Member
Posts: 848
Reputation Power: 37
Status: Offline
Joined: Jan 21, 201014Year Member
Posts: 848
Reputation Power: 37
Hey, i am using the HaxtonBot from that post you mentioned.. i set it up and it seems to be working great except it keeps having to re-log into the google account every couple minutes.. Is there an issue with this?
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Oct 04, 201014Year Member
Posts: 1,514
Reputation Power: 72
Status: Offline
Joined: Oct 04, 201014Year Member
Posts: 1,514
Reputation Power: 72
man awesome thread, i got it working perfectly! quick question does haxton have the auto unban for softbans like necro does ?
Thanks
+ rep
GV
Thanks
+ rep
GV
- 1useful
- 0not useful
#4. Posted:
Status: Offline
Joined: May 26, 201113Year Member
Posts: 1,977
Reputation Power: 908
Status: Offline
Joined: May 26, 201113Year Member
Posts: 1,977
Reputation Power: 908
Amazing thread Mate <3 and he knows what he is doin
- 1useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Jul 28, 201311Year Member
Posts: 14,540
Reputation Power: 895
Status: Offline
Joined: Jul 28, 201311Year Member
Posts: 14,540
Reputation Power: 895
Is it possible to do this using Visual Studio Code because I am on a Mac and that is the only above programs available for Mac?
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Feb 23, 201311Year Member
Posts: 1,223
Reputation Power: 101
Status: Offline
Joined: Feb 23, 201311Year Member
Posts: 1,223
Reputation Power: 101
For some reason it keeps relogging with the google account I mean it does the work but should it be relogging every couple seconds?
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Nov 02, 201311Year Member
Posts: 4,340
Reputation Power: 1865
Status: Offline
Joined: Nov 02, 201311Year Member
Posts: 4,340
Reputation Power: 1865
DeluxeHazard wrote Is it possible to do this using Visual Studio Code because I am on a Mac and that is the only above programs available for Mac?
I think you can use something called a virtualbox or something.
- 1useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Jan 21, 201014Year Member
Posts: 848
Reputation Power: 37
Status: Offline
Joined: Jan 21, 201014Year Member
Posts: 848
Reputation Power: 37
Grohl wrote For some reason it keeps relogging with the google account I mean it does the work but should it be relogging every couple seconds?
Mines doing the same thing, I am running a 2nd bot on my dummy Pokemon account and it never has to relog.. only google.
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Mar 24, 201311Year Member
Posts: 2,834
Reputation Power: 30862
Motto: I may not have gone where I intended to go, but I think I have ended up where I needed to be.
Motto: I may not have gone where I intended to go, but I think I have ended up where I needed to be.
Status: Offline
Joined: Mar 24, 201311Year Member
Posts: 2,834
Reputation Power: 30862
Motto: I may not have gone where I intended to go, but I think I have ended up where I needed to be.
MrBrandn wrote Hey, i am using the HaxtonBot from that post you mentioned.. i set it up and it seems to be working great except it keeps having to re-log into the google account every couple minutes.. Is there an issue with this?Are you on windows 10?
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Mar 24, 201311Year Member
Posts: 2,834
Reputation Power: 30862
Motto: I may not have gone where I intended to go, but I think I have ended up where I needed to be.
Motto: I may not have gone where I intended to go, but I think I have ended up where I needed to be.
Status: Offline
Joined: Mar 24, 201311Year Member
Posts: 2,834
Reputation Power: 30862
Motto: I may not have gone where I intended to go, but I think I have ended up where I needed to be.
You are viewing our Forum Archives. To view or take place in current topics click here.