Cross-platform BOT with UI for Pokemon Go - PokeBot.Ninja menu

Shout-Out

User Tag List

Page 98 of 186 FirstFirst ... 48949596979899100101102148 ... LastLast
Results 1,456 to 1,470 of 2782
  1. #1456
    CyKoDeLiC's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    32
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tempbiz View Post
    @misterninja Tried the latest one not sure if there's something wrong with the walking speed feature but I'm in for 15min but it already has walked about 1.1km @1.500m/s.
    15 minutes is 900 seconds. That times 1.5 is 1350m.

    Cross-platform BOT with UI for Pokemon Go - PokeBot.Ninja
  2. #1457
    Tempbiz's Avatar Sergeant
    Reputation
    6
    Join Date
    Aug 2016
    Posts
    69
    Thanks G/R
    10/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by CyKoDeLiC View Post
    15 minutes is 900 seconds. That times 1.5 is 1350m.
    Yeah, I forgot to update my post since I got confused earlier and mistook the 1.5 I set as km/h and not seconds. I should have roughly 5.4km in a hour.

  3. #1458
    unfor54k3n's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no matter what i do i get this error list in the console. I have tried different accounts, different IP etc Java is installed but still no luck

    Exception in thread "AWT-EventQueue-0" com.pokegoapi.exceptions.AsyncPokemonGoException: Unknown exception occurred.
    at com.pokegoapi.util.AsyncHelper.toBlocking(AsyncHelper.java:46)
    at com.pokegoapi.main.RequestHandler.sendServerRequests(RequestHandler.java:157)
    at com.pokegoapi.api.player.PlayerProfile.enableAccount(PlayerProfile.java:300)
    at com.pokegoapi.api.player.PlayerProfile.updateProfile(PlayerProfile.java:114)
    at com.pokegoapi.api.player.PlayerProfile.<init>(PlayerProfile.java:72)
    at com.pokegoapi.api.PokemonGo.<init>(PokemonGo.java:96)
    at ninja.pokebot.o.c.a(SourceFile:1025)
    at ninja.pokebot.o.bg.b(SourceFile:224
    at ninja.pokebot.o.bk.actionPerformed(SourceFile:103)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.AbstractButton.doClick(Unknown Source)
    at javax.swing.AbstractButton.doClick(Unknown Source)
    at ninja.pokebot.o.bg.b(SourceFile:1270)
    at ninja.pokebot.o.bi.keyReleased(SourceFile:82)
    at java.awt.Component.processKeyEvent(Unknown Source)
    at javax.swing.JComponent.processKeyEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
    at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
    at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
    at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
    at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Un known Source)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Un known Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Un known Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.lang.RuntimeException: java.util.concurrent.ExecutionException: com.google.protobuf.InvalidProtocolBufferException: Contents of buffer are null
    at rx.exceptions.Exceptions.propagate(Exceptions.java:5
    at rx.observables.BlockingObservable.blockForSingle(BlockingObservable.java:465)
    at rx.observables.BlockingObservable.first(BlockingObservable.java:16
    at com.pokegoapi.util.AsyncHelper.toBlocking(AsyncHelper.java:3
    ... 50 more
    Caused by: java.util.concurrent.ExecutionException: com.google.protobuf.InvalidProtocolBufferException: Contents of buffer are null
    at com.pokegoapi.main.RequestHandler$1.get(RequestHandler.java:111)
    at com.pokegoapi.main.RequestHandler$1.get(RequestHandler.java:8
    at rx.internal.operators.OnSubscribeToObservableFuture$ToObservableFuture.call(OnSu bscribeToObservableFuture.java:74)
    at rx.internal.operators.OnSubscribeToObservableFuture$ToObservableFuture.call(OnSu bscribeToObservableFuture.java:43)
    at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:4
    at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
    at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:4
    at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
    at rx.Observable.subscribe(Observable.java:9957)
    at rx.Observable.subscribe(Observable.java:9924)
    at rx.observables.BlockingObservable.blockForSingle(BlockingObservable.java:445)
    ... 52 more
    Caused by: com.google.protobuf.InvalidProtocolBufferException: Contents of buffer are null
    at com.pokegoapi.main.ServerRequest.getData(ServerRequest.java:80)
    at com.pokegoapi.main.RequestHandler.run(RequestHandler.java:29
    at java.lang.Thread.run(Unknown Source)

    After my first account was perma banned I was hoping to get something else up and running so any help is appreciated.

  4. #1459
    MisterNinja's Avatar Elite User CoreCoins Purchaser
    Reputation
    464
    Join Date
    Jul 2016
    Posts
    538
    Thanks G/R
    1/412
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by unfor54k3n View Post
    no matter what i do i get this error list in the console. I have tried different accounts, different IP etc Java is installed but still no luck

    Exception in thread "AWT-EventQueue-0" com.pokegoapi.exceptions.AsyncPokemonGoException: Unknown exception occurred.
    at com.pokegoapi.util.AsyncHelper.toBlocking(AsyncHelper.java:46)
    at com.pokegoapi.main.RequestHandler.sendServerRequests(RequestHandler.java:157)
    at com.pokegoapi.api.player.PlayerProfile.enableAccount(PlayerProfile.java:300)
    at com.pokegoapi.api.player.PlayerProfile.updateProfile(PlayerProfile.java:114)
    at com.pokegoapi.api.player.PlayerProfile.<init>(PlayerProfile.java:72)
    at com.pokegoapi.api.PokemonGo.<init>(PokemonGo.java:96)
    at ninja.pokebot.o.c.a(SourceFile:1025)
    at ninja.pokebot.o.bg.b(SourceFile:224
    at ninja.pokebot.o.bk.actionPerformed(SourceFile:103)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.AbstractButton.doClick(Unknown Source)
    at javax.swing.AbstractButton.doClick(Unknown Source)
    at ninja.pokebot.o.bg.b(SourceFile:1270)
    at ninja.pokebot.o.bi.keyReleased(SourceFile:82)
    at java.awt.Component.processKeyEvent(Unknown Source)
    at javax.swing.JComponent.processKeyEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.KeyboardFocusManager.redispatchEvent(Unknown Source)
    at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(Unknown Source)
    at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(Unknown Source)
    at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(Unknown Source)
    at java.awt.DefaultKeyboardFocusManager.dispatchEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
    at java.awt.EventQueue.access$500(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.awt.EventQueue$3.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Un known Source)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Un known Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.awt.EventQueue$4.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Un known Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: java.lang.RuntimeException: java.util.concurrent.ExecutionException: com.google.protobuf.InvalidProtocolBufferException: Contents of buffer are null
    at rx.exceptions.Exceptions.propagate(Exceptions.java:5
    at rx.observables.BlockingObservable.blockForSingle(BlockingObservable.java:465)
    at rx.observables.BlockingObservable.first(BlockingObservable.java:16
    at com.pokegoapi.util.AsyncHelper.toBlocking(AsyncHelper.java:3
    ... 50 more
    Caused by: java.util.concurrent.ExecutionException: com.google.protobuf.InvalidProtocolBufferException: Contents of buffer are null
    at com.pokegoapi.main.RequestHandler$1.get(RequestHandler.java:111)
    at com.pokegoapi.main.RequestHandler$1.get(RequestHandler.java:8
    at rx.internal.operators.OnSubscribeToObservableFuture$ToObservableFuture.call(OnSu bscribeToObservableFuture.java:74)
    at rx.internal.operators.OnSubscribeToObservableFuture$ToObservableFuture.call(OnSu bscribeToObservableFuture.java:43)
    at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:4
    at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
    at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:4
    at rx.internal.operators.OnSubscribeLift.call(OnSubscribeLift.java:30)
    at rx.Observable.subscribe(Observable.java:9957)
    at rx.Observable.subscribe(Observable.java:9924)
    at rx.observables.BlockingObservable.blockForSingle(BlockingObservable.java:445)
    ... 52 more
    Caused by: com.google.protobuf.InvalidProtocolBufferException: Contents of buffer are null
    at com.pokegoapi.main.ServerRequest.getData(ServerRequest.java:80)
    at com.pokegoapi.main.RequestHandler.run(RequestHandler.java:29
    at java.lang.Thread.run(Unknown Source)

    After my first account was perma banned I was hoping to get something else up and running so any help is appreciated.
    It seems you have not finished the tutorial?

  5. Thanks kurazo91 (1 members gave Thanks to MisterNinja for this useful post)
  6. #1460
    andromedar's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    27
    Thanks G/R
    16/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by MisterNinja View Post
    I'll improve the auto-ignore/keep/evolve/transfer configuration and add IV and CP checks there.
    so happy , thank you

  7. #1461
    ThunderKZ's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    4
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hi there !

    Is it just me, or v28 is less efficient than v27 ? When I start the bot on the new version, everything works well but only for 10 - 15 minutes :/ after that it doesn't do anything (not even walking !) strange... I've set the same settings on both versions though :/ On the other hand, i've got no problem on v27

    By the way, does somebody noticed a good spot ? I didn't have much luck in Time square nor Central Park or San Francisco pier with only 13k exp/h :'(

    Thank you for this amazing bot !!

  8. #1462
    Tempbiz's Avatar Sergeant
    Reputation
    6
    Join Date
    Aug 2016
    Posts
    69
    Thanks G/R
    10/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    @MisterNinja is it natural for the Bot to upload on about 500Kbps to 1Mbps when it's 'ON'? I don't think I've noticed this before but I'm noticing that it uses this bandwidth everytime I press the 'Start Catching Pokemon' button.

  9. #1463
    Zamock's Avatar Master Sergeant
    Reputation
    13
    Join Date
    Aug 2016
    Posts
    85
    Thanks G/R
    4/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by zUsername View Post
    Hope you will add Camp at lures pokestop and Farm Pokestop ( for items ).
    You can already do that. Just manually set a small path around the pokestops that you want to farm.
    It works great! Although it would be nice to have an option "no walk" to just stand still collecting pokestops and pokemons.

  10. #1464
    MisterNinja's Avatar Elite User CoreCoins Purchaser
    Reputation
    464
    Join Date
    Jul 2016
    Posts
    538
    Thanks G/R
    1/412
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Released V29!
    Added Pokedex tab to Inventory Manager!!
    Inventory Manager can now be opened while tasks are running (actions are disabled still, but everything is viewable, sorting also allowed).
    Added Captured column to Inventory Manager.
    Detect new pokedex entries and needed "animation" delays after hatching.

  11. #1465
    MisterNinja's Avatar Elite User CoreCoins Purchaser
    Reputation
    464
    Join Date
    Jul 2016
    Posts
    538
    Thanks G/R
    1/412
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tempbiz View Post
    @MisterNinja is it natural for the Bot to upload on about 500Kbps to 1Mbps when it's 'ON'? I don't think I've noticed this before but I'm noticing that it uses this bandwidth everytime I press the 'Start Catching Pokemon' button.
    Will check, currently it's uploading location info frequently, have to check if it can be reduced.

  12. Thanks Tempbiz, kurazo91 (2 members gave Thanks to MisterNinja for this useful post)
  13. #1466
    sundawg89's Avatar Sergeant
    Reputation
    6
    Join Date
    Aug 2016
    Posts
    45
    Thanks G/R
    7/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Nice update! Still need to have it where we can set specific pokemon to be caught with an ultra ball and perfect throw though. The amount of pokeballs im wasting and pokemons fleeing is not good sometimes! Its the only major thing I need for this bot to be perfect!
    Attached Thumbnails Attached Thumbnails Cross-platform BOT with UI for Pokemon Go - PokeBot.Ninja-screen-shot-2016-08-21-9-27-30-pm-gif  

  14. #1467
    MisterNinja's Avatar Elite User CoreCoins Purchaser
    Reputation
    464
    Join Date
    Jul 2016
    Posts
    538
    Thanks G/R
    1/412
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sundawg89 View Post
    Nice update! Still need to have it where we can set specific pokemon to be caught with an ultra ball and perfect throw though. The amount of pokeballs im wasting and pokemons fleeing is not good sometimes! Its the only major thing I need for this bot to be perfect!
    Yes, finished lots of partial/pending tasks related to better humanized behavior and will get to the throw configuration view in V30

  15. Thanks sundawg89, andromedar (2 members gave Thanks to MisterNinja for this useful post)
  16. #1468
    Zamock's Avatar Master Sergeant
    Reputation
    13
    Join Date
    Aug 2016
    Posts
    85
    Thanks G/R
    4/10
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you MisterNinja. Very nice update!

    Could you add the option "no walk"? I guess thats pretty easy to do. I dont like to walk too much on bots and most of the time i just stand still farming lured pokestops. My goal is to complete pokedex without sniping.

  17. #1469
    qwertv's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    first of all - great work.

    i've just started to use it so i might have missed some functionality, but hopefully these ideas below ain't that bad or already there so that they maybe get implemented somewhere in the future:

    1. an option to randomize around selected movement speed
    2. an option to randomize walking breaks
    3. drawing a custom walking path that does not span over poke stops

    cheers

  18. #1470
    The Immortal's Avatar Member
    Reputation
    1
    Join Date
    Aug 2016
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hey i've been using your bot for a while, it's pretty good. i have some suggestions. first, options for when to use great/ultra balls based on iv/cp. second, can it keep walking while you're facing a pokemon? if you're playing legitimately in real life, you can move while you're trying to catch a pokemon.

    thanks!

Similar Threads

  1. [Release] Cross-platform BOT and SNIPER with UI - pgbot.org
    By Raflesia in forum Pokemon GO Hacks|Cheats
    Replies: 120
    Last Post: 02-06-2017, 07:03 PM
  2. [Trading] [Release] Cross-platform BOT/SNIPER with UI - MyGoBuddy.org
    By MyGoBuddy in forum Pokemon GO Buy Sell Trade
    Replies: 3
    Last Post: 10-02-2016, 07:11 PM
  3. [Release] MyGoBuddy Pokemon BOT/Sniper - Cross Platform - Machine Learning - Always Updated
    By MyGoBuddy in forum Pokemon GO Hacks|Cheats
    Replies: 49
    Last Post: 09-30-2016, 07:36 PM
  4. bots with support for non-live versions of wow
    By massiveschlong in forum World of Warcraft General
    Replies: 0
    Last Post: 04-28-2013, 12:25 AM
  5. Replies: 3
    Last Post: 04-30-2012, 05:34 PM
All times are GMT -5. The time now is 09:10 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