-
Member
Originally Posted by
ednet
Yes that was it, thank you, strange, i got them from GoogleMaps , they were my house coordinates O_o. Works now, set the central park ones
The problem is they all get away.....doesnt catch atleast 1....
If everyone got away and you dont get exp, you are soft-banned. Wait for 1 hour or so and try again
-
Member
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.
where should i put the autoclick codes?
-
Member
Originally Posted by
Minkafighter
If everyone got away and you dont get exp, you are soft-banned. Wait for 1 hour or so and try again
Some times it caught pokemon but most of all got away..
-
Master Sergeant
Originally Posted by
sephiroth_trandangkhoa

is this look normal to you? but bot still works.
-
Member
Anyone else's bot stop after 5 minutes?
-
Corporal
Originally Posted by
johnsilvabr
sephiroth, now this error pops up:
An exception of type 'System.InvalidOperationException' occurred in mscorlib.dll but was not handled in user code
Additional information: unknown error: unrecognized Blink revision: aa7c8d23c098e96a388ffedf6698230bda650bb3
(Driver info: chromedriver=2.10.267521,platform=Windows NT 6.3 x86_64)
take a photo and see how can i help you. i never see it before.
-
Corporal
Originally Posted by
lkjfds1
is this look normal to you? but bot still works.
If it show Successfully receive token. It mean OK. I just added code to enter code to google site, don't touch anything else.
-
Post Thanks / Like - 1 Thanks
lkjfds1 (1 members gave Thanks to sephiroth_trandangkhoa for this useful post)
-
Member
Is it possible to be soft banned (0exp-mob away) but you i still can connect on the Nox app ?
-
Member
Hmm, so i've been playing with the code a bit. I wanted to change it to write the CP/etc to console when it catches a pokemon, but I'm not having any luck.
The pokemon object in the ExecuteCatchAllNearbyPokemons method only has the status of the catch, the pokemon class id (IE id 1 = Bulbasaur, etc), the ecounterID, and the lat/long coordinates. If I get my pokemon inventory, I can loop through them all and see their CP, unique id, etc etc. I've been trying to figure out a way to combine that info, but I'm coming up blank.
I know the game itself can see the pokemon stats in battle, since you can see its CP over its head, but there most be some call missing in the bot client that skips getting that information. Anyone have any ideas?
-
Member
Edit
Hi everyone, first of all id like to thank the modders for creating this, this is absolutly supurb, good job.
can anyone tell me what ive done wrong, im not good with this stuff at all and this is what keeps happending.
cheers
EDIT: as you can see all the pokemon got away and ive farmed nothing.
-
Member
guys is there a solution about cathing pokemon (got away) ?
-
Member
Guys i would like to know the fix to the API error retry request blah blah blah can anyone tell me how to fix it ?
-
Member
@Neer , any update coming soon ?
how i make it use yellow ball ?
-
Member
-
Member
WARNING : Maybe it's because of the new version !
Waiting for other people to confirm