-
Contributor
sniping pokesniper is always expired using pogolocation , but when im using necrobot v0.8.6 there's no problem
-
Post Thanks / Like - 1 Thanks
allerialannie (1 members gave Thanks to adam132 for this useful post)
-
How to find the device package name?
I analyze the bots , the search for safer ...
-
Member
Originally Posted by
NoxxDev
Post Updated!
How does the updated bot deal with the new captcha system introduced by niantic?
-
Master Sergeant
Originally Posted by
Aj2gnask298s
How does the updated bot deal with the new captcha system introduced by niantic?
Its not implemented fully yet, but when the app forces you to update yea.. this will be an issue.
-
Contributor
thanks for the update, downloading now
-
Post Thanks / Like - 1 Thanks
allerialannie (1 members gave Thanks to adam132 for this useful post)
-
Master Sergeant
Still the same problem with IvOverCp
-
Member
Still the same problem with pokestops,,cant spin anymore.Maybe beacause iv spined 9k in a few days!
There is a cap or something,any idea?
-
Member
new update transfer my 100% iv dragonite 
something wrong with transfer config, i set min iv 85%
but still transfer my 1200 cp 100% iv dragonite
humanwalkingsniper always set to default
i don't want snipe scyter, jynx, kangaskhan and etc.
please fix this bug, i delete dragonite from transfer filter
i don't want my 100% iv pokemon transfered because bug transfer filter
-
Member
Originally Posted by
mrtjan
new update transfer my 100% iv dragonite
something wrong with transfer config, i set min iv 85%
but still transfer my 1200 cp 100% iv dragonite
humanwalkingsniper always set to default
i don't want snipe scyter, jynx, kangaskhan and etc.
please fix this bug, i delete dragonite from transfer filter
i don't want my 100% iv pokemon transfered because bug transfer filter
show ur config.
-
Member
Originally Posted by
elninojames
show ur config.
"Dragonite": {
"KeepMinCp": 1500,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 85.0,
"KeepMinDuplicatePokemon": 4,
"Moves": [
[
"dragonBreath",
"dragonClaw"
]
],
"DeprecatedMoves": null,
"KeepMinOperator": "or",
"MovesOperator": "and"
}
this config transfer my iv 100 dragonite
i always use this config in 0.9.x necobot fork
only in 0.9.5 this config transfer 100 iv dragonite cp 1200
-
Member
Originally Posted by
mrtjan
"Dragonite": {
"KeepMinCp": 1500,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 85.0,
"KeepMinDuplicatePokemon": 4,
"Moves": [
[
"dragonBreath",
"dragonClaw"
]
],
"DeprecatedMoves": null,
"KeepMinOperator": "or",
"MovesOperator": "and"
}
this config transfer my iv 100 dragonite
i always use this config in 0.9.x necobot fork
only in 0.9.5 this config transfer 100 iv dragonite cp 1200
wow,dun know how.maybe u should AutoFavoritePokemon first.
Last edited by elninojames; 08-25-2016 at 02:05 AM.
-
Sergeant
Originally Posted by
taptaptaptap
Its not implemented fully yet, but when the app forces you to update yea.. this will be an issue.
There's captcha ingame now?
-
Master Sergeant
Originally Posted by
caiobortoli
There's captcha ingame now?
Developers data mined a snippet of code in the upcoming new patch 0.35 that shows a captcha function. Some say it will not be activated yet others believe it will be the new anti-cheat measures. API developers are already analyzing and preparing but admitted it can be a tough battle again.
Last edited by Zamock; 08-25-2016 at 02:22 AM.
-
Member
Originally Posted by
mrtjan
"Dragonite": {
"KeepMinCp": 1500,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 85.0,
"KeepMinDuplicatePokemon": 4,
"Moves": [
[
"dragonBreath",
"dragonClaw"
]
],
"DeprecatedMoves": null,
"KeepMinOperator": "or",
"MovesOperator": "and"
}
this config transfer my iv 100 dragonite
i always use this config in 0.9.x necobot fork
only in 0.9.5 this config transfer 100 iv dragonite cp 1200
you should set "MovesOperator": "or"
-
Sergeant
Originally Posted by
mrtjan
"Dragonite": {
"KeepMinCp": 1500,
"KeepMinLvl": 6,
"UseKeepMinLvl": false,
"KeepMinIvPercentage": 85.0,
"KeepMinDuplicatePokemon": 4,
"Moves": [
[
"dragonBreath",
"dragonClaw"
]
],
"DeprecatedMoves": null,
"KeepMinOperator": "or",
"MovesOperator": "and"
}
this config transfer my iv 100 dragonite
i always use this config in 0.9.x necobot fork
only in 0.9.5 this config transfer 100 iv dragonite cp 1200
Dunno if that's the case but when some line has "or" or "and", the next one generally comes with true or false values.
Because when the first is "and", bot will do what that line tells it to do then check if the second line is true or false. If true, it will do what that line says aswell.
When first line is "or", it won't do what the first line says and will check for the second. If second line is true, it will do what second line says it to do. If it's set to false, it won't.
So you have 2 consecutive lines saying "or" and "and", maybe it's ignoring that particular filter altogether.
Last edited by caiobortoli; 08-25-2016 at 02:39 AM.