-
Member
Does anybody have a code to automatically enter in the google authentication key?
-
Corporal
Originally Posted by
entengboi
Anyone know if u have 0 Poke balls it will switch off to great ball??
In Client.cs, find this line : Pokeball = (int)MiscEnums.Item.ITEM_POKE_BALL
you can change it to ITEM_GREAT_BALL or ITEM_ULTRA_BALL
-
Member
I'm getting an unexpected stop. The previous version of this bot worked but now it is. PTC login btw
-
Member
The moment I used the first version of this I knew it would be awsome to have transfer. Although it would be cool if we could do some filtering. Some pokemons have good internal stats and it should be good to calculate those internal stats and save all pokemon under 90% stat perfect or something.
-
Member
hi, i just started the bot.. all working fine so far..
1 question can i change the ball he uses... cause so many pokemon get away.
-
Sergeant
Originally Posted by
int_main
Simple autohotkey clicker that enter google device code
Code:
oldCode := ""
Loop
{
Loop, read, C:\ahk\DeviceCode.txt
newCode := A_LoopReadLine
if (oldCode <> newCode)
{
BlockInput On
Run Chrome, , max
Sleep, 4000
Run http://www.google.com/device
Sleep, 3000
MouseClick, left, 900, 230
Sleep, 1500
MouseClick, left, 870, 380
Sleep, 1000
SendInput, %newCode%{Enter}
Sleep, 5000
MouseClick, left, 1140, 470
oldCode := newCode
BlockInput Off
}
Sleep, 1000
}
To make it work you shoud add this code in Client.cs after line 132:
Code:
132 | Console.WriteLine("Please visit " + token.SelectToken("verification_url") + " and enter " + token.SelectToken("user_code"));
133 | System.IO.StreamWriter sw = new System.IO.StreamWriter("C:\\ahk\\DeviceCode.txt");
134 | sw.Write(token.SelectToken("user_code"));
135 | sw.Close();
Also you shoud change paths and coordinates according your resolution, and maybe browser.
Could someone explain, cuz looks like im doing smth wrong...
-
Member
WHO CAN TEACH US HOW TO AUTOMATE THE GOOGLE AUTHENITCATION SO I DONT HAVE TO GET IT EVERY 30 minutes?
-
Member
I'm starting to use V5 this morning, work fabulous, thanks again
-
Corporal
Originally Posted by
jirachidog
Does anybody have a code to automatically enter in the google authentication key?
I shared that before.
Download : https://drive.google.com/open?id=0By...FFfLVIwcTBtb1k
Go to Settings.cs do as the first post and paste the exactly path of chromedriver.exe on Selenium folder
-
Active Member
im not softbanned but why there are always keeps spamming up the console like hell lol
farmed xp: 0 ,gems 0 , eggs 0, items 0
farmed xp: 0 ,gems 0 , eggs 0, items 0
farmed xp: 0 ,gems 0 , eggs 0, items 0
-
Member
With all due respect to those making requests. Developers here are doing their best in providing the best possible bot they can think of as of now. Continue to complain, continue to demand, continue to disrespect. You will not get what you want in that way. I'm happy for what they've done so far. From the simplest codes of automating farming pokestops and pokemon, now to being able to transfer and some being able to discard items. If you are demanding for more features and consider these things to be coded easily, by all means, code it and share it to us. As for me, I'm either gonna update this immediately when they update or try to understand the codes myself. Thank you.
-
Member
Keep getting this over and over again "Server Fetched
Profile Fetched
Settings Fetched
Objects Fetched
Inventory Fetched
Starting up! Don't forget to thank the people who contributed to this project. Pokebot V5.0
||Farm Started||
Unexpected stop? Restarting in 20 seconds."
-
Member
Originally Posted by
sephiroth_trandangkhoa
????????????????what does this mean??????????
-
Post Thanks / Like - 1 Thanks
keithkriner (1 members gave Thanks to jirachidog for this useful post)
-
Active Member
is this legit? can anyone confirm this is clean and no fishy code inserted? probably keyloger?
-
Member
Originally Posted by
Sonanio
Keep getting this over and over again "Server Fetched
Profile Fetched
Settings Fetched
Objects Fetched
Inventory Fetched
Starting up! Don't forget to thank the people who contributed to this project. Pokebot V5.0
||Farm Started||
Unexpected stop? Restarting in 20 seconds."
Either... There is no pokestop/pokemon in the coordinates you've given. (Advice: Find a suggested coordinate from the first page)
or
There is something wrong with the codes you have currently. (Advice: Download v5 again)